diff --git a/clients/GitHubEnterpriseCloud/README.md b/clients/GitHubEnterpriseCloud/README.md index ba97c2ca5f6..fdd785178f7 100644 --- a/clients/GitHubEnterpriseCloud/README.md +++ b/clients/GitHubEnterpriseCloud/README.md @@ -2099,6 +2099,8 @@ $client->call('GET /enterprises/{enterprise}/secret-scanning/alerts', [ 'sort' => 'generated', 'direction' => 'generated', 'per_page' => 8, + 'is_publicly_leaked' => , + 'is_multi_repo' => , ]); ``` @@ -2114,6 +2116,8 @@ $client->operations()->secretScanning()->listAlertsForEnterprise( enterpr sort: 'generated', direction: 'generated', per_page: 8, + is_publicly_leaked: , + is_multi_repo: , ); ``` @@ -3808,7 +3812,7 @@ You can find more about this operation over at the [API method documentation](ht ### orgs/list-custom-roles -Deprecated - List custom repository roles in an organization +Closing down - List custom repository roles in an organization Using the `call` method: ```php @@ -3823,7 +3827,7 @@ $client->operations()->orgs()->listCustomRoles( organization_id: 'generat ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---list-custom-repository-roles-in-an-organization). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-custom-repository-roles-in-an-organization). ### orgs/get @@ -6350,7 +6354,7 @@ You can find more about this operation over at the [API method documentation](ht ### orgs/create-custom-role -Deprecated - Create a custom role +Closing down - Create a custom role Using the `call` method: ```php @@ -6365,12 +6369,12 @@ $client->operations()->orgs()->createCustomRole( org: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---create-a-custom-role). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role). ### orgs/get-custom-role -Deprecated - Get a custom role +Closing down - Get a custom role Using the `call` method: ```php @@ -6387,12 +6391,12 @@ $client->operations()->orgs()->getCustomRole( org: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---get-a-custom-role). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role). ### orgs/delete-custom-role -Deprecated - Delete a custom role +Closing down - Delete a custom role Using the `call` method: ```php @@ -6409,12 +6413,12 @@ $client->operations()->orgs()->deleteCustomRole( org: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---delete-a-custom-role). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role). ### orgs/update-custom-role -Deprecated - Update a custom role +Closing down - Update a custom role Using the `call` method: ```php @@ -6431,7 +6435,7 @@ $client->operations()->orgs()->updateCustomRole( org: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---update-a-custom-role). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role). ### dependabot/list-alerts-for-org @@ -6854,7 +6858,7 @@ You can find more about this operation over at the [API method documentation](ht ### orgs/list-fine-grained-permissions -Deprecated - List fine-grained permissions for an organization +Closing down - List fine-grained permissions for an organization Using the `call` method: ```php @@ -6869,7 +6873,7 @@ $client->operations()->orgs()->listFineGrainedPermissions( org: 'generate ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---list-fine-grained-permissions-for-an-organization). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization). ### orgs/list-webhooks @@ -9758,6 +9762,8 @@ $client->call('GET /orgs/{org}/secret-scanning/alerts', [ 'direction' => 'generated', 'page' => 1, 'per_page' => 8, + 'is_publicly_leaked' => , + 'is_multi_repo' => , ]); ``` @@ -9774,6 +9780,8 @@ $client->operations()->secretScanning()->listAlertsForOrg( org: 'generate direction: 'generated', page: 1, per_page: 8, + is_publicly_leaked: , + is_multi_repo: , ); ``` @@ -9798,6 +9806,8 @@ $client->call('LIST /orgs/{org}/secret-scanning/alerts', [ 'direction' => 'generated', 'page' => 1, 'per_page' => 8, + 'is_publicly_leaked' => , + 'is_multi_repo' => , ]); ``` @@ -9814,6 +9824,8 @@ $client->operations()->secretScanning()->listAlertsForOrgListing( org: 'g direction: 'generated', page: 1, per_page: 8, + is_publicly_leaked: , + is_multi_repo: , ); ``` @@ -23694,6 +23706,8 @@ $client->call('GET /repos/{owner}/{repo}/secret-scanning/alerts', [ 'direction' => 'generated', 'page' => 1, 'per_page' => 8, + 'is_publicly_leaked' => , + 'is_multi_repo' => , ]); ``` @@ -23711,6 +23725,8 @@ $client->operations()->secretScanning()->listAlertsForRepo( owner: 'gener direction: 'generated', page: 1, per_page: 8, + is_publicly_leaked: , + is_multi_repo: , ); ``` @@ -23736,6 +23752,8 @@ $client->call('LIST /repos/{owner}/{repo}/secret-scanning/alerts', [ 'direction' => 'generated', 'page' => 1, 'per_page' => 8, + 'is_publicly_leaked' => , + 'is_multi_repo' => , ]); ``` @@ -23753,6 +23771,8 @@ $client->operations()->secretScanning()->listAlertsForRepoListing( owner: direction: 'generated', page: 1, per_page: 8, + is_publicly_leaked: , + is_multi_repo: , ); ``` @@ -24391,7 +24411,7 @@ You can find more about this operation over at the [API method documentation](ht ### repos/list-tag-protection -Deprecated - List tag protection states for a repository +Closing down - List tag protection states for a repository Using the `call` method: ```php @@ -24408,12 +24428,12 @@ $client->operations()->repos()->listTagProtection( owner: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#deprecated---list-tag-protection-states-for-a-repository). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository). ### repos/create-tag-protection -Deprecated - Create a tag protection state for a repository +Closing down - Create a tag protection state for a repository Using the `call` method: ```php @@ -24430,12 +24450,12 @@ $client->operations()->repos()->createTagProtection( owner: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#deprecated---create-a-tag-protection-state-for-a-repository). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository). ### repos/delete-tag-protection -Deprecated - Delete a tag protection state for a repository +Closing down - Delete a tag protection state for a repository Using the `call` method: ```php @@ -24454,7 +24474,7 @@ $client->operations()->repos()->deleteTagProtection( owner: 'generated', ); ``` -You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#deprecated---delete-a-tag-protection-state-for-a-repository). +You can find more about this operation over at the [API method documentation](https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository). ### repos/download-tarball-archive diff --git a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state index 12f28db8e72..8fd4c045fd2 100644 --- a/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state +++ b/clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state @@ -1,5 +1,5 @@ { - "specHash": "1d5396b083551b250099a9fc47ba0344", + "specHash": "7b130dc72f276d11e8d24ce6fce0f407", "generatedFiles": { "files": [ { @@ -8,11 +8,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SimpleUser.php", - "hash": "989c3946e3b3aa538d9486a531d5494d" + "hash": "e6133ceae61a25835d1606ce2c9f8d67" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Integration.php", - "hash": "1387d25ba96d9059514ec6beb6d6cf83" + "hash": "403d5855e061b9d3bfa306d9830abe68" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BasicError.php", @@ -80,15 +80,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/IntegrationInstallationRequest.php", - "hash": "f3071058b19c6d41dea32ec20bce069f" + "hash": "25bdb0568994e3298f7884b94c8e797c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AppPermissions.php", - "hash": "dee0217b8169c7aa4252e2e7721a6217" + "hash": "f52311cdeb4b9a90810d455b7a6f5c0f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Installation.php", - "hash": "b6393a9cb1434e4d12e8444a38fcaed1" + "hash": "1f44bd2c0ac9d842732255c9ff6be9bc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/LicenseSimple.php", @@ -96,19 +96,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repository.php", - "hash": "1d7e3931533325e9a49bec3209d1b32f" + "hash": "c0021469420a7d9299eaff72db2c3365" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/InstallationToken.php", - "hash": "5311038258c3277af24e270d41894428" + "hash": "f19d42cbf670515515caf814c0e26544" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ScopedInstallation.php", - "hash": "351952b6747fdd569f6e414e33973b40" + "hash": "e4717ed3ff582613f62b1f4a34db858f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Authorization.php", - "hash": "7e4886aa5ba8391d65a20a852427d014" + "hash": "5eed7be2c1c8e7c489236fa58484d496" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeOfConduct.php", @@ -184,7 +184,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AuthenticationToken.php", - "hash": "1c0224733b1d8afa764144ee9ae7a085" + "hash": "7a8789d6dd8689ae1b1ed4746aeca8ac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AnnouncementMessage.php", @@ -304,11 +304,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SimpleRepository.php", - "hash": "93a36fa8b2ac07f1275a9c4f5179dcc5" + "hash": "baace41dca88cfe29368ba4154ba0970" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningOrganizationAlertItems.php", - "hash": "8cb155dca1f59a10b07268e73df7e11a" + "hash": "68632b0b06e802dde260e72d0c47da83" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/EnterpriseSecurityAnalysisSettings.php", @@ -336,7 +336,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DependabotAlertWithRepository.php", - "hash": "af675d313abf1f0906b4fb53ba6d7f2b" + "hash": "14b463d606fc1c000a6b0d24a624addc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GetLicenseSyncStatus.php", @@ -352,7 +352,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationSecretScanningAlert.php", - "hash": "25a4f5535261111a223522fecf626988" + "hash": "8202d94bbfefc9c18ef97da5a5478f0e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ActionsBillingUsage.php", @@ -384,7 +384,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Milestone.php", - "hash": "b66ee2f2a082fa233c2e95dc6d331632" + "hash": "61d0835b4021817d198272e69e8df166" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AuthorAssociation.php", @@ -396,15 +396,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issue.php", - "hash": "4d53851a3785027163a45f6d6cd359d5" + "hash": "699a52dd7c9a0f768c3a1c5cd2efdabd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/IssueComment.php", - "hash": "f55a37a14088bae7c4363af6ba073401" + "hash": "e4dcd0a30df0c752edc23b2af52468d6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Event.php", - "hash": "d426909bb3adb04d49e6af8324fcd53e" + "hash": "fa2e9f865f9d3c683b24c72f722cd49f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/LinkWithType.php", @@ -416,27 +416,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BaseGist.php", - "hash": "565e8ed7e7e04bc9b650feae9446583b" + "hash": "4fe352920b23e16680a4d60e92209351" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PublicUser.php", - "hash": "99f9c3df0595504068d58f9cf5e4904d" + "hash": "ca8ef1641f6959bf1e725119f61df38e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistHistory.php", - "hash": "905b83380242c7a8356f59ef6e8b49ba" + "hash": "efde1e7f67afa36ade1ad5a0a34e6c9b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistSimple.php", - "hash": "0918d772842ae1ce915ead332ae2cc02" + "hash": "49da19c20e0e41d716ef2023eb81b615" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistComment.php", - "hash": "c2365dced5bfcb0138bc14f4d85c1b4f" + "hash": "bdcd9828dd50742d5c7ad6194ad47282" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistCommit.php", - "hash": "ac4385fc09400af31a4026e79344774f" + "hash": "092b25696294e0ff72b470cc83e1255f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GitignoreTemplate.php", @@ -464,11 +464,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/MinimalRepository.php", - "hash": "9f0c10c263b856df81edec74d77d5bae" + "hash": "bde779bd0cef88e943f8bb3bb1731dce" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Thread.php", - "hash": "63840a43404bc256c6f89378e4026aea" + "hash": "2ec448a505a5b365253f99e526d912c5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ThreadSubscription.php", @@ -476,19 +476,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationCustomRepositoryRole.php", - "hash": "d517d6544fce0e0100a1b80f34225fb5" + "hash": "23ee9daf36bb0b7152b01fae832de0e5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationProgrammaticAccessGrantRequest.php", - "hash": "4ea7d1c0a95cfd611a1c52e79668f7d9" + "hash": "97b04aea37b36bd4caf09fe2620c041c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationProgrammaticAccessGrant.php", - "hash": "c0f9994444bfb00ad07660a31f29f58c" + "hash": "767ad68c77c4a5f342fe7d84d0fa0058" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationFull.php", - "hash": "dd50b637e99b96a649446ab5b58cc42e" + "hash": "01fcbf12b4707e5471e6cf6bef95cd6c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ActionsCacheUsageByRepository.php", @@ -536,7 +536,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Codespace.php", - "hash": "a9fbc867ea1a27d6330b231979ca2c5e" + "hash": "35922a117b24714d09ccd1c01d24252d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodespacesOrgSecret.php", @@ -568,7 +568,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Package.php", - "hash": "072889eaac7a14b3c52f3b7143783312" + "hash": "b31328d347e4159f50fbc47c70974f44" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ExternalGroup.php", @@ -580,7 +580,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationInvitation.php", - "hash": "ec505de071d460573c98e08024502c1f" + "hash": "d097fdd686e1d89d515381bca4baa438" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryFineGrainedPermission.php", @@ -616,11 +616,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrgMembership.php", - "hash": "5852d75c4f84fb4bf4f054a9bc327cc2" + "hash": "01ad5c214f4a5eff248d32ae270ade8a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Migration.php", - "hash": "d39cc96dfb1e6f5f6a68d09617a673d6" + "hash": "82d1e9b37466633b408f39174e4adfef" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PackageVersion.php", @@ -628,7 +628,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Project.php", - "hash": "2444ef718d8dff6d3657d0f5227e40e5" + "hash": "78c39cb0943acdeec5ae5d822f248129" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryRuleEnforcement.php", @@ -732,15 +732,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TeamDiscussion.php", - "hash": "e52eff06dcbd085194df79142c43be19" + "hash": "d22fc6c8652ded5d07446b2f71cb3c03" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TeamDiscussionComment.php", - "hash": "6842988e8fd07a215ee2944565f57082" + "hash": "f2b96266308969fb170d36ada3386958" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Reaction.php", - "hash": "c64fbb11a4cdd6b2593c8b5ad822db86" + "hash": "cd32edf24afe2b01eae51f193bb441f6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TeamMembership.php", @@ -748,15 +748,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TeamProject.php", - "hash": "e258bfdc4dbc2865f2f599c59fb65c11" + "hash": "b76d8d30f0b3d20e48b4d4fd733618db" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TeamRepository.php", - "hash": "9ba4024629a2107e76740418e2001eb9" + "hash": "94df45d84251a8b99d02bc1c3e51b749" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectCard.php", - "hash": "99f0c8380d9164f8635f24c1aabe3b09" + "hash": "e792a68cb15ff1e456b81020e443bad9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectColumn.php", @@ -764,7 +764,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectCollaboratorPermission.php", - "hash": "a71aeeeed3f1558e2e004f455044efe6" + "hash": "f97c2446353980bc73a18773eca32029" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RateLimit.php", @@ -784,7 +784,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/FullRepository.php", - "hash": "5470059dbb625ea1b84abed8d8d4f864" + "hash": "42e02e6f12aeb623fe8cbc67bf2e17e0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Artifact.php", @@ -836,11 +836,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WorkflowRun.php", - "hash": "39aab7ac799c3825e00cbce7868f78fe" + "hash": "eb86c4db0aabc3d366e8048ac4b99780" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/EnvironmentApprovals.php", - "hash": "8086cbf72e5e796a6e245c9787ac2be8" + "hash": "b488bd3dc936598c17a05d4ec10cffcf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReviewCustomGatesCommentRequired.php", @@ -856,11 +856,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PendingDeployment.php", - "hash": "510fc963ab1def49e73577fa07abee87" + "hash": "9ee6fbe0bfd213fb83c5e76817320618" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Deployment.php", - "hash": "e43440b4de57599113612f8174338106" + "hash": "6fa21739d3ca957660d563fcb5bdb227" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WorkflowRunUsage.php", @@ -884,19 +884,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranchPullRequestReview.php", - "hash": "3cebe0732f689c41925ece52e6096cd4" + "hash": "3399ce2fe079ee1e832b67263430ca04" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchRestrictionPolicy.php", - "hash": "3780f16037af71ab8919a37e4f9e7f5e" + "hash": "161fe1d692328655b020fb1ee96bd8de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchProtection.php", - "hash": "5dd714d4f747391f671c21c94fde4dfe" + "hash": "7e2eb8cde07b3f1bd23f6233978f53c9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ShortBranch.php", - "hash": "d017224fc4403fc9f750b2cecb732fdd" + "hash": "81c2173a55afedfa2ca7c7dd55a84bae" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GitUser.php", @@ -912,11 +912,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Commit.php", - "hash": "d40a1afc41218da4b3f6749a14c5a25b" + "hash": "7f18fa231a89b199cbd578539df79ce1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchWithProtection.php", - "hash": "7d0801d682f95f9d6d8f42096b570cea" + "hash": "ac16a865104090de1151a22e0c3fa51a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/StatusCheckPolicy.php", @@ -924,15 +924,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranch.php", - "hash": "92e3bacddc440ec3ccc51d6d1df923b7" + "hash": "45d3045d0ed2eb8639f60764d526c4ec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DeploymentSimple.php", - "hash": "37842a93e8907af6ee59ce2108fea2e7" + "hash": "b37b2f48aea750dadceb4a955a45c20d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckRun.php", - "hash": "7a785137946ca179500c9f2c044a75ab" + "hash": "bb99de9b906ccda2922cc8c01c7e2897" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckAnnotation.php", @@ -940,11 +940,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckSuite.php", - "hash": "75cc89e3a5334f815df7b5143220d5f2" + "hash": "f98b7e65d6cf2442c2b6a8b519aec88b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckSuitePreference.php", - "hash": "49e48a35c441864eecd61268bd363be2" + "hash": "27eb6d41e748e4e4ad5d3d0d9d9312d8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningAlertRuleSummary.php", @@ -952,11 +952,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningAlertItems.php", - "hash": "ae8afb80396674d27d38437c8108e4f4" + "hash": "2dae00400e5ba459a57793b664214431" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningAlert.php", - "hash": "66bdf90d35c4a75cb2793fa709cac087" + "hash": "d061f79a88243942898b004ce080f5a3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningAlertSetState.php", @@ -992,7 +992,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningCodeqlDatabase.php", - "hash": "54121832693039a270568f1500805bdb" + "hash": "ccbfb6338085cb995cc4757a5e3068a0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningDefaultSetup.php", @@ -1028,19 +1028,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Collaborator.php", - "hash": "647f152f648fb5fcb2384cbf642f0b3e" + "hash": "d15bb538030da38784c27447a7260c03" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryInvitation.php", - "hash": "2945571007366c3e53aa9c519295404b" + "hash": "ed40e28437689f4c18de15c7d932d713" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryCollaboratorPermission.php", - "hash": "fdeef9c16791a6182c33fd1d059215d8" + "hash": "21c2de5ca5e04c44eb41ecb1bbd65392" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CommitComment.php", - "hash": "008f474b51b71b2b0db0f0e4493f9874" + "hash": "19deb4fc0937729d0ea5d83a59799597" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchShort.php", @@ -1052,11 +1052,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AutoMerge.php", - "hash": "2a122629e77f3b89f48d56838ec9889d" + "hash": "b20d45f427429be3757c63e2a83a03fe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestSimple.php", - "hash": "8a2767daa6e4a674d720d09c3bf956dc" + "hash": "743797004baca6497f49b6d889a90dbc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SimpleCommitStatus.php", @@ -1064,11 +1064,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CombinedCommitStatus.php", - "hash": "2dd298dbe620b2fa406aa9780cf7f6e6" + "hash": "27ff119cd884a746b7987c891a3b3e70" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Status.php", - "hash": "81a8ead22073dbbcfe12ae7213d890ab" + "hash": "495efc652021732213eaeb83a2439613" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CommunityHealthFile.php", @@ -1080,7 +1080,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CommitComparison.php", - "hash": "8412e7ad502256268bdbb7a5c3a0d562" + "hash": "ea5cf16f77f70079776e12324e82cba3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ContentTree.php", @@ -1108,11 +1108,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Contributor.php", - "hash": "78af34a61c0d8fae26a8b37b86d5fa97" + "hash": "b34f4f0eb878d3cd8108979322ce550d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DependabotAlert.php", - "hash": "5021003fe13115007b0329d0beb1cc4d" + "hash": "f1465bdfdcbd3384860bd0c7bfd17f96" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DependabotSecret.php", @@ -1144,7 +1144,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DeploymentStatus.php", - "hash": "079b509f4e7aec77dd5f7935aab61cd9" + "hash": "c3d68dc7a9c1f87755335f3285ac9acc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WaitTimer.php", @@ -1156,7 +1156,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Environment.php", - "hash": "ba7dcf83eb1964d7390cde0629cce75d" + "hash": "305ce91c9f13bf377b32b67847bb338a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DeploymentBranchPolicy.php", @@ -1240,71 +1240,71 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/IssueEvent.php", - "hash": "10064213fa87a847a9dcf1c95e6e8857" + "hash": "fc214c81570d6177f8b02a4f04262cbf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/LabeledIssueEvent.php", - "hash": "1ef12ed025b31ec24db0f013e416716b" + "hash": "e34485885b27e40783bc805e7d2b1de7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/UnlabeledIssueEvent.php", - "hash": "c0aae1935f7d407855bf1971be91c2de" + "hash": "01e62a98c2d0556be45d61d394aaaae3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AssignedIssueEvent.php", - "hash": "aa581bc2a96c3f495573de62456e0c5b" + "hash": "1cc56c7fc8da81959c00afe4cdfa301d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/UnassignedIssueEvent.php", - "hash": "fe2e9a038f0e2dff5fd86f22fac0c748" + "hash": "af9a31eeb9c9fe7073d9b0f20fa4a5ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/MilestonedIssueEvent.php", - "hash": "d2cc990b9530fd671fb7c1ad984e96c2" + "hash": "b499413bc38c37be9a9d357ea9c45c2c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DemilestonedIssueEvent.php", - "hash": "446047cb3b772762efa4c01dba0bbbec" + "hash": "4573f6d7b7a5a774ef81cbc8d4a0d52f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RenamedIssueEvent.php", - "hash": "63a343a275b4f7d86b3908e43354ce41" + "hash": "ba9b91496d430ad1f4840e3748a74f4e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReviewRequestedIssueEvent.php", - "hash": "44bc7c034d962ed19b42a0626f63f1c1" + "hash": "21c5a53664b0fdb7404851bd83ebcb6c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReviewRequestRemovedIssueEvent.php", - "hash": "3a51cd1af25de516b5d21d809cc19cd4" + "hash": "bbaa18c726963514250c1985f5f5999c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReviewDismissedIssueEvent.php", - "hash": "b8f84a6788e63b39e8fca3b78f1fe2d0" + "hash": "825d544711bffff5802357613f2f7782" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/LockedIssueEvent.php", - "hash": "bfd20d852b229025d5805e0e4ee173b7" + "hash": "16ae5fcffec1066711489275067adca7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AddedToProjectIssueEvent.php", - "hash": "d62ce6d807219bee985c6e1a867d90fa" + "hash": "9faa69bf1ab41917682f7f89767adbec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/MovedColumnInProjectIssueEvent.php", - "hash": "e2f835303261ae0b8b2665a8bd2b1990" + "hash": "1eb4ae4ac9ac695c163381d105800592" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RemovedFromProjectIssueEvent.php", - "hash": "864c240db3f956c3b12f808fedde3f9f" + "hash": "58e399270f1c6d037ccda86daa5cb5a1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ConvertedNoteToIssueIssueEvent.php", - "hash": "29b43c224bc7097dc790686e53a50dad" + "hash": "72ef29075e8d87aaccdf1a36abc3b779" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/IssueEventForIssue.php", - "hash": "4409c65b9a97f75e3d8fed54dbf5c210" + "hash": "4be5b8140ecf646a37d020051b671121" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Label.php", @@ -1312,11 +1312,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineCommentEvent.php", - "hash": "2e4ef8b05c18cf613944a8d376d5d821" + "hash": "df4cf7b704c18d8275a31fc06cc67f80" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineCrossReferencedEvent.php", - "hash": "e824fa3cd28cfc4b128958bfb6dd5391" + "hash": "b4eab537baa9b727c179f74a43b8d0c9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineCommittedEvent.php", @@ -1324,35 +1324,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineReviewedEvent.php", - "hash": "8f374bc68ff82ecbfb07b6a55befdf2e" + "hash": "e8a588abe54a14d86f6ea948c6578cdf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestReviewComment.php", - "hash": "747c78451f83a146aacef596fa3c1df9" + "hash": "28f78963360ea576e71ed30008f3b7b8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineLineCommentedEvent.php", - "hash": "9981d098dfed24519f5622fb55146fc5" + "hash": "c1a564f010e3d86348f425bd97a2e2b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineCommitCommentedEvent.php", - "hash": "6d23792293be603b62a207048585c1c8" + "hash": "21cfc06eb25b47a7b50644b03d249323" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineAssignedIssueEvent.php", - "hash": "5283c9e7e571bc92d440102f220d1bbe" + "hash": "feb6dc17fd1f5d8ac29ab96270e4a123" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineUnassignedIssueEvent.php", - "hash": "2f80f3b2fcf5d3baa4911559bed0451f" + "hash": "035616b4c1836687d2d442ba2262a34a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/StateChangeIssueEvent.php", - "hash": "02749c09e00c625768fd2a87ac457255" + "hash": "72491ab20874afc6ffd1be26b297f56a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineIssueEvents.php", - "hash": "f89bf6906fb1a6c533ae8094fb789287" + "hash": "7418a1a773333382143a09301f3a247e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/DeployKey.php", @@ -1384,7 +1384,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PageBuild.php", - "hash": "6ac9fe0855260fa777e71a35243a53b6" + "hash": "e2f12fe293db2781f557983ad7c5045d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PageBuildStatus.php", @@ -1400,7 +1400,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest.php", - "hash": "329e0ca278fa3c09fa7ec45bf60e938f" + "hash": "f74bd7649e0491ce4f9fccb8b6b7efe0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestMergeResult.php", @@ -1408,23 +1408,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestReviewRequest.php", - "hash": "1f68fcf0c9198d0258a29846dfe2ef09" + "hash": "8550971ed8af10d2c1522923e29a31fd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestReview.php", - "hash": "a60aa17f28ab6a8d57ff8cbac64260dd" + "hash": "6e292211eb4c44a14b72819d99458c66" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReviewComment.php", - "hash": "d99d0c2ed4983e691165a390fbeaf355" + "hash": "f7cb9714dd43d35ba094a0320bf5900b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReleaseAsset.php", - "hash": "e81a575ba7b7cd536b321692ffa4a440" + "hash": "ad3f7f087d3299b141a0dd3e3dde10fa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Release.php", - "hash": "74cfa210302ffc4bd2dbc9668d55e337" + "hash": "6cac7418b57eb7e2a112df4960c3e3df" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReleaseNotesContent.php", @@ -1432,7 +1432,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SecretScanningAlert.php", - "hash": "0adc92489fc6bbc4fcf159fae768cc07" + "hash": "a84ca3b4cc923adaa955c28a2431ed0b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SecretScanningAlertResolutionComment.php", @@ -1472,11 +1472,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryAdvisoryCredit.php", - "hash": "96c5be4a4c57d4116ad5b37acbb84115" + "hash": "1a096497516cf1499df2402efaa1d595" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryAdvisory.php", - "hash": "552fcd830b2a45b07f6456085be12a9e" + "hash": "97ed76dd69b523d8364b9c6b4abb4139" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryAdvisoryCreate.php", @@ -1492,7 +1492,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Stargazer.php", - "hash": "0e38bff8729381094452e9653f02d968" + "hash": "8f3174867f6c407bb086360d0b528044" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeFrequencyStat.php", @@ -1504,7 +1504,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ContributorActivity.php", - "hash": "6de10f07975398e307e21a2a70824c88" + "hash": "9f426b5f5913282095db2a9a99c447e1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ParticipationStats.php", @@ -1560,15 +1560,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeSearchResultItem.php", - "hash": "516b427927c183f48b31d719b01f2ccf" + "hash": "740e9794113087257e6dfa1a40b611a6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CommitSearchResultItem.php", - "hash": "1c49736771d0cfa0f21f29a65cc51df1" + "hash": "a5f209249f62d685ed78bdfd7eea6977" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/IssueSearchResultItem.php", - "hash": "d2fac05ad1a7a6ee7637c79eec1fff81" + "hash": "e369cc80e332b3eeab31d22c2234e0eb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/LabelSearchResultItem.php", @@ -1576,7 +1576,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepoSearchResultItem.php", - "hash": "3db5756bf8e65d2b294f5990d31a130d" + "hash": "94dbf3e29b2b5d7049bfca6b4afc2cd4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TopicSearchResultItem.php", @@ -1584,11 +1584,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/UserSearchResultItem.php", - "hash": "86a79f9e4d1cef717ebde64b0a679521" + "hash": "d5a72a1053d1a637b5c5f442604d9a62" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PrivateUser.php", - "hash": "114f424a00cbee1fa8d559e43ee42e8b" + "hash": "0b1e867e4c152d849e5c8ed2d89e9843" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodespacesSecret.php", @@ -1604,7 +1604,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodespaceWithFullRepository.php", - "hash": "2404bbc86088ad646d00adb6106ab2a5" + "hash": "91dfb1acceca74681ab6cf1787cea7e3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Email.php", @@ -1636,7 +1636,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/StarredRepository.php", - "hash": "b0a8afe0be042075be181f35dd385f73" + "hash": "120c1fa7b236a5112443bcd3a741c1f1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Hovercard.php", @@ -1652,15 +1652,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SimpleCheckSuite.php", - "hash": "596c91d26d516df3a3f32cada000a49c" + "hash": "4d471b0c149ee08fc176fd1a2c8f3a33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CheckRunWithSimpleCheckSuite.php", - "hash": "965994211468f78159d24625482fb83a" + "hash": "7f92583cfa14aa9b5b3591487be4e13a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Discussion.php", - "hash": "7dfa3bb1f63a14159ef323ca026203db" + "hash": "a1d2f74232f124f9a5aa4d8b3382944f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/MergeGroup.php", @@ -1668,11 +1668,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PersonalAccessTokenRequest.php", - "hash": "604861214231e5bb379ba19c04b8cafd" + "hash": "2a7f7b2fc2e9e4f5652190fde3397b06" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectsV2.php", - "hash": "99f97237aefb39c279832824e352dd13" + "hash": "20761b2238cc93f6e7d1e25aae10dacb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectsV2ItemContentType.php", @@ -1680,23 +1680,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectsV2Item.php", - "hash": "852237143f486b233c417f4b9f30671a" + "hash": "5523052df0e8c2212e284c5523c90cf7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookBranchProtectionRuleCreated.php", - "hash": "32d080f54504b70813fb5ecfeaeab5e5" + "hash": "acab0d1abd06d5af555197c5b56559cb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookBranchProtectionRuleDeleted.php", - "hash": "a7742cd2a1e7c5de4889520cd07f8cc5" + "hash": "ad34782adb16e9a0c79f8f85c388ba6e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookBranchProtectionRuleEdited.php", - "hash": "c31c3aeb281a4c94da659077285294cd" + "hash": "3e0e80d7a2ad12b107ab03b48e80ce0b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunCompleted.php", - "hash": "6aeb155506a965c44a10ddb5e290027b" + "hash": "525da8a3242d41308d2a3cf1d4a3cbb0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunCompletedFormEncoded.php", @@ -1704,7 +1704,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunCreated.php", - "hash": "49b161caef2d202af96b29a4d86a6fb5" + "hash": "5a5a8f7d9608c95154dc2e229ee8f399" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunCreatedFormEncoded.php", @@ -1712,7 +1712,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunRequestedAction.php", - "hash": "f9a3dfd27911d01946753104efaa178a" + "hash": "d71355a234f9eb86a654d9a6daa7282f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunRequestedActionFormEncoded.php", @@ -1720,7 +1720,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunRerequested.php", - "hash": "79d20ecebaafbbe7b7436f5d7bf2c9fd" + "hash": "60a692d8a178b99b0b4f3427f0600d4b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckRunRerequestedFormEncoded.php", @@ -1728,403 +1728,403 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteCompleted.php", - "hash": "55ff77ef2dc09d508a9dcc89dc2568f6" + "hash": "a76054ab52f8ac226a82dfce703d1213" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRequested.php", - "hash": "95823d65483a0a1c4893c66cc862270e" + "hash": "4c5cf57fb2c0b306f0b1dc4f9c9aa850" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRerequested.php", - "hash": "79eee5a277f51aff1491771be056c65f" + "hash": "15123cff5b7186d8a4bfd732b6795ea1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertAppearedInBranch.php", - "hash": "9cd19463bf7b6c76f017c807b5caf0b2" + "hash": "310d039740c8c11ce02a2dd97abf3728" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertClosedByUser.php", - "hash": "e9b342fdc4089fd9c9b943c7bbd287bf" + "hash": "cb61ea5a783e4e884c20b28b6ea27187" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertCreated.php", - "hash": "2ea07421d62124ef63671b07f6e4b6dd" + "hash": "2bee679e229ac9d7480b1646898c219f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertFixed.php", - "hash": "eb07591c03f6c47bc49227f442a3d7e2" + "hash": "fc0bd9449d778eb891235bfb2209140b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertReopened.php", - "hash": "849fb1022e29e5a589156b28886dfa4f" + "hash": "548fe341fac76b8410ce1126e6a1e759" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertReopenedByUser.php", - "hash": "86c713ed3499f41303645b87880098a2" + "hash": "3a8429d73269ef55c34c346b80924e5a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCommitCommentCreated.php", - "hash": "34c5ebf37b9a99b1758ac4d579950b40" + "hash": "d9f312c5adf83d1e347ccf225ce3cd36" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCreate.php", - "hash": "88f7efe6019d5d8fee12f687940b2b98" + "hash": "1d1715ed74e280c43c703d88c3386061" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDelete.php", - "hash": "a1346db6e6a760ba57c0aa42bfe48ce8" + "hash": "f732f4ce00b5369f38ed85230c8c6ae9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertAutoDismissed.php", - "hash": "980a1ea001dda725990f269482035695" + "hash": "e5c4a4ea46ea03aed8285c27b7c4cbda" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertAutoReopened.php", - "hash": "5321ef17f3d242544cfb36df05c3d713" + "hash": "55fc15fadf6723bfed26c8a3b5202083" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertCreated.php", - "hash": "44635fd2145a86c0742939a91aea382a" + "hash": "aaab7d341457e5ffb10387c18cd2e62a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertDismissed.php", - "hash": "93aa87fb3b3a2a29a4021e65a584ed16" + "hash": "4dd4eb80d723c63975ca4308d30653f5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertFixed.php", - "hash": "071eafe8440c8f9ade195835c55a0e2e" + "hash": "391e2ed0ae0eeb1d8c8e3d6c5fcb8be6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertReintroduced.php", - "hash": "8798bd9b9b42fb12e13765c803a9f010" + "hash": "a95d1a713d602532afa25739c928e118" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDependabotAlertReopened.php", - "hash": "733134a4788ba0f84a9fcba0f72e327e" + "hash": "3a7629ff984a65db35a34dfeb438a306" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeployKeyCreated.php", - "hash": "293c37591e536c3fc80bd8fbef308228" + "hash": "ffacffc113b7bdd88a91a8b372ceb38b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeployKeyDeleted.php", - "hash": "defabcc33864ea8484eee44a7cdbf3ef" + "hash": "d12c46dfdde84b50750a17a2e54c10eb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated.php", - "hash": "6a5e82a99ec30c2fdf78a3eaad00d4ae" + "hash": "fbbaa2d68c9e4e1260d4a80bfbface83" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentProtectionRuleRequested.php", - "hash": "59a5d66c925bd2a91e000ef034f1efbc" + "hash": "a1e0b5e3d3236757e78ac75947bca457" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated.php", - "hash": "e4b7e3270fc5deaf61389cf10c13e834" + "hash": "0be07f8a7da6a2884528d65736ada4e9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionAnswered.php", - "hash": "45dee67e9460026b38357aedff41f1d0" + "hash": "7016b0dbc0352db1de29453537f50823" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionCategoryChanged.php", - "hash": "9058263976b973558d56d2d720dcfa7f" + "hash": "9fb905bff0d67bc8d994538485ca5543" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionClosed.php", - "hash": "a475cdfbbf8506d1ea087bd2f7a5b71e" + "hash": "cbcf6f98f4047349e9c373f8b697791e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionCommentCreated.php", - "hash": "16fae621320f0c875e26d9e8d066248c" + "hash": "a46be6937db16095a9a82c452a23425f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionCommentDeleted.php", - "hash": "e8d31a1f81727901e109b85fe0a6f9b5" + "hash": "2788e9a6ba0e96f8863e5fd289333193" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionCommentEdited.php", - "hash": "ad6353b71274293559922866cde07a0e" + "hash": "b0f0f7be8ea3ee22b2b2cbe030429901" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionCreated.php", - "hash": "f0bcf32250ab32114604172131a1b513" + "hash": "26f4f84925a15ab1d993065fb2b74748" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionDeleted.php", - "hash": "4e14b05cfe29bf9486db94329a90184c" + "hash": "7e2e0adc09a015af35f65b9ad7b0bcfb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionEdited.php", - "hash": "f90273f147681b457e29444c579f0fff" + "hash": "57b0c21e67cfdb9934f4bfd632d3809c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionLabeled.php", - "hash": "3efc2257edd78002ccc587549950b42a" + "hash": "c26e12d6a6e424d7c7c0cd33c453f067" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionLocked.php", - "hash": "c6e01ca74b4ee6bd146ae8e223c427cd" + "hash": "8437b41725eac7719b19c3de654ace08" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionPinned.php", - "hash": "b588d72c8d2030906c522addc0b5cf10" + "hash": "82410f1ca393c8f4ab76d1773c5d8dfe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionReopened.php", - "hash": "db38d77dac7fb2a0624221e4926895d3" + "hash": "96a2bedc46cbd8599e57dbfcffebd332" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionTransferred.php", - "hash": "812d743afbac90b84a4a870d7fcf3af4" + "hash": "5c8d8ffa70603db878439488490bc072" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionUnanswered.php", - "hash": "3767d7ded73c49b19ff2f5e49d4d07ce" + "hash": "bf1510ac637b6cf2828b5a943282789d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionUnlabeled.php", - "hash": "c563e3e115ede337ea660d26874fd5d0" + "hash": "a089e37e0fe322215a4c65409e69395d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionUnlocked.php", - "hash": "ef74c34bbe532a008ddcdb3aae12f40f" + "hash": "2a5a7a78b34755efa415995a2523224b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionUnpinned.php", - "hash": "a805dd27fc804cab29d42e60564c6a26" + "hash": "38e4af4f988298d8c8b7baa98d2e6581" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookFork.php", - "hash": "da5b8a393e96ae55425fe6a8e37da918" + "hash": "b2ea130313558b2e70f0e24ac3bcb58f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookGithubAppAuthorizationRevoked.php", - "hash": "2e9c883d8ae9c5ff2d96d6c5aff1df14" + "hash": "0b57501b9ac59b0d07cd8f05148cd6a6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookGollum.php", - "hash": "0a6b243e467fb37baafcd1dd65a7ef89" + "hash": "c5f1b5a840cc80fb2732ad3b0db54579" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationCreated.php", - "hash": "5d97b5f75181da45cc2e1c8a68123729" + "hash": "c342275968f0c403107783e1aeeccb24" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationDeleted.php", - "hash": "0632421cfcca694531b04c8e2976c001" + "hash": "daf6e8aaee51f728ae5387514a414c21" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationNewPermissionsAccepted.php", - "hash": "f8ae6cefa24f852f650b6b0d42383919" + "hash": "a9deb34eb57cc7f45faa856f9a8b2f49" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationRepositoriesAdded.php", - "hash": "aa493fee9086d944b769adde096e4635" + "hash": "34edfc640f8a1bf4b085912d831e46c6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationRepositoriesRemoved.php", - "hash": "6d894f2119c51640337a6f9dc4e4d58c" + "hash": "edbcb39a01521bb83d2fd4ddf470f42e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationSuspend.php", - "hash": "7c9e750d138cf78cf14cf16e4ac69823" + "hash": "d92cd947802501832228467d8b9de67a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationTargetRenamed.php", - "hash": "33104fa9e490ccf2d3ffc68e63c81911" + "hash": "b9cf3e0b7b84fccb3336a3ff37791f1b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationUnsuspend.php", - "hash": "902fae2e9c38cd41fe51c6aef84b3da3" + "hash": "ace3fb290e6097ce0200112bc405c9b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated.php", - "hash": "681c5e16f5efe2c1c1e0a7f807e9c4ed" + "hash": "e890a082b25175cfe2b196d46f23160b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted.php", - "hash": "12cb7a522bce320ab5efdb7f5d25b7a0" + "hash": "ce8610d0db25326c4af7e3fda6baf266" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited.php", - "hash": "5e78fbf62af6cd5770e0b70481831ba3" + "hash": "fec53a4386cb7f261dfb6c23e91993b6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesAssigned.php", - "hash": "ed5a533814e4babf92ab0365eab20a28" + "hash": "670cce042820698c344d89168a799424" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed.php", - "hash": "3b0a5abb7e938694aa730c3c3083109c" + "hash": "740d49b8d3ba4b2c80115304c88fbb52" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted.php", - "hash": "b5806dafe8b9b1e97ccf25a3734893c8" + "hash": "5dad19d4be7b5f5459bc7036b083a823" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned.php", - "hash": "16edd71ded6dfdad440bc682e79a1871" + "hash": "808908a0044be65fd5da0674cd731f46" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited.php", - "hash": "3dc1b132cab54da15ad34a2366e0e0d4" + "hash": "45f3d0e85d8c1db8d4e6c19854ac3a1d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled.php", - "hash": "a23ded1f8cf99d83c229f075cc58476c" + "hash": "35aa1883cd0eb2c68765b96017b5df16" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked.php", - "hash": "c34c88363720328f7fc4ace9cc58f717" + "hash": "f5cf779cb77282ada0a05bc14c4fad2d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned.php", - "hash": "76b5245b413172753d5f3c8fdcbde6dd" + "hash": "41fb8cebffab292e5dcf50593617e211" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened.php", - "hash": "5f1fc4661824209e2d09dda0b4b1d0d9" + "hash": "02f944d6f1791041cc0ddc6ff092bf74" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesPinned.php", - "hash": "8a4a1b5f073310496ff367eb820f79a3" + "hash": "f9bdef753db898f097fb9a4afdf2c681" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened.php", - "hash": "3910ac5f5863a600feb7169a928978f3" + "hash": "a764f59d82f1d0a119cc5a2e18bc3647" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred.php", - "hash": "134f0710e5f984ee487e6c2d2a803704" + "hash": "e0d625e53c535109940f1c0ad5cc96b5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnassigned.php", - "hash": "0ba7ca9c933d0e5cad60fe7440596f69" + "hash": "ceb17efce153c86aee9ea19a33082145" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlabeled.php", - "hash": "787179181b80273ef04b1d4d94908b8f" + "hash": "90e0146c199b000b5af339b5de1a6c5e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked.php", - "hash": "a5f210d2cca6a4a58d839e98922781d6" + "hash": "e3b485e65d9d531c36fa7b82b41d4916" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnpinned.php", - "hash": "226966b2b1be5490ea39fb447c34f442" + "hash": "c9c2e4552db46ef2bdebe944cb94c75a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookLabelCreated.php", - "hash": "910864e53e14cfa6a604d479d51c322e" + "hash": "eba97860d04a1a5d3c18fb693cc0a003" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookLabelDeleted.php", - "hash": "8e5e1c25d957dcbdc99dccfbc2afe950" + "hash": "fa4b9d47908575d7fabbd913336ce5b1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookLabelEdited.php", - "hash": "d1cb0a30462817a5ab07f1eb697b761b" + "hash": "5d95b86a63d9769854a0bde9f8dfcf33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMarketplacePurchaseCancelled.php", - "hash": "b7bab8516f395681d3cf2f4193a1dba8" + "hash": "b0124cbec3962e7fc9d0aaa108b793d9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMarketplacePurchaseChanged.php", - "hash": "62ca4a556b72b10d3d8810bc3f6ebf8d" + "hash": "1c41232a22ff49b660961338bccbd33d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMarketplacePurchasePendingChange.php", - "hash": "d354521a395941806e06be5c75b619e7" + "hash": "be3be90cc5525376698201f3b4b14659" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMarketplacePurchasePendingChangeCancelled.php", - "hash": "2b170e39144a93a913f42c7c3c5fb12b" + "hash": "f36a9652272a4e01ef07e33f5368e12e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMarketplacePurchasePurchased.php", - "hash": "35375b1bdb8a1fa4f99eb0b446d9c638" + "hash": "f9f36821b4a1ad01514a650fbab7ebbe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMemberAdded.php", - "hash": "cfa70b5cf186722f03a3e2011f1f5224" + "hash": "1e62e654b62fbe52d0ae440ec14ed247" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMemberEdited.php", - "hash": "8a7e5474fc20516576a704e895e37174" + "hash": "3dd0724f9961bbd6a3c8e746083e4803" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMemberRemoved.php", - "hash": "c6f2ad871cc89f3f35e017ac87c6c468" + "hash": "456f8a978c6242c9db37b1d247386d33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMembershipAdded.php", - "hash": "356afb73f6311f64dde91cdd7a0f99aa" + "hash": "a5b170ef950afde3fcd773ead623641d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMembershipRemoved.php", - "hash": "acd7397577ba9ad384f68fe0f0c9ee41" + "hash": "095d06712b4df4abb301686d2f6def16" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMergeGroupChecksRequested.php", - "hash": "224747ee324b51a4ed8a6eebe812aa1e" + "hash": "b1b84b1f8681590680afd26778dc21aa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMergeGroupDestroyed.php", - "hash": "975c1a1343add421758db3d89898cffa" + "hash": "5f047db44f281504fb794a11d8a87504" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMetaDeleted.php", - "hash": "eca94df434aba436beb6471375dcda97" + "hash": "3a1e37ec8567709b4e0d3c85eeda843d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMilestoneClosed.php", - "hash": "d80a9da0e7b925eec04e74b99e709725" + "hash": "6d990c6c46ad3756e31f90210142bc1d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMilestoneCreated.php", - "hash": "07f92ed5d1f10498a181b5c07624f83e" + "hash": "af19dc66086ea73b1d792ddd8471a478" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMilestoneDeleted.php", - "hash": "c4fa1beb09e93ce044f00bdeccdb3819" + "hash": "6541dd9a2cea1fe14fb6a8f74316eb3e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMilestoneEdited.php", - "hash": "c7f2389c56b398323c623f316807283e" + "hash": "e0ec86a29e999182b38cf1fd15843da1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMilestoneOpened.php", - "hash": "9541ce6ccc39669db7f7e96fad53b080" + "hash": "3962220562d21a90d1568af9a88ab152" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrgBlockBlocked.php", - "hash": "e0349a9addecb9b1f76a1ed98c633bac" + "hash": "303355ecf01ff654d60a2f87dd4994f9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrgBlockUnblocked.php", - "hash": "a0c53d9e5f2f4b88ee564643ba771228" + "hash": "202ea258c434c235da43b8af91378360" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationDeleted.php", - "hash": "5929272d4f7f21f7096dbc8c8e91015e" + "hash": "8b19fba3406174dc9bc1b45b1e5d69af" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationMemberAdded.php", - "hash": "3ee28c9334998526bf93b33feca175fb" + "hash": "6e448479f866472a3750fcd582d51a8f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationMemberInvited.php", - "hash": "b1fc230f0a248114bdc9c5c4a371cd90" + "hash": "83e5d782d1cdf7b378e29d26a5b74a7c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationMemberRemoved.php", - "hash": "773481991683e3e494b3e99f0e84e6e8" + "hash": "5d957cd65f78e19846cbbcb4bcb765c9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationRenamed.php", - "hash": "fcc0dec1596eee7cb1f2bacce449ae26" + "hash": "453655b96cce1f1f9c481b3ce37b721c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRubygemsMetadata.php", @@ -2132,35 +2132,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished.php", - "hash": "e825b83ac3720afdff432cd9a6752e86" + "hash": "1c35428d5e2129aca46d7e91778208f7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated.php", - "hash": "cf847158441b3a65048b280101810e35" + "hash": "e681c41c3deebf69dfa6868b89563a11" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPageBuild.php", - "hash": "96a3403f2836408d07ac2a4f8ce02137" + "hash": "5b2cb8ba37b2a677254e2c77810c6f58" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPersonalAccessTokenRequestApproved.php", - "hash": "663639e6c75217a8c7c8c04ab949aa9f" + "hash": "93e5adbf1d28cfbdee936cacd9df4ab3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPersonalAccessTokenRequestCancelled.php", - "hash": "3cfc54428b9dde2b411fe6f309ab5280" + "hash": "905f081823b4d3cff5514086eb1f40aa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPersonalAccessTokenRequestCreated.php", - "hash": "f52667c0914a9eea62602dd3f60b57ea" + "hash": "40286de1fc0016e69b3732d276d7c5e3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPersonalAccessTokenRequestDenied.php", - "hash": "0468ae19539d9e4588e4f94eef0540f4" + "hash": "7f35c8a332c82ae04abf98b908e0a834" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPing.php", - "hash": "ae999ec04fc320d0ab8ee090ba94a227" + "hash": "e31452a9e23c0475f95c3f47622749e8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPingFormEncoded.php", @@ -2168,343 +2168,343 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardConverted.php", - "hash": "1cfb52441b399434968c0ab60cd959a9" + "hash": "5a4db2dc7b8f4c86f0d98b048ed056e2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardCreated.php", - "hash": "5052786d10efaa7c0e164b3cb05fb3e7" + "hash": "956654befcfc070cb10f23175bde2638" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardDeleted.php", - "hash": "7093b38585f234af5d710defbb5537b7" + "hash": "355a2f713bc2504c73c8bdbda11e4ddf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardEdited.php", - "hash": "1f6388836beb2e5605ab6e59f2542233" + "hash": "da21b65143c598cb559ed432ecea0036" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardMoved.php", - "hash": "f15c97b13270e98d200b9c90d7472020" + "hash": "4b572ff790350bf05a6c144165d1e7b2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectClosed.php", - "hash": "c1ee3b05ce27e5fc24cd038de8fc6cfe" + "hash": "456758adf8a5cbef33ca4449cc19be8e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectColumnCreated.php", - "hash": "3ac8cbbf751a66d13d2d7a26c8b70faa" + "hash": "d5c8575b82f8df71b96eb79284095c22" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectColumnDeleted.php", - "hash": "be68a51cb55fb3cb26577c63fc38649c" + "hash": "910b5b4b5f1a7e965fdefba2cf5381f7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectColumnEdited.php", - "hash": "764ea28ebb94319a4be358c7010c96d9" + "hash": "21e03c9b7b769a781f74c54526d24230" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectColumnMoved.php", - "hash": "6cd587400b98e1d212b64aa86eb0f4f1" + "hash": "c5195180dca2f7925876d3f51383441e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCreated.php", - "hash": "41036231b68bf006278f1a367789a49d" + "hash": "b38281faa4f1947d8a820b3ed61f27c7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectDeleted.php", - "hash": "9579e1da85bcc89bfbc8babb26fcf461" + "hash": "3dd059e9fff4abfe4f979a655f8568e9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectEdited.php", - "hash": "ded814f171e5b4e80327ffff53b275dc" + "hash": "6a809b3769ab44553d4e138693bef47a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectReopened.php", - "hash": "5fdef3470de4313d808ea422417e92a9" + "hash": "8ec4c12cbfcb17d6abf77f0a0de13166" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ProjectClosed.php", - "hash": "da0e50fcdebe2442383df7fdf7c1e9bb" + "hash": "6a9497e2c29616680550012287e94e11" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ProjectCreated.php", - "hash": "df130a2421ab618e380658bc0875f017" + "hash": "6045cb5064a5a2be268d65b0935f43fb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ProjectDeleted.php", - "hash": "3c925386b85e884d8fb96df945ed7aa2" + "hash": "6d715a474278d8457fe8a6edec99c144" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ProjectEdited.php", - "hash": "14e29b7f1059306c6c28c0fa06ca4385" + "hash": "c4a0727030c695f20cda1901e1d47383" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemArchived.php", - "hash": "9f3e30a3430d783c8cf1e27e98421118" + "hash": "a5584fd08d3cb968c5fea5600dc9a240" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemConverted.php", - "hash": "3b550222aa0cdf15ad0e411f2888fb0d" + "hash": "378bd1fc51a1056618d62627face776f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemCreated.php", - "hash": "9f4faaef95d9a862ee4327c9c57604d1" + "hash": "044b7b2afaa120801f3de1c5922a73c3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemDeleted.php", - "hash": "ecb6eddb8ba68e2cacda78cd34913eef" + "hash": "114673199eb417c705a78191d366af1c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemEdited.php", - "hash": "f36c2815fda4b1c32e3e5d21a76ebc99" + "hash": "81b16569a42306e62df1c7edb6cdfa36" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemReordered.php", - "hash": "04d06603c17c87b088042a5adbacc5e7" + "hash": "1c9ef1046f9bac5944cd00fa57d9f2c7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ItemRestored.php", - "hash": "fb1eb8f96e95763908e3029fe3e2af07" + "hash": "862f708f2daec90118ecc4f9b609c864" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2ProjectReopened.php", - "hash": "44d73aeb427392c083d428bcbf547743" + "hash": "82d1ffa73456975210c3e1914bfa58d9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPublic.php", - "hash": "d44370a60121a320ceeacbc977959121" + "hash": "eb29ac3af4260903668eddef77cf8e89" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned.php", - "hash": "cb93e60fba89e81e1353453f28d5ae11" + "hash": "f111de157b4be1794e3e43bc88f58c65" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled.php", - "hash": "30406f77e76b3684e1486c6db6bb0cf7" + "hash": "3990d342193a57e69cd447b1be6da8be" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled.php", - "hash": "cf0bb1b439c316f87822a1234a59c300" + "hash": "dfef15df80198565e358f4ad20ffe089" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestClosed.php", - "hash": "4ea6f1c095821ad35c99d5b5139a9621" + "hash": "377ae9486b3552786bc2d1d6970c593c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestConvertedToDraft.php", - "hash": "1a71c5073ce15ed7cacb460daa64ea07" + "hash": "28ebe8b47149359eecf54a0708f72129" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDemilestoned.php", - "hash": "39db92a5c990a1278801801fc9316666" + "hash": "d6151f9e73fa7ff8238d0f316f94d479" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued.php", - "hash": "ae96ed16e0682490f59bb1cd4f6b663b" + "hash": "e9dac5ad59801ed0811abebd4b87f9a5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEdited.php", - "hash": "8225bf92188d8c83ccbb3654f3d9ba9b" + "hash": "40f29712cb4fbfad15cb7ca2c4ad4b63" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued.php", - "hash": "333ed819a4ab992b3a470e45f039ae3e" + "hash": "5469d950f1d63895385320ca23ea874e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled.php", - "hash": "50a023c6e00895ed0f24eb775cc89070" + "hash": "5b157c0e0d9e2b20fc397b17e9ffda4c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked.php", - "hash": "43c88c41aa969cfb5594da53b6b6b1a1" + "hash": "3d5f601736304858b03fec17a8f37493" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestMilestoned.php", - "hash": "7e2600d6ce9e43390467599e6ab955a3" + "hash": "662fb55f0d5d7c0377ec5ea7819fa710" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestOpened.php", - "hash": "3ff5517d0c8468cf516831db307098ac" + "hash": "077f5aa8cda40ddc247b4043c94e906e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReadyForReview.php", - "hash": "d23532b0edcee7f5aa98179fb9ee073a" + "hash": "3b5d203da1cb07c5138601a0e7996843" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReopened.php", - "hash": "6ad37d0a0874d2f816e820b970940510" + "hash": "f3e6be23c1af26fb7130a6e7c8d03022" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated.php", - "hash": "51251251e0c14e5696721fb9b244ba72" + "hash": "754d732672ecec349c5e4acd49423ea5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted.php", - "hash": "cfa94ac48da316932a8f822e34be4db0" + "hash": "b7e38f6864c547d02305edd59905b1b1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited.php", - "hash": "4d6290786d591b2991fa2e52fd75e1b0" + "hash": "1ffe6d8f24ad4ca2c90768ed1e2c562c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed.php", - "hash": "9257933f38290409aca3abfba5e9befa" + "hash": "8130899571121226350fcbf66ce98f14" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited.php", - "hash": "5a9c6cfa4acfb4bb4c7058e985c7490c" + "hash": "430397a6875b161ab29e100a9db93e55" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewRequestRemoved.php", - "hash": "23275cb794e608111e82528752c55ded" + "hash": "5ef06261551c6e178c29725e9e88882c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewRequested.php", - "hash": "a7888e338398266d9bf0530f7480265a" + "hash": "75dd81f44b73365b3933bcdc31b7cd33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted.php", - "hash": "59096222740f23b7bd3cee1a44d47fb6" + "hash": "e8864c17638f8d382a49d8849ce3838a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved.php", - "hash": "49ef22de576ce21b07555c2ea133348d" + "hash": "60bafd9bad3f382462ee05dae8df0128" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved.php", - "hash": "05913936448462dff666b284484aba7f" + "hash": "fe341a26cc98bd566ea7c98a969ede2c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize.php", - "hash": "961bcda66b4feaf3e4db0fcffe0c23e4" + "hash": "ce298e0c0ea3fe94c8e755446edee8fc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned.php", - "hash": "ea523c27c50fe27b5d287c6f40229804" + "hash": "9d8eae7b4418b52483a6d92bfb6d5031" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled.php", - "hash": "24c6449ebd78deab25bb72c207db7534" + "hash": "2b4860a1a7810652e59d9d713f756d8e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked.php", - "hash": "7ca91fa1999dd1a47cd3085b854c1e01" + "hash": "261e1d4fb6a7b9e3a1523d142bf4fd3e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPush.php", - "hash": "8e720bbe830ed7f60d0deeb11fe3d12e" + "hash": "b5f57317e3ee73b33812d0563e6f8b0c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished.php", - "hash": "612b5a9aaf8697da052034c33f198cce" + "hash": "dee823bb60a763e70bdb09837a4ca5b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated.php", - "hash": "dba48201bab180c56a30f4f627c061d4" + "hash": "67056f0be0c48e63628e90bd075231b5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleaseCreated.php", - "hash": "dd401cf0445914cd00d47209412ca9e2" + "hash": "9b26272ade5891ee90591ec00eb317c1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleaseDeleted.php", - "hash": "71577b76a5ef7bd5f61bd78594e4fc96" + "hash": "23cfa61bec6dc606d3f607874475f72e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleaseEdited.php", - "hash": "23700cef2c5b4ddc68f12f820b504ac3" + "hash": "34def696de7ab13b821d78d0024adfea" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleasePrereleased.php", - "hash": "33771c89817fc18a582a21958d3a6f6c" + "hash": "fdf1b51478c907db7dd32d44921fa853" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleasePublished.php", - "hash": "e3f27fd167b0232344eb6d91c720fbc6" + "hash": "b05c1834f35bb80768352b0ed467cae5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleaseReleased.php", - "hash": "e0d91edc05932b23ab31a023b8f9d9b0" + "hash": "90e28cd15bdfe10d3d7b4287ccda4434" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleaseUnpublished.php", - "hash": "ec0834a33ec24190d34b3f7ddf367924" + "hash": "aa4b372597e3ee86b25bd64a3a46ff95" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryAdvisoryPublished.php", - "hash": "fed078a6dca885366a971d09c3c90293" + "hash": "2c3b750a1889136865b12e81796108f6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryAdvisoryReported.php", - "hash": "5e7a6024ba55f11df9b0bfa7f77402b8" + "hash": "29129dd2cc3fcbdbf1bbee06afb2109d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryArchived.php", - "hash": "6575b72fcd62a62d5f10cf3d22a710fc" + "hash": "587b96e537ad1d0bd708011360a66892" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryCreated.php", - "hash": "cffc835203caec59def2f1937ebcab69" + "hash": "2368054adaaa041947e40731a0b989d1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryDeleted.php", - "hash": "2f6cbefd47a031e6df37fd89ba3b4a78" + "hash": "7bbe0a443eb150f001345c1d706a7ba4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryDispatchSample.php", - "hash": "9cb9af88d966aa295f8f0c9d3bcc7ad5" + "hash": "760053bdf0a4ac0d5730fe337683e5d7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryEdited.php", - "hash": "d1139c449c39c295a2f8e33beee99c04" + "hash": "694b6411044346574689f842dbb9f299" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryImport.php", - "hash": "2bc4254b7bef00e384bd3b4eea10b377" + "hash": "56102a706bffffdb7ac5cc448ebbe438" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryPrivatized.php", - "hash": "61e0a516154e3276375fd6f18812fa7d" + "hash": "e642677d0e358ab9475d2e72f83e8450" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryPublicized.php", - "hash": "bb678ef592227aef0a0d4ed1a5e12cba" + "hash": "fa636379dcc4bb9944d9e97603e12b36" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRenamed.php", - "hash": "9c080fd23aeebbda5b9c1f415768f512" + "hash": "11818c13405ec1dc5fca2cb9593f4c98" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryTransferred.php", - "hash": "423d48d726d1f58a5a486eb48ee3da87" + "hash": "d01ea4bb090ef706bdb6d62ec5ba590e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryUnarchived.php", - "hash": "04ebba9eee7a5bc1d6568f1b951e82e6" + "hash": "93b084a0b916f8ce5cb3637edb4be30d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertCreate.php", - "hash": "40295ba1e65f9554b508f324b7d757ba" + "hash": "100384780304bd8bed5e858147abe363" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertDismiss.php", - "hash": "e2f5a3ac883c1cf9aa06fd00b8c79401" + "hash": "9164f044a69dc81b2dbc801a37821b1e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertReopen.php", - "hash": "0e4ff03036079572528cf16b548318e3" + "hash": "3fc3644b3f8b1d95be43e406a3091ed8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertResolve.php", - "hash": "12bfe0b7e05eda9c133e979a5c08d926" + "hash": "44579a78a565b58b38268a48b07ec1ee" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertCreated.php", - "hash": "eaaadc243e2f18eddfc30e42b25e7de3" + "hash": "b0e06188db1d2940ba1de91fe7881369" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertLocationCreated.php", - "hash": "b92762e591e378e177951fef4b868067" + "hash": "e7d22537dad59f0966e53e5e355153e9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertLocationCreatedFormEncoded.php", @@ -2512,123 +2512,123 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertReopened.php", - "hash": "0a4fcb8d268ef85512faf9cbc4cca7a7" + "hash": "cbc14dc8b01a8a0f84edd307d3ab603e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertResolved.php", - "hash": "6764a4d88e5ab488794b7869e0057753" + "hash": "8365aa5c3f9354ce899ce91f41ff7eb4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecurityAdvisoryPublished.php", - "hash": "0844d601d9228808c76dd84542fdd4b6" + "hash": "b2d2eb06a32cc0b5504bac236cab157f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecurityAdvisoryUpdated.php", - "hash": "92762ee81a1acd51394e569fefe5bbf4" + "hash": "b52df87dd9fdbfa7ef7815d3241495f2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecurityAdvisoryWithdrawn.php", - "hash": "63c753fe73ef9d5a1ea48c4d9434d9e5" + "hash": "361b29bb6f4cdd91d94e3a0243fa08a9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecurityAndAnalysis.php", - "hash": "2f36a68d998be888200915c8cbe2a523" + "hash": "f5f138d8c80820ca6218d1258ed494b8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSponsorshipCancelled.php", - "hash": "021ea796cae9eef5502fa3fa0a5d3641" + "hash": "fcc9f6cb2f70efd11387bd3b82721ecc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSponsorshipCreated.php", - "hash": "30f606b151284b73f9984fbb274f8291" + "hash": "57fe6c535555937825e78cdad985bf90" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSponsorshipEdited.php", - "hash": "cc4e74e661f18369a2347ce5f2301621" + "hash": "d04eb0fd9c6cfc34899ad919e369f952" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSponsorshipPendingCancellation.php", - "hash": "e5f4c0666e96e41e9e2087d937150303" + "hash": "f9186b7d7f03a4241f57b5333970f34b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSponsorshipPendingTierChange.php", - "hash": "6513f182567e119940c602932f322b02" + "hash": "6b55a701ab2580631e2640dbc273061d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSponsorshipTierChanged.php", - "hash": "5aaef9c3777078cc0fbe25ea0b5d7e3f" + "hash": "520b27e3acee3e284cf26e7a61d65a0e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookStarCreated.php", - "hash": "57e4a229b00f575c2b0315e4f2e4fec7" + "hash": "ff3a92eccf157b17409d58a34207fa83" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookStarDeleted.php", - "hash": "dff67d8cbe38a7041238198f9e330cc3" + "hash": "bf0983c2ab44abc5f8a64383be304fef" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookStatus.php", - "hash": "b5a7ce4efa0fa3c4158a76bca280f97d" + "hash": "63ef309517f7b82fed1366a2c3768bb2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamAdd.php", - "hash": "0a1c67c267c8f2213a86cb6f6cf33b62" + "hash": "f2825e621d22cf4a5dd1f9b4f27615ba" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamAddedToRepository.php", - "hash": "1d201a63efdfc00aa96c681068681c23" + "hash": "dd0df65b4d90ba53022b821d14ef0741" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamCreated.php", - "hash": "34b75a4823bf1fb7daf261bef9ac21c9" + "hash": "b9949f6bcef3b476f5044b4c88719291" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamDeleted.php", - "hash": "ff93cbf4a9b7ed6e206ce7054f277a54" + "hash": "ff263a1c3321e13c197753dfca84e23e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamEdited.php", - "hash": "b935a56fe583c5c7f066671a28ebc606" + "hash": "e7a05c3d30cae824a0a525353e697b33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamRemovedFromRepository.php", - "hash": "54dc03385590cdce55db80d82a37cb28" + "hash": "43489106b7b9d38a6ce4902b64ec20b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWatchStarted.php", - "hash": "ecb344dafd4eda5aca1e0d791efcf258" + "hash": "ee531ffb8f0815064eb304c618cb542c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowDispatch.php", - "hash": "f1b5f0fed3e17ffd925cb549a12c5374" + "hash": "9240dc66ea2a95925cd811d9436d8e07" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowJobCompleted.php", - "hash": "6fdc635888a9eb1db12bfa51a1d19dc7" + "hash": "d83aacd5eb2cb988ac6725bca601ca13" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowJobInProgress.php", - "hash": "58bffa4ac9871025ed5df8c833a80fd1" + "hash": "0a82d3bf53b1f657cb7be81220aef5be" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowJobQueued.php", - "hash": "e0fe3d7583e79303be8fadfce65e3520" + "hash": "75c90b4e30b0822fbc857c2eca36a751" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowJobWaiting.php", - "hash": "2bc986ac0209aff2f1f75693aa010e79" + "hash": "46234f2615b68757e77b9e1318f019e5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted.php", - "hash": "8191272a79dae18ddcd1f6e9f1f66063" + "hash": "a7d03fa0002f36b4149f378aa4c6e3ea" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunInProgress.php", - "hash": "949ddf82022b48503f8cdec0093647dd" + "hash": "8057be15e3940812e3640554335bd2de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested.php", - "hash": "27baef71e705e9e266c559f6e9ede86a" + "hash": "c0ce703c11d308bf5beda260b88bb831" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Integration\/Permissions.php", @@ -2792,7 +2792,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Event\/Payload.php", - "hash": "675e227b70f09770eb58ebad5aec388b" + "hash": "384280faf24e574131269ae66ccb1639" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Event\/Payload\/Pages.php", @@ -2816,11 +2816,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistSimple\/Forks.php", - "hash": "db1a85eee39389de7c3ac6280df30993" + "hash": "9860b606a3f3302ce4f207613a8d7a80" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistSimple\/ForkOf.php", - "hash": "58fcda7f6f578d3404ddb85799f929bf" + "hash": "2952f75792119676cd5de5bb035d69c4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GistSimple\/Files.php", @@ -3004,7 +3004,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PendingDeployment\/Reviewers.php", - "hash": "40cc2d8fcc4678d7dffc33a88241fae3" + "hash": "27165fbfd37ec123dda410c39cdabf21" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WorkflowRunUsage\/Billable.php", @@ -3024,11 +3024,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranchPullRequestReview\/DismissalRestrictions.php", - "hash": "91565d969e4a60cb7168842e5a935efe" + "hash": "a8a2506bc6b4b918054471ef3cdaf15c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranchPullRequestReview\/BypassPullRequestAllowances.php", - "hash": "1af7bd67c05e46a02a4920098cd1039b" + "hash": "8681484f5ae8fda3fc4f75fe669b39bc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchRestrictionPolicy\/Teams.php", @@ -3036,11 +3036,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchRestrictionPolicy\/Apps.php", - "hash": "26cd7d1991c7fe5eda7f9aa091a16b45" + "hash": "096345b76406d16c2ba2643b55a2fdaf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchRestrictionPolicy\/Apps\/Owner.php", - "hash": "3f202102e9ee31341fa3cf1ff8a1d5b5" + "hash": "38bf2317b01f9a408a00c4cb88432d37" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchRestrictionPolicy\/Apps\/Permissions.php", @@ -3092,15 +3092,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranch\/RequiredPullRequestReviews.php", - "hash": "c1ee92051482640c6ed4f7bb344cc3c7" + "hash": "5f0665740d0d25e55a56b520403dbafc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranch\/RequiredPullRequestReviews\/DismissalRestrictions.php", - "hash": "5bde6f650771bf05751d1875bd7e5dab" + "hash": "f0780d9ea72fbe8abb8c18cc3b2dffd1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranch\/RequiredPullRequestReviews\/BypassPullRequestAllowances.php", - "hash": "6cd5fc3ad93091ce725d93134e75d868" + "hash": "c51e3104f413db2df51eda58089a7a84" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProtectedBranch\/EnforceAdmins.php", @@ -3156,7 +3156,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestSimple\/Head.php", - "hash": "2809ebfb3b33084d56b59ed90a8ee968" + "hash": "f257a282847982f4f0863d7d5610a475" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestSimple\/Links.php", @@ -3248,7 +3248,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Environment\/ProtectionRules\/One.php", - "hash": "b7bdfab269db1cdff27cb68e4ae64c75" + "hash": "db5f46fb8f0219e429bada690e93dd79" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Environment\/ProtectionRules\/Two.php", @@ -3312,7 +3312,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineCrossReferencedEvent\/Source.php", - "hash": "81cf9d3e62b9af31804d7eea5c655cf2" + "hash": "0dd2c644dc73e36225955c91dc748c76" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TimelineReviewedEvent\/Links.php", @@ -3356,15 +3356,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Head.php", - "hash": "16b781af3c599987e8bc62bec3f7a662" + "hash": "abde5fb887d2ca3c33aa039fb233fd3f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Head\/Repo.php", - "hash": "2f534db2ca7b6efd9e1c6253c76ae12b" + "hash": "0d14a856c5f283575c4af96f784e0d46" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "0b7cada0294da62c4f48baa1fb011368" + "hash": "ff9da43af6d9dbafa6d50d2d4e09bb29" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Head\/Repo\/License.php", @@ -3372,11 +3372,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Base.php", - "hash": "0eb3ad32c2e1c9d2bcda93f526fdbc3b" + "hash": "720c241f88c668f31174a7916c1a4c88" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Base\/Repo.php", - "hash": "503891faa43d4644192014bf3df21ee9" + "hash": "6b7ac1fcfc1e294b9e7203feb9fbf428" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ReviewComment\/Links.php", @@ -3488,7 +3488,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Discussion\/AnswerChosenBy.php", - "hash": "474eff0c75387bd31a65e5a494472ed4" + "hash": "c44c99cb7b1c99ad4e43e5ebe0a83ca5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Discussion\/Category.php", @@ -3536,11 +3536,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteCompleted\/CheckSuite.php", - "hash": "cee1990fdf398eb365f9e408295b54d2" + "hash": "b2afeeb9ed228da0fcf5dd2b63b52268" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteCompleted\/CheckSuite\/App.php", - "hash": "c04cd8ae529ebdec83547155836a17ea" + "hash": "f6e6bcaf9485a8de758c6caefa6bda17" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteCompleted\/CheckSuite\/App\/Permissions.php", @@ -3568,23 +3568,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRequested\/CheckSuite.php", - "hash": "826c315ef2ad1033e0c71da2f64aa341" + "hash": "bbbae6ed53d7b7112ede863bb0044eab" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRequested\/CheckSuite\/App.php", - "hash": "f9a63cf538f2322e93d79a822202b70f" + "hash": "071d154b6d019e8338b7eb3d545d0366" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRerequested\/CheckSuite.php", - "hash": "ce1a37c381f8445b4b59b0931281f4a1" + "hash": "b9b5d40544fb329f457a339d4cede218" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRerequested\/CheckSuite\/App.php", - "hash": "152c05e8d0e4c8778a15351183ff1b3b" + "hash": "61acf398c50ff6c47d2973654a404a5b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertAppearedInBranch\/Alert.php", - "hash": "43d6d7ffcbd21e2f388b1a8e64ad06b4" + "hash": "6c37c410a4357f02253e68559b1bc054" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertAppearedInBranch\/Alert\/MostRecentInstance.php", @@ -3604,7 +3604,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertClosedByUser\/Alert.php", - "hash": "6c0a03c480621d41e1e7971eb8023554" + "hash": "d2f83984a5aeeb2bc9d7e60076b85133" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertClosedByUser\/Alert\/Rule.php", @@ -3624,7 +3624,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertFixed\/Alert.php", - "hash": "e0b65ff8adf79bb6ef7932d577c45ffb" + "hash": "8d946e62b3b62f2d5ec7e10a7375b6bc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertReopened\/Alert.php", @@ -3636,15 +3636,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCommitCommentCreated\/Comment.php", - "hash": "4d4faf1e92d9b3e468dc214d59af8125" + "hash": "b4ab42cc571f0029efce14cb062ff793" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/Deployment.php", - "hash": "7889bcb62108198994a17d08fdfc2cf0" + "hash": "7ce7f3219ad7448353f1579167ca630f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/Deployment\/PerformedViaGithubApp.php", - "hash": "d6ff46f30633d148ca30bcccb1333783" + "hash": "949d85df53e2206f43697ef5e914bfe8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/Deployment\/PerformedViaGithubApp\/Permissions.php", @@ -3652,7 +3652,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/WorkflowRun.php", - "hash": "1537eee0ca4c9d884632e001ee8054f8" + "hash": "b0c7dd7e84b530edac3a9c2a2f14337a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/WorkflowRun\/HeadRepository.php", @@ -3672,23 +3672,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/Deployment.php", - "hash": "96c6237c549fea3756668c6637b2e799" + "hash": "61f4b74f115af91a1b058155a62be740" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/Deployment\/PerformedViaGithubApp.php", - "hash": "d39539d12d88eac61442b24637abbeaa" + "hash": "ada0e9da9e7e016670df36504ebfeef4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/DeploymentStatus.php", - "hash": "e2cc4e778cd11dea264e042120e8d5c1" + "hash": "8042e0a20770fbbf003a4e44d27067de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/DeploymentStatus\/PerformedViaGithubApp.php", - "hash": "20917278009dab2814ce1545d05aa8a8" + "hash": "969917506ee467a1057b57a24d2dd4a9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/WorkflowRun.php", - "hash": "a64a5d123c278d75e04117b68b6db59b" + "hash": "9c3c179877efe6a116966dbe12caa009" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionCategoryChanged\/Changes.php", @@ -3712,11 +3712,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDiscussionTransferred\/Changes.php", - "hash": "37b8b83fb222e1fbf3c6ef75e695e768" + "hash": "c0307abe9d0617d2bb1cb3d23bf8b0a0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookFork\/Forkee.php", - "hash": "0eddf5fd2a51908621548f5de05b02d2" + "hash": "e1068f7497900ee384c723ba9e84f5ec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookFork\/Forkee\/License.php", @@ -3736,7 +3736,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationTargetRenamed\/Account.php", - "hash": "d94695ced314823a3531e5dbf2721e40" + "hash": "65580d0169992e84bc1293843092bae5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookInstallationTargetRenamed\/Changes.php", @@ -3744,23 +3744,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Comment.php", - "hash": "2695e0d5bbd4ba33c5d84fe137e660fd" + "hash": "3b199d9286bd3f42e9a759aa661db82f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue.php", - "hash": "36177ddbcedd45e036080d33313a5ffb" + "hash": "42143dbc86cb86347379da3126e7863f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/Assignee.php", - "hash": "92148ad7b0f7c1dbcfcbc513f0ecaa56" + "hash": "c97408d3512b5c1470b7be141faab94d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/Milestone.php", - "hash": "004b1de3a38de57d2135b4eac9907801" + "hash": "43b7225b0584b6b29a566aa7bf296934" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/PerformedViaGithubApp.php", - "hash": "d77a0f74e3bf73ac746ed51203e3e9c9" + "hash": "19238338e24ac26e0193adf08db3d617" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/PullRequest.php", @@ -3768,19 +3768,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue.php", - "hash": "42e8b6b0617e8951681d7a68a97024ff" + "hash": "b300be1b108b5d96de117634702a687f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/PerformedViaGithubApp.php", - "hash": "545becb88d13fc741691ae08587c4d0a" + "hash": "3ae58451de28535ee709e255f7958e8e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue.php", - "hash": "e3ca6d6bdeabee1a1a48252ea9124e73" + "hash": "51f3003e12c563cf532286b8be44a5ec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/PerformedViaGithubApp.php", - "hash": "c2d79e40f649587decdf13515e1b0c5a" + "hash": "e6e2cc4c0829a9d3862e9ab9e7186722" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/PerformedViaGithubApp\/Permissions.php", @@ -3788,31 +3788,31 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue.php", - "hash": "c2a42d4fa22631d2eaed79bd334330d1" + "hash": "68c2fa83a70a7bd73aa2b0a41bc6927f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/PerformedViaGithubApp.php", - "hash": "15e589a12540143db1abf0ba4c3ca851" + "hash": "6d7944e42dcd32e14a50554315caac25" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue.php", - "hash": "70dd3460f59ed53ce24f34757c1b6949" + "hash": "492ca9d35f40c008173f88ad9abd0313" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/Milestone.php", - "hash": "7ba2a85bfae2e470980a3e5ca9007e95" + "hash": "36be56cd8f1e9a7d68c9d244636b0928" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/PerformedViaGithubApp.php", - "hash": "c4fe210e6bcac3d8c3c4490dbbdabd72" + "hash": "47ba04011c0ec1b7cb51734b14dc79d7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue.php", - "hash": "ceed87e09b71e8ddddda6f72488a0c93" + "hash": "c98979d7af29710e9a509e5343eaff0a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue\/PerformedViaGithubApp.php", - "hash": "45f87f4a9e06136ba123ed5a1c4d2ab5" + "hash": "d78bf677ab42823bf18b268623266752" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Changes.php", @@ -3824,67 +3824,67 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue.php", - "hash": "4d2c02875900ac658a24007f00c109c7" + "hash": "6c08b366f592d58d76af01a6363cde69" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/PerformedViaGithubApp.php", - "hash": "4db5e8b75cd79c2a8323acd6fb101445" + "hash": "7af04d166ba6f451d7ba269ebfcb32f5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue.php", - "hash": "f5a04cdd2fc9c69cc2f8d4465e1cf55d" + "hash": "4010e14cf8f55cb44c2acc8460a9f6a5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/PerformedViaGithubApp.php", - "hash": "1d6f1a98a821cce5d60ebf2e245ff1a9" + "hash": "8ad2949dd456828a90e0be0232e47267" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue.php", - "hash": "a1115dfe39c8c1e57698db2ee37fd5ee" + "hash": "9f5f60c3dc5998f42538f2bec4349285" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/PerformedViaGithubApp.php", - "hash": "0fc12b28547d2a58229a9b4395edd70a" + "hash": "afe0f4e989f72c871bd294e67e65e582" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue.php", - "hash": "671fa290887e6653f9dd81872383cb4e" + "hash": "628a37ff02e899679786183f518f5279" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue\/PerformedViaGithubApp.php", - "hash": "cd26ece513026bbb0cc67080c6358157" + "hash": "90c30e02e0b7f3b351da671504abfad3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes.php", - "hash": "835e9610f631105c32eb380fb2d9c29a" + "hash": "65da2b7581ad3fae40fa7527a09d28bd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue.php", - "hash": "5370a96a1717f87cc5c208763ac1dbda" + "hash": "f2977fa7db556df8568c954fb4068779" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldRepository.php", - "hash": "80b3ef68334e1444e05d8d959b19d667" + "hash": "6dffebc478c20e013910b323ebc61395" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue.php", - "hash": "857ebd07887db8743f0c7d9a4d0b8013" + "hash": "10d4061d8095d5da000282bcc5426255" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue.php", - "hash": "13af26a28b2eb9f6e2fb8a2ffe2d09c2" + "hash": "c741e6055859e76581e845eb2d1e3cc1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/PerformedViaGithubApp.php", - "hash": "c9c2d2502062088ee31c213720af059e" + "hash": "8b9004f0b10d8dd1d0cdfe84c4642b53" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes.php", - "hash": "641f8aa149cc469d4868473fd5ce3b57" + "hash": "814e41ec00eecb775aeb287eb4c1a7dd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewRepository.php", - "hash": "6a591558f7e70271f5926228424b19c8" + "hash": "c4fe9d32697526d20e569c88b883970a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookLabelEdited\/Changes.php", @@ -3948,7 +3948,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationMemberInvited\/Invitation.php", - "hash": "b5b4efbe71d32d9a1db962ee09be0674" + "hash": "2b307c21d7f77ff73d38b8ec79e3b4b1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationRenamed\/Changes.php", @@ -3964,11 +3964,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package.php", - "hash": "5497620efe8f90aac2a686474e172627" + "hash": "d4357533a2f787543b53f25e29fda95c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/PackageVersion.php", - "hash": "790ecd4b19a77c6da1aaaf55560a4839" + "hash": "68d97fdfdc2331b2407bf000c10a95f0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/PackageVersion\/ContainerMetadata.php", @@ -4000,7 +4000,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/PackageVersion\/Release.php", - "hash": "720b27a75c995cbd61b3692a54b2a10d" + "hash": "7f0c025f2f1d8e431721ff63947de328" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/Registry.php", @@ -4008,11 +4008,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package.php", - "hash": "821110507e01f213ddba6d9ccc7ce9d0" + "hash": "e890b062f36f40f34e5996d6f22574c2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package\/PackageVersion.php", - "hash": "71d081915f56b3db09e86e51c81d8370" + "hash": "80d539abe578f5cc9b527d69717fa0c3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package\/PackageVersion\/PackageFiles.php", @@ -4020,11 +4020,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package\/PackageVersion\/Release.php", - "hash": "f1236436a5e61d019568a70009a20745" + "hash": "7f26f6177610abf09b2d652dbd7afb9a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPageBuild\/Build.php", - "hash": "122bcddc49f71c42088208e4a37a70b2" + "hash": "0ae4d579f2628016f2b356899203f899" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPing\/Hook.php", @@ -4040,7 +4040,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardDeleted\/ProjectCard.php", - "hash": "03278327d3d16b8af82f7e75815f056d" + "hash": "1a73d932bc4ba463cf6f0e5394de0243" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardEdited\/Changes.php", @@ -4060,7 +4060,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardMoved\/ProjectCard.php", - "hash": "d6e9097985981de0555428cc328c3d66" + "hash": "70d75ad20e30c2ce27d20fdc985f8356" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectColumnEdited\/Changes.php", @@ -4116,7 +4116,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest.php", - "hash": "66043d5ecd8a06b25b53883c1d23fd68" + "hash": "4bce9d9bf7f5d3478c993e59e88a9616" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Links.php", @@ -4128,23 +4128,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/AutoMerge.php", - "hash": "12e15e1ff41ef743fd48b89ad80d2d0f" + "hash": "32c293a47b096da6bbf83958674a36af" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Base.php", - "hash": "98d9e4c57b8e4f9b736e75c79d6c2652" + "hash": "afb2392e8f7a203fccbf15f44b8020c5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Base\/Repo.php", - "hash": "03bb1f796b683d4a1f62c4fc4fdd98f7" + "hash": "d24960dab3e176225aa21fbdbb07a105" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Head.php", - "hash": "9315cc422c5f0269b214b014553a5c50" + "hash": "8075fb79d07ff0c0963813a08a5d6e93" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Head\/Repo.php", - "hash": "fc36257c95610d65d895d36ee098aebf" + "hash": "feb13fac399abca2b944eb207bb259c0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/RequestedReviewers\/One.php", @@ -4160,23 +4160,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest.php", - "hash": "899be90eaee787185247852b4859b244" + "hash": "2606282a4e873515234d0237fe802511" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Base.php", - "hash": "b1a856cd853303e94a66b3901adfb40a" + "hash": "9f3e26f0b8b2f80422625273c3f7941a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Base\/Repo.php", - "hash": "90c683a7e8ea8b8b0caa525e18c24efa" + "hash": "0cf918d7713f16aa402d2432ef6bd22f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest.php", - "hash": "e85fe8c4fcc37ebe82d037ff2704d8f3" + "hash": "17186f8776f9d6e3aa72ea2fd20aabfa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest.php", - "hash": "1521f0ae8fd9cb59ff09d82a4a7c2af5" + "hash": "b69f7398360363a6144a82389a4534dd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEdited\/Changes.php", @@ -4188,27 +4188,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest.php", - "hash": "40e25434de29b122c4957bbdf60f2ab0" + "hash": "4772672342954b8750a04ac56801fa78" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Base.php", - "hash": "55828134aa9dc93d2f379cff396f3354" + "hash": "37f33de8a3f9315be40c6229eef682e8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Base\/Repo.php", - "hash": "ade4c416112f9b8308d6922dbc0a4179" + "hash": "9c13cf6215849dbdc5e45ecaf71fe232" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest.php", - "hash": "f5d599565cf1b5667c22277021de3d30" + "hash": "13e7b392c464eb4021f6cc9f6d465514" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest.php", - "hash": "75fb738cb444b96b6e4aaf4d2f31591a" + "hash": "3b64e6cec99425d39fe9d94052f50ebe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/Comment.php", - "hash": "5e6955a568f61fd64f90aada83cd3750" + "hash": "60ecf78d6032c15285ee27d5f7463e3a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/Comment\/Links.php", @@ -4216,35 +4216,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest.php", - "hash": "a62bde9e7f86398650becda2e19e5969" + "hash": "2ed95b4653633821d4e2ca721bee15db" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Head.php", - "hash": "de6032049efb9010136887489049bb85" + "hash": "de9e3bd0efaae37c3152fca88c932272" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Head\/Repo.php", - "hash": "4921f028be5c49fb3c9983098d02d8bd" + "hash": "e4d92d875fe598386c9b80981f9b2829" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest.php", - "hash": "f425dc61211a1fb5c630589a555e6398" + "hash": "17202e2e1e20119ac33e9e32e0899eb7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Head.php", - "hash": "599dbefc05000b216e44ec04015e269f" + "hash": "6c7e442f4a1eca8bf81327d70bc910b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest.php", - "hash": "5b9d0117ba904f448cd5bede0b7e64c7" + "hash": "42b757fbaf19809820820d957bd20737" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest.php", - "hash": "2550e8713812bf4ec0e9f6c010d35532" + "hash": "2f6f47609528a8b1d19eb95388e2b8c9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/Review.php", - "hash": "63298cfba1e64ededcf14098fecef52b" + "hash": "48f12938e7e59273fc94c198284a9a0d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/Review\/Links.php", @@ -4256,95 +4256,95 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest.php", - "hash": "2cc6c6bd56a6136ff3c3ed15d39e1863" + "hash": "0f29688fa692e044e5e39f2aa6d5035a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Base.php", - "hash": "c291989f9f3b33648c79cd19e71ea478" + "hash": "7f852cf401d933ca866409ce09402360" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Head.php", - "hash": "de29fac8ea9535c3a5df423268e54a0f" + "hash": "240d0500ab3c82bb771c96aeffcb3b59" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Head\/Repo.php", - "hash": "91a0066effcf98cf7ce628844d77a3af" + "hash": "fe8252fd70700124c29dcbea56393450" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest.php", - "hash": "376661458abb2e9c240d3cf2753986f4" + "hash": "2a4d5500fe23d027319820133be47ee0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest.php", - "hash": "efd35414d83607b64d7e0fbcc676e148" + "hash": "071e09f4b1e2d4c0c723f775be45e593" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Base.php", - "hash": "c14d2746ed275d9b55215467dfd170bd" + "hash": "29a1f7eeb0cb703d0f2f471ff2fb959b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Head.php", - "hash": "440fc33248bd757a28529fff1003e0d1" + "hash": "8c2821831eb686f2f5b6dfb452f335ee" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Head\/Repo.php", - "hash": "3607e223bc265658981243c8e749ed47" + "hash": "7eb3192d5ae0598c664560671f79446a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/Thread.php", - "hash": "2b7adb0582ccfea1407947185f1ba784" + "hash": "540867149ee5bab296a923e777e2af0a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/Thread\/Comments.php", - "hash": "b5557be211d2d430d7a0841539be051e" + "hash": "4495bcfc0175e5f3e1611085a1b7ab60" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest.php", - "hash": "d954774738eaf3ac7d59b56944723cf3" + "hash": "3c054773e0b51af8d2e2622666fc83ed" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/AutoMerge.php", - "hash": "1745ab84fad3de72081ede24e00715f1" + "hash": "31d3c84effccbcca9d25c1b9aaa5155d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/Thread.php", - "hash": "1ddb640b5d87db421f05866760920c3b" + "hash": "81c378f84a7e7671ee34292e38abb3b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest.php", - "hash": "5cd76f9588da933c718ecb4e238020cf" + "hash": "011aa447da7802b1e04d3a99e05e62b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Head.php", - "hash": "36dfad3d3b89dc7a11caff742c657b00" + "hash": "c162bc4bda66fc3e505ac35df32086b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Head\/Repo.php", - "hash": "728d1c3a9eb65a0fdd73f38966885658" + "hash": "f450f7299bafed5ea9ded0c2c3a4072e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest.php", - "hash": "d6abad4edc821d82d7b0f1f720a6a3a2" + "hash": "3c722efe0ed25a95055801185521139a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Base.php", - "hash": "e7e273c8900a0ee530fe14a5e397b383" + "hash": "5aa378b584d64767825bb9d2df7e1961" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest.php", - "hash": "06a2e7e6f51485837c826827b15d8cf8" + "hash": "74813b43643c02603cbd5038ec4144ba" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Head.php", - "hash": "1a52ba0f5512abc877284cad0deb44d1" + "hash": "2eea45bc4844f36d34f856333a9f36b3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Head\/Repo.php", - "hash": "039cf74ff19663fd46e7d56aed2c032d" + "hash": "7967542d2dc18bbbfd7f5a5519653b3f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest.php", - "hash": "a0a67ff8b57888378390d40669bbecc4" + "hash": "6f3dbfb7751a84f5c6445d6d56fc23f1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPush\/Commits.php", @@ -4360,15 +4360,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage.php", - "hash": "c818d6374ae90802a75d2163d5b35f8e" + "hash": "8b5d47daa5fedf292863b6d6d9b1a519" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/Owner.php", - "hash": "a82f27c83916ad990ba7b4f9ce8eb722" + "hash": "70673d2ee8a49005f993ae1ef436a28c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/PackageVersion.php", - "hash": "abb5ba49534ec69892d78655523a1045" + "hash": "bb3c323aca6b87e562fe66eaa7f6f8ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/PackageVersion\/ContainerMetadata.php", @@ -4388,7 +4388,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/PackageVersion\/Release.php", - "hash": "878383e70dc718fd733a951bf6ca66a8" + "hash": "aba10ca85582094f44949e5bb721d741" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/Registry.php", @@ -4396,11 +4396,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage.php", - "hash": "a1918efe50ca39df281c4b7a8cf6f781" + "hash": "9389a7892b2ccafdd5f7532c63a74e24" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage\/PackageVersion.php", - "hash": "52aac6a5a0a5b120358a5afb255a7c84" + "hash": "a6416c181faaa46d195d4676f64d0fed" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage\/PackageVersion\/DockerMetadata.php", @@ -4412,7 +4412,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage\/PackageVersion\/Release.php", - "hash": "fc03e72fa211b9e06f66a6e6b1692626" + "hash": "e727e6fbe9954fd5b0927a46f937e402" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleaseEdited\/Changes.php", @@ -4444,15 +4444,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryTransferred\/Changes.php", - "hash": "99b04af97cae2646e3559f835e4a8b67" + "hash": "334c79a72c21a6e3a36557a82058a5da" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryTransferred\/Changes\/Owner.php", - "hash": "2f4a36de0f1d1a9d8c5810b0ca1da070" + "hash": "28db1151246df6611319e7c1c77cbfa9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryTransferred\/Changes\/Owner\/From.php", - "hash": "4475d5952e84f4cc171581df3bfeb427" + "hash": "7c17d3edfdb6cae47694a20eb886ade6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryTransferred\/Changes\/Owner\/From\/Organization.php", @@ -4460,7 +4460,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertDismiss\/Alert.php", - "hash": "a2d6400df1b5c4d2b1acc0362871d0f9" + "hash": "f4368670ace113b13b14a4c8f82670e9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecurityAdvisoryWithdrawn\/SecurityAdvisory.php", @@ -4568,11 +4568,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun.php", - "hash": "d72951255efd23880bb0971f8083c656" + "hash": "2b86b139963d9178c4b057c1e96e8b33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/HeadRepository.php", - "hash": "c9a02277c3013ea30e381730e862d0c9" + "hash": "b0379a35d70c9bde6825ace624c8baac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/PullRequests.php", @@ -4584,11 +4584,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun.php", - "hash": "281365dbd5b65d051bc7c1c664e5b958" + "hash": "7d774066e3595c0b88df8d96794d5fca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Apps\/CreateFromManifest\/Response\/ApplicationJson\/Created.php", - "hash": "ea76af42c48fdc0aa6d11aeb5ff10ec6" + "hash": "39bd94314186ef062d9fb76c14e154e3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Apps\/UpdateWebhookConfigForApp\/Request\/ApplicationJson.php", @@ -4596,7 +4596,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Apps\/CreateInstallationAccessToken\/Request\/ApplicationJson.php", - "hash": "715605a1c24a343a344f92d944ad467b" + "hash": "5d434e2eb91b507be3f3d75d6d7db12e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Apps\/DeleteAuthorization\/Request\/ApplicationJson.php", @@ -4608,7 +4608,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Apps\/ScopeToken\/Request\/ApplicationJson.php", - "hash": "385f19ec9eba815dd17565836ce9e515" + "hash": "6e7d958586c82ba992237ab55d8b5f14" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/EnterpriseAdmin\/SetGithubActionsPermissionsEnterprise\/Request\/ApplicationJson.php", @@ -4720,7 +4720,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Apps\/ListReposAccessibleToInstallation\/Response\/ApplicationJson\/Ok.php", - "hash": "e7ffe48aad5fe59795984981275681ea" + "hash": "0e2fc6cfaff65d6e082ea7810118afc4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Markdown\/Render\/Request\/ApplicationJson.php", @@ -4740,7 +4740,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Orgs\/ListCustomRoles\/Response\/ApplicationJson\/Ok.php", - "hash": "f6ff25ea815e3ac8362f3a2bcd812fde" + "hash": "f7cee2279c06ef8ace8913d3e3e2aeef" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Orgs\/ReviewPatGrantRequestsInBulk\/Request\/ApplicationJson.php", @@ -4760,7 +4760,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Orgs\/Update\/Request\/ApplicationJson.php", - "hash": "5342bfe9dcade6d06b09538f70991a60" + "hash": "3d281d844c3bd1f16dc2d1c2721fc65d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Orgs\/Update\/Response\/ApplicationJson\/UnprocessableEntity.php", @@ -4780,7 +4780,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListSelectedRepositoriesEnabledGithubActionsOrganization\/Response\/ApplicationJson\/Ok.php", - "hash": "457a69fdeedb592dbf0d4e73b8d212ea" + "hash": "f30fe74d322734d5a9a9834bb1477895" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Actions\/SetSelectedRepositoriesEnabledGithubActionsOrganization\/Request\/ApplicationJson.php", @@ -4800,7 +4800,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListRepoAccessToSelfHostedRunnerGroupInOrg\/Response\/ApplicationJson\/Ok.php", - "hash": "935c0ec457378f01f66d58930307f2b7" + "hash": "203cf8c4d270c7b3a582b8f5903afcd0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Actions\/SetRepoAccessToSelfHostedRunnerGroupInOrg\/Request\/ApplicationJson.php", @@ -4820,7 +4820,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListSelectedReposForOrgSecret\/Response\/ApplicationJson\/Ok.php", - "hash": "dc8d901407aecf73ca179b179682d93d" + "hash": "b6d8ba707e8c0ab07cf77ee53bfe66ed" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Actions\/SetSelectedReposForOrgSecret\/Request\/ApplicationJson.php", @@ -4844,7 +4844,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListInOrganization\/Response\/ApplicationJson\/Ok.php", - "hash": "e8b47521ed2cd6e88ed50a60548be64f" + "hash": "dc946e9793721201e0f011cd40e4ce07" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListOrgSecrets\/Response\/ApplicationJson\/Ok.php", @@ -4888,7 +4888,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Orgs\/ListAppInstallations\/Response\/ApplicationJson\/Ok.php", - "hash": "7b1d5749d00804783ed540281d67ceea" + "hash": "e7de6d1aab74312fd2c85822b5c746c6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Interactions\/GetRestrictionsForOrg\/Response\/ApplicationJson\/Ok.php", @@ -4924,7 +4924,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/CreateInOrg\/Request\/ApplicationJson.php", - "hash": "aaeab6af1b2261233d9c617aed2035a7" + "hash": "30faf9fac237114661fc3c629179a329" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/CreateOrgRuleset\/Request\/ApplicationJson.php", @@ -4936,11 +4936,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Teams\/Create\/Request\/ApplicationJson.php", - "hash": "79c3f93ee256f3fe7231ce82a1cfbbb8" + "hash": "ca62c665324fbeb1694607e5c857ecb6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Teams\/UpdateInOrg\/Request\/ApplicationJson.php", - "hash": "66bcf38eb63c1ff41b56414e325bd5c2" + "hash": "a3c18937766420b35bc0962505cc3b65" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Teams\/CreateDiscussionInOrg\/Request\/ApplicationJson.php", @@ -5048,7 +5048,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/Update\/Request\/ApplicationJson.php", - "hash": "16fff72f2c175b1bea0dd3e8a08883f0" + "hash": "ba50da76c569dc22bbd2c092c74fe907" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/Update\/Request\/ApplicationJson\/SecurityAndAnalysis.php", @@ -5128,11 +5128,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/UpdateBranchProtection\/Request\/ApplicationJson.php", - "hash": "6e8294d2ebaee2ce0e2033338398ca20" + "hash": "7ed732564ff16ee4d3419a08c14ae306" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/UpdateBranchProtection\/Request\/ApplicationJson\/RequiredStatusChecks.php", - "hash": "f59e402f46c425fe9539b0cea8a61631" + "hash": "42c14dcbd97807444f75fe72715568bc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/UpdateBranchProtection\/Request\/ApplicationJson\/RequiredStatusChecks\/Checks.php", @@ -5160,7 +5160,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/UpdateStatusCheckProtection\/Request\/ApplicationJson.php", - "hash": "97dcfa013b7d65c0ee6a33ef014bf57e" + "hash": "e51e81f4c6c6da66acfb530987348a4f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/SetStatusCheckContexts\/Request\/ApplicationJson.php", @@ -5228,7 +5228,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Checks\/ListForSuite\/Response\/ApplicationJson\/Ok.php", - "hash": "878507d96d8afca0bf00608011631fba" + "hash": "2474bc6f4d427cf40cb4f9092c7d1240" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanning\/UpdateAlert\/Request\/ApplicationJson.php", @@ -5240,7 +5240,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Codespaces\/CreateWithRepoForAuthenticatedUser\/Request\/ApplicationJson.php", - "hash": "afddd0388755096095d9bccc2b8de51c" + "hash": "16f9ac77e63794b6875b3fac51a8c112" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListDevcontainersInRepositoryForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", @@ -5256,7 +5256,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/PreFlightWithRepoForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", - "hash": "a388bc476b7d9fc887740e8ccbdbf7c0" + "hash": "9d9e805042f14d2ff407bce03f3f578b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/PreFlightWithRepoForAuthenticatedUser\/Response\/ApplicationJson\/Ok\/Defaults.php", @@ -5284,11 +5284,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/CreateCommitComment\/Request\/ApplicationJson.php", - "hash": "0f22816e3b4a3cb3aa7abf07ae90ac80" + "hash": "bcb707d7a1715d460280b62679f990fd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Checks\/ListSuitesForRef\/Response\/ApplicationJson\/Ok.php", - "hash": "5d422213c210ba377cb2c3c252a24650" + "hash": "3fea8a314ce80223f3a73eb42c3c121d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Repos\/GetContent\/Response\/ApplicationJson\/Ok.php", @@ -5352,7 +5352,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Repos\/GetAllEnvironments\/Response\/ApplicationJson\/Ok.php", - "hash": "b596d58161138e2ccb5b82e6bd1eb277" + "hash": "72d9b7a0a878c0ac23a5dd9046f3263d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/CreateOrUpdateEnvironment\/Request\/ApplicationJson.php", @@ -5460,7 +5460,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/Create\/Request\/ApplicationJson.php", - "hash": "eb182893f155817bb23aeed12b05bc51" + "hash": "84e2a714865f8ca0f12bb0c89a2d73f1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/Create\/Request\/ApplicationJson\/Labels\/One.php", @@ -5476,7 +5476,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/Update\/Request\/ApplicationJson.php", - "hash": "8da3715ca5064ff747150b9f72fc484c" + "hash": "575e5a93ebb26aa44489bfefd8366a4c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Issues\/AddAssignees\/Request\/ApplicationJson.php", @@ -5576,11 +5576,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Codespaces\/CreateWithPrForAuthenticatedUser\/Request\/ApplicationJson.php", - "hash": "5fbcbfeedfcf669774c7144013c46dc0" + "hash": "4d64a872275aee9af69306a4283277a3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Pulls\/CreateReviewComment\/Request\/ApplicationJson.php", - "hash": "dfd0fee4c123963b747bcf0a8e9e7e52" + "hash": "5e653efb3dc2f0c2948dfc0182fe7d84" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Pulls\/CreateReplyForReviewComment\/Request\/ApplicationJson.php", @@ -5660,7 +5660,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Activity\/ListStargazersForRepo\/Response\/ApplicationJson\/Ok.php", - "hash": "030ff0952923e3b4f2f6116ef2410c69" + "hash": "9b93422d64aba4f46c89f2fe92826d51" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Repos\/GetCodeFrequencyStats\/Response\/ApplicationJson\/Ok.php", @@ -5728,15 +5728,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/Code\/Response\/ApplicationJson\/Ok.php", - "hash": "1d454ae1a1250060b5b157ce64f72407" + "hash": "19a57450ec058e64f3eb5d57880bacf3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/Commits\/Response\/ApplicationJson\/Ok.php", - "hash": "d7c0353dcc3eeaf40db4c891c41891ff" + "hash": "e1dd6f6d97dd24ae5028c1c322d7c014" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/IssuesAndPullRequests\/Response\/ApplicationJson\/Ok.php", - "hash": "40646939082adcfafc41782f99d05227" + "hash": "1fac8875dbc0d6b2bddc442ac38e71bf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/Labels\/Response\/ApplicationJson\/Ok.php", @@ -5744,7 +5744,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/Repos\/Response\/ApplicationJson\/Ok.php", - "hash": "2eecabcdf63ff0369c57af042d2a4532" + "hash": "16efcfc68de56589401c3959a63042ce" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/Topics\/Response\/ApplicationJson\/Ok.php", @@ -5752,11 +5752,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Search\/Users\/Response\/ApplicationJson\/Ok.php", - "hash": "8871409e11bf34c1b804c7e0662e21da" + "hash": "07aa975141d68166f7d4e7f1cad96dcf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Teams\/UpdateLegacy\/Request\/ApplicationJson.php", - "hash": "3fa9eb16938b4d452e0b9d35eb811c4b" + "hash": "7c65979e96cb9d909a79adc807d9698b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Teams\/AddOrUpdateProjectPermissionsLegacy\/Request\/ApplicationJson.php", @@ -5776,7 +5776,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Users\/GetAuthenticated\/Response\/ApplicationJson\/Ok.php", - "hash": "52c7dbc383fead6e802ce619c0f08c84" + "hash": "54e95b9af96c1b0a084c98ebb25cc9ab" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Users\/UpdateAuthenticated\/Request\/ApplicationJson.php", @@ -5784,7 +5784,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Codespaces\/CreateForAuthenticatedUser\/Request\/ApplicationJson.php", - "hash": "0b99ea7b4939cc45153ee0ccf365b1f5" + "hash": "db6cf9978095f06f21419989faa6a4cb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListSecretsForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", @@ -5824,7 +5824,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Apps\/ListInstallationReposForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", - "hash": "2959a37dfce8212158d20431ed61de13" + "hash": "cae78bbc6067a0c90153c272aa403d5f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Users\/CreatePublicSshKeyForAuthenticatedUser\/Request\/ApplicationJson.php", @@ -5860,7 +5860,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Activity\/ListReposStarredByUser\/Response\/ApplicationJson\/Ok.php", - "hash": "33cd2eecb4c723b00590c6575dcab8b1" + "hash": "64a15f8f00ea1b588e926116bc4c2557" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Meta\/GetAllVersions\/Response\/ApplicationJson\/Ok.php", @@ -5908,15 +5908,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/CodeScanning.php", - "hash": "83401b8c5cf3afb5087e5e2d41522ae9" + "hash": "0384545e7e1b3f73b106042d267eed72" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/SecretScanning.php", - "hash": "40681bd236d936e12c07611df739760a" + "hash": "d4e9a116e7d4f57c46941d09ff58cd89" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Dependabot.php", - "hash": "3f996f89d2d6176e728b16cc1f5301f4" + "hash": "cd4f96acdaecc5386dcdb95a080b5b9f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Billing.php", @@ -6016,7 +6016,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Search.php", - "hash": "6e79dd91af0b91c25fa3816e7fb3a7f4" + "hash": "4f71121f1a9cf2f9d5244fdee633b462" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Operation\/Users.php", @@ -6028,7 +6028,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/WebHooks.php", - "hash": "3d08ab2c4aac6f3406c36c2b4532344e" + "hash": "581f1743c0a8d009f2d5fbb815078ee5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietEB301A03\/Tiet504AADCF\/Tiet2FEB0C19\/TietF58BE94A.php", @@ -6048,7 +6048,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/BranchRestrictionPolicy\/Users.php", - "hash": "6b45f9a6e636aba3f1a838f2b887f447" + "hash": "5c66372a39f9f6afb940519642725a02" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet4D4265E3\/Tiet514E6BA6\/TietC4D32F0E\/Tiet80494F2C.php", @@ -6568,7 +6568,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Environment\/ProtectionRules\/One\/Reviewers.php", - "hash": "8792cfc6aef52bca6ca72ab762e75716" + "hash": "d0c3e2b3008d478c9ea016e819ad542a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet6CEF235C\/Tiet04D453D8\/TietD14AACEB\/Tiet20BF342C.php", @@ -6656,7 +6656,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestSimple\/Base.php", - "hash": "ca2c6aecd887a25b043515d95d609b78" + "hash": "760f9838a7fe8ab3b10f86016d85012b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet7041333D\/Tiet2B9B5CD7\/Tiet6273FDFD\/Tiet58068E3B.php", @@ -6814,21 +6814,17 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPageBuild\/Build\/Error.php", "hash": "bb8cf917cafb0395d68d8ec228ffa75e" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietABBE4B49\/Tiet95080E7A\/Tiet912BEDC6\/TietEC5CA654.php", - "hash": "30fc23879df4d3537c8c664af6a5c7a0" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Head\/User.php", - "hash": "b4557202fd2bf985c5a73ae18d3947c5" + "hash": "6eab38c745c981302f70c51cdc87d9a6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "239b8279a7e3c5d53bed40c4bef09c6b" + "hash": "ecb2d7385401ebba63f5da59b59857a4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequest\/Base\/User.php", - "hash": "670cde6ec2d42534411a8fd499a7a895" + "hash": "22c1d272cc18b78aa9e2765760cc0ada" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PrivateVulnerabilityReportCreate\/Vulnerabilities.php", @@ -6892,103 +6888,103 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Discussion\/User.php", - "hash": "6c4e6f591da4d34a09834f9fba0e0b5c" + "hash": "c613db78d736702710899bb493da072a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteCompleted\/CheckSuite\/App\/Owner.php", - "hash": "9d110cadf2d13708fe895254922f205c" + "hash": "8c337e2d9927b9d8239f1f0c9dcfe914" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRequested\/CheckSuite\/App\/Owner.php", - "hash": "7b0519e0f58d38772a2eda1e90331f49" + "hash": "a65aca1ad7c6fb51876bc66e160b7c22" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCheckSuiteRerequested\/CheckSuite\/App\/Owner.php", - "hash": "c09dc61404821d1b199e122c04a2893f" + "hash": "88c02efaf445f53378fe2eb64db47e4e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertAppearedInBranch\/Alert\/DismissedBy.php", - "hash": "767df7a2ff5e91b19fc5f251bd2f370c" + "hash": "9f57a909e3cd364dcbeb5c88c833622a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertClosedByUser\/Alert\/DismissedBy.php", - "hash": "02a34e4120189b3474daa517efeaf3bd" + "hash": "dac30ec58546203ac029ac5fc8adb71f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCodeScanningAlertFixed\/Alert\/DismissedBy.php", - "hash": "5f1563b75cd659c4fc1e79b201c767f1" + "hash": "cbbe2d1d6ca522422bf9af8534e5e259" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCommitCommentCreated\/Comment\/User.php", - "hash": "63b3315c441178cbf8176739c67750ee" + "hash": "302e2ba63f6365d686d519d2a1652e55" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/Deployment\/Creator.php", - "hash": "d2dd89114cce00afcb00e43d7f2bb268" + "hash": "8df8624d5c7ee55538039a9eb0dced2f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/Deployment\/PerformedViaGithubApp\/Owner.php", - "hash": "e34c387aff7e2a33572c8f7227276887" + "hash": "fd86d2a18a9950347f454c6a844ebb4b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/WorkflowRun\/Actor.php", - "hash": "9405b29a7e9652fda5724c9124606e7c" + "hash": "9db841667fe00b2e4e3c03257b1f2289" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentCreated\/WorkflowRun\/TriggeringActor.php", - "hash": "f237ee17294659e3b2577d0eea2b877c" + "hash": "0d64bb72a2941c2a1d83efa87b2655ab" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/Deployment\/Creator.php", - "hash": "1c19bf3d0ef361248a18db64059d9841" + "hash": "e3b4adaf7170293a484d9208b9622052" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/Deployment\/PerformedViaGithubApp\/Owner.php", - "hash": "646715875cc250e22e0bb63390712066" + "hash": "31750e3932ff4873ca9ea66d596cdee0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/DeploymentStatus\/Creator.php", - "hash": "37faf7ca0d23747835dda869b758d292" + "hash": "61608cd268cff7dc7c132364d8ef447d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/DeploymentStatus\/PerformedViaGithubApp\/Owner.php", - "hash": "e697cb16be150de73258e310c741b7eb" + "hash": "ca6241104b37fff1909bc34d3aaa3541" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/WorkflowRun\/Actor.php", - "hash": "8c01cdea19fb768f149313242f2985ee" + "hash": "26553ef4e6f848178ee35dac5da506f4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentStatusCreated\/WorkflowRun\/TriggeringActor.php", - "hash": "3876f657d6434d38db9278d02eafb6dc" + "hash": "84b2e3078238bb3bf2e527e4d9a5f4a0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookFork\/Forkee\/Owner.php", - "hash": "9078d4d2f039139a8859dda9d1f94f31" + "hash": "a9d601a36e2759b8db79edc7dccafc4c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Comment\/User.php", - "hash": "60f476453b42d565aa31b88348284d29" + "hash": "3b5df36c374da93a2118a1f3d231b0b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "334f661690670a13f14f1e73f2e1f573" + "hash": "7229d5bf623ba71bdc9ea94a3c68f677" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "7ee10c54884a88d9e22a79feb5e88460" + "hash": "b90fa5336abc4b3c444986225ba674c1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "dd25bf5ec1f4afa194efb721d85380be" + "hash": "3bb0c0cd069a288bf78ca50691c5b772" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "c0ddc0064beca5e5a319f82edad469f0" + "hash": "e57dc10e2cc874fc687d9ddde759ddc0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/Assignee.php", - "hash": "8dfb42d0d2329ff64cb6c40f125d0a5e" + "hash": "4c5be94765aa5fff440fbd76132235a4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/Assignees.php", @@ -6996,47 +6992,47 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/Milestone\/Creator.php", - "hash": "37d0c2c9b8ea6942b55cfd799dc81e10" + "hash": "bc6e362cc7446b03fbe9ac468b09bf86" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "369175a4cbb5fe5ff560b529f97e3415" + "hash": "3bb7efc460f321a27bf1bee2725c636e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDeleted\/Issue\/User.php", - "hash": "dcde802cae3349ed1c1064ff4bf066bf" + "hash": "f490dbf1d7c1406c7e593c8a37738ef1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "f69a8dac3d6e939ccc9ed782de29fbdd" + "hash": "86059da1be5839ebc6249cdb8fa07950" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "3878e556cf6e3e12068a01e5ec22ea43" + "hash": "a305a85b1eb1fb147c528c9dcbbdbd76" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "27dfefc6ebe68f757a3735fca83f7a6c" + "hash": "0aa750f0a7595299085adddaccb86e30" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/Assignee.php", - "hash": "19332c450925f94e970e74f7cd4fc314" + "hash": "fa61bff8e0744ac5c1d85ef70e9ffa6d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/Assignees.php", - "hash": "bf0dc9540cb7f707a8650fd11a19b18c" + "hash": "2439a49450be3f484128a3308ada94ee" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/Milestone\/Creator.php", - "hash": "4a54474448ee7211c2bd9fe8e46ec5b5" + "hash": "05a9980567ae27503cf66228608ec4a5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "00f613aa91bda76c1415497a34f4806f" + "hash": "229e2497b5d99181976a324ca20f52da" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/User.php", - "hash": "f7125b7c352b097d16a741baf2a5a5c6" + "hash": "ecff14dd86517a877636f651a02b5237" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue\/Assignee.php", @@ -7048,51 +7044,51 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "977b240cb310f5d7c59f2ba4efd95864" + "hash": "64a1deb63316771104fb0ee881040913" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue\/User.php", - "hash": "1e4003c428dee66bb7b180cae8c5cc04" + "hash": "13866b6d17e0167dd00638c5b3fdf273" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/Assignee.php", - "hash": "ba844719012da0e9f78d19d5475fe0a6" + "hash": "22c0f9207071744403aff52de630889a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/Assignees.php", - "hash": "3dd0745fc38db82cf497cc918277a2d6" + "hash": "4d142669c03c368e69b37b073ea1b3ea" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/Milestone\/Creator.php", - "hash": "31ebf29f8f103dbbf8b584d477e4e061" + "hash": "aef446eac283066b500fcf182e131123" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/PerformedViaGithubApp\/Owner.php", - "hash": "8f38f8a3faa9625ab0fe503268817f86" + "hash": "23da63c31a8ad77100d77710438e3971" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/User.php", - "hash": "0192eced4c996fa7931d9592c92bfbd7" + "hash": "2ac9d6d34aa6e697280dce6f02194568" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldRepository\/Owner.php", - "hash": "86ed951db9ae8f4a133e1931b9b43e90" + "hash": "f82e0eea777d5e26a59858e5274b4dbb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/Assignee.php", - "hash": "dd33fd563f2bf990aeea99468e08183e" + "hash": "37734957986fd8f1f970f332ce5b2ac7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/Assignees.php", - "hash": "ab8d042cc3fcc695358619fedf5545a8" + "hash": "d5a0d3e42eb1c6e33037ce5a625b0fe3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "2e0807cb3d576aa950a40947fb3469d2" + "hash": "45b43157201517a414ee046666dcd397" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/User.php", - "hash": "2de20966300d52f787ada9b6e365e86c" + "hash": "73ae07213712d00872c7457ac55f6047" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/Assignee.php", @@ -7100,119 +7096,119 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "4323eb651e279b5f3b731059ef6c7e73" + "hash": "2a2173b58f266435833f0ffaf1fe00bf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/Assignee.php", - "hash": "7c2b55632d865d09b34f635195df54b3" + "hash": "16cdc1c8ecbe945f109236b8832532e7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/Assignees.php", - "hash": "01f706daa51a64413d4ef8101d6dc4df" + "hash": "5f8e9266cca59b3fc6f8116ff9fc88a1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/Milestone\/Creator.php", - "hash": "90fbf3f34cc3fab15caa015b3a178cfa" + "hash": "2300c3f72bc0be273f2b087d13922b74" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/PerformedViaGithubApp\/Owner.php", - "hash": "3903b7c220ee0917d7b8682f38382476" + "hash": "8708b454acc8efbc65076ef26c33f9af" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/User.php", - "hash": "07555249725f8aa531a7443aee172fdf" + "hash": "26080fece268889ba32f4fc41d5eb8f7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewRepository\/Owner.php", - "hash": "b29ebd0395c9c84d2b1306af8c3da82c" + "hash": "44642b58f923d2c360f481abf26ba57f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/Assignee.php", - "hash": "25fb43a2badfec950d2e13984a4f38a6" + "hash": "eb4426da5cd77280936eb7292a077197" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/Assignees.php", - "hash": "8cb92af0a05727ee6a018e7b197627ba" + "hash": "d29c871446b66630680213d910646e2c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/Milestone\/Creator.php", - "hash": "989770f64aa4d00cf6d25dea57a76d30" + "hash": "cb48ad811ed2bbb0682d3d02606a08e3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/PerformedViaGithubApp\/Owner.php", - "hash": "e6b6daa135c6a37ccdc6700672f37337" + "hash": "2dcd6a4d64459074762674b76447e120" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/User.php", - "hash": "907787615432e8bf5b236d96e52a0b9e" + "hash": "a999209b44e45ed181d81ebadfd0e0da" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMembershipAdded\/Sender.php", - "hash": "2b458c0cc2b3e61205b47e66aeb6e015" + "hash": "08da86794857047c4be6e65aecc27856" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookMembershipRemoved\/Sender.php", - "hash": "6fa8125dd1a4b400b9493de5b15e7aee" + "hash": "3671d8e8e205d25e4155dd164fe2e890" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookOrganizationMemberInvited\/Invitation\/Inviter.php", - "hash": "41754b79d9692dc52d96a0d225b50ca3" + "hash": "8ebbec4e5db621003487c482595d1a7e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/Owner.php", - "hash": "f2c84a39ab64657146aed120c2ce48dd" + "hash": "1eded447fe347cedaca8eb740e08bb66" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/PackageVersion\/Author.php", - "hash": "755226587d266265ad54148a161388c7" + "hash": "1be3e856ae202f05e2d8d3c9411276e4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackagePublished\/Package\/PackageVersion\/Release\/Author.php", - "hash": "864e48e5e5af80f81db154bc320cfaad" + "hash": "b8849786994f3abd902b85ce6237f51b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package\/Owner.php", - "hash": "b3cbb9e44d068e7c9cb3fc5f323aa59b" + "hash": "a5b0d955c7ccd13bf6b9a7d800cd3d4a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package\/PackageVersion\/Author.php", - "hash": "2bb1ed61d5d585bd4b729c5527b6e7be" + "hash": "614226ec30002e8a19ffffac793a4e61" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPackageUpdated\/Package\/PackageVersion\/Release\/Author.php", - "hash": "587ec3d32ef49bf127d0a3eb36f98c47" + "hash": "ebc23eab615bfbcd922ac2067e261681" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPageBuild\/Build\/Pusher.php", - "hash": "f70aa19eae13d5728ba78bec3e84bbd8" + "hash": "50d830f98b04568bc310eecafc9e4756" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "d7af1f9d88c1075e9d9ea1cf1aed83dd" + "hash": "3b09772026625cb6e782eb2bf323fb88" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "f65868f6141b7bef99e7702c7494303d" + "hash": "595bc87ceedf3e5904c66c809d6edab5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Base\/User.php", - "hash": "be25fb7c3a1bfbd9e1fce6dfe8260665" + "hash": "8b1c6334b5894c9da38429f174dc7c1b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "95874268a41bcc89fc820d126745b420" + "hash": "8094e0a68082e8310cecfb0b91fa3ed3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Head\/User.php", - "hash": "4eaa779148e7c20fad6bb9dea0009938" + "hash": "5589a7992ca193b8089a853a76b01f35" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/MergedBy.php", - "hash": "5c6afc51eda6236a9fb74d4daaaf3643" + "hash": "18ac198ede27b86894b055c22c3e04ff" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Assignee.php", - "hash": "b78d2614da58b592206399443ff6194b" + "hash": "1392e26e2c3d851172b2299dd497da7f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Assignees.php", @@ -7220,35 +7216,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "ab2b9e67f22f3a7913ac1c605caf673c" + "hash": "b592482c21996a60d0848c6529abdd5f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "97ecf442bd37c8b63849e757a6712edb" + "hash": "ac6a103af2e154cf9ebcbd266f406d8d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Base\/User.php", - "hash": "dac44b78716b4cdb5c77fe1ea626eb39" + "hash": "cfcf14ed539d487a2d4bfa1b9d5d0ec6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "cb0f202969f9212d9f6093719073d223" + "hash": "a82bdefc17a714591094034979a8ab4f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Head\/User.php", - "hash": "239de34d167413cad5acf900a4e323eb" + "hash": "4f696664fddf94418fae40b3e79d1785" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/MergedBy.php", - "hash": "a1338b8e3e37ded98b2d70443346a923" + "hash": "f5e829c214d00f1c4dcbd131e0cb0940" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Milestone\/Creator.php", - "hash": "5a8c996ded6d147f91d79d6612c122ae" + "hash": "b717ffa7ae2c40a104825fb55d60292b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Assignee.php", - "hash": "25b90ded37f86aa2e96ee529cc6106d2" + "hash": "7128d2996c70b43375bb025f868eb46a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Assignees.php", @@ -7256,31 +7252,31 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "5f8ee23c7947f205a349ad348006bd3c" + "hash": "5acbe422448be00d4189127f94234e62" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "3f8382518e7d244389b4bc0968001341" + "hash": "9cb344ad1f0bb96db81282b45bbd0c89" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Base\/User.php", - "hash": "2a0134e1e111050e126531f6e1b31abe" + "hash": "03a708a68f1104234ca3c7846d82815e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "84e2e00074b43f8fbc5bb7590cb9f96d" + "hash": "93db91fec3e24e9f0f4e11d23713430a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Head\/User.php", - "hash": "4ffa3e0f57f5e2c248b50dfe672b3a03" + "hash": "ecabcaba3c259ceebfc50807ad5f11c3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/MergedBy.php", - "hash": "b7b39ba9cf5c7bb5178ede54d19908b7" + "hash": "d2eae972144b4f9581166b32fba9e96f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Assignee.php", - "hash": "9c666a4a53560290e936d7da18c668e0" + "hash": "588d305761f0bf2b22371f2509b07024" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Assignees.php", @@ -7288,35 +7284,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "b2dd4c6a1d68b10fe35b7e2eab564c71" + "hash": "f93a5eb5ea71c38bd707fe5df6846c7a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "149492390a55690a4a463eac12828c6a" + "hash": "54cc301faaee765de2fc729457ac2706" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Base\/User.php", - "hash": "56ae9bb8b8603424efc48ff0792a8384" + "hash": "3d5ea8e54409673942d4e71f3f634ea1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "9624d706609c54ae58559fda7e9ece0d" + "hash": "f72abe87a0ad3d4282f05f47aff01be0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Head\/User.php", - "hash": "57d7fc735f1031a97904bd0d7ec15bf6" + "hash": "6903fb79d79887f22aa13bdb9e05140c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/MergedBy.php", - "hash": "5ee10abfa49d5c795c5ebd748dda6705" + "hash": "1c97f73c7432d386267db4e892f39b2f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "2a417e70b6ce643f744689bf591f4af8" + "hash": "f26b2b05151c4a9e6f6034cb67c0145f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Assignee.php", - "hash": "b68b730e2cab5cbf109276651b264d25" + "hash": "04b5024c90d6240beda6e320a68739e8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Assignees.php", @@ -7324,107 +7320,107 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "0a136b733becb09b4a2cf8b1aa77586c" + "hash": "1e14000c094e6aa5961aeaa1b0fcb487" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "a9e02f61ce0bc66cb18045123cb76fa6" + "hash": "7622ae9b189f8c5cc101d0771591c3ba" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Base\/User.php", - "hash": "0a8435f544dd5b78678731a642dab9e1" + "hash": "678fbd77b78b3f1013b2966e296c664d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "cc53415acb40ce84a7ca0f910da9ad39" + "hash": "bd735608d02309e2e4d2cd09096b274c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Head\/User.php", - "hash": "fcf211f0317fbabd76acd54e7d3ff04c" + "hash": "578519c602a4c7c7cfc3b121a3307ef7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/MergedBy.php", - "hash": "5204d0abf098bf595f31d1801b8cf1c1" + "hash": "2e42f44190f97d805b7fd4bce0cc2b54" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "95453d067aa67376e1c75617d53a33b7" + "hash": "dc6496e12063fc6359c2602c353ac843" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "7637ce0118b9b9c3782053aae1c60300" + "hash": "b633c011b21f39b531f566bf7b5ec41f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "2316021aaf77f390b0239138214fa7ef" + "hash": "52c2dc286d91202c1e5d96c7befadb12" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Base\/User.php", - "hash": "6a64ad21833f161dea9cbab0c15c0d80" + "hash": "be9ad4782c3b62b83db653fa8c884b34" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "3dc82b989ec9dec0eb1cd471aa8e4a5f" + "hash": "b3c885b474265d1dcb4afdd35d52aac5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Head\/User.php", - "hash": "4d74e3912649965927fb71698688f32e" + "hash": "7c4d843166c6d5605b0f5e89102768c8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Assignee.php", - "hash": "6e6cbea9be8851132f8bc204a24e2cd4" + "hash": "fcc52d499875802c13e89c637f630cc0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "79f6a4ed3f8b038133c6bf025816d4e3" + "hash": "3d50220482863c3a2f2bf33fec58bb0a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "8c72fd113fbfb093a24367a41980b1ec" + "hash": "2f2e71a729a394194ea727a1257296fd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Base\/User.php", - "hash": "bf0f2257c817dbb44c13dd4106a778c7" + "hash": "e8555a807728cd84c716d7f30bd2730b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "2034b49b1483b1cd2ef2d5e52ecb2b25" + "hash": "4bab13ebe76bf681d9c479aab365eda8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Head\/User.php", - "hash": "9553697b47fd2c24077eb0b21f504724" + "hash": "dec9c805be73d5254a89b6b96216676b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Milestone\/Creator.php", - "hash": "0214f764b85d6b701bdc82637d264d3e" + "hash": "257cb67ba9cab254fb2bf9e8688780fa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/Comment\/User.php", - "hash": "395c94ddcfda7a58813c501251f5bb14" + "hash": "5e748296537691bc34edc8bf76028cd2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "6fff9cff94e0d61e9bf705206a010cc0" + "hash": "b982ad6f5cba36d727b0daf6b520df0b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "737cd70f6d267b62f04e582c1955c88b" + "hash": "47464256d4b53e79cf397c4add4d8238" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Base\/User.php", - "hash": "731e0d669bd0ec0cabb9a7d8932963ee" + "hash": "9fadcdf718f94d1fa0b9d693629b56e9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "64d9b510caf1235f211bd0d1e90a0853" + "hash": "a9c5edd006980e19095fd9e2923c2e76" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Head\/User.php", - "hash": "698048e23831ae1d0abff9f01ab3b9be" + "hash": "4e31b8b638724dc22513cc1eea2404ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Assignee.php", - "hash": "e47d28f3a60c618319c3bd2282f7b458" + "hash": "54e05347e25fe7c1c788c0faba8e449e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Assignees.php", @@ -7432,131 +7428,131 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "d33e64bd57151c00253759723b318650" + "hash": "114a274c66e73467a2a2bbc6e8c902b2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "2cfdc7ea1bbf9f36567adb69c318782e" + "hash": "e8d07bb347fc6ff791fe192ac70daf8a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Base\/User.php", - "hash": "c841a3160d360d87ccc2107048d6ce1d" + "hash": "fe2ec4495a0eec74e0f2da8e7aa75686" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "fc2d91d55d4626f2ee4fae53d43d9803" + "hash": "6a549e44e9083fd937b9c60e5bd08cb1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Head\/User.php", - "hash": "0a3659bf06e84e25c372628a262b5638" + "hash": "ea4f721a269c9f7041a46bc3d3a9126a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Milestone\/Creator.php", - "hash": "1ddd30bfdd643ca723a3b2231024ba0f" + "hash": "f443db5ec6c9d6317d198c3f61d12198" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "da3804e5b753f78994ef995c09ce4e2e" + "hash": "6c1b3ba17d8dd7d3a963a8c59d42576e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Assignee.php", - "hash": "e4f1dc54c2fb6705e8962710972e7207" + "hash": "39acf33f8814631d18050ed638a050a8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Assignees.php", - "hash": "6a839d674c23872f12738ffaef96c69a" + "hash": "cb6c9d5e1dfa49cca543a89b2d020eb8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "be354dd83b67069d3268e9d5c95c49dd" + "hash": "f512a431bf4130e9e4a4f1293a7a151c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "35869047b4650cbd5dc57901c146f55e" + "hash": "897df47e8874adbd7021de1d51d24da9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Base\/User.php", - "hash": "a562534bac17e2f1943b91fb14c3b061" + "hash": "708362a9aa4344b2dbf74fde76651404" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "766ec0b77ee0940a1a01de3ad12e7b91" + "hash": "79971031214805924092a4ed3f1e4c3b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Head\/User.php", - "hash": "f1ea3de5c5c0f44eaa828a22c6277d1b" + "hash": "b17c718135c5bfae3fcdb3e4b14e74c0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "a4c8a493ae56cbf424a60f1be134d5dc" + "hash": "8324562aed6bf900b66f524171e88e19" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "9e45114b365b41e9d4bb9f2d70dda2e4" + "hash": "c3622d353cbb62dd8c6ebc5cdf9bd4d0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "f5fd09d501d8cbd674cf8e444209817b" + "hash": "f3f1840c380470f4a9d74bdb44e6b148" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Base\/User.php", - "hash": "da24b32e27b1b55d79ba74f97befaa83" + "hash": "8264a0f2ac6cbb1e8e218a42aa9d74c4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "7884dfcb7387d1e0347aab7d476c4b24" + "hash": "b04879fecd4d442186a8bab24fd72dae" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Head\/User.php", - "hash": "d0fed434cb19d99f58d5d68d20ce63a8" + "hash": "d32d627152d243f0b0157d28f18ef874" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Milestone\/Creator.php", - "hash": "27c1c92ae2a3d57559f0a03b557a648d" + "hash": "014418d079cb85299d86b04108b72fdb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "b7045314d9b15d4da9d3f30c90de1fe4" + "hash": "d20e9ad2346e5cddc0cfcd7617f7f49c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "33abaa4073937e8e2e8383605af69bf9" + "hash": "050a73005a4e5f4fd527c9a210cf5cf5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Base\/User.php", - "hash": "50cbe9bb96c95f7cb88498567eede3ac" + "hash": "9a8be889e182c646c1d18ddb0ba209fb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "8a74984b45ee4a893186282124f0d593" + "hash": "2fabd3013f85163f333c87decb3f20fa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Head\/User.php", - "hash": "f4aa8c0688167f5cf8eb521cd3b48bf2" + "hash": "ebb0376f12b5d622cd9ee35a4edab914" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "0d46430c6b230b7f8a5ebe1e6defcda8" + "hash": "50d776a48af3db7c7440c28824b4b9d3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "a6ec5eb8a1f7549210e387e24df1ce11" + "hash": "79d0c10d911620c77d39ef33186aefbf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Base\/User.php", - "hash": "cdb0be9598e02e358811adc89f8f1263" + "hash": "9056f672bae5b655b8f7a1d34dfe1a58" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "65c819eb0af5feaa43919f1b17ae7824" + "hash": "57338a19729e80111012ce7a35d0b764" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Head\/User.php", - "hash": "044c090ee2f680f624671402c2717bd6" + "hash": "94c899ebdf3e0996b8be1c1d2326569f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Assignee.php", - "hash": "c0e8aa67d6efeece96440141299cf408" + "hash": "0049620921499d26cad7873fa25dacdb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Assignees.php", @@ -7564,31 +7560,31 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "c4eac408a62550741a8d08e2af06a53b" + "hash": "39bf28d3a891e75d036db7d96a81feb6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "b496ede93ae8cdb92e31607f2a3a527c" + "hash": "08af221b9e6a3feec9c7593d431af5c9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Base\/User.php", - "hash": "7d4b0729c30dbd50cac5009a29f864ce" + "hash": "bc476e6ff35b9d1f711a3a54d3ad680b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "756d4256f21742d950a7ce3c08235b7b" + "hash": "849a4346c1f18ae86a6d267acf76b7f4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Head\/User.php", - "hash": "0492936ce3b2b6e1fc70976c421a9b24" + "hash": "4b592d0b0272d5f1e05aeb3232341d07" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Milestone\/Creator.php", - "hash": "8a24b244bd4014f330130d5cf3b2ca77" + "hash": "d51746d15d79fa1140ee3014b2486738" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Assignee.php", - "hash": "7d73280e1e3a08679c1aa0495a6bd992" + "hash": "9d889bd54d0e186fc813f49f9c0de7e2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Assignees.php", @@ -7596,111 +7592,111 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "93b23a3129ab1bb24ceb3947c8b5c735" + "hash": "1216133ff2e79027961dc83b97acb409" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "29ba74c8db1dd15a90ae007d7e3b28e1" + "hash": "cc16954a4f5ca1de5b8442ab30c1737d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Base\/User.php", - "hash": "a65d99e65d93a861e435cda4d787adce" + "hash": "dc21109658827bb5418ce266c51bf9ff" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "7f90c4ee419a8df9fe14cf2132429088" + "hash": "b39aebb10f55e0121c7f2f3dd2335a06" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Head\/User.php", - "hash": "abb814f599236fe8ffdafea8b43c7d5d" + "hash": "9160c58e199bee2d4dfa402252838fb7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Milestone\/Creator.php", - "hash": "ec4ae9bd6b499f93cc535d686349231e" + "hash": "b7cc88909fc140c8292a6f4345797719" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "d956d7ee81d6ad810ef7792d452e4c80" + "hash": "065f1ed2013056cfe58093290eb8f1b5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/User.php", - "hash": "96b65152b3537ed37e1db0fe4f72ab72" + "hash": "0aecec1540a4235989c523cd77747a5e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/Thread\/Comments\/User.php", - "hash": "268a4a6101259e4e53252e49c8fafe00" + "hash": "982381a6d7157fb71b319ffca04e66bd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "9526e2e8e16ce9b62c0b0f3c8fe140d5" + "hash": "e2dbac7a097c8626fafee121c6420122" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "4dbd23eab85c79b202cab4bd6fd81539" + "hash": "b4a44117bcbeac95a80601b492415839" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Base\/User.php", - "hash": "aee272304f3ffb4090eeb2a083b51cf7" + "hash": "9f2cd3d7455a48931a261bccc2a47787" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "16b7d09fd56e3ea20d1e01675008a515" + "hash": "26372faf7fc581aed4d8679f372de1e5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Head\/User.php", - "hash": "1aca3ff47712a0ec4672e5aa6560500a" + "hash": "a9ec987f22874d2d22097a375e8265d0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/MergedBy.php", - "hash": "23aba0af7a91888116aff3d729bfbc05" + "hash": "497e66106c45b8d8e85fd20bef76e7d1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "01aa638b473657a9f109c4490c3fad4e" + "hash": "c9d5d00017573d5eb85329b20c7309dc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "8a1d3ed3aa6ca1b819fdddcc3037a911" + "hash": "bd633c3b02934045880190b95a5b4cc2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Base\/User.php", - "hash": "4b2cc9bb1e19abf867c89db97e674206" + "hash": "580353b81554781167de80860c8c37d1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "0ce871260e02a367a2a594c7ae6c8fa3" + "hash": "a5346f16958b5d6bf7054f1360d97d47" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Head\/User.php", - "hash": "8f06c26feb2bc614c3cd530677c907d3" + "hash": "fc5c0dd8bfcfd09ed022ef8e36c9e448" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "7e9668bcbd8510852e820df62bf70e62" + "hash": "f0ddcb64d52629840820c22c1b75d477" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "8726d1d5912c26ef7b3c29a2933b26a6" + "hash": "dffec64d4700c0590402cbff4baad492" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Base\/User.php", - "hash": "1a77a7a344d8e636a4fec47b9018c19e" + "hash": "096248e2d7d1df34763c0840d533e763" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "6868f6066bb85ae3a3e1fee01f38699b" + "hash": "a7dc25dbd3468308d9940c7d15e03b32" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Head\/User.php", - "hash": "e012b744c205c1d2518068a53b21021a" + "hash": "74082e7469d1da84f8d09a469c0ae540" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/MergedBy.php", - "hash": "99a20b0e53af25c69a2ab57767771965" + "hash": "b6c8c120d52adf1c2242b9b3eefe9921" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Assignee.php", - "hash": "559321a4505c6c798baecb2eee6e0b58" + "hash": "9ed3a725cf7bcc2863179075f1184e79" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Assignees.php", @@ -7708,43 +7704,43 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/AutoMerge\/EnabledBy.php", - "hash": "16c67911e925d3ba33a90c9d09f3d87b" + "hash": "14b3786a1547bb4bc13f408050f6a27d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Base\/Repo\/Owner.php", - "hash": "bb3ba80eaa94d019618a4a9caf7fbd33" + "hash": "a08c32319bad5cc5fba070be9ca8d253" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Base\/User.php", - "hash": "0046021a4a1aa0e74f8c9aafc36011b3" + "hash": "dfc06b6478eaaee4de290036c3f45ecd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Head\/Repo\/Owner.php", - "hash": "4ea3c0f62981e3c6d6998e1156690857" + "hash": "877239f69b7064c1003eed985e1ae46d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Head\/User.php", - "hash": "70d4fd4cb94f8128fba0ff09d5b6b894" + "hash": "eb30fa8188ea9c6dd945830a06d9b396" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/MergedBy.php", - "hash": "aed32830d866ed27a37c20ba49ff4689" + "hash": "357c5aae7c78ed6125e6a9d646e8bb3c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Milestone\/Creator.php", - "hash": "12f2e364336c74fffa1b3c368db80903" + "hash": "9c68093597c2d312bba5721f095ed318" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "626603b9b0d8c64b27a12d8a703b16d3" + "hash": "fd5088cf7052caa4c835403e5064ab24" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/User.php", - "hash": "5cbc9f410ac1dea91397f53e7b1b0530" + "hash": "88991ebb0f84acfc0955082dfd3e2bb0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPush\/Repository\/Owner.php", - "hash": "ac334fcd607ca34a0ff143d0c5ed578d" + "hash": "c546fc47cdd523322877621c8ed3f724" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleasePrereleased\/Release\/Assets\/Uploader.php", @@ -7752,15 +7748,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleasePrereleased\/Release\/Author.php", - "hash": "31b6ab74f0e0d5fe333be4f05bb95892" + "hash": "39ed7a1862024be9cd71d97eb3ed8e4c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryTransferred\/Changes\/Owner\/From\/User.php", - "hash": "26e40b6444a65f8a027ca5dc3479c76d" + "hash": "3539c8d4c3bd1b21fdad24d73e47f8a4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertDismiss\/Alert\/Dismisser.php", - "hash": "131bbb798e44c7bca807da34e8a552f3" + "hash": "464d7192433ce32c0a24178023ce5cae" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryVulnerabilityAlertResolve\/Alert\/Dismisser.php", @@ -7768,39 +7764,39 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamAddedToRepository\/Repository\/Owner.php", - "hash": "93807304123a57f19321789a59f53e44" + "hash": "fcfaaa2ed17b2df2e4b58be1247a2d13" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamCreated\/Repository\/Owner.php", - "hash": "faf0c5ec1f856ed34b40365b8d1a6603" + "hash": "1dc34fe4774025e5309043e1d00cd2f4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamDeleted\/Repository\/Owner.php", - "hash": "2985c385729f3f0fc3a58346f1c9c0a2" + "hash": "c83429991f72d3aeb3216f16d960b0aa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamEdited\/Repository\/Owner.php", - "hash": "466adb1306fab92131191e3f956e4279" + "hash": "4919f51894e2973bda2dd0a16f0dd512" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamRemovedFromRepository\/Repository\/Owner.php", - "hash": "5a77492f458e53567a5026c43971b091" + "hash": "1a7ab7c9469c3d32c069b6f73bb185de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/Actor.php", - "hash": "03551dc1351c0402285bed890cb2a915" + "hash": "c3f789d50762ea42aea6a1928b1b68ad" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/HeadRepository\/Owner.php", - "hash": "bf40de9639d114b1679137917d09fde7" + "hash": "f6f44e773b4ff90f13dac74aa6521d0c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/Repository\/Owner.php", - "hash": "392b0a7581a6e7e7f68b8483f62217f2" + "hash": "df5472e5a994043b8689e092ad5dfe96" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/TriggeringActor.php", - "hash": "a5c201c6587c25bf31366244b3fd452f" + "hash": "c18470cea696e4640f4f56237c553717" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunInProgress\/WorkflowRun\/Actor.php", @@ -7820,19 +7816,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun\/Actor.php", - "hash": "7cb6908d025f2213d182c20ccd36a95b" + "hash": "a4ac5662a267621283e69bd55a3ec94b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun\/HeadRepository\/Owner.php", - "hash": "59a90205758aa5d5c47af0b5648f1caf" + "hash": "061c7c19ec616be211b54aac33ea7208" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun\/Repository\/Owner.php", - "hash": "aff76cbf12016088d7a223da5fe5aeb4" + "hash": "45cc5d0cd4404115087aa619d19cc97e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun\/TriggeringActor.php", - "hash": "eace277bf281d2ecdaa8bab51c901b06" + "hash": "318a4db27484ccdc613dcde7859ff518" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet789E2F6A\/Tiet7FD1DA54\/TietDAD16BC4\/Tiet25B29EDD.php", @@ -8440,7 +8436,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/PackageVersion\/Release\/Author.php", - "hash": "c043e110e4e31f0f176782700f69498c" + "hash": "a2dc15322fab6dc8a316b37d5fec7fce" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet816635D3\/TietC55238BA\/TietBF74F2E8\/Tiet24A1EBA4.php", @@ -9028,63 +9024,63 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/Assignees.php", - "hash": "7d4bec82748cafe6cc87eaeb376414e5" + "hash": "10135c399d098d8d0d4b803b88ea23b5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/Milestone\/Creator.php", - "hash": "aa51de1f5c3d82f089507071d38279b8" + "hash": "2d7fdd6f31c23b39ce50959f9121be9f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentCreated\/Issue\/User.php", - "hash": "b9cb84821a3ad7af32e012297412ae3e" + "hash": "eb1531d27c22d8ea1db02aaca8296b8b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/Assignee.php", - "hash": "fea40ad4fdd3aa312a18f5be36642333" + "hash": "9974b0fc8fe0fdac14fb9a7bcb828cb9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/Assignees.php", - "hash": "bcad8eaa8bcc03a1694c952599a4c068" + "hash": "c80da858dcc63333a32d2c572f851307" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/Milestone\/Creator.php", - "hash": "b5cba5adb34429c7c61b857bb7509d82" + "hash": "558581c5c69c20999897e6b88e4b46ec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/User.php", - "hash": "0310e6f29f022b629350e87d5033c04c" + "hash": "636f9f9b98bf6d39e701cc89feb85e8a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/Assignee.php", - "hash": "3fbe604b474fb38c13173936f6c0e372" + "hash": "5ef02138f580bdf13efc9bb89e7197d5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/Assignees.php", - "hash": "06707e8489391606cddc1682d4677604" + "hash": "abb50dc11f0dc8c276db144c7ca93d50" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/Milestone\/Creator.php", - "hash": "1ae462c937f476552d4b7f97a5d1e6db" + "hash": "5745e8b03b610955706d6992b1395ed2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/User.php", - "hash": "7815cc53b23e04e2767d8ddf2b27eb95" + "hash": "49afe2bf2255e6b1fe752e98a1015ba9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/Assignee.php", - "hash": "ef76d8e69074b9951da8d5778219d7f7" + "hash": "189e5edd22c69ccb0ca2fe2fcdaa3e75" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/Assignees.php", - "hash": "588f391b17d03bb331cc30e31166b64c" + "hash": "18bb981ef65e0b3fea4216961109e2d9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/Milestone\/Creator.php", - "hash": "ab922ddee79fe449c5c49ee4e8ca1dca" + "hash": "bed39ae4ea7ad5f1fcd4beb2c7334a07" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/User.php", - "hash": "b41ad6cac387d80a2f96bc8f00dd005c" + "hash": "40f75b5647e6c5d916850d8e7c83fa82" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue\/Assignee.php", @@ -9096,15 +9092,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue\/Milestone\/Creator.php", - "hash": "1255317de389d7e99604bc797a14db67" + "hash": "de4d006e5bff9e2c9565ce0a34592641" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue\/User.php", - "hash": "ab79d34d38e4d203fe01bbd0dba35be3" + "hash": "c4a3fc612d4131f7805ad337f5ac36a2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/Assignee.php", - "hash": "62a7f8b3f453ee89c0f80db54ea32dc3" + "hash": "ab6cb09ab7f455b7590d96238f81b28f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/Assignees.php", @@ -9112,15 +9108,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/Milestone\/Creator.php", - "hash": "0251607544f5363aeca838c5e71c9856" + "hash": "0fa62e497f578630496d833453605855" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/User.php", - "hash": "5c535f9b7bd7af3953d9eb2d12e519ef" + "hash": "e5297f813160aba1d949a64ad089018b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/Assignee.php", - "hash": "836b780b5aebffa1eed03496639c168f" + "hash": "642b36303d0baa05be868458b6de6c25" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/Assignees.php", @@ -9128,19 +9124,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/Milestone\/Creator.php", - "hash": "d295e79ae7bd09b8f85ac98e19c95e3f" + "hash": "16c09da145073470b274b0a5a0e5b48c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/User.php", - "hash": "a37c6e759536538e0b2aa0d45d3662d7" + "hash": "6265569c128eb5acd083dc0370b29c6d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue\/Milestone\/Creator.php", - "hash": "c016fceeb25708f5707e1db92dcb7126" + "hash": "bd00a244e38f6be017f59ead4f089436" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/Milestone\/Creator.php", - "hash": "81af7d957ba294d3da7a7d9063301096" + "hash": "29a144c4dcc0af4f8e611ead4178d9fc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/Assignees.php", @@ -9148,79 +9144,79 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/Milestone\/Creator.php", - "hash": "91e3fd8473cc80cb1de1add41af66b1c" + "hash": "ea701b381d1df99552505189904e7879" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/User.php", - "hash": "9fb4deaf90bd92625112942197299a11" + "hash": "78bf1022140094daefa4eb96c34a1f96" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardDeleted\/ProjectCard\/Creator.php", - "hash": "07bfc5488f1bb1f29faec07d89f2e897" + "hash": "6d5a4a5353135503b0a6d6a8b8ae0536" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectCardMoved\/ProjectCard\/Creator.php", - "hash": "016763d81a2705965c052eb48527802b" + "hash": "31c9358865d667d6e2bfa07d29066fde" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Assignee.php", - "hash": "35f9e0e9bc38f90d6fc7cccbbee54600" + "hash": "7443f5eb2fce8b20dd0a4d61eda73f0c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Assignees.php", - "hash": "3d1e96550c4e34cc4159e15608f0a2fd" + "hash": "9a71405449837c374f37d217e76a7e5f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Milestone\/Creator.php", - "hash": "6b4ca544bea09f04dc730a49785541ae" + "hash": "f540193416fb3fed393cb2061ad25914" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "027ef4cd56023b26534973ee33aa15b7" + "hash": "ce395022d5dbddebd68084c863e19712" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/User.php", - "hash": "96f65fef106cde143f9c4ca129f0122c" + "hash": "a967256aade103b32eaa64c8f8a9617f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "a7b44468392ea56b5ca14fc613689b10" + "hash": "696520f5877fcede929dc658a382417d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/User.php", - "hash": "67a92718378d08b57165897125a88ce5" + "hash": "513816b8f34a8c0f9667e12c09ea7154" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Milestone\/Creator.php", - "hash": "9598f4682f490893306932784447fdd2" + "hash": "ba92cd0e22af682c31da5ab168b5efda" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "87982e05f38fc1edec5fffc277067d1a" + "hash": "019b0d89c176f0d0f066d89601111b14" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/User.php", - "hash": "69264eb9368d04ad8ef857f11c934e3b" + "hash": "caf45904554770e6cf7b21c306121f3e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Milestone\/Creator.php", - "hash": "01ca6a35e9935465a0cdce4ea8288991" + "hash": "01e0976329fc1b7204f79c923c4f9dba" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/User.php", - "hash": "437cf1ee349d2199eacbb83b9d9de972" + "hash": "56a67e17449c8b3886cc0495f1a61e7f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Milestone\/Creator.php", - "hash": "2e3a3cd468cf2ffeb1899e7190c4957b" + "hash": "5bf66922783e48a76b28b34a7ada740f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/User.php", - "hash": "c2e541d12c1809e0cd15307d7e4242de" + "hash": "9d72aefdbdad4f1aa2e0ce40e96a86ad" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Assignee.php", - "hash": "81ba0700d5d233473fa495ab71a36838" + "hash": "dcd6457d1eef522f5c5925b559218a66" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Assignees.php", @@ -9228,19 +9224,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/MergedBy.php", - "hash": "82f16761dd9f0d328c958b5150b2bf49" + "hash": "6cf8d8563f3f057c486981a135ce578e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Milestone\/Creator.php", - "hash": "98e3577fdb322e93a7c17c22325422b9" + "hash": "2628c73372bfd77d7cf6565bb50bde13" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "0869167c5ef1c4dac6837459d6017877" + "hash": "368b78bba159eb28e0c85718bab5605e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/User.php", - "hash": "6fc8ca9ec4271d2f76f92cd367b874a7" + "hash": "5e79eea6356474616e771fcabe2c8910" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Assignees.php", @@ -9248,19 +9244,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/MergedBy.php", - "hash": "34518bba275bfd1a2a229a55e499c148" + "hash": "167e59697b132145405afa3ee14d6703" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "8dddff200b568f25f3f126aef1c97c8e" + "hash": "71c46ec90110395c90dd568a0852deea" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/User.php", - "hash": "cdc5e827b8c79edd15ceee1b31a70384" + "hash": "9373f140e973429c4ce54beea98cee6f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Assignee.php", - "hash": "f6e55ce493cf5702d35bad83bc861860" + "hash": "5af0d2c654fc1b3a6a230e569114d849" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Assignees.php", @@ -9268,31 +9264,31 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Milestone\/Creator.php", - "hash": "a99ff555227b58bb9d1b721edecd4f8e" + "hash": "b8a3a9d5ede8e857e8f0228cdf33ce6a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "0e03f1e7af7fa13cc16a5323ece511e9" + "hash": "86f12ee9c5715e612d9872687a0c789b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/User.php", - "hash": "bf4552647a5ba28aa02b647a6140739d" + "hash": "0f382daa0a0c9223970ac746a47e921d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/User.php", - "hash": "9c04faa6343997f658d73f2fe40a6b10" + "hash": "9087deb638a3fc01f16e0cbbcd528c45" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Milestone\/Creator.php", - "hash": "884f69171a7bb9ff00d66ec6ef7d9af8" + "hash": "7c42e830b3ed25894b418aa40df48649" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/User.php", - "hash": "eddce488878568dc2a8461179a9c8eca" + "hash": "3452a336c63f765504164d1bbc0f2339" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Assignee.php", - "hash": "debea99694b7905c420e748cc7df80c1" + "hash": "86e9676380d4205163be0eaf66e4ea55" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Assignees.php", @@ -9300,19 +9296,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "da33038b76849684861d0477e0b28a06" + "hash": "668b68f25833210f85bb30be823b5acb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/User.php", - "hash": "8a643f6b8ecafdabd4902a0b4deac5ef" + "hash": "50a864a00a68a614b1644a26da5e6397" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/Review\/User.php", - "hash": "a300e5fcc5a71698d767820abc7e3be2" + "hash": "ca6b58ae5dd96d47e210a400e623e20b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Assignee.php", - "hash": "51172e31ddea8c97fce353063c67ec01" + "hash": "72da83bb03eaf0286906e8e0b26d193c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Assignees.php", @@ -9320,19 +9316,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Milestone\/Creator.php", - "hash": "39d04a8db1ba7ca9584e039f40dfc228" + "hash": "461ad392cf9423fa47a553de9eb7d0fe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "267db8a0b55a0d3a7b7c422dbba26319" + "hash": "06090cadaf1a84a3f9c5cefdf60e2996" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/User.php", - "hash": "b42f6ebd8437f62bd08818571b26e0a2" + "hash": "7cc6ba3f391dbb4f54bd6450b3830c7d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Assignee.php", - "hash": "59beaf61afcaaeba69bf2033e573d2ac" + "hash": "5d6a59b117eb1a95f42051a378e0145a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Assignees.php", @@ -9340,31 +9336,31 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Milestone\/Creator.php", - "hash": "0ddc82844c004370aa1e615ff9a7dcc5" + "hash": "17a928e17e78c4a90d267a01bc90f9db" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "921c050849bea5f017a5937b8fea9857" + "hash": "d45b4fd6474f23a87ff9830576e1b140" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/User.php", - "hash": "b07a305e3776da35516f4427acc3d079" + "hash": "30da401d420991d3124d92ee4d2b82f4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "f4b5a5db728d7c5c6d605870ac9d85f9" + "hash": "4e834d196fa66b41fda9390670108231" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/User.php", - "hash": "72d53fec8cba787dfadb8330e817ceda" + "hash": "307b08270eae08a40232e9a4fed53e14" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/Thread\/Comments\/User.php", - "hash": "ca24f2084d1269a3f28f46115dcef443" + "hash": "625247dd0003afd075acf42173308fd3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Assignee.php", - "hash": "148933b8fb47b9d16eb21bbabdb6eec0" + "hash": "fae93b5ab6ac067b4ff8651a6eeef4ab" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Assignees.php", @@ -9372,19 +9368,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Milestone\/Creator.php", - "hash": "feedcb697ac4fb44989a520373c7951b" + "hash": "3a4979d5e82bdb966adbb3fe7dde8312" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "23a1ed304ded0f475042e0a29ff5d9df" + "hash": "bc38f751800335677439b3d09bb48a6d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/User.php", - "hash": "2e112f77c6050dff13f5452d9f9f4982" + "hash": "fb5f2cb13f38fdab75c9c38bd16dd715" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Assignee.php", - "hash": "ae89dca67bac35ed0138e408cc372fcb" + "hash": "ee9391096fbbe492906cb0356ca7c288" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Assignees.php", @@ -9392,23 +9388,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/MergedBy.php", - "hash": "5a6ef82f390fe2bcc3c374c28729e47d" + "hash": "fb5dc8f438adb5c727a5fc2d08dfec48" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Milestone\/Creator.php", - "hash": "a2598ef40b6bccfc7891e6719f13e793" + "hash": "2983ae60cf87e71a4e768b8fadcd751a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "fa17d1942367b028cd33d25605dd8d2c" + "hash": "41e19bf564f7b36603c22b4d104d4b7a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/User.php", - "hash": "146b2c063a2e63131af6c9bf364c6695" + "hash": "1d8c4b283b6bfb5435c8381c03ffaef9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Assignee.php", - "hash": "e268cac0a69fbc68c3950fec9071afdc" + "hash": "c69ce8ebf8bfa186af020fd7ebd325f6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Assignees.php", @@ -9416,103 +9412,99 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Milestone\/Creator.php", - "hash": "586c5140ef1fe4a83d6974631dc368e1" + "hash": "0006f0e21c3040ec639865ad8ca7fa5f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/RequestedReviewers\/Zero.php", - "hash": "ff9e53d0f68c5af7b56dde33418346bd" + "hash": "00468d78f90b83aa35d74da52a8f9622" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/User.php", - "hash": "88297cd4b7bf11dbffeed4d0b1162c19" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet8581CCF9\/Tiet9F48F90B\/TietE152DE2F\/Tiet393FAC6E.php", - "hash": "26a459569be3f413ddc637e03bff27ea" + "hash": "09f175ad9844e486b023b099bfa3c24f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentDeleted\/Issue\/Milestone.php", - "hash": "1102e1aff66fea535cd96a9e077b0ac8" + "hash": "f73da79bf2e9878712932e99e3b56cd4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssueCommentEdited\/Issue\/Milestone.php", - "hash": "67708b0b894bc0e3859b18a1ebd9f651" + "hash": "93818af31b830990c733dbc8b90dd0bc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesClosed\/Issue\/Milestone.php", - "hash": "c38bf0cbafdd3d6528e252b5d0b2ea84" + "hash": "eb1416396dc07a8069e8d85be42992f8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesDemilestoned\/Issue\/Milestone.php", - "hash": "88f37085821a276d59d0e933b9ab898e" + "hash": "6daab72903b4658058958711932feb21" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Issue\/Milestone.php", - "hash": "7ec63c2ea373139625f174a18a5e8e35" + "hash": "38a895a8b0b1c4c80b588825f97565af" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLabeled\/Issue\/Milestone.php", - "hash": "ae5716245eb8384c5dde6aec2b5899d2" + "hash": "7965e0bcba01c88059a870ccdb03f60c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesMilestoned\/Issue\/Milestone.php", - "hash": "60de221c99b5416d79ecd9a5ae17de2a" + "hash": "b211805fecac19e02703eb667bd4a682" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/Milestone.php", - "hash": "7b82ebf3df1b5a1a9199f5eed24f5259" + "hash": "d372c2378b16ba0bff319864645e8ecd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesReopened\/Issue\/Milestone.php", - "hash": "84eb8536a45f0630f35155ff6e003805" + "hash": "f85eb8401850b4475697d779d137db24" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAssigned\/PullRequest\/Milestone.php", - "hash": "caf5e5b39fcb8c29627481b8543dc219" + "hash": "999d9fa7340139f11f2fbcfc24cd5c3b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Milestone.php", - "hash": "4352db66225473e06f05f17ef7735822" + "hash": "7103fa55425c10a2da17778e9346b4cb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Milestone.php", - "hash": "6c592b04ee2e8d2d058013b083f4b502" + "hash": "a61b76a1fb673164f603e1f4243c1d99" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Milestone.php", - "hash": "b61c7beef7df98cc525c9d3358dc8d3f" + "hash": "c5e4030fcddbcc39036cbdafd1cbb8f9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Milestone.php", - "hash": "1c14113625aa670ff2340322d3c65fd1" + "hash": "ea83d840bdb6e30650f6c0d753d4689f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Milestone.php", - "hash": "a7ed75a11aab5c34665c051d9e18988e" + "hash": "d95d140d7a25bad9f12f0ab17445a23a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Milestone.php", - "hash": "089d28a3d4f6773b009429cf93b296cd" + "hash": "b1b5cb99687e75eef3cb1a67d16a222f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Milestone.php", - "hash": "ddf3487132dcaf73c1add08b382545b5" + "hash": "9fa3b9e50603b84b1ff4f8ce9d9683a7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Milestone.php", - "hash": "5eaef0d34b9e5b56c94005e622f5b81a" + "hash": "a27bddae426c628a0d1f6dfc6f8ddde7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Milestone.php", - "hash": "6c08fc24fd64e764cb169b22c4cead5e" + "hash": "37627b3ade778bb11023275c25e2cbb7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Milestone.php", - "hash": "d13fe13df18a88b1f93f285e425e67a9" + "hash": "635850d9b37f2d7b0d2b3661076fdc84" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Milestone.php", - "hash": "694120acb6c921f4237ca0db846474a2" + "hash": "ee0dad9579789e4ae50a0d3fa05bfdbc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietBFC83FE4\/TietCB010FEC\/TietC14862B3\/Tiet0D18AA1D.php", @@ -9574,21 +9566,17 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/PullRequest.php", "hash": "8c0e41cbadf748fadb55ce2ed3900e17" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet2CC4833C\/TietEDE4BABB\/Tiet8A5CD377\/TietFCE070CC.php", - "hash": "4d536adb218790ad192156f59c95d33a" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/PerformedViaGithubApp.php", - "hash": "77b6a67dc2a04167aeeb0c5b0a5fcbce" + "hash": "1517753a38f9738518cf218d7d16be3e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/PerformedViaGithubApp.php", - "hash": "624cd2aaa5e70e5c04c7db2c9107b3f8" + "hash": "ede2ec19243333594601bf9a61d97416" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/PerformedViaGithubApp.php", - "hash": "1bad684efab4ae5e90bc782c9e3b9671" + "hash": "bdccff033fc6dc6711c0babf030a5439" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet577CE6E9\/TietD2ECD35F\/Tiet80C6C3F8\/Tiet8528CD9E.php", @@ -9598,10 +9586,6 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesEdited\/Changes\/Body.php", "hash": "1ccf31f700c08331d08d36fee1537a44" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet1720054D\/Tiet9210BBC6\/Tiet3FB12666\/TietB2827ADE.php", - "hash": "f4b3c8db774935ab4f88184e714229b2" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietDC57B05B\/Tiet43E2E854\/TietF0DEE07A\/TietA1A61505.php", "hash": "60c9a6840b99e2c3c3d233b84cf719d9" @@ -9630,109 +9614,101 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/PerformedViaGithubApp\/Permissions.php", "hash": "1699d9dcf1b12359a4171ee06033d0b1" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietF5C8F2ED\/Tiet1E2DC2E3\/Tiet6CD07639\/Tiet33A0DD5A.php", - "hash": "cae111df22fb5274c610b7b080106d87" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesLocked\/Issue\/Milestone.php", - "hash": "f8bcf27a81fe4887dec5b447e792d7a3" + "hash": "393bd00db8394ce18151fad9c2ac8835" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue\/Milestone.php", - "hash": "fc8dfe14f00ff90368151b7022f00fd3" + "hash": "aa07e22537538c52586b1af243fd4b74" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue\/Milestone.php", - "hash": "70d120f60a1705fd15118b75dfb36fc0" + "hash": "634b6637b3a3e3deed55be69588f77ac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue\/Milestone.php", - "hash": "2266117c4cb336036a83ce289e3a79bb" + "hash": "20311ca767923e1dd4b07b6fb6aeba2c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Milestone.php", - "hash": "d07429b33bcf85cbc3b53941176e4904" + "hash": "29dc86a2fa4672d599964a7f03e49b55" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Milestone.php", - "hash": "2a4648f79ded166da247ae8084e904a8" + "hash": "94494146d5605562ea9704696b8a98c3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Milestone.php", - "hash": "a5dedfe5b6766aee1832ccf898bdce44" + "hash": "e146b90cbcf1522c18c3ea21da11c17c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Milestone.php", - "hash": "f8ff3897adba445c16ffc1eaf1fdd56d" + "hash": "cb4bde316311f21af83d854ee23d1247" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Milestone.php", - "hash": "a411be88175e99cced3649b48c01ccb9" + "hash": "30caa229b89710a6761c55a211625b37" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Milestone.php", - "hash": "82d8c6077d825edbff4eb86aa3cf41ed" + "hash": "da90a9f0bc9565831a26adc277df5fc9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Milestone.php", - "hash": "bf03816ba3cdddd94e9ff50469ba0a1f" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet052D1494\/TietECF8535C\/Tiet852A1CB1\/Tiet2AEA484A.php", - "hash": "f82436b2f37452771df6397b811e6f29" + "hash": "a5e21725d96bbe7582f8f5dce2b592c7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue\/PerformedViaGithubApp.php", - "hash": "d52af8f837779a13bb4a75d9ad8f11c6" + "hash": "d5662728080bd408da7ec323024c035b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Base\/Repo.php", - "hash": "09e0c6abc6ff87d9ffcc839f8ac73554" + "hash": "f90fc5d74306c5a7889513ca123bd9b7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamAddedToRepository\/Repository.php", - "hash": "f99f116009f3df3a6bf4116873465fd5" + "hash": "5ebd6f64e31aa02361e395b7b96c9505" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamCreated\/Repository.php", - "hash": "1839ce2168aeda439da273508d9b17ad" + "hash": "4fc0ee775f7e4cde28a76569bd1f26a3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamDeleted\/Repository.php", - "hash": "c6c478d8aea01d969a31d031f633ac6b" + "hash": "c7842890b5c8632b0d0eb22118093268" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamEdited\/Repository.php", - "hash": "05ca07de5cb0cf1978bf0464d2d0b773" + "hash": "814cb35e3454dcc6d48898efd9d3f8bb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookTeamRemovedFromRepository\/Repository.php", - "hash": "b1662afbbe02e05702774a2058bdffed" + "hash": "464349d62d4ba421f0f1f53e2ab840eb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesTransferred\/Changes\/NewIssue.php", - "hash": "9b4bb2262616dfdf56e868ea5a758011" + "hash": "dcbdc466cc0a3b336464c94bd0c6441d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookIssuesUnlocked\/Issue.php", - "hash": "fe22c7f4a88727830b1f3cde509366a1" + "hash": "cd443802c416bdac3d8e61ea06d8c891" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/Base\/Repo.php", - "hash": "8ca7684d598a9b71035cb7c4212899ec" + "hash": "c53749850f07b68b1a72dfd1174befcd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Base\/Repo.php", - "hash": "d6ba33315f93e7ed87e3d968ec18ea08" + "hash": "aa51450818516a6d3d5843ab7bc55ed8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Head\/Repo.php", - "hash": "df7462b6a733e7e64ac5b9670c2e99e2" + "hash": "4f33d808ed80f76bdc22a952faa20336" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPush\/Repository.php", - "hash": "d67d94886d2351e4bc7b60c99dc55e27" + "hash": "1d40f5d75b7f84d851a0e177179f65f8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet90B64BAD\/TietF15E2FA0\/Tiet4430BD5A\/Tiet9EE541ED.php", @@ -10622,253 +10598,249 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Links\/Statuses.php", "hash": "3b2cc673c780adcf60553a9f4e584f86" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet454E9788\/Tiet6D6E977B\/Tiet013CDAB3\/TietC3D76EBB.php", - "hash": "072dd6b1bd325fe63cd98992872aae05" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/AutoMerge.php", - "hash": "e9246b57ce5e8e64c550f13d9f08f04a" + "hash": "08215549245ef7dccb170f9e0caf15cf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/AutoMerge.php", - "hash": "d883aaba0597617cd5dca6d695a8638a" + "hash": "44e87f4ca01b27c3d50bc7f5000ef134" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/AutoMerge.php", - "hash": "2a287354f6c004d8df328dcc3b924015" + "hash": "75c401fa0f2c3b15df65383b5718dc11" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/AutoMerge.php", - "hash": "139d6756886d5e7f73dec24737e89cd2" + "hash": "744ba6db39584735a34266e375aceca9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/AutoMerge.php", - "hash": "a2910e79054fb49bcd77cd3659b6621e" + "hash": "04da2c95df281b2d0c2f78420a292173" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/AutoMerge.php", - "hash": "57a85724c38cc14cc776777af20e5de1" + "hash": "91147a17ee1954cfead92253dcb221d0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/AutoMerge.php", - "hash": "e135d7ef9949c304fb2a6d24349c8097" + "hash": "23dca46b5c892b6f4261b147f7280992" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/AutoMerge.php", - "hash": "75295b87b4c03c128474df2659bb4b4f" + "hash": "250e097657d9bedde91cd917a5c7cf89" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/AutoMerge.php", - "hash": "a342576d4c29a983797c8e3c774e419b" + "hash": "4815c81ea860dfb2d92fa51b9be18361" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/AutoMerge.php", - "hash": "bf1c3eeab2e448c326e0c4f77efdb8df" + "hash": "e97bf902c76e248a77c6370886744bf8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/AutoMerge.php", - "hash": "ef290a9effeda647a2ee35031372198f" + "hash": "b741fc83fd0f13c78b854a03bc46463c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/AutoMerge.php", - "hash": "4238b1222dd2fa31dc61d9e159ac3818" + "hash": "e9cb6aeef159e247c7743d73d11b991a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadResolved\/PullRequest\/AutoMerge.php", - "hash": "752ddc37bbddcb3c08e7af9da2704846" + "hash": "05ea54c472f5ee244f679a6f99d20aa8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/AutoMerge.php", - "hash": "d43009855e5adf08cba25fc4dbbbe27c" + "hash": "a0a4c14a36cc0c759f9e03e503789333" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/AutoMerge.php", - "hash": "105869711748da5bd68c6c3f5ec83413" + "hash": "c2e7ccec0e7779aa3487b963cea85d58" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/AutoMerge.php", - "hash": "bcd97b018f2c85b45d36fadc0a34e8bd" + "hash": "a136e473010129cf35524e99f62a17f9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Head.php", - "hash": "0c3f2589f27b9779332b1b5248c85873" + "hash": "309d2666e226c629870812605f78ae26" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Base.php", - "hash": "2fcda1b5754cac45c32a60a2a848a716" + "hash": "64d3dd6fb330273639a6b7cf4285c9e3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Head.php", - "hash": "781496b74cc82f7a4e8f98c3232af303" + "hash": "f1f61fb6645cf93a2c2da286299e7dae" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Base.php", - "hash": "95de63bac64d13064713bb2bda0e75d7" + "hash": "4d04ceeed9a13e507423a183fd7c72a5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Head.php", - "hash": "9cffce0af57bd00d10c9c724fc7bac59" + "hash": "3c5d5662929c947eef2793661c285c05" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Head.php", - "hash": "c3ae19848ab95940fe0f0e2a87da851c" + "hash": "ce2b1131f8499282dfd4dcabe463f0ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Base.php", - "hash": "66ee54f64b256f188d5c559df7190b35" + "hash": "a53e5d70caf74f1825fb2ffb10794dfd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Base.php", - "hash": "3170aaf2737aba70d9cccc17203cd653" + "hash": "899d9c403f4073f184ad226c42b5b956" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Base.php", - "hash": "2c6a06dabf1a228436df0c18ea8d4155" + "hash": "5dc9b0d17e833e356e01fc8b6d624c4f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Base.php", - "hash": "219be162ea0fd6136e965b9109fa2bdf" + "hash": "d843a7120b7446549b2c403c10c6593f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Base.php", - "hash": "2efff8408a2fc1a2f486d86bdfcd8279" + "hash": "1cd20def437852c816752ec86af7c248" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Base.php", - "hash": "2b664c353d18426316335442ba196f37" + "hash": "53b3cea31172d5b13d07c179ab81c264" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Base.php", - "hash": "cdb4c9bb0c0dbf4c57746eda13d9885c" + "hash": "9d89f043226342d4147d7e93b695381e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Base.php", - "hash": "a7eac7dde5e951937ae167ba4de0ed40" + "hash": "25f30369ac501518277532ed96277a8b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Base.php", - "hash": "8f78279162ad494d95bcc7122cbed3af" + "hash": "6ab8ebf1712dae76938a12dbe4a1f325" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Base.php", - "hash": "b6840006996bbeba08fe14be522b8002" + "hash": "0a3e826e1a7c2e1973be04521d11b891" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeDisabled\/PullRequest\/Head\/Repo.php", - "hash": "70aa446c1b173f1bcff0dd86ce293cf6" + "hash": "51b9948771e2082778305c78b01fa9e6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Base\/Repo.php", - "hash": "9a3cc8c87fcca1f112177d119cbbbea7" + "hash": "2373d7a23edd0155f7221d2bdc1eb94d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestAutoMergeEnabled\/PullRequest\/Head\/Repo.php", - "hash": "66ed1a68d6ff826550a2a95427ba6b48" + "hash": "b80c5cea1afa9d4a89fd45c0fd99d741" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Base\/Repo.php", - "hash": "742a92d858f3e8b4297441f9a0404c74" + "hash": "bc51f67f50902e6c16ec5b1b3c2a8a95" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestDequeued\/PullRequest\/Head\/Repo.php", - "hash": "7bb6568da3271c9c68ecb51db55b2a1f" + "hash": "c5437a62c8d140b440cc06bd1615e9e5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestEnqueued\/PullRequest\/Head\/Repo.php", - "hash": "2261eac8dceecd04c03bb7b137cbb0f0" + "hash": "a0f17f1c0ea6f7fa8e2d60cf0b293228" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Base\/Repo.php", - "hash": "b0bbc93c67f08766f99309a9437859c0" + "hash": "a209747f6dc0ec5dad091713b7e16778" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Base\/Repo.php", - "hash": "9282053fbfec3f3657ca2410ba12c340" + "hash": "d42a56d64315c9987cd5920cfc8df8fa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentCreated\/PullRequest\/Base\/Repo.php", - "hash": "6d63b8cd966f08360ba9cbfb981263d2" + "hash": "c73ec3b4ab2ecf5f68c2023e543e9f27" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Base\/Repo.php", - "hash": "1e8732e17508cf0ac3f974e81901402d" + "hash": "7d7770704544c444c3ec7014d7c3a696" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Base\/Repo.php", - "hash": "d433f53b7806fceff35bfee04edcf9de" + "hash": "2181e34235aaed58b96773de9105c273" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Base\/Repo.php", - "hash": "4aacda0834e711b982633f2b67518913" + "hash": "7aff4ee6d820a9cef429184c306082c1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Base\/Repo.php", - "hash": "42f58a0f3ba62c106438127042bd4c4a" + "hash": "db30db914976ee4efa471ffe3d4d0eb0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestSynchronize\/PullRequest\/Base\/Repo.php", - "hash": "7b8fec03f064673b40fab8cb01b557d7" + "hash": "c73617c9c8fe48417c0b0a303d64f0b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Base\/Repo.php", - "hash": "0ec669322fd25bc7082bf434f347d63b" + "hash": "410ce0b23643ea18e3bdcc6ec536bd6e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlabeled\/PullRequest\/Base\/Repo.php", - "hash": "e698ce0d2aa4db7e2b66114c59be0f33" + "hash": "f88f33b1de6e128e073f0fe63878ae39" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Base\/Repo.php", - "hash": "aaa7efedd8f54acfdf42df6d7db58b81" + "hash": "48d570bd0ebd38c93f212fa37dd77d23" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Head.php", - "hash": "c17583cb0999e327ec85d0da6980ec1a" + "hash": "8640da9d382203937c7eb1d6c01b2b01" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Head.php", - "hash": "554ebc70c35a9a409cceeaaff325ccfd" + "hash": "6ded9c29a81036315706fa6492a3733e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Head.php", - "hash": "8bae6d0dcca8dfb15fc0eec600e70646" + "hash": "06269719b4123172ed9f9fb7566ba110" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Head.php", - "hash": "67214323f7cf6b5919a54eeec4eb58de" + "hash": "0f21121a5f5e9218501bfa1acaf95b96" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLabeled\/PullRequest\/Head\/Repo.php", - "hash": "3a2f72c2d12006a256a928034f99fa81" + "hash": "9f57304910cc19fd46ad4637b6b2b2fc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestLocked\/PullRequest\/Head\/Repo.php", - "hash": "8916489c4b955d4238eddba0a2c1388d" + "hash": "57ef28a2814701d071b2ea69fd52daa1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentDeleted\/PullRequest\/Head\/Repo.php", - "hash": "9e83f9533b4e1b54a6bde881d208c935" + "hash": "4f5d58395d1c96bc6a4ea9cc241ac718" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Head\/Repo.php", - "hash": "d4fb5f0df495de7f9328a360197b73a9" + "hash": "4003aa2ccfdd4ce72de21b68e1ff0142" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Head\/Repo.php", - "hash": "cd41627723761fc76d3a9b58ecaec8a8" + "hash": "1559f9be655d3f0ebe15ec41d23d211f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewSubmitted\/PullRequest\/Head\/Repo.php", - "hash": "ac99e87060205f7716cbe1933cdc72fa" + "hash": "05edbc17c7d0b401ef7f43251e7140d3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnassigned\/PullRequest\/Head\/Repo.php", - "hash": "3b5f99c7ea859b955151a172c3894fd0" + "hash": "1eadb1c6632a8a375c256ff9a686156c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Head\/Repo.php", - "hash": "27abeb5f274e14d06bfa257c477ea9a2" + "hash": "db24ca1eb7aa64959150fc264b382a2e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet51D306B5\/Tiet4F835975\/TietBE2CDDF8\/Tiet6848B990.php", @@ -11188,19 +11160,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/Thread\/Comments.php", - "hash": "2d4e9fd8274c2abb93cd694affab1063" + "hash": "13a988f68849aafc08aaa66bbc6d08f0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewCommentEdited\/PullRequest\/Head.php", - "hash": "834a39e1335a5762aa7c13c4f4e80eb3" + "hash": "09ef6f7e4d8eb5529bbe2479b19ce1d0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewDismissed\/PullRequest\/Head.php", - "hash": "a875f0f9a54b27179b8fd86d05846f17" + "hash": "0b5041c76869a2e66dab278f634fe5e3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/Head.php", - "hash": "ac53a307d690f0353983e49f59a2b86f" + "hash": "89f74b351235bfc21ce703a2f923ae7e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet3725E255\/Tiet9D780678\/Tiet2692985E\/TietE129B0E5.php", @@ -11208,43 +11180,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Base.php", - "hash": "5efc55cdaed7b5e23917dd1cae7f7c7a" + "hash": "3c64ed7679d09a61cbd386c82f413d7b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewThreadUnresolved\/PullRequest\/Head.php", - "hash": "45e183567b12e0559a86a254aa41550a" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet86CD80DF\/Tiet7447BE97\/TietF36F9C9D\/Tiet51ABC919.php", - "hash": "9788a38a4e0b110600cffb52e73ac7c3" + "hash": "8d2bcff463b20a57428f717cacd2dfee" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestUnlocked\/PullRequest\/AutoMerge.php", - "hash": "5175ca2b30fd67e4895fbdc335b12ce6" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet34BD5242\/Tiet2F7181A6\/Tiet56F048A6\/Tiet9E26E9C8.php", - "hash": "f6e6ed2a7f63552707416cf926738fba" + "hash": "c5c2d029e5479e3b53dae0e72cf198e4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackagePublished\/RegistryPackage\/PackageVersion\/Author.php", - "hash": "a57e53e162a968f6b0433fb6173fbc95" + "hash": "7aa42727bbf06570d5c91081394adc04" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage\/Owner.php", - "hash": "76c2a38a43a4f4d89c18ed5752141f70" + "hash": "5251eae2a2083519b11d2d5f8f14e573" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage\/PackageVersion\/Author.php", - "hash": "975681cc192beb982e45f1554d920cd8" + "hash": "336dc74b3a4db4951c22de7e46ff2724" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRegistryPackageUpdated\/RegistryPackage\/PackageVersion\/Release\/Author.php", - "hash": "27c64246cebe90469a1153aa09295fe0" + "hash": "ddedadf94ec7af6affa7fb36b3991b32" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleasePrereleased\/Release.php", - "hash": "6310d5ec8323c993cf21a65ec57de5d8" + "hash": "032adf65c3676abf19baa1fdee4396ac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookReleasePrereleased\/Release\/Assets.php", @@ -11326,13 +11290,9 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookStatus\/Commit\/Committer.php", "hash": "0d9fa63d8bee67acb63159f0119b4589" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietA3C33853\/Tiet2B274B8C\/Tiet9CABA449\/TietD2612DC6.php", - "hash": "d5a2717c305a8966079b56308d916925" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunCompleted\/WorkflowRun\/Repository.php", - "hash": "e46a6b55091edd4a60448c75a7559c6a" + "hash": "44bba08db443bff90b9a0f930dd55876" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunInProgress\/WorkflowRun\/HeadRepository.php", @@ -11340,15 +11300,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunInProgress\/WorkflowRun\/Repository.php", - "hash": "f2e9584131a3efacc3451013e596380f" + "hash": "5f877ea1d395e9be47b047420c531279" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun\/HeadRepository.php", - "hash": "9dbfebe217984d181c6983611b7ef385" + "hash": "7ca21c4f6b49f0954cefa9421d08d6a9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunRequested\/WorkflowRun\/Repository.php", - "hash": "ed5c5d8af384d0918d43c098a8714727" + "hash": "49dd4e3e297a3e46f12f7548eb184c03" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookWorkflowRunInProgress\/WorkflowRun\/PullRequests.php", @@ -11572,11 +11532,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Orgs\/ListCustomRepoRoles\/Response\/ApplicationJson\/Ok.php", - "hash": "a166d44c554b69b8b562ed648ad15078" + "hash": "7acf4b13b7d1c191beed7590deb4c63a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Orgs\/ListCustomRepoRoles\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "c253396a6e8b45f652a3f92ca2c2e8fc" + "hash": "64b7dd5f4e49699426801649c0e42258" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet197505B3\/Tiet7575AE37\/Tiet39584A4C\/Tiet9EFE0801.php", @@ -11600,67 +11560,67 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListSelectedReposForOrgVariable\/Response\/ApplicationJson\/Ok.php", - "hash": "8e98f24073d0e6a11e3d2d67b4635fc4" + "hash": "461cdc4cf36a07c22f50868a48d62bf7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListSelectedReposForOrgVariable\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "0f1e16125e2043dd0eef00fbfbfb0d07" + "hash": "3c8927d02a50eb36c65a8559be814277" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListSelectedReposForOrgSecret\/Response\/ApplicationJson\/Ok.php", - "hash": "d4cbfc06fc76e60691900b43e50d17b5" + "hash": "fadde3095ade3e25980169ac528ab923" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListSelectedReposForOrgSecret\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "a2f40cba9ef39fcc5023a9deaeee0d1a" + "hash": "7dfbe4e4f5b511e4c91311eb74737078" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Dependabot\/ListSelectedReposForOrgSecret\/Response\/ApplicationJson\/Ok.php", - "hash": "8c93238cbb735001812adacc60fda200" + "hash": "d6bb3fd082d24d477d6a061c6cc4e1ac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Dependabot\/ListSelectedReposForOrgSecret\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "2d17ecf423355d56c5c8fa0679a4f772" + "hash": "287cfc912a60a685bea1ab203dffb5e2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListRepositoriesForSecretForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", - "hash": "97b4c886b9567438f7bd8064d7847689" + "hash": "d5ed84442ce0262830750a7082bec167" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListRepositoriesForSecretForAuthenticatedUser\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "4236e8d08cc1c6926886cfc8c7a7e8f0" + "hash": "4aa2ae59e13eb0aa4af89233bfd410fa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/GetCodespacesForUserInOrg\/Response\/ApplicationJson\/Ok.php", - "hash": "1e80c6865bd685da39b4837e23768353" + "hash": "8e8fb17f255f0bf33500f17177a05203" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/GetCodespacesForUserInOrg\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "02cadbb814c8e7178adf4253131c69ff" + "hash": "f94d4973e19fb37a2a3b392b0394b158" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListInRepositoryForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", - "hash": "47b481ace91da28ed5c99441808cea69" + "hash": "1b28695f92178417e6c59882827b558d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListInRepositoryForAuthenticatedUser\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "0e66c00cbcc0e8cde5a07705d86ab5b2" + "hash": "7fb537dc1321d9b5fdba356d4f8bf7fb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", - "hash": "8102a8dc6c5e45a5224715b29c480606" + "hash": "a43c5bcfa9b8ad0b360cdc6fb465bd2b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/ListForAuthenticatedUser\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "fbd7fcbedabcd4e02c8098673eff7d3b" + "hash": "6b108c4518df9c52ffb5bf5ad18a90d9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Apps\/ListInstallationsForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", - "hash": "7dfc29bae88c629ab6cabe82186654dd" + "hash": "0359fc990f4bf3e022f8359cfd6d5fc0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Apps\/ListInstallationsForAuthenticatedUser\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "fcd678f12bd1031bee9ad7ebc1ae4cd6" + "hash": "7c42b7847019b0b56939d1228e72cefc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietFA125E0A\/TietE31E9C15\/Tiet5F33BC89\/Tiet9EE2A17F.php", @@ -11888,15 +11848,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListWorkflowRunsForRepo\/Response\/ApplicationJson\/Ok.php", - "hash": "4b2e6496eb3561275cdbb872a0c5e673" + "hash": "ee5270550101facaaff40ffa63656845" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListWorkflowRuns\/Response\/ApplicationJson\/Ok.php", - "hash": "3a4d1367de193138e87cb5bce460f50a" + "hash": "ce455a74b43879861110df11b8d6e5d6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListWorkflowRuns\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "275970637b3b3566c65b3b64b66cf3d6" + "hash": "85fbdd41a952648c7ce9f291d42f2d6d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Actions\/ListJobsForWorkflowRun\/Response\/ApplicationJson\/Ok.php", @@ -12008,11 +11968,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Checks\/ListForRef\/Response\/ApplicationJson\/Ok.php", - "hash": "acf06582b83595480f44fcc946c4e640" + "hash": "15c39a3d3d91d156b1d0f5eddef8de96" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Checks\/ListForRef\/Response\/ApplicationJson\/Ok\/Application\/Json.php", - "hash": "72f8c82a7b146152c42773baf800a8bf" + "hash": "63fcacb9620cddfe826a9d8ff6be3905" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Codespaces\/CodespaceMachinesForAuthenticatedUser\/Response\/ApplicationJson\/Ok.php", @@ -12060,7 +12020,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Users\/GetByUsername\/Response\/ApplicationJson\/Ok.php", - "hash": "52d6698c1add6b50c0855ada1a927232" + "hash": "e057ef5cb01b8b3332f59ebfe8e3eb8b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ServerStatisticsActions.php", @@ -12144,11 +12104,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CopilotSeatDetails.php", - "hash": "cd05fdadb90ceffa94507f2e78b01d34" + "hash": "5093cebb707a039783c942dcb8af8832" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeats\/Response\/ApplicationJson\/Ok.php", - "hash": "7354e6ae505f56bbfcf08c18ef64d4b8" + "hash": "40158d79ea9b90313c07dc25cbe02610" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietF5944C0A\/TietAA99D7D8\/Tiet9AE1F544\/TietA28F869C.php", @@ -12192,11 +12152,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Activity.php", - "hash": "f48f76a316832ce43f0d4320e95ea51f" + "hash": "69535a82b466c34afde6cf688eaf6bfd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GlobalAdvisory.php", - "hash": "425a20031b779b868f8930da1307729b" + "hash": "c398cd9e198f620cb7241fae1abecb46" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SecretScanningAlertResolutionWebhook.php", @@ -12204,7 +12164,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SecretScanningAlertWebhook.php", - "hash": "6805553876ff6fa84aca080b84141aa5" + "hash": "44671e40fa3afa459828d09c42d8e598" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet649F32EB\/TietC13659D6\/Tiet0B408A31\/TietF85C8E0E.php", @@ -12236,7 +12196,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GlobalAdvisory\/Credits.php", - "hash": "35c6f9c490adfee213e18df5fd534f9b" + "hash": "c71a5a7f0b9ed84e29cfe55c27acd546" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Codespaces\/SetCodespacesAccess\/Request\/ApplicationJson.php", @@ -12252,27 +12212,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved.php", - "hash": "d6bb6d7297ab95c0d3e8acebdde9609a" + "hash": "19c72f407ae240ab052b5d443ba6925e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected.php", - "hash": "187de16ef1726dce43dae7a8b0c653e2" + "hash": "b4dc7b8e7924d1163591745f196e585c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested.php", - "hash": "8d1cf6b59937ef868c432e4b66004599" + "hash": "a755e5e44bc61748b5afba3e78e43fe3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRulesetCreated.php", - "hash": "9323217f463b7a605664b234b3dc5d70" + "hash": "40269c435ae87a272c014792f68046cf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRulesetDeleted.php", - "hash": "3940872ee173c98cd361b3d323001218" + "hash": "0ee56632e8b01f662eeebe96dd34d98c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookRepositoryRulesetEdited.php", - "hash": "e006c6380f859843f8921a3898998091" + "hash": "18528583b805d0d2a4438e0b2dd1c953" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/SecurityAdvisories\/CreateRepositoryAdvisoryCveRequest\/Response\/ApplicationJson\/Accepted.php", @@ -12284,27 +12244,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/Actor.php", - "hash": "973e8406650ff590f22d8f41529f55fc" + "hash": "ca89cf0d0f8c2ad3391e8c8bb893175f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/TriggeringActor.php", - "hash": "b6b4362195e34ef519626f72e81b878f" + "hash": "251a1d009120ee7a49dc0229d74e8ca1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun\/Actor.php", - "hash": "e26505f4a05fc9797e378700042fadbc" + "hash": "db7bfce239b2b20d39baf15b027bb866" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun\/TriggeringActor.php", - "hash": "31546b9280c5b51aae7597ca962e9a12" + "hash": "de84cc9cb5038c16bf95e043110ffeb1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun\/Actor.php", - "hash": "19117fe0b57e67c70874a55930c3ffe9" + "hash": "88e93ba3cef48bda66f1cea98d2a4ad1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun\/TriggeringActor.php", - "hash": "1411cce551a4f948e2ea8b419290cea3" + "hash": "d616b6187cf61ac1e420a6ea0608b530" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/PullRequests.php", @@ -12380,27 +12340,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/HeadRepository\/Owner.php", - "hash": "2e504845bcf66013f72afcfdea3d0203" + "hash": "f8ad65476afaa43ec578ba2adf86be05" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/Repository\/Owner.php", - "hash": "e14e6dc0d2a352f1f3894025aa822b75" + "hash": "cee0ede9d8a8e4b7cbf4e1acc026e31a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun\/HeadRepository\/Owner.php", - "hash": "98f23ebffc5f062164b10f5f77c8e2be" + "hash": "6a3d1cf572bea2dd881986c4e98ba2d1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun\/Repository\/Owner.php", - "hash": "ad24f37f67fd19b2a6e9b18d667464bc" + "hash": "43314227aa32ec0cf200d2f23a53ae94" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun\/HeadRepository\/Owner.php", - "hash": "7a1a46ba95883547bacb385d41ec3fda" + "hash": "fff8a82df0cffc836af59675c852c47e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun\/Repository\/Owner.php", - "hash": "fa90e8c85d4fe14a73083c20bd1b1c5b" + "hash": "60f66a5d9d27aec67c4acf71598ec140" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/ReferencedWorkflows.php", @@ -12420,35 +12380,31 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun.php", - "hash": "49fb0770fa14e291fb9b3ae1a1e16ea0" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietB576B1C1\/TietDDB53428\/Tiet95045CA1\/Tiet3A2EAD15.php", - "hash": "6bc962fd2a76da96d1a8d8ccf33b167c" + "hash": "9bbaa143b3141575eb4a0933d2d88dc1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/Repository.php", - "hash": "a51a3c7786670495255ab62acc0bf9e1" + "hash": "308737ea91829d6965a17d317cf2b3d1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun\/HeadRepository.php", - "hash": "1329c757f17d9effeb89cd71a6b12d9a" + "hash": "b02190e3b75d7f4fc0cece83955e0a23" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun\/Repository.php", - "hash": "94ae94252c94cadc9d2de7ccec1a4768" + "hash": "8464f6c5228a582b359dacc74a07dc1a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun\/HeadRepository.php", - "hash": "d13973b94b5ce223ffd762eb6e5b8153" + "hash": "e5788a7474a91104bd3a19bedd7baa5d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun\/Repository.php", - "hash": "f8be286d4ede63431c6120699d7d7589" + "hash": "bac6f6e08a9b1796f1a255d602b5206a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewApproved\/WorkflowRun\/HeadRepository.php", - "hash": "80418d3057da524e6ccec3942f7ae1ae" + "hash": "fc0500633bb12f1a175f53ada1dca4a0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowJobRuns.php", @@ -12456,15 +12412,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRejected\/WorkflowRun.php", - "hash": "fde87b53bf062780211e07574584b8ea" + "hash": "5ebd5f4c901eff248037fb1fb537be62" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/Reviewers.php", - "hash": "5530ed0fa66e2fb0ff695f3cb15be5ac" + "hash": "252f06d3829573c13b36c71c3af2c0d3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/Reviewers\/Reviewer.php", - "hash": "50a0f6ff94f72db931f1c900bb07c7d9" + "hash": "ad5e8af9d3a623131494d4fe69577c1b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowJobRun.php", @@ -12472,7 +12428,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookDeploymentReviewRequested\/WorkflowRun.php", - "hash": "cd842523ab400d928dde4d0e08729bc6" + "hash": "84f96eea427c1097abcbbc88d9c5206e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet38F1F00B\/TietF74B7C24\/TietCE7CBD4F\/Tiet88FCE2CD.php", @@ -13436,15 +13392,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecretScanning\/ListAlertsForEnterprise.php", - "hash": "ad29e35742a93e43fe07a3d95ee2dd81" + "hash": "63c1afe48e9330b0fbec30f1ec95462e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/SecretScanning\/ListAlertsForEnterprise.php", - "hash": "f74f1fc0d8b02c2959532075af6e46f7" + "hash": "30942aff10500ad3dd8b9b6ddfebbebe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/SecretScanning\/ListAlertsForEnterpriseTest.php", - "hash": "4458a362c81ca765b149e0ea0883635e" + "hash": "885cc93bbeec3b7f79f932d616c54f7b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/Billing\/GetGithubActionsBillingGhe.php", @@ -16604,27 +16560,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecretScanning\/ListAlertsForOrg.php", - "hash": "5fb62ac4017779eba91a881ed489b1bf" + "hash": "dc5d2e697c6c4eae857455c7c92c6ee8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/SecretScanning\/ListAlertsForOrg.php", - "hash": "1ac342e1d3f785cb4d3dcddd55a7eec1" + "hash": "cceb42686f63d6c8a21fc2a58deb7a4c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/SecretScanning\/ListAlertsForOrgTest.php", - "hash": "0789f6006e9fb25951fc2f6db8dc8a60" + "hash": "c4431736213d850cbb7ca850be83e878" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecretScanning\/ListAlertsForOrgListing.php", - "hash": "073c1ebf4a9f815c5df4c8f152600112" + "hash": "6ae1fb64f3d6f181f403fb3d6c0c6d42" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/SecretScanning\/ListAlertsForOrgListing.php", - "hash": "35100e373501abd10c7e9fec528255e9" + "hash": "1e66ef766fac93cbb93ddbcea6df56e7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/SecretScanning\/ListAlertsForOrgListingTest.php", - "hash": "c95cd7960ff99e9ff9737561c3726681" + "hash": "a26884ae5b913d227994239b39306844" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecurityAdvisories\/ListOrgRepositoryAdvisories.php", @@ -19860,11 +19816,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/Dependabot\/ListAlertsForRepo.php", - "hash": "61439273057b9b19f4e8b2a3c76565d5" + "hash": "e77c1858b12d45108b6c9e65cfc3205f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Dependabot\/ListAlertsForRepo.php", - "hash": "5c51e72cba7c4559d9a1b48fc1a7e4df" + "hash": "6b42798199a1032f390311fb8b86eb1a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Dependabot\/ListAlertsForRepoTest.php", @@ -19872,11 +19828,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/Dependabot\/ListAlertsForRepoListing.php", - "hash": "a71e3ad7f9cdeb26dcaad6a21d74303d" + "hash": "acb3c7f6f34c19569620896ece06b071" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Dependabot\/ListAlertsForRepoListing.php", - "hash": "052b06774467d8443d83183985da11e5" + "hash": "44f96dd77a2c73ac138b71e85acb7968" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Dependabot\/ListAlertsForRepoListingTest.php", @@ -22600,27 +22556,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecretScanning\/ListAlertsForRepo.php", - "hash": "0349048e7fc60ef59cc7bdf2f834fb5e" + "hash": "900cc52b39095cd3447f3f363b03c636" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/SecretScanning\/ListAlertsForRepo.php", - "hash": "a3c947bcb65346f58e9f0995e8816574" + "hash": "8406c3269cb8a80c68eb9e53bc07d1b8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/SecretScanning\/ListAlertsForRepoTest.php", - "hash": "72f091adc7bcf2d10069fbb1adc62fa4" + "hash": "4a41dc63628a6163e06112a4b974f1b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecretScanning\/ListAlertsForRepoListing.php", - "hash": "f20776e4c7c560f4eb5be959353f959e" + "hash": "6252f8668caee61c6c9f9f431016ffb3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/SecretScanning\/ListAlertsForRepoListing.php", - "hash": "13d1274e9998d177dd7253865693727e" + "hash": "01b63ea8880e465e839535ea846ff6b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/SecretScanning\/ListAlertsForRepoListingTest.php", - "hash": "ea0b6040917a248e19c29013e650d4e5" + "hash": "6e6175a46f4c803fccb7ce46e1ee13af" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecretScanning\/GetAlert.php", @@ -23312,11 +23268,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/Search\/Code.php", - "hash": "7a0c48340a6200020b07a4a69f9fecd6" + "hash": "58d9d3d2c0aa6e08f0f0f19c104ccfef" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operator\/Search\/Code.php", - "hash": "9375716bcbf891497c39c544717504fc" + "hash": "9a96b432ffd2c5a61c033637dcb7b837" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Internal\/Operation\/Search\/CodeTest.php", @@ -25928,11 +25884,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/IntegrationInstallationRequest\/Account.php", - "hash": "5a43a9318cd1d8bbd185ccf2ad157245" + "hash": "60da558ba4fc7385266aff6a25771129" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/Installation\/Account.php", - "hash": "69b691e2eaba6ca2fbae61cd60dcf770" + "hash": "a2783161eec4a9cab331e48bc825fb55" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/CopilotSeatDetails\/AssigningTeam.php", @@ -25952,11 +25908,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookBranchProtectionConfigurationDisabled.php", - "hash": "c9f0ca0c0bff43e3010475e08c35e212" + "hash": "4c959da8928dbde52a9fa4b50456eff2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookBranchProtectionConfigurationEnabled.php", - "hash": "07b498a976cf68b93b6aa4b7b7d87cf0" + "hash": "ee7f991a8057da3c0798cf3e5f6bfe19" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/WebhookProjectsV2ItemEdited\/Changes.php", @@ -25964,7 +25920,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/PendingDeployment\/Reviewers\/Reviewer.php", - "hash": "a07b6a27b4883978698cf4aac4e4d861" + "hash": "5f5e98d048588ccb1b95e9107df6c0df" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/ScimUser\/Operations\/Value.php", @@ -26104,7 +26060,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Search.php", - "hash": "bf16c2a3830f4a796123d121e1772571" + "hash": "40be72b9a0492a01e28c292368178416" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Teams.php", @@ -26136,7 +26092,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/SecretScanning.php", - "hash": "a9de034eda638100e188ff72073686aa" + "hash": "8fd5c27799a8f969c485903c23d75971" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/CodeScanning.php", @@ -26144,7 +26100,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Dependabot.php", - "hash": "d64d814b88a4f75c0b68ad67f707cce7" + "hash": "ec298959856b491a4663be4b40a0335a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Actions.php", @@ -26424,7 +26380,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/SecretScanning.php", - "hash": "f5416eb8c20c7926077cd0032628c81e" + "hash": "12171f613b92df34e675e13ab8a7df41" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Pulls.php", @@ -26436,7 +26392,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Dependabot.php", - "hash": "739fb9d50a6d7242f7cac9163a8a863b" + "hash": "fd306bedb488a8c37b50d129d0e45fc6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Reactions.php", @@ -26632,7 +26588,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Three.php", - "hash": "32c93d0e7855db7f24e04eb9e2cf6fa8" + "hash": "7eeb8069d2640c3b1e320ceee27cb0cc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Four.php", @@ -26640,11 +26596,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Five.php", - "hash": "cb7d826c43fe180e6b9f6268536b74bc" + "hash": "31e48e448358010c2257294f4b975330" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Six.php", - "hash": "77cf4e9f2070d524bd40e99d7a32ad14" + "hash": "bc32d2037ca33a69c18b79d130ff2d35" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/Seven.php", @@ -26740,7 +26696,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Five.php", - "hash": "dc880ef38a537e30963c81bc90d8075f" + "hash": "9e7d3aafd8f81f5c007f40adaeb2a15a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Two.php", @@ -26748,7 +26704,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Six.php", - "hash": "2cc43ed3de040350a0aad4f187e57e9e" + "hash": "600f466a3f4ed21a2a116530f4650b26" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/List\/Seven.php", @@ -26864,11 +26820,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/App.php", - "hash": "7a790b7e9d848ee8ae2367801d87f014" + "hash": "36d5957162af94a041b7fc8b3ca9b8e1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/AppManifests\/Code\/Conversions.php", - "hash": "f44681f6904336d82d76753117193912" + "hash": "30e673899aadcf8b6d29c7dd607a5bae" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/App\/Hook\/Config.php", @@ -26892,7 +26848,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/App\/Installations\/InstallationId.php", - "hash": "06ed516706e07cd832b37f219bf925d6" + "hash": "fb70c63345b86a93eabcba6e724ac07d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/App\/Installations\/InstallationId\/AccessTokens.php", @@ -26908,15 +26864,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Applications\/ClientId\/Token.php", - "hash": "80e23b0541c1ce1a228481b55e42e0af" + "hash": "0473d5f79c47bd9c564d2f267906dbc0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Applications\/ClientId\/Token\/Scoped.php", - "hash": "594ecf0bb4cdbe99bfe280f9984f99f2" + "hash": "fde1c1c3fca002a35d5969074a73e031" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Apps\/AppSlug.php", - "hash": "3452277679e62354a0f12508a50dd035" + "hash": "4ea57c03e432814a4dcbbcf1ffbcc959" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/CodesOfConduct\/Key.php", @@ -27040,7 +26996,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists.php", - "hash": "9e190564c6ca60e810ed7975f713163c" + "hash": "1ffec6db01bc1109f6e514e1ec788e9d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/Public_.php", @@ -27052,15 +27008,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId.php", - "hash": "8bb751e529bc553e2de9736929313820" + "hash": "7a3aca4b3b262a6a65b84adabe9b7deb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId\/Comments.php", - "hash": "ee14992d9ffc8ca435aba434fbd26c73" + "hash": "d7e2f350946cd6c98a227f5761d655a9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId\/Comments\/CommentId.php", - "hash": "93f0658114051cc455dd9da92c3d460f" + "hash": "79204365021b030c18a842f54494c9d2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId\/Commits.php", @@ -27068,7 +27024,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId\/Forks.php", - "hash": "82074ebce57218fa87379cbe5b409bf9" + "hash": "14b1cdc9e3ca85b54103070031a5e727" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId\/Star.php", @@ -27076,7 +27032,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gists\/GistId\/Sha.php", - "hash": "d86a066d712fea21d8f5f7e32bce3c79" + "hash": "e4cf411e40e11eae7e57ed428ca465a6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Gitignore\/Templates\/Name.php", @@ -27132,7 +27088,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Notifications\/Threads\/ThreadId.php", - "hash": "efbb2439cbe3c21e96f69dd30924123d" + "hash": "ce1a03a0ea65a5caf94729c2303e332f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Notifications\/Threads\/ThreadId\/Subscription.php", @@ -27144,7 +27100,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org.php", - "hash": "21f8577bb4fa1a65a064addf792ac483" + "hash": "b70c69ec5194dc0b1f71240b4854c487" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Actions\/Cache\/Usage.php", @@ -27312,19 +27268,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/CustomRepositoryRoles.php", - "hash": "18380d447b376551e96334f02b712698" + "hash": "952a5dd0d9426892574d21cafbce8be7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/CustomRepositoryRoles\/RoleId.php", - "hash": "862d6e4d4d3668ff113d63f03540ddb2" + "hash": "27605f7c07aa428bd0f83ece9628c9d1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/CustomRoles.php", - "hash": "0a4374a8def948df3ec9c31478b35854" + "hash": "52d06a80b9d25c4f031d89e017d545de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/CustomRoles\/RoleId.php", - "hash": "d41d3b66a016e9e2dfaf57720e817c23" + "hash": "1c0ebf0164e2a6eccfa237e5534dd55f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Dependabot\/Alerts.php", @@ -27392,7 +27348,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Installation.php", - "hash": "c24369b15a8feea1e9f8a61154e55218" + "hash": "a2217d1e054733de2bf93a18007d4377" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Installations.php", @@ -27404,7 +27360,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Invitations.php", - "hash": "9386c1b439db87a81d64f02a4a3c67d9" + "hash": "0afedaf17f2dae1cbedbfad5e94a356a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Invitations\/InvitationId.php", @@ -27436,23 +27392,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Members\/Username\/Codespaces\/CodespaceName\/Stop.php", - "hash": "cc42cbc58b733b286dbd046861db1ed0" + "hash": "d4dad6275063a33a7885986fea983150" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Members\/Username\/Copilot.php", - "hash": "7aa946e35c905ce985e4e73af396cd29" + "hash": "015cd5aa61b86cd2d54705fc6ae8845f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Memberships\/Username.php", - "hash": "202bd29afe11e7690895b1014e217797" + "hash": "95a972284cebdde737191b31ebdc7dab" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Migrations.php", - "hash": "50a0b0e89861cb619727c5005f880b8b" + "hash": "716e7f1e46ce8ecc575c06919644d6a5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Migrations\/MigrationId.php", - "hash": "11940c31b6fc02af8ef700df166bb472" + "hash": "0c1c0e2d3840d446018b37c00b88210d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Migrations\/MigrationId\/Archive.php", @@ -27476,7 +27432,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Packages\/PackageType\/PackageName.php", - "hash": "08fd60975c45219512a02425eb28ca4d" + "hash": "1c984d496a7dfd44beccf3811491085a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Packages\/PackageType\/PackageName\/Restore.php", @@ -27520,7 +27476,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Projects.php", - "hash": "d049a71d497b2fd2760515ba7b3660e6" + "hash": "10cd1ae5770a49d8fc0ab0208ccf21d7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/PublicMembers\/Username.php", @@ -27528,7 +27484,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Repos.php", - "hash": "6f1bd143d75f92ae642f1048e891e654" + "hash": "1347fdbc5c25bac628a1f2ca64b3bfc9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Rulesets.php", @@ -27576,27 +27532,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Discussions.php", - "hash": "eca6391c38d1a7a4a092a71285ab1678" + "hash": "0292897a44376637967bd3bc0f81884b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Discussions\/DiscussionNumber.php", - "hash": "6a1218f8f3b596dccdcf23391abb7966" + "hash": "0a024ac280f0c69832e0d521ab2a19fc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Discussions\/DiscussionNumber\/Comments.php", - "hash": "48bf2510a49d1ac4b7d6830adff3d82c" + "hash": "ef82c70576bd05112e7dfb5829d13f5e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Discussions\/DiscussionNumber\/Comments\/CommentNumber.php", - "hash": "574292af4dce7836d9b2285c9faff0c4" + "hash": "08772784586134e32da22487201cf67d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Discussions\/DiscussionNumber\/Comments\/CommentNumber\/Reactions.php", - "hash": "fe693181d2ce9abc6d9da3ede54b9221" + "hash": "ed84f986e2840777b2b23346a6f0b6e0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Discussions\/DiscussionNumber\/Reactions.php", - "hash": "c4f600f2b803ac701c8d678908e551a1" + "hash": "655618d1d771ec05e4108e1bdff92429" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/ExternalGroups.php", @@ -27608,11 +27564,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Projects\/ProjectId.php", - "hash": "371495ac2a502fb7af609be45a56373e" + "hash": "3ea1e01e46e690383c3e67fa4bb3135b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/Repos\/Owner\/Repo.php", - "hash": "dfb955211965f0054697edb19f55dd35" + "hash": "3fc2e8d14a381ab9583a6be1967c96ad" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/Teams\/TeamSlug\/TeamSync\/GroupMappings.php", @@ -27620,7 +27576,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/Columns\/Cards\/CardId.php", - "hash": "0067c78101f5c065e3ca364125002de0" + "hash": "5506c3b9326f60d871001f0e352b19d9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/Columns\/Cards\/CardId\/Moves.php", @@ -27632,7 +27588,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/Columns\/ColumnId\/Cards.php", - "hash": "979da7834a19b444562477733a1f70e6" + "hash": "176b3701ec4ccd605cf97694861f24b6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/Columns\/ColumnId\/Moves.php", @@ -27640,7 +27596,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/ProjectId.php", - "hash": "9bb3b014dfb09cf0ea2033b8c3da6d81" + "hash": "9aab18626e3b5cbc4e2c1dd8575642ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/ProjectId\/Collaborators.php", @@ -27652,7 +27608,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/ProjectId\/Collaborators\/Username\/Permission.php", - "hash": "d704456481d796957156aa1d50093014" + "hash": "782cd50bae63cae39b2e1fddfe2be1fe" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Projects\/ProjectId\/Columns.php", @@ -27664,7 +27620,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo.php", - "hash": "f1c8bdfe46f9a4fecebeca2e632d33fb" + "hash": "f9060f1ccbd4d700df6503fde6fa7087" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Actions\/Artifacts.php", @@ -27756,7 +27712,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Actions\/Runs\/RunId.php", - "hash": "54fdb4f446549b72f803ba76c1fb52cc" + "hash": "6215a46613025c6a3a47a004eebe5eda" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Actions\/Runs\/RunId\/Approve.php", @@ -27768,7 +27724,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Actions\/Runs\/RunId\/Attempts\/AttemptNumber.php", - "hash": "a92dff66668fec941c4182c9f2eef6de" + "hash": "90443425e9a1b8b9ecf27c8cfd462d21" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Actions\/Runs\/RunId\/Attempts\/AttemptNumber\/Jobs.php", @@ -27912,11 +27868,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckRuns.php", - "hash": "e18201bbd657efb2dbd33a42f64b4f10" + "hash": "9f2690b5225f1ede618ef9b937ae6ab4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckRuns\/CheckRunId.php", - "hash": "8665b47abec2731b96fd154f5f7bb79d" + "hash": "acb595fda5af64c8338508fd46b232e8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckRuns\/CheckRunId\/Rerequest.php", @@ -27924,15 +27880,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckSuites.php", - "hash": "28bdd56fa1e73598a9cad8aeb34c3753" + "hash": "7b70fd240c84e9a662c20e9b7076d48a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckSuites\/Preferences.php", - "hash": "2093329fac6c499701d5dff5ec2b7fb6" + "hash": "730fa57b757404ef0736a8d57a270b11" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckSuites\/CheckSuiteId.php", - "hash": "632588fb1d54e02ca10a8e78195e5ae1" + "hash": "e7764fe257afc8cb0f090637faf2b5b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CheckSuites\/CheckSuiteId\/CheckRuns.php", @@ -27948,7 +27904,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/Alerts\/AlertNumber.php", - "hash": "d3a527680f08d428a5854b3c15f89d9b" + "hash": "d87d478d17d51fc581ff7b40f8520f56" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/Alerts\/AlertNumber\/Instances.php", @@ -27968,7 +27924,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/Codeql\/Databases\/Language.php", - "hash": "bafb434d5ea7e5cfb88ecad840bb0565" + "hash": "cecddaf8863f0596497f904d7251b36e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/DefaultSetup.php", @@ -27988,7 +27944,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Codespaces.php", - "hash": "411b37e78629b3e2dca91b84b2fc719b" + "hash": "42f6b26793c8bde2f768e64b24859000" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Codespaces\/Devcontainers.php", @@ -28000,7 +27956,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Codespaces\/New_.php", - "hash": "2aa094ccd2a4d2bf4376c5501ef5cf98" + "hash": "e831ec49aa16d4b740d835bc3bc06efc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Codespaces\/Secrets.php", @@ -28020,19 +27976,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Collaborators\/Username.php", - "hash": "780240e70c426350964cfa4d7346dcd0" + "hash": "164d5408dbd521f0660716ad1a976e41" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Collaborators\/Username\/Permission.php", - "hash": "f78971e03b49a3721a57a5cdf7882f8e" + "hash": "39e922304f647f12858297a65c6e5cf4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Comments\/CommentId.php", - "hash": "ddda5fdc57a1b131bcf2828b6fc89d67" + "hash": "6487f85511d12879e44097244dc42283" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Comments\/CommentId\/Reactions.php", - "hash": "2c1c141317fee424364f25c816fbe062" + "hash": "0cb06ba7682dbca878aeebe023d027b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Commits.php", @@ -28044,7 +28000,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Commits\/CommitSha\/Comments.php", - "hash": "291e9452908461eba1149dae07ac860b" + "hash": "4e28f33d285669b0dfc44703598be30a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Commits\/Ref.php", @@ -28060,7 +28016,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Commits\/Ref\/Status.php", - "hash": "1ec291d819d22e50b01c60bbd478da0f" + "hash": "921e5b7b499549dcfdd8ef6cef24b175" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Commits\/Ref\/Statuses.php", @@ -28088,7 +28044,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Dependabot\/Alerts\/AlertNumber.php", - "hash": "58b393f01d4a7656c900bf0b4653c493" + "hash": "23844a8bb656d850b3b6aa4fb9bcae10" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Dependabot\/Secrets.php", @@ -28116,19 +28072,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Deployments.php", - "hash": "df0fde696bb91865ee59c25462dc244f" + "hash": "b3fadb66070a7f7e4f37f170f2661432" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Deployments\/DeploymentId.php", - "hash": "acdc84a93895a8a3f0128c89354d2d02" + "hash": "cea9d19467599894df4225079ab91733" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Deployments\/DeploymentId\/Statuses.php", - "hash": "7b139f136f0df8cff839441185884ff0" + "hash": "4d131e7ce2856086c93cf70c45ca6b9a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Deployments\/DeploymentId\/Statuses\/StatusId.php", - "hash": "c5ecab19f77d779536aece5b0b30e19e" + "hash": "6cfc16753f258f8d416b8d109489b63e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Dispatches.php", @@ -28164,7 +28120,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Forks.php", - "hash": "1b53bd3b229e26022459874ea7c1b3dc" + "hash": "1b706e9bd4fcf79332d356c761d4ef0a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Git\/Blobs.php", @@ -28264,7 +28220,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Installation.php", - "hash": "22c123f1805f0903877fe4ece253eb87" + "hash": "d13645e7d77a9ce1e4db3bb10ca6af9a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/InteractionLimits.php", @@ -28272,11 +28228,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Invitations\/InvitationId.php", - "hash": "ebe5f06d088bb9010619ef311be62330" + "hash": "e4e452de6561b1f4225f7fa146bf06b3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues.php", - "hash": "3f1a1ccc9d5dac7dc18b867e77239019" + "hash": "e19344e2dad0f4bb6aa81b1c9deb4ee3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/Comments.php", @@ -28284,11 +28240,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/Comments\/CommentId.php", - "hash": "7451f5c9e70deb109f86e9c9f5828ccf" + "hash": "c0bfbd2e1d39a662765b87012790a811" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/Comments\/CommentId\/Reactions.php", - "hash": "a155c16f728ec2201584e0969a797b1e" + "hash": "7fa6c18606972a9d390fdfdcd600d4d3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/Events.php", @@ -28296,15 +28252,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/Events\/EventId.php", - "hash": "989e1f8f3ecd8aed32e16ad8918b422e" + "hash": "024f456e318b81ca1552fc4ae9e17bfd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber.php", - "hash": "e44a9b3ad688ab09aef90202b75b3056" + "hash": "e5202efea58b3e23500dce42033fa58c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber\/Assignees.php", - "hash": "d96eae1507894dde844c87bfbd9f7e0e" + "hash": "47ba60fd3141039579580dc1a91ecbe0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber\/Assignees\/Assignee.php", @@ -28312,7 +28268,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber\/Comments.php", - "hash": "cc903642b0052b0bbff6013bd009893b" + "hash": "8e45a0d41a668113e9f1e4f8931d91be" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber\/Events.php", @@ -28332,7 +28288,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber\/Reactions.php", - "hash": "d8d7537fa1f0ff34faf9e3e272511310" + "hash": "8e4cbfb266b1c8255651c3fc09743f98" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Issues\/IssueNumber\/Timeline.php", @@ -28376,11 +28332,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Milestones.php", - "hash": "62fbf1b4dbd8841d8aa15bbe3854adab" + "hash": "5efb4b0c7a8b3c153e36eed6c1b363f3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Milestones\/MilestoneNumber.php", - "hash": "b38803a3b3c0a15519aca22a5de066e8" + "hash": "e2986411c84eaad8a82c7da36057cbcc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Notifications.php", @@ -28396,11 +28352,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pages\/Builds\/Latest.php", - "hash": "e7348fef3aea99eb9de2868506420500" + "hash": "6cdf50cd4329af6d47bfec61bf017331" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pages\/Builds\/BuildId.php", - "hash": "44a9d59f8ac89ad297f0ab8a0a8b98ea" + "hash": "690fd802bc13954eb96ee65784caeea3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pages\/Health.php", @@ -28412,35 +28368,35 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Projects.php", - "hash": "65b5d59839527d18853da176b4fa9176" + "hash": "d62f5f94482e5fea26fdc6183cd2c029" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls.php", - "hash": "ce28256d136e0f80f47d0c040169bf6c" + "hash": "7e492e273663d6ea5f42add53da76c99" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/Comments\/CommentId.php", - "hash": "c6af50ea67a8b0aa37dce8087b547f4c" + "hash": "9ada1ea39da41a6297e6e8a05f0eee65" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/Comments\/CommentId\/Reactions.php", - "hash": "f46e645eba44c4ff3f2014736655e342" + "hash": "a5b1b727f82a9463e06a521a1080cd36" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber.php", - "hash": "5760fac75e10adb72d9acbdd4e15ec83" + "hash": "5b2b2ad1aeda85255ddc0405aba5925c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Codespaces.php", - "hash": "dac9d5d683d873867ae78b55175e9479" + "hash": "2328d7beda4784e5b4622f3673a3250d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Comments.php", - "hash": "b7a64069441b823857b8e77a3af80ddc" + "hash": "c40c83be533a48902924053f60868264" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Comments\/CommentId\/Replies.php", - "hash": "14ce484cf2efa0449a19f7b6b359c015" + "hash": "d4bc24faf19eb013d67cb42b82f12083" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Files.php", @@ -28452,15 +28408,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/RequestedReviewers.php", - "hash": "ba1c5b629fa75bd693576d0d99d147ea" + "hash": "f1ddca05d9022435706ffb7f95ddb277" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Reviews.php", - "hash": "89baecf2940c88bbb73b9d5e7c4a8636" + "hash": "221284dad1446b14d58975db5c700f54" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Reviews\/ReviewId.php", - "hash": "4e8daef54aef7ab7e360d6645e293de1" + "hash": "0cdba7ab8bf4549f7d497c051a06841c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Reviews\/ReviewId\/Comments.php", @@ -28468,11 +28424,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Reviews\/ReviewId\/Dismissals.php", - "hash": "97eb9de106a0c01987441278310b61c4" + "hash": "c3a5e6098793208debbe2536bdab7bee" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/Reviews\/ReviewId\/Events.php", - "hash": "1b3f7bb24e11c90e9772b4943c7c674c" + "hash": "267754bafe6fccf4cff0af889c58acbc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pulls\/PullNumber\/UpdateBranch.php", @@ -28488,11 +28444,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases.php", - "hash": "f82d2765113dd4e6b720c91036904d9d" + "hash": "6ac5f621db693cdcfe1e3a69d5bd6bbf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/Assets\/AssetId.php", - "hash": "73c4174d2cd3ddf715dad555322d76fe" + "hash": "afaa21328336e0978cd611aedb6ce7c8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/GenerateNotes.php", @@ -28500,23 +28456,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/Latest.php", - "hash": "6f8d7b2bafce522db6d9124b672f20a3" + "hash": "1ca0d622a6f767b15e2272c9c3411437" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/Tags\/Tag.php", - "hash": "bfe4e7f31a3c1c3cb9f618d67609ae05" + "hash": "8563b63febe7e18b629384b25bddccf6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/ReleaseId.php", - "hash": "99c9027889dcad0366ae439dc5c67aa7" + "hash": "e26cb866ad9213ba816c3ecc3d264c5c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/ReleaseId\/Assets.php", - "hash": "9f9a6eb6d99ca7e02b949fbf311f706f" + "hash": "c255b6083c720123953676a658ebe946" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Releases\/ReleaseId\/Reactions.php", - "hash": "d0abb33b07437766021896fac0178ef2" + "hash": "e9a8095ba8144855c3eebfa40cea6de3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Rulesets.php", @@ -28532,7 +28488,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecretScanning\/Alerts\/AlertNumber.php", - "hash": "43deb13ec688646cb401c4e4f75342a2" + "hash": "7ae422378e5702f064d3bc4b0d41453c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecretScanning\/Alerts\/AlertNumber\/Locations.php", @@ -28540,15 +28496,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecurityAdvisories.php", - "hash": "bbfb71641a0978312f2bd21339e6c7ec" + "hash": "fc20a035e186e1b5716b157555b91689" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecurityAdvisories\/Reports.php", - "hash": "b17f6185e1ead094c33f2931909796e1" + "hash": "9ea79bffb3d8d6b7b76f5257a75b212e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecurityAdvisories\/GhsaId.php", - "hash": "c2a06b329122470ba0539c8c5f6f6d95" + "hash": "8cfede7ed833b3026480721f8fe0fedc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecurityAdvisories\/GhsaId\/Cve.php", @@ -28576,7 +28532,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Statuses\/Sha.php", - "hash": "b1073c86928d52aa6fc09a699ec4700f" + "hash": "c31b0f905b52bdfa1e21a9f1ec6a65be" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Subscription.php", @@ -28616,11 +28572,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Transfer.php", - "hash": "62bbb49142b319e551f8689b0913497b" + "hash": "91b2368c37d723ae1529e9490859c73d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/TemplateOwner\/TemplateRepo\/Generate.php", - "hash": "cf8e1645f3a1deece60d5a610c237225" + "hash": "5d8b52820f958fe69fa7cbcc305ef1ed" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repositories.php", @@ -28668,27 +28624,27 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Discussions.php", - "hash": "9f46f54e080509ef43f05574fb55f33c" + "hash": "41d8f2809abb00f9e1c32fb9744b5643" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Discussions\/DiscussionNumber.php", - "hash": "e30c5f2edcfa403f9a9234f3dcf4cd26" + "hash": "aed36b6ed16543350bcf9a80307591c0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Discussions\/DiscussionNumber\/Comments.php", - "hash": "aba5aa8b401942069b83aa470b587844" + "hash": "fe2694a4b8dcb9b68d20f7b5bc0db3b9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Discussions\/DiscussionNumber\/Comments\/CommentNumber.php", - "hash": "b5959da3a1377e499b7fc3b72755b119" + "hash": "121c7c2eff3099d5435fb51bceaf3ed4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Discussions\/DiscussionNumber\/Comments\/CommentNumber\/Reactions.php", - "hash": "0001d308810cf7ccc92e08f58fe1a732" + "hash": "d8f36ed8a8d1662e577b999aab06b849" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Discussions\/DiscussionNumber\/Reactions.php", - "hash": "f2e94cd21ca50bf2b67ba475aa34e0b5" + "hash": "f98d33e0e0a4a905bde8be39e053194f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Members.php", @@ -28708,7 +28664,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Projects\/ProjectId.php", - "hash": "a583d1937fb4be8675f1c549b4262375" + "hash": "081795d1a84d4c68b55925fa9c969db2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Repos.php", @@ -28716,7 +28672,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/Repos\/Owner\/Repo.php", - "hash": "32b04a85ed31d44959b98d6f56537fa7" + "hash": "c98558b162cec7eca6d8f21df61ac55f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Teams\/TeamId\/TeamSync\/GroupMappings.php", @@ -28728,7 +28684,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User.php", - "hash": "3ea465335c118aa0be71e27d0eace68b" + "hash": "3bd3b1ed0b800f8cf806384ab9c6dc6b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Blocks.php", @@ -28740,7 +28696,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces.php", - "hash": "ea486dbaa973c751ad76b8dc0c59431e" + "hash": "e5aed7264365e797046d357cd93dd846" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces\/Secrets.php", @@ -28764,7 +28720,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces\/CodespaceName.php", - "hash": "3c660cfadef6f1a7ded05cbe8d206946" + "hash": "b4f3f124d7f9d50d55abe86c59cc5d98" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces\/CodespaceName\/Exports.php", @@ -28780,15 +28736,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces\/CodespaceName\/Publish.php", - "hash": "5916668cf64003e32c2f5b000ac62fca" + "hash": "3ae70f304f60d4b48c8b1bceaf33e384" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces\/CodespaceName\/Start.php", - "hash": "9648585bc5f26abbb1b7a56836fe8b10" + "hash": "2ac70d16ad9ebe49f69b874f413eb687" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Codespaces\/CodespaceName\/Stop.php", - "hash": "e5b2920f245b14ca0b879bfcc8c938cd" + "hash": "46cb1318986e0bc41eea8168eae19cf1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Email\/Visibility.php", @@ -28860,15 +28816,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Memberships\/Orgs\/Org.php", - "hash": "87d9f3e98e006f3ae1a82db730816e2e" + "hash": "9693d326d267cc867cb2c023168c5098" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Migrations.php", - "hash": "8256f9c06f705111d59cfc08bf571a9c" + "hash": "17c09c4de9ad70950d3ef4d503999ac4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Migrations\/MigrationId.php", - "hash": "fc308fd26e53d4f0194509531feb8fa3" + "hash": "555f054bd7913f7e2aed5d4a1d417772" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Migrations\/MigrationId\/Archive.php", @@ -28888,7 +28844,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Packages\/PackageType\/PackageName.php", - "hash": "a354519b55f21473edc28f0d5b9d36d4" + "hash": "86b98fc539fd6b9b6774cd6aed1f6b36" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Packages\/PackageType\/PackageName\/Restore.php", @@ -28908,7 +28864,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Projects.php", - "hash": "355b281a15f5aebc01d268c695408f29" + "hash": "1c856da127e1570b0bbeb98ca9d8b1ce" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/PublicEmails.php", @@ -28916,7 +28872,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/Repos.php", - "hash": "90e48e9c9468737c36eb78805d329ca6" + "hash": "8ee8a0539d6e088c26db131a27ecabcf" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/User\/RepositoryInvitations.php", @@ -28972,7 +28928,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Users\/Username\/Installation.php", - "hash": "6f5b43abd69871e69f890873880d680e" + "hash": "df9281ff0af745759c925c1f3c689f96" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Users\/Username\/Packages.php", @@ -28980,7 +28936,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Users\/Username\/Packages\/PackageType\/PackageName.php", - "hash": "db2bcfe7b4ff4a396eb9d7e7ced4a198" + "hash": "8df6e637d09dce0e62519e574905d279" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Users\/Username\/Packages\/PackageType\/PackageName\/Restore.php", @@ -29020,7 +28976,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrators.php", - "hash": "2064840634595b1e3373d8cb897f49e4" + "hash": "efb4dd6e13ce32d3e8f4a21bec40a1a4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/EnterpriseAdmin\/ListProvisionedGroupsEnterprise.php", @@ -29244,7 +29200,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryWebhooks.php", - "hash": "29a6239c21a3e9e0e532220e8b5b7047" + "hash": "1e8c58836e795a35354ce7dae2e4b0de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryWebhooks\/Permissions.php", @@ -29728,19 +29684,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCustomPropertyCreated.php", - "hash": "1d0b4884ad77502533164db0612989d1" + "hash": "14ea959908f0bda04951465f88b7fae9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCustomPropertyDeleted.php", - "hash": "d425d782e20da2e3ccd9f838026720ad" + "hash": "a0d5c119506cfd990422cdc5903de0bc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCustomPropertyUpdated.php", - "hash": "60a7b0d6121b45b1755600c71990cc0e" + "hash": "e42aec665325158dd76ecedc5cbc0f9e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookCustomPropertyValuesUpdated.php", - "hash": "2041c61c8275bc5c39bdec8a4309f09d" + "hash": "905d16e3a495be07f9104f505bab039a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet822B8B83\/Tiet93E9FF34\/Tiet64571DFE\/Tiet4D2FA622.php", @@ -29820,11 +29776,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/PHPStan\/ClientCallReturnTypes.php", - "hash": "d4327cff15ed6791470ae0084e08653d" + "hash": "6303ab94ff168e2f8b2b647a54200ae0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/tests\/\/Types\/ClientCallReturnTypes.php", - "hash": "8b24c3d0b4051f8068328f06fbbc0f44" + "hash": "db4da512008746abd494c13cc2c70a34" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/..\/etc\/phpstan-extension.neon", @@ -30064,7 +30020,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/WebHook\/SecretScanningAlert.php", - "hash": "ea01018c9c2a62ddac165ce9e04f64b4" + "hash": "c8bdd8dede2f9f1609ee5cd37f71026c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/WebHook\/SecretScanningAlertLocation.php", @@ -30116,287 +30072,287 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/BranchProtectionConfiguration.php", - "hash": "8edd896a42323e150f3f68edf2da1182" + "hash": "436d6227aa78e2841eaf745d6bbe16e9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/BranchProtectionRule.php", - "hash": "67226999b6c7ae5259657975f8171387" + "hash": "3ca394b8ffd04bc2515b8b8f6c62b030" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/CheckRun.php", - "hash": "f250feab28249140af708b93f93bf128" + "hash": "ee2349ff61cdf979afec13184a3e3e2d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/CheckSuite.php", - "hash": "d7e37cab46a37ca6051a770c97bcb4c5" + "hash": "a1eac61708d9fe945f9c5d20596e6c0a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/CodeScanningAlert.php", - "hash": "a0019683be374cec3bee486fc134b1f1" + "hash": "63c3e21babc5235d86a24a735953532b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/CommitComment.php", - "hash": "1782269a44b57353315748286ec21b1a" + "hash": "0399d50865dafcb3c4e923b3551defe8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Create.php", - "hash": "2c618d9bb4800b4dc7fc7c576b463082" + "hash": "e51a302726c60b757c9b27dbf9820b88" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/CustomProperty.php", - "hash": "13ecbf9e024c8609a69246cc1ba7c2a7" + "hash": "9b661f0a19769c72017bdb3d285156b0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/CustomPropertyValues.php", - "hash": "25ba272c161e2b830b0e4dbb544bd897" + "hash": "e787dcc369c859cf4c12baba34739207" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Delete.php", - "hash": "f62e5215cc3f8c7898ff217b63587e70" + "hash": "81e47055e01f6d41c820a5c7e55b750a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/DependabotAlert.php", - "hash": "0364697d4ca334ed1531de6cd4ca6501" + "hash": "6b65d6b3ac12fce0e6b1f2f4c790ff17" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/DeployKey.php", - "hash": "b01e7ad4e5e289555d30f130d220996c" + "hash": "059ac50d4cdeffc625147e257ef5cf97" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Deployment.php", - "hash": "27a53e74c45f07a7be5d29cae9a0b183" + "hash": "72f4538dc069474e0c82c857f05f5ce2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/DeploymentProtectionRule.php", - "hash": "2058e3ce35c8e4da7e9afbaa3d84bd4e" + "hash": "88de5e671cd06377089ba7ca8e203e46" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/DeploymentReview.php", - "hash": "bb105c6ea0ed485ec01fb55d58650838" + "hash": "7e7509fa0600a03955b9fe055afdd68c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/DeploymentStatus.php", - "hash": "efd3874ef7d234f1bbb51e8e41fef7d3" + "hash": "ab0bfa8062ab5fb224d628d7abfbfd47" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Discussion.php", - "hash": "5aaa887ad912646c436e9fe6c73133dd" + "hash": "94706322b4019bcc70b76019cd9cb0a7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/DiscussionComment.php", - "hash": "719ca81e6b39e7d24c5998efe3f8bcad" + "hash": "30b2e52a56a89341990f7212b663b961" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Fork.php", - "hash": "4cc3eeebdaa9c887d5fb8f0916926d32" + "hash": "eadd3f8bcfcdcb317da1096c2a04e25b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/GithubAppAuthorization.php", - "hash": "639fda31454a652036ed345c92499e87" + "hash": "5b5c535c5ffe5a79afbdcfe1e27bc861" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Gollum.php", - "hash": "438ff11c97d34848d3806710a8d36737" + "hash": "dc52f97c349fc0dbef6f4eb276ba5f11" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Installation.php", - "hash": "277669e0716d3a5943b77ace257eb79e" + "hash": "af5db207d5b5692cf8f5fd913e04b1ed" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/InstallationRepositories.php", - "hash": "799db2c44fb16d44e068801882223de1" + "hash": "c01490e54c49840193866581ce2d063f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/InstallationTarget.php", - "hash": "7e0dbdb430dc445548d309e93ddc20b3" + "hash": "1e86a42fa7027083608ecf6181d77227" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/IssueComment.php", - "hash": "457976e78f64c35b1ef745e09173ebd3" + "hash": "cbfa77062a94203f93d6c1a5cef3e23d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Issues.php", - "hash": "bc2349b101fb7aa60bd2d84a250c3caf" + "hash": "4a991afa841365d1ee5de8d6810358c8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Label.php", - "hash": "72f533de4fce51526a79c798d5f6169e" + "hash": "b2571800ae8c88dacbd899182c789ece" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/MarketplacePurchase.php", - "hash": "e22f3df73a03dcec8f246e55d7e5f005" + "hash": "60704b71e9891657c1467d003b0eacff" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Member.php", - "hash": "8984065ad365f7e959e70ea6305e4f55" + "hash": "a405edc80556cf7520c9667e4f99a4d4" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Membership.php", - "hash": "575391fcd4a6e581213984e6115a2aab" + "hash": "8f17510b52d66754527b9e4723056aa2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/MergeGroup.php", - "hash": "b8f2cf5e39b3ffe1317eb57d4ae2dbe3" + "hash": "95c97e9de4cf3401ba019a3b78ab74a9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Meta.php", - "hash": "33dd512e641a7c570c6d600a3384f100" + "hash": "b764489d5df9b7331916ef43b0c1560f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Milestone.php", - "hash": "9435d7c16c5888a82c53dff17448d919" + "hash": "3be65a5fe94ea29568c5a72f0b40d3af" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/OrgBlock.php", - "hash": "89a2c339cafd36e1d7b346a6b6aa0dd2" + "hash": "7d96c97922c6bcd53ae966c753147ea8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Organization.php", - "hash": "4e31510f3f213421bfadaaa6c5463a3f" + "hash": "f5008a88c34443b491470b06a574b819" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Package.php", - "hash": "2be69a5a412bf3aff988c440f191b5b3" + "hash": "f16823d6af9a90b5ed92941ecf5b0edb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/PageBuild.php", - "hash": "4675ea4ff6e13370d89d55e0b503ff88" + "hash": "270b4bcf5f330f9b73196dc780caeb9c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/PersonalAccessTokenRequest.php", - "hash": "adfcc68be4395955191f68d1d187e8c8" + "hash": "5fe2aaf3f1bdd766d82f6ad4a774f801" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Ping.php", - "hash": "3aa0a7fceeda39b39c47b0de6b5cc4fb" + "hash": "64e51d1448dc8f45dc5969e7422152ea" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ProjectCard.php", - "hash": "c74d7dc4a9cfb9b4d255cd4e91877011" + "hash": "09d7d58c17b212aa10f47853b8e36926" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Project.php", - "hash": "99ae343686c8fe52183567e02a0cb0b6" + "hash": "698b9bbbc2836377fac34b6174a538ac" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ProjectColumn.php", - "hash": "65835a1bdbd8fae27e204afe027bb9c9" + "hash": "4a0f117548a84452e08fc51472dc2a7f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ProjectsV2.php", - "hash": "a850409bffbf080118aafbdccb65150e" + "hash": "aa61549a1a5c97240aba7e24188f16f5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ProjectsV2Item.php", - "hash": "b63f5f3a51b5404c42d698634036c24c" + "hash": "b1753c8a8833a1b9c62ed62beffbb7d3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Public_.php", - "hash": "9846103cadcee8ab13535fa603fc7a44" + "hash": "51c76ad2be42ffdfc94f6af966c3225f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/PullRequest.php", - "hash": "7a8d78c550bdc4f78d8ca862ac299cc7" + "hash": "52ffe9f9ee0800d4e3a073415d039ff3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/PullRequestReviewComment.php", - "hash": "2d6ded98f543317a8182f405fda00b44" + "hash": "2631f9ec9b8102244fe023b0e00d1e7b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/PullRequestReview.php", - "hash": "368e62466dfe5376901cbc0d94d56993" + "hash": "d8930c499710230d24d2e1528e8f20ce" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/PullRequestReviewThread.php", - "hash": "914d0ac966090ca4812d1c5379ae18d2" + "hash": "9301a8674c7478c8f9e361978827fa52" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Push.php", - "hash": "a6671eb90522355d980b0d9dff1e8b35" + "hash": "866ef9c9ce7589f22e06d6fe7001234e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/RegistryPackage.php", - "hash": "7194f552d31f58b9a2c597356c1b23a3" + "hash": "14eaf90648305d879d03599540ccefe3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Release.php", - "hash": "7ec6844a466b688ed92e4ac3cad2c2f7" + "hash": "24518fea6fc5646e06e354f22108968f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/RepositoryAdvisory.php", - "hash": "e4c7a7759b46ed543df7c1615ad2e675" + "hash": "619001a437df70d0ded488189b8ae781" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Repository.php", - "hash": "c5af00aa4cea7fe01233ee3e48c16c4a" + "hash": "c9f298de551c590d3d64eb8b68f666b3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/RepositoryDispatch.php", - "hash": "3e8ed9131645406867aae7f5700a3367" + "hash": "b819aea8bcb0d166b97cf8bfc9ace4e6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/RepositoryImport.php", - "hash": "e44954e2c43ebd9bb328b2f34ab5ea12" + "hash": "b2c85518da914aff85798461d6e1f999" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/RepositoryRuleset.php", - "hash": "500542c0b1ee5aa5513fe8f2cb7b73e9" + "hash": "281051c27c2e2468fe7dc0e7781bb417" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/RepositoryVulnerabilityAlert.php", - "hash": "b6ad77c31461266eac96d9f92e2449de" + "hash": "42e5c12bc6349f3811bba5f5e40ae2fb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/SecretScanningAlert.php", - "hash": "7576c69c79d601f6d70eeb3d7b375020" + "hash": "d5ec0e004bb673140b49b3cd0521a17c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/SecretScanningAlertLocation.php", - "hash": "4fbe5d0987c9f53d8214f494f3e334cf" + "hash": "1e3da909291cadce2ae64ccd7d5dd1bd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/SecurityAdvisory.php", - "hash": "27d8eda0e88d7ef642c1fae0365d8e7b" + "hash": "7be84de793427ba24a3076aa47906c9a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/SecurityAndAnalysis.php", - "hash": "58cfc7abcd5ea316dc327679dde884cc" + "hash": "6264e0d817eeb1c66718fb171b6f8c8f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Sponsorship.php", - "hash": "54a35f76cd633f7e4f92dbc8996aa387" + "hash": "3d13bdc59cfb1b1b6024c8ec025d38db" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Star.php", - "hash": "10291f93ecf4bf343e17c51836eca80d" + "hash": "a954d3db5378d092841b2f354c6aabcd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Status.php", - "hash": "b821aaa4e1158bd800b7cd0e3cfdeb42" + "hash": "904ffbbe4222de068889a29df8995e5f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/TeamAdd.php", - "hash": "29a7117c3cd2ce1dbd4101a14d3470dd" + "hash": "777018f38094d34b74ec4ea4b75d6e33" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Team.php", - "hash": "7601a746059e37888d4ba4027a8bcb2a" + "hash": "2ade0d32745051c33bc6987533ce103f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/Watch.php", - "hash": "81ff725ec3a0fe9d70cbc5ebfe8c7a81" + "hash": "0f5fb975392fe7944e1a61b45943601e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/WorkflowDispatch.php", - "hash": "c758047b3e94f1e19675c14b3b18747d" + "hash": "df421771f734ee8b292af5735f436a0c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/WorkflowJob.php", - "hash": "906a7c8c151c67f04e10d8c2b35aafd5" + "hash": "c2dc7755355081e6f83a15c76f98f766" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/WorkflowRun.php", - "hash": "495b09394f00501cf83b7e1ca9116e3d" + "hash": "9778cbe565dc5c4c0b415e79966a7049" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningRefFull.php", @@ -30572,11 +30528,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationRole.php", - "hash": "acadd61ca4460e9df55146dfb84f37aa" + "hash": "006a5c3659470b957dd0ace9203701ca" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Orgs\/ListOrgRoles\/Response\/ApplicationJson\/Ok.php", - "hash": "c3865f4e055f36b97c4f633d1ebfd2bd" + "hash": "fd4b94b5d90fa75f52b03ed384b83f2a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/OrganizationFineGrainedPermissions.php", @@ -30584,11 +30540,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/OrganizationRoles.php", - "hash": "7c0fb5879a69cdef68f992399d6e76cd" + "hash": "99bb01aba4dd11cff2207622202d9f54" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Orgs\/Org\/OrganizationRoles\/RoleId.php", - "hash": "57a3e2c164622b9ed99afdd57032657a" + "hash": "22a6662fa22d1c8cfe10c2283a784c31" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/SecurityAdvisories\/CreateFork.php", @@ -30612,7 +30568,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/SecurityAdvisories\/GhsaId\/Forks.php", - "hash": "46e4a9093b98bfa932f3b8b8f363e98b" + "hash": "a18a8c938aecccc86f3db8001b41c147" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SecretScanningLocationDiscussionTitle.php", @@ -30704,7 +30660,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertValidated.php", - "hash": "bb1521a70f9d99da78aaa05511268732" + "hash": "60698916d1a575a042f56e8af1c98768" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/Pages\/Deployments.php", @@ -30916,7 +30872,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/PullRequestWebhook.php", - "hash": "21ca12569df0c92d955f43976df932ca" + "hash": "7bea85abd0b1f4f20214cc7ef4744e30" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Vulnerability\/Package.php", @@ -30976,11 +30932,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksSponsorship\/Maintainer.php", - "hash": "72744a1927ea5ae305964f63e377f0a4" + "hash": "f7663a74f4f69152b55450926e550e7d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksApprover.php", - "hash": "5705e097739c4f72db123a75c35c0280" + "hash": "00c0065fb3f974a13058eb03cf62cdcd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksReviewers.php", @@ -30996,71 +30952,71 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksAnswer\/User.php", - "hash": "3ec9771a75b2cb80d4df9130f0e4ec28" + "hash": "db66dca7dd0ad8b32afd406dcb13acde" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksComment\/User.php", - "hash": "076e199f612310f0c335f59f94c5a1fb" + "hash": "b7f11ab46c65853fad9749e58c06fbaa" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/PerformedViaGithubApp\/Owner.php", - "hash": "2df126e7e10402cb650d563b939f81ba" + "hash": "4014d5a295e7bb456805d40c031898ec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/Assignee.php", - "hash": "e9b37891c93befe1ea9db57a6d97cbfe" + "hash": "38470e5a6b465adb14688584428416a3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/Assignees.php", - "hash": "6f1f1b4c44abd2c1299eac35fe20900c" + "hash": "c72cc07879433f57702afa7359aee7b3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/Milestone\/Creator.php", - "hash": "cb80fac407296337c88ae6b4915da6df" + "hash": "2f3ab156cf9bf8edebfed951035ce7de" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/PerformedViaGithubApp\/Owner.php", - "hash": "610bdf8e16c37a4fe551d587e0a7ff6a" + "hash": "b2ef37329f2b30490f89a6db0e7c9d6b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/User.php", - "hash": "0ce03785c765566552ed038c459d0cec" + "hash": "105789510220e82f7c42141bdbc44a4d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMilestone3\/Creator.php", - "hash": "dd1b29629db2ad9d994d2e6fcd1b4727" + "hash": "cd839372f0b26bb1f87af84c0b7f2459" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMembership\/User.php", - "hash": "2fff65f036e1f4caf7cfad84a124af83" + "hash": "0e720b8ad8b6c172a779791a18958890" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksProjectCard\/Creator.php", - "hash": "203c5c631b75bc29d4b525f52bbb5e12" + "hash": "16400c8002c8cfebb830d839b28e1ce6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksProject\/Creator.php", - "hash": "fd1ee08b55d3b92a2a3cd26b79b2557f" + "hash": "333b1ecdec5754fa9c17e5944cd3cecc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/AutoMerge\/EnabledBy.php", - "hash": "4b10d308927a6da6fcdc2021d468c7da" + "hash": "a4c40d8b0002a15c53b3bf0b53d662d9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Base\/Repo\/Owner.php", - "hash": "d92d54c8011b3e0db3294127fc378865" + "hash": "a4cc772b86695a650487b350c0a4f029" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Base\/User.php", - "hash": "886c201c8512d8924e628be998bf7d39" + "hash": "db402657f1855cf4a1d56a9c63615719" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Head\/Repo\/Owner.php", - "hash": "db141edf5f5c7b8e98ca5c91cd89e491" + "hash": "5210520efb24cf780e491fcf4616e181" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Head\/User.php", - "hash": "01a6c5c5d2353a7c8974135a88ebdb4d" + "hash": "c6d8e50b95d9e36d20416017619bc90f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/RequestedReviewers\/Zero.php", @@ -31068,11 +31024,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksReviewComment\/User.php", - "hash": "947bd83342b92c5b41a8baf4180c43a2" + "hash": "2314f40e206aa1da68febd041c22b5c1" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksReview\/User.php", - "hash": "0271382c7151d6da3dd2e30868e08a98" + "hash": "204e1b55bbcc68c5517b430f75beb89d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksRelease\/Assets\/Uploader.php", @@ -31080,7 +31036,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksRelease\/Author.php", - "hash": "56375b5d3274d5ee511f8950be1f9380" + "hash": "c9ab66368d1b1351735fca530079525e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksRelease1\/Assets\/Uploader.php", @@ -31088,7 +31044,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksRelease1\/Author.php", - "hash": "90a43c8aee0b582905b5854943d2a734" + "hash": "0c83634519c504e629f658556e8ff189" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksAlert\/Dismisser.php", @@ -31096,23 +31052,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksSponsorship\/Sponsor.php", - "hash": "56695103e7e1f086f334e65c7ff9a9a9" + "hash": "19aaf6d97cf0a86fda11468da22b13c7" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksSponsorship\/Sponsorable.php", - "hash": "142114a6455d2a119aa6ca10102b38cb" + "hash": "8918157cdd83187615b525d8c5a970a0" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksUser.php", - "hash": "90471fe87f35f29fff36f75285f71150" + "hash": "f47bf127651742ec402877333ca682e2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksAnswer.php", - "hash": "090148a62a62f8543a8a7a29ea9b3250" + "hash": "c1216d78e4a980c7fb12cc294b5d7f76" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksComment.php", - "hash": "150cac7dc5f1233f11af75d3aa0909be" + "hash": "c3e32c0357100bf9ded4ff5620a2e770" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/Labels.php", @@ -31144,7 +31100,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssueComment.php", - "hash": "5ce7d0a35352df3eb6790a3298d71905" + "hash": "475384a37b0641d7e3825d94d4a064ba" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksChanges.php", @@ -31152,43 +31108,43 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue.php", - "hash": "b5cd574d77c6abf4aefdd7d389c4e153" + "hash": "110e2cb2367915c7f92bff798c177182" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMilestone.php", - "hash": "87f60fd1a50ff97db7c8d8862a2fada8" + "hash": "744ccd45a4d457ba6cdbc4d47d58f174" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2.php", - "hash": "092b7667d0b2439efe317b9c3f636f66" + "hash": "7d4c663eabf435a60905f0288d9f6dbd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssueComment\/User.php", - "hash": "d421d16e42872f7c2baeca766dd64adb" + "hash": "23968a77333b9aff95c2c1c993134849" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/Assignee.php", - "hash": "abeae331757016afb35896b61e1c4072" + "hash": "e25fd51638599dee8f07d13a6a4fb216" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/Assignees.php", - "hash": "01e2fd9f2d8fb86a7a3e536526a52df8" + "hash": "109cccd3020bdbc56e30832db5c185a6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/Milestone\/Creator.php", - "hash": "8e5d8410e9f3f93e66f93f3945a9410b" + "hash": "34e50ed6297727e47acdeb6c6def4216" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/User.php", - "hash": "c225a6ce92b7a588b1fc52680915b5a4" + "hash": "dd2a0535c3fb6ee1594def485b738f84" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMilestone\/Creator.php", - "hash": "853af1d380cb0ac3f234867b4ec61d7a" + "hash": "e1ea073a69f60f6eb4808661446d7a69" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Assignee.php", - "hash": "dc475034d913b1006c520f29cbc78b05" + "hash": "e5b16bba0b1046cb11be7d23f2d9ff17" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Assignees.php", @@ -31196,19 +31152,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/MergedBy.php", - "hash": "0f9b573d2fa853272fbf7ad9d611673c" + "hash": "31e4ac96cd026b6c3b55bb918e001bfd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Milestone\/Creator.php", - "hash": "4bf3f33ef131bb48ac9d31fdfd038426" + "hash": "9cf83493011a85f2d6250f49ebb25c67" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/User.php", - "hash": "8458be6e88519b70d88b8f572c28cb4d" + "hash": "c35cc9320ec8c826d969a980ddc2e65e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksUserMannequin.php", - "hash": "784d1d584ab79043848b846f9d25fd77" + "hash": "6cf9a80b8b46f2600248a89b42276f3f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMarketplacePurchase.php", @@ -31224,19 +31180,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMilestone3.php", - "hash": "1a13edbf576f2fee4066185bcb4b1de6" + "hash": "a2b9f63718bc1b645139fc0bd58cf7e2" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksMembership.php", - "hash": "16cd28944069e9a2b9cd5df27bcb6375" + "hash": "6c22ec83348b9a36ee92466e3031f64a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksProjectCard.php", - "hash": "507a76311a613b04adb07abc06380e4f" + "hash": "b88565aa6fe4c3596b54768c31192fcc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksProject.php", - "hash": "5990094486570e203b0034c0a8cccb64" + "hash": "a972a3196366f5c598e873dd04c97b94" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksProjectColumn.php", @@ -31252,15 +31208,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5.php", - "hash": "3763f97e98162a81aa4e6e1045ffff00" + "hash": "f7d227455cc195a4f0a60b27d3112335" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksReviewComment.php", - "hash": "972387e2960f96010fe7fe0d36405770" + "hash": "5d740e38d9a811654e84c3a841163098" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksReview.php", - "hash": "1449c6ae2a1b49e71f91dd10aee3bd52" + "hash": "7af81d75faedd645d621e55551a7d271" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksNullableString.php", @@ -31268,11 +31224,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksRelease.php", - "hash": "6863cd1c5078bd0559ef74e4d53aae98" + "hash": "31b6dc16591f858b289f81a552ccbb46" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksRelease1.php", - "hash": "479760757b5e7008b88f7000b5f065bb" + "hash": "26bd21121884a9bb2a6decc00d5f1524" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksAlert.php", @@ -31284,7 +31240,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksSponsorship.php", - "hash": "3bfcbb2cfdd0f5a1655686e6cd8301b5" + "hash": "293d535086932a43098d4ad3a1b82f95" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksEffectiveDate.php", @@ -31360,15 +31316,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Milestone.php", - "hash": "60623d92776edf7bf3a4913c2ea63091" + "hash": "382ca77b931ab0c2e363e98d73119357" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/Milestone.php", - "hash": "cef10337437690989b55356f8f862c3a" + "hash": "1ba97b517fa90441e13a574feadd285d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/PerformedViaGithubApp.php", - "hash": "0da68820aafec708ff45e26fc421a26e" + "hash": "4432c2d11d3038e3f39cc42583de270c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue\/PerformedViaGithubApp\/Permissions.php", @@ -31384,11 +31340,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/Milestone.php", - "hash": "a6096627929dfba135861106f275ab51" + "hash": "085d184e9c044cb4c35dcaff43d0772d" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/PerformedViaGithubApp.php", - "hash": "fddb22133bdd2db0a3f4cf141acc6520" + "hash": "d512de7ab1a6828f9c5ca25e79fa0c17" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksIssue2\/PerformedViaGithubApp\/Permissions.php", @@ -31480,23 +31436,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/AutoMerge.php", - "hash": "dd5af85fc5f4d5715c724a92855ab6c6" + "hash": "66918d723cfc7918daab3bd526450c90" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Head.php", - "hash": "0febe82a5ebabbd71039e87a5c169af3" + "hash": "33573cf7b920ce56b4349f9d7fcd6cc5" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Base.php", - "hash": "a5be01b6a5b8280fc147e2fb5eceb810" + "hash": "20dee4941c15da7821879aef7d474122" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Head\/Repo.php", - "hash": "974e4b70fbcdb4311180a897564cf260" + "hash": "470d92b2df13b193b30ae5736df69e1f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Base\/Repo.php", - "hash": "5d220a303d4dc4e38f64716cfbc25328" + "hash": "4d78edeba81478b25924084b62d6649a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhooksPullRequest5\/Head\/Repo\/License.php", @@ -31648,11 +31604,11 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningVariantAnalysis.php", - "hash": "4ac8344ba50889b2b3d27804934d9f1e" + "hash": "05bed5a24b412ef1d5918143979e6f61" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningVariantAnalysisRepoTask.php", - "hash": "46fc4a37df0e2615cf2360a0160ac5ce" + "hash": "9be1a4ceb085dccc70565d8b19dc1eb8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeScanningVariantAnalysis\/ScannedRepositories.php", @@ -31676,15 +31632,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/Codeql\/VariantAnalyses.php", - "hash": "91049df0c81c7fb0efe18cac3ca39fa8" + "hash": "ce44e9aedb3e58975145af9da166ad6b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/Codeql\/VariantAnalyses\/CodeqlVariantAnalysisId.php", - "hash": "9c74a1a8f457f9f9dbe68f1f397a819f" + "hash": "03f4152f77386ff4c15abd0dc36740f9" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeScanning\/Codeql\/VariantAnalyses\/CodeqlVariantAnalysisId\/Repos\/RepoOwner\/RepoName.php", - "hash": "0ed8f5aa47df9d3e9da0a12fb4de4b01" + "hash": "69f2fd27236217ef4956b4c86f3e2103" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Operation\/Billing\/GetAllCostCenters.php", @@ -31828,23 +31784,23 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookExemptionRequestCancelled.php", - "hash": "b14d1403e17ade5440737eeb6d3f9123" + "hash": "01808f1c25a1ebe1e4bcaedf134510fc" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookExemptionRequestCompleted.php", - "hash": "de39202803f4a9c7ef4d2fc9d75c6395" + "hash": "02cf20770e31ec3b518f0a37c5863739" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookExemptionRequestCreated.php", - "hash": "5b913b651e66ba12ada052fb7f6a97da" + "hash": "e93f9daf363f513cb6ccceebd168de7a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookExemptionRequestResponseDismissed.php", - "hash": "05ed70452abd39036e2c0248df0373bd" + "hash": "a872da35df1e7166c0ce18e831363230" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookExemptionRequestResponseSubmitted.php", - "hash": "978e391e935229b5b93b5f0ca4063bb3" + "hash": "068ed78b5027f9f51aefce348cc76034" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ExemptionRequestPushRulesetBypass\/Data.php", @@ -31860,7 +31816,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ExemptionRequestSecretScanning.php", - "hash": "5195c33125efbfb928756af9fc5e3712" + "hash": "f9527d7f337d895ec6b1851721d3d6ec" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/EnterpriseTeam.php", @@ -31872,7 +31828,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ExemptionRequestPushRuleset.php", - "hash": "16b21de30ff2511919b52e2975f69cbc" + "hash": "ae650ac17156dcfc887b208470b0f664" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/TeamRoleAssignment.php", @@ -31880,7 +31836,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/UserRoleAssignment.php", - "hash": "f7e74fabd79dfe9d4e15ff3b97964563" + "hash": "5ddc84bbb2c1745f50740a1a81a92b6b" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectsV2SingleSelectOption.php", @@ -31920,7 +31876,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Copilot\/ListCopilotSeatsForEnterprise\/Response\/ApplicationJson\/Ok.php", - "hash": "87b5cda1f6aec1939030bc993ae05930" + "hash": "55cb9e560c15c6b5cde4e9e85eb8a0b6" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Enterprises\/Enterprise\/Copilot\/Billing\/Seats.php", @@ -32036,15 +31992,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeSecurityConfiguration.php", - "hash": "f94415945b241e1cfe98538b0906a9b3" + "hash": "a48d3fe283924cf3b7a0180ad40ae8fd" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeSecurityDefaultConfigurations.php", - "hash": "1575dd26ac757c9ae75771b240ae7a86" + "hash": "5c6b74e3766e286f4e5e99c4ad5e9abb" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeSecurityConfigurationRepositories.php", - "hash": "f22f1d882dc584c3cbd6d5a83fa0dcb3" + "hash": "13d25582a2e7a11f748380b4f3a1e80e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/CodeSecurity\/AttachConfiguration\/Response\/ApplicationJson\/Accepted.php", @@ -32072,7 +32028,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/CodeSecurity\/SetConfigurationAsDefault\/Response\/ApplicationJson\/Ok.php", - "hash": "5099756217489948090c065313610230" + "hash": "48d3fe2fa8324db0045e49261760a80e" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Router\/Get\/CodeSecurity.php", @@ -32344,19 +32300,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/ProjectsV2StatusUpdate.php", - "hash": "4024b52ee3d69e99b6cefcdb31acdbe0" + "hash": "b0e2fe3cfda8fc616a434be0962eea4a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2StatusUpdateCreated.php", - "hash": "889c28fef8ed8b5aaa657de770a2fb69" + "hash": "54424e4f29e43c233de4668abac28165" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2StatusUpdateDeleted.php", - "hash": "adafe855a1820278e18eaa3c6d2fc3f6" + "hash": "50a4a287c68d1d7e7c24006f763a1d73" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookProjectsV2StatusUpdateEdited.php", - "hash": "c8a0a7a6a68f48d29c1d407da0e80eec" + "hash": "0ca1b1a54843db4919c992ddf3e66771" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet8B8BCF54\/TietBDCE4C1B\/Tiet5B8E1256\/Tiet2DC1C4C9.php", @@ -32392,7 +32348,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Users\/GetById\/Response\/ApplicationJson\/Ok.php", - "hash": "96f3e484f32018ff6c0568745d796a2e" + "hash": "3c063b1cb5ba095c1e49b5a4cfbc3645" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/WebHook\/ProjectsV2StatusUpdate.php", @@ -32404,103 +32360,15 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/ProjectsV2StatusUpdate.php", - "hash": "33be6841f855fe494405e6c37022b378" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietCE7694F2\/Tiet7ECCBCAF\/TietF71CBA25\/Tiet10035FEE.php", - "hash": "cb48e51cecc366faddf6c85b134709d7" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet289C3D84\/Tiet39360270\/Tiet5E2682C6\/Tiet94EE11F5.php", - "hash": "b4a7d9a57fc08654c1c5dfab5616240c" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietFA96B4A5\/TietDB6A9C5D\/TietF7214297\/TietAD1B58C4.php", - "hash": "680b643cdc403889ef8e42bc0cec1fb8" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietB194120A\/TietB22ECFCE\/TietE138646B\/Tiet764000C9.php", - "hash": "1df568692d428aeb3b509699108f3ece" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet97141A0A\/Tiet7F036F5C\/TietE5EDAF51\/Tiet1E00A18F.php", - "hash": "ab369f0bb8070b275eb66cfb486b6b0f" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietDB1818F3\/TietFAAF4593\/Tiet69E637B9\/TietC5935A1F.php", - "hash": "9c8c406d4b589d17bbddd09df3a80fd9" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet79DD5408\/TietA1D90DAB\/TietBCA2491F\/Tiet9DC6356F.php", - "hash": "bd8505870af7a934860646364fb5653e" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet6430BEA6\/Tiet112DA862\/TietBEA129F7\/Tiet9CB3F951.php", - "hash": "59a3686d19be2b32c2a24399cff4d9a9" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet854A455F\/Tiet2BB1C81C\/Tiet2D8F2395\/Tiet76209270.php", - "hash": "ee149ba4886a6843811ab4487ca445fa" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietA8721462\/TietF54A551E\/TietB4F19C3B\/TietDD50B49F.php", - "hash": "276f647c5c1e8e1ce487f7b550f27682" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet1158398C\/TietE3009A11\/Tiet3CE979A2\/Tiet0834F071.php", - "hash": "49a957e0644089b193415113a474f24d" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet708A5A7B\/TietC387586A\/Tiet26E9ACC1\/TietF9004EB5.php", - "hash": "2f950db8587a4e91c8df3e69f1a71046" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet9F6D8BFF\/Tiet7F9554AC\/TietC580CE92\/TietC5BAFE6D.php", - "hash": "d4578b1984c61a8b92847668d715e0f1" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietC81D8778\/TietEEF68881\/TietA575AC5B\/Tiet10C8499E.php", - "hash": "e9b933f7b732c6feb746dd71e6a0b7e3" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet070CDFA2\/TietE9BEF6E9\/Tiet0F07A943\/Tiet66A40160.php", - "hash": "bbbedcf14f58e2d1b367b650b95af6ea" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet01453758\/Tiet6E98457A\/Tiet8F1E61C9\/Tiet3FD9A6C4.php", - "hash": "8590fbe180089a75d4e88c04d02957d5" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet8354B603\/Tiet6E4D1374\/Tiet4DDFFFE7\/Tiet46656F78.php", - "hash": "7b77a66a8dd2608eefb33f6ca523435f" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet65AF0F7C\/Tiet2249FF1C\/TietFB00DC6B\/Tiet30B55640.php", - "hash": "8417e742f0687c3e2dd92e4a649864ee" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet912F8E91\/Tiet252B0CCE\/Tiet2BBBD0F2\/TietCE74E055.php", - "hash": "ed37a11237845a241934a8a5b7ca83d7" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietF4F1FD81\/TietD08ED9C3\/Tiet0EF7D114\/TietCD51C92C.php", - "hash": "3f06a2fa990639d00f19dd49d434e3f7" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet30EDC031\/Tiet13F69FDF\/Tiet9DEA4839\/Tiet63EE8589.php", - "hash": "7e26ce401ab6af8ac8aa8a24b70fa506" - }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietA56E04B2\/Tiet87E35262\/Tiet960294EF\/Tiet9CED5A0E.php", - "hash": "e5abfb688d26f732b23b64177d102320" + "hash": "043ad2e4f62925f0a3ebe863b5236ca8" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/Commit\/Author.php", - "hash": "2836dfd692761f0f8caf0f43c5b65dda" + "hash": "54b975ddca674e6a4abb424be7bdd03f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Attribute\/CastUnionToType\/Schema\/Commit\/Committer.php", - "hash": "19233f7704bb1a9834063a22618a0bd4" + "hash": "12acb1e728c5d897463f28867e90173c" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/SecurityAndAnalysis\/SecretScanningNonProviderPatterns.php", @@ -32668,7 +32536,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/CodeSecurityConfigurationForRepository.php", - "hash": "a0bbfe7ed2df27fe52ae89630b9c3cff" + "hash": "28943604103c061ccb794e50d65a2bde" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/Operation\/Repos\/Owner\/Repo\/CodeSecurityConfiguration.php", @@ -32690,10 +32558,6 @@ "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/RepositoryRuleViolationError\/Metadata\/SecretScanning\/BypassPlaceholders.php", "hash": "1f05e46cf9de6e56838bd4f8aa396b8b" }, - { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet3FA0267B\/Tiet61F78FBE\/TietE7DE02BB\/Tiet5E80ACCD.php", - "hash": "7781da72cd7a57a92d1571f286266aef" - }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Operations\/Repos\/CreateOrUpdateFileContents\/Response\/ApplicationJson\/Conflict.php", "hash": "457b72e21ba2e301526a81b9a285462a" @@ -32712,19 +32576,19 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSubIssuesParentIssueAdded.php", - "hash": "1c588ee82e2b95447163b391a8bcf3ba" + "hash": "dddf7672a3184956182798b368bdd732" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSubIssuesParentIssueRemoved.php", - "hash": "357b5f8fb1cdb0345ffd318cbb4d72e2" + "hash": "fb60440201b07523c3291529d49ce55a" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSubIssuesSubIssueAdded.php", - "hash": "62effff809b8188b0947560aa599195d" + "hash": "f6ea2ab032d7e2050242747b77a669d3" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSubIssuesSubIssueRemoved.php", - "hash": "75d3e6c981db82c95228d4ba3d3b0a29" + "hash": "ab837e856885a90d7396ddeabed54129" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/GlobalAdvisory\/Epss.php", @@ -32740,7 +32604,7 @@ }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Internal\/Hydrator\/WebHook\/SubIssues.php", - "hash": "8ae19af647e51b1468987356de72b42c" + "hash": "e8a9a9c5675443e54542d0d21f98f34f" }, { "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/OrganizationCustomOrganizationRoleCreateSchema.php", @@ -32799,20 +32663,172 @@ "hash": "ecfa7e661ccb4c3c5841bd90396ab42c" }, { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet3616AE3A\/Tiet9DCBC44E\/TietBDF148C6\/TietC7A1312F.php", - "hash": "bfdfacc7e0ac70176e79a7989b988ed0" + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/Update\/Request\/ApplicationJson\/SecurityAndAnalysis\/SecretScanningAiDetection.php", + "hash": "a8c4323c45c284e8ba2b0cfff3226f7e" }, { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet08EF8947\/Tiet136B9CCF\/Tiet8D61F6BF\/Tiet7B7DC09C.php", - "hash": "7034be9b363e3b05bcc5d21cc98135a8" + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet310D1FDB\/Tiet6CF4DD07\/TietB84F9F0D\/Tiet2C37CA68.php", + "hash": "f9e31915ff003906e59a53fa853beec4" }, { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/Repos\/Update\/Request\/ApplicationJson\/SecurityAndAnalysis\/SecretScanningAiDetection.php", - "hash": "a8c4323c45c284e8ba2b0cfff3226f7e" + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet536805C4\/Tiet88923449\/Tiet8D7DF436\/Tiet2E07D018.php", + "hash": "3689b755767f42ecbf0f4051c78a40db" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietA23D6950\/Tiet159F5376\/Tiet90CCF3DC\/Tiet33801188.php", + "hash": "27b9acee4d1d782527b955a374df7ea1" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet526BE7BD\/TietF3E1264C\/Tiet053DD938\/Tiet9E6A53E8.php", + "hash": "94dbc7aa195f6564aa7b9e8d46038b1d" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet9BB7FDE7\/Tiet7C408E87\/TietF0A7E59F\/Tiet74AED450.php", + "hash": "8e2908f8a4ddd7f0df3a7b8ea2cb8295" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet16FC249D\/Tiet1DD1539A\/TietB903CABB\/TietD5E82E26.php", + "hash": "68b96fd9f873782282ee20ab01ea87df" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/WebhookSecretScanningAlertPubliclyLeaked.php", + "hash": "049e646d1987582dbbb6cb797734b6bc" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet840A0FDF\/Tiet2788886F\/Tiet3E288C76\/Tiet836AAE9A.php", + "hash": "fcbdd1b460d7b0750f59567a44bebe24" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet33AB0ED9\/Tiet45DEC305\/TietCF9E75E5\/Tiet163E6BD8.php", + "hash": "457e342c5e0ec530be6f7cde23ce4eab" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet51848752\/TietF5AFF89A\/Tiet1BF2E786\/Tiet3454ABD5.php", + "hash": "47cd54bbb7af71da125f67d59d9ed1e0" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet74CB63F2\/Tiet418A3C81\/TietBF5296EB\/Tiet7F2EFE97.php", + "hash": "a45b4ee63ad29b8367fa2e4cb68c83f6" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet43D49F44\/TietAE60624E\/Tiet6F859A9C\/Tiet1D52E2C1.php", + "hash": "f0bd5a41b77c71a4acdb728a4c0c4f23" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet8136D020\/TietA98D8FE0\/TietBA8878FC\/TietC3C52C83.php", + "hash": "93ad870c68ba21a3d774444bf60ff649" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet5150331D\/Tiet0C67EF90\/Tiet96830B1A\/Tiet3716614D.php", + "hash": "cd2b15d736c51f832c275e4c2d48690b" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietD1416622\/Tiet1BB5CFF5\/Tiet2C5338B3\/TietBE7D38EA.php", + "hash": "3ca2382021568197d99e821b7119dcf5" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet49F6DF3C\/TietF3BF0898\/Tiet3FB49BCC\/TietCFC7D5E0.php", + "hash": "c9516213b3862b90bbd46582e25ada72" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet5E10235B\/Tiet2A7D688E\/TietC6524F17\/Tiet0FFD2DD0.php", + "hash": "67df1f80490430f94889507fffb1c436" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet3711D3C5\/Tiet0F63F0A7\/TietF2088179\/TietD7AB4A38.php", + "hash": "dd3e3299ab1decde397fddc0be837f46" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet5D8672A2\/Tiet3F13F85C\/Tiet07317555\/Tiet37CADFA5.php", + "hash": "d9d2692b0a2c687969e90712243b7792" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet30173C29\/TietFF44826C\/TietBBFD9F56\/TietC71934BD.php", + "hash": "40b1cb7377cfe11dab29f1b6a66638f4" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietFDE83215\/TietEA1A52A0\/Tiet86059ED1\/TietDBD86DB5.php", + "hash": "17c55b1bd59aac2421dc7689962b54f9" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet7812D63D\/TietEDB87D54\/TietD5274EF4\/Tiet675CE42D.php", + "hash": "0c97e763de90c5b179bd6443a9df1179" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietD1D37F76\/TietFBFEB2AA\/Tiet0915167C\/Tiet4DBB1C70.php", + "hash": "d28466595a2639d2f2b15f898dc5fa59" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet42EC1791\/Tiet8C42BE36\/Tiet94AEF7B4\/Tiet14ED59EB.php", + "hash": "012a0c8b27eaf6b90f582a3b2223d4de" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet95C863CB\/Tiet5478B154\/TietB41A472A\/Tiet0EF38F74.php", + "hash": "37646e122cadd4c2c0cdf2b920915661" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietC622367A\/Tiet1B0AEBBF\/Tiet4F8F58BF\/TietAA9B571E.php", + "hash": "f2466d75795d56e8e3d87d625443a8ed" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet8A806663\/Tiet007CE965\/TietE9A2CFD8\/Tiet7DAA4906.php", + "hash": "6f3ae1ccb30277c93431763f564cb2cc" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietD5DA1330\/Tiet851E1C2C\/Tiet1F9A9DCC\/Tiet90FB0481.php", + "hash": "4f9c4bdb0d98696d49afd8334e96bc46" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietDD3A8F60\/Tiet5469B35D\/Tiet20CEE77F\/Tiet915EA812.php", + "hash": "db856d37173f007e4cb30be2cf3ef8db" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet32FECAC4\/Tiet63E684E9\/Tiet85188C86\/Tiet1D4011C0.php", + "hash": "1fdf762c99172cd8981b0dc93fff055e" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet59F0267E\/TietC73BF8F8\/Tiet6FA64CCD\/TietE48B252D.php", + "hash": "cbffb1c9de3b0be6acf436904dec0dca" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietE1F3188F\/TietB5552136\/Tiet2A39D2D7\/Tiet623FADA2.php", + "hash": "7c6b4b9fdc33665697a8852a096b3aa9" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietA99A6D6C\/TietF3AA3BF8\/Tiet793FB56D\/TietEF92E31A.php", + "hash": "38b1d5bf38c0b87d0761ed89a21324eb" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/TietB7097059\/TietFEF945FF\/Tiet2513239A\/Tiet0E37AE01.php", + "hash": "dd11dd32003972a3a11651f0e57bfd66" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet901D5833\/Tiet89F91079\/Tiet1E5CCD50\/Tiet108AE81D.php", + "hash": "e0ef2edcac803e2541fb0ea94194aa34" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet051C34A6\/TietF38BC726\/Tiet5C2B571B\/Tiet1E0915B8.php", + "hash": "19288b04f02f4c45c6addfef0f7f0779" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet29079B92\/Tiet92F1916E\/TietBFF93EA5\/Tiet7B2A3E78.php", + "hash": "f04b6ce00cf314e968479d6d8c1c0332" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet69A6FC90\/TietEF30F65A\/Tiet9798C033\/Tiet5960D0A8.php", + "hash": "868d658a27fc2653bdcc9d7d309878c7" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet85585ED2\/Tiet3C9F8BE1\/Tiet00D390FB\/TietB6D35F1D.php", + "hash": "add1247ff1dfa0e788b47e2bbe3a7fbf" + }, + { + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet719311E5\/TietC0B26D9A\/TietFEF50F4E\/TietB9D1A15D.php", + "hash": "093b724130b19bc4becdcc04abec8986" }, { - "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet1D194FB1\/Tiet1FB5695E\/Tiet0456C85C\/Tiet7BDB2A1B.php", - "hash": "304e44141a9fc7e35826f473d0e34150" + "name": ".\/clients\/GitHubEnterpriseCloud\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet74354F0A\/TietB23EADEE\/TietEECB5A28\/TietF4DC7C16.php", + "hash": "2f058229d8367995d8ffac5fe42d8bcb" } ] }, diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Author.php b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Author.php index dc6be70979f..1fa4bca61f7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Author.php @@ -25,7 +25,7 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed $signatureChunks = array_unique(array_keys($value)); sort($signatureChunks); $signature = implode('|', $signatureChunks); - if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url') { + if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url|user_view_type') { try { return $hydrator->hydrateObject(Schema\SimpleUser::class, $value); } catch (Throwable) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Committer.php b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Committer.php index 35cb898c3a0..118d23e4a2b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Committer.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Commit/Committer.php @@ -25,7 +25,7 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed $signatureChunks = array_unique(array_keys($value)); sort($signatureChunks); $signature = implode('|', $signatureChunks); - if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url') { + if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url|user_view_type') { try { return $hydrator->hydrateObject(Schema\SimpleUser::class, $value); } catch (Throwable) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Installation/Account.php b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Installation/Account.php index d6954a1e68b..0754bfe4c22 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Installation/Account.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/Installation/Account.php @@ -25,7 +25,7 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed $signatureChunks = array_unique(array_keys($value)); sort($signatureChunks); $signature = implode('|', $signatureChunks); - if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url') { + if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url|user_view_type') { try { return $hydrator->hydrateObject(Schema\SimpleUser::class, $value); } catch (Throwable) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/IntegrationInstallationRequest/Account.php b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/IntegrationInstallationRequest/Account.php index fe979631853..51f684f5072 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/IntegrationInstallationRequest/Account.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/IntegrationInstallationRequest/Account.php @@ -25,7 +25,7 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed $signatureChunks = array_unique(array_keys($value)); sort($signatureChunks); $signature = implode('|', $signatureChunks); - if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url') { + if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url|user_view_type') { try { return $hydrator->hydrateObject(Schema\SimpleUser::class, $value); } catch (Throwable) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/PendingDeployment/Reviewers/Reviewer.php b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/PendingDeployment/Reviewers/Reviewer.php index 545411ea18a..31b5927f328 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/PendingDeployment/Reviewers/Reviewer.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Attribute/CastUnionToType/Schema/PendingDeployment/Reviewers/Reviewer.php @@ -25,7 +25,7 @@ public function cast(mixed $value, ObjectMapper $hydrator): mixed $signatureChunks = array_unique(array_keys($value)); sort($signatureChunks); $signature = implode('|', $signatureChunks); - if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url') { + if ($signature === 'avatar_url|email|events_url|followers_url|following_url|gists_url|gravatar_id|html_url|id|login|name|node_id|organizations_url|received_events_url|repos_url|site_admin|starred_at|starred_url|subscriptions_url|type|url|user_view_type') { try { return $hydrator->hydrateObject(Schema\SimpleUser::class, $value); } catch (Throwable) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App.php index a0822fb0a17..e6da390c7c0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App.php @@ -508,6 +508,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -889,6 +900,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php index fc98dd82d3e..f7dd080f381 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/App/Installations/InstallationId.php @@ -1104,6 +1104,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1877,6 +1888,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/AppManifests/Code/Conversions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/AppManifests/Code/Conversions.php index f4f203e1708..0e6d83b21cc 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/AppManifests/Code/Conversions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/AppManifests/Code/Conversions.php @@ -512,6 +512,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1010,6 +1021,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php index 0958ec40efb..e03cbff614e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token.php @@ -555,6 +555,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1659,6 +1670,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token/Scoped.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token/Scoped.php index 090820c13ae..9e78bedbae7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token/Scoped.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Applications/ClientId/Token/Scoped.php @@ -555,6 +555,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1659,6 +1670,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Apps/AppSlug.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Apps/AppSlug.php index 807f8e4984a..0ca1221851d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Apps/AppSlug.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Apps/AppSlug.php @@ -510,6 +510,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -955,6 +966,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists.php index 1e260c6cad7..6622fd9424f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists.php @@ -897,6 +897,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1538,6 +1549,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId.php index 4835ddd3094..4336370edec 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId.php @@ -838,6 +838,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1617,6 +1628,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments.php index 3b6764053a5..122d5a0aaf4 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments.php @@ -463,6 +463,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -740,6 +751,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments/CommentId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments/CommentId.php index 9ab84df6b54..907d6ddccf3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments/CommentId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Comments/CommentId.php @@ -404,6 +404,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -819,6 +830,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Forks.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Forks.php index 5943365d093..414a65adfca 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Forks.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Forks.php @@ -617,6 +617,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1044,6 +1055,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Sha.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Sha.php index 08d6ed40927..fa306238595 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Sha.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Gists/GistId/Sha.php @@ -834,6 +834,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1498,6 +1509,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Notifications/Threads/ThreadId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Notifications/Threads/ThreadId.php index 663b314af4b..88bf54ad57d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Notifications/Threads/ThreadId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Notifications/Threads/ThreadId.php @@ -1467,6 +1467,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2929,6 +2940,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org.php index cae8fbf01b7..82647e9fd84 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org.php @@ -395,6 +395,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S after_diskUsage: + $value = $payload['collaborators'] ?? null; + + if ($value === null) { + $properties['collaborators'] = null; + goto after_collaborators; + } + + $properties['collaborators'] = $value; + + after_collaborators: + $value = $payload['billing_email'] ?? null; if ($value === null) { @@ -1095,6 +1106,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_diskUsage: $result['disk_usage'] = $diskUsage; + $collaborators = $object->collaborators; + + if ($collaborators === null) { + goto after_collaborators; + } + + after_collaborators: $result['collaborators'] = $collaborators; + $billingEmail = $object->billingEmail; if ($billingEmail === null) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles.php index 43023e28e64..8060a73e9dc 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles.php @@ -445,6 +445,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -837,6 +848,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles/RoleId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles/RoleId.php index 5cef72ff1b7..a0a51c17036 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles/RoleId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRepositoryRoles/RoleId.php @@ -402,6 +402,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -762,6 +773,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles.php index bf05dc15061..eb0ae98cc94 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles.php @@ -402,6 +402,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -762,6 +773,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles/RoleId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles/RoleId.php index 43a8b67cede..2e26daacfce 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles/RoleId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/CustomRoles/RoleId.php @@ -402,6 +402,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -762,6 +773,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Installation.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Installation.php index a9fb1cc884d..54ac8e6c328 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Installation.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Installation.php @@ -1101,6 +1101,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1810,6 +1821,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Invitations.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Invitations.php index 6b86ddc504d..3b6fc71feb9 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Invitations.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Invitations.php @@ -509,6 +509,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -871,6 +882,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Codespaces/CodespaceName/Stop.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Codespaces/CodespaceName/Stop.php index d15325c1421..05976a5ab79 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Codespaces/CodespaceName/Stop.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Codespaces/CodespaceName/Stop.php @@ -739,6 +739,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3020,6 +3031,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Copilot.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Copilot.php index 5bd9f8a6d1f..54a7f72856a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Copilot.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Members/Username/Copilot.php @@ -437,6 +437,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -927,6 +938,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Memberships/Username.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Memberships/Username.php index a523374a13b..877314f15eb 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Memberships/Username.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Memberships/Username.php @@ -564,6 +564,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1002,6 +1013,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations.php index 8895f862119..1b7955925ed 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations.php @@ -512,6 +512,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -919,6 +930,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations/MigrationId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations/MigrationId.php index a1586e3f647..17f4b1ac376 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations/MigrationId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Migrations/MigrationId.php @@ -510,6 +510,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -864,6 +875,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles.php index c743edffcb2..360e095ca2d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles.php @@ -549,6 +549,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -897,6 +908,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles/RoleId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles/RoleId.php index 34e7b2606ec..516048793c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles/RoleId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/OrganizationRoles/RoleId.php @@ -391,6 +391,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -753,6 +764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Packages/PackageType/PackageName.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Packages/PackageType/PackageName.php index 32f57a88867..6f11aa9ca91 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Packages/PackageType/PackageName.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Packages/PackageType/PackageName.php @@ -466,6 +466,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2405,6 +2416,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Projects.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Projects.php index a72ba80af93..0f5f1d0b8ef 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Projects.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Projects.php @@ -531,6 +531,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -897,6 +908,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Repos.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Repos.php index 989da7ba649..0e24963dd78 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Repos.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Repos.php @@ -1555,6 +1555,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4158,6 +4169,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions.php index 10aa1a698c6..77cd1ef4dc1 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions.php @@ -519,6 +519,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -926,6 +937,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber.php index 55ad926a6ca..e1ce0144fd6 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber.php @@ -519,6 +519,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -926,6 +937,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments.php index 8a919ba88ad..62d6253ddbf 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments.php @@ -464,6 +464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -856,6 +867,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber.php index 47ef7bd10f1..c640ed12469 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber.php @@ -464,6 +464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -856,6 +867,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php index 86135e214c3..05ec3703fbf 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php @@ -365,6 +365,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -592,6 +603,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Reactions.php index a4ca98b7bd7..5d7e7000a80 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Discussions/DiscussionNumber/Reactions.php @@ -365,6 +365,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -592,6 +603,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Projects/ProjectId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Projects/ProjectId.php index afbec916a69..44ca70a2286 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Projects/ProjectId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Projects/ProjectId.php @@ -499,6 +499,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -865,6 +876,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Repos/Owner/Repo.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Repos/Owner/Repo.php index 1a6d982f3aa..d250af3801c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Repos/Owner/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Orgs/Org/Teams/TeamSlug/Repos/Owner/Repo.php @@ -1470,6 +1470,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2154,6 +2165,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/Cards/CardId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/Cards/CardId.php index 9e34732386a..9629dda3da9 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/Cards/CardId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/Cards/CardId.php @@ -459,6 +459,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -905,6 +916,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/ColumnId/Cards.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/ColumnId/Cards.php index 5c2ea53d295..953cde68cd8 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/ColumnId/Cards.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/Columns/ColumnId/Cards.php @@ -520,6 +520,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -901,6 +912,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId.php index c78240b83e9..4c71dfa78d3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId.php @@ -482,6 +482,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -977,6 +988,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId/Collaborators/Username/Permission.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId/Collaborators/Username/Permission.php index 44aea1ce292..e670b3c3bc5 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId/Collaborators/Username/Permission.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Projects/ProjectId/Collaborators/Username/Permission.php @@ -336,6 +336,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -671,6 +682,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo.php index f283c8239e8..b7c71203798 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo.php @@ -1557,6 +1557,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4202,6 +4213,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId.php index 581cfa92017..3cbdc2d5a8a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId.php @@ -772,6 +772,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2992,6 +3003,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId/Attempts/AttemptNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId/Attempts/AttemptNumber.php index 59d195a741a..05ba204b2e2 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId/Attempts/AttemptNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Actions/Runs/RunId/Attempts/AttemptNumber.php @@ -772,6 +772,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2992,6 +3003,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns.php index 8d221384dc1..5b02a840b95 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns.php @@ -862,6 +862,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1593,6 +1604,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns/CheckRunId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns/CheckRunId.php index 31fee13db29..9f9255eef18 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns/CheckRunId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckRuns/CheckRunId.php @@ -862,6 +862,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1593,6 +1604,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites.php index 03bb170a8cb..2032758d44e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites.php @@ -794,6 +794,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3123,6 +3134,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/CheckSuiteId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/CheckSuiteId.php index d230eed7006..2a0c57a4429 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/CheckSuiteId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/CheckSuiteId.php @@ -794,6 +794,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3123,6 +3134,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/Preferences.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/Preferences.php index 3a63da71283..bcaeb9b1fdd 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/Preferences.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CheckSuites/Preferences.php @@ -1417,6 +1417,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2749,6 +2760,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Alerts/AlertNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Alerts/AlertNumber.php index 05ee5d69af0..f18e6e7b691 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Alerts/AlertNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Alerts/AlertNumber.php @@ -516,6 +516,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1344,6 +1355,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/Databases/Language.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/Databases/Language.php index 71c37952461..b1985f24f70 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/Databases/Language.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/Databases/Language.php @@ -424,6 +424,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -783,6 +794,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses.php index e1ececed3b7..6425cec29b4 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses.php @@ -1017,6 +1017,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1761,6 +1772,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId.php index 0b3fd20620f..d480fca36f8 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId.php @@ -1017,6 +1017,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1761,6 +1772,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId/Repos/RepoOwner/RepoName.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId/Repos/RepoOwner/RepoName.php index eab4128897e..3c210f96634 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId/Repos/RepoOwner/RepoName.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Codeql/VariantAnalyses/CodeqlVariantAnalysisId/Repos/RepoOwner/RepoName.php @@ -938,6 +938,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1469,6 +1480,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces.php index 21cf2988349..d75e1fe350d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces.php @@ -849,6 +849,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3268,6 +3279,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces/New_.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces/New_.php index 5c0818bf4b4..5b606f8570c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces/New_.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Codespaces/New_.php @@ -345,6 +345,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -675,6 +686,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username.php index 3d2578107f0..be060f3d839 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username.php @@ -1487,6 +1487,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2952,6 +2963,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username/Permission.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username/Permission.php index aad75d27ab6..e00ca137fe0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username/Permission.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Collaborators/Username/Permission.php @@ -367,6 +367,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['roleName'] = $value; after_roleName: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\Collaborator', $exception, stack: $this->hydrationStack); } @@ -731,6 +742,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $roleName = $object->roleName; after_roleName: $result['role_name'] = $roleName; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId.php index 1ff65df2322..88edf5fc89c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId.php @@ -477,6 +477,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -946,6 +957,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId/Reactions.php index 88f278499ab..14e1da2d1cd 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Comments/CommentId/Reactions.php @@ -432,6 +432,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -753,6 +764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/CommitSha/Comments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/CommitSha/Comments.php index 53ea03dc3ec..f6a1aa0bb1f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/CommitSha/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/CommitSha/Comments.php @@ -479,6 +479,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1001,6 +1012,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/Ref/Status.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/Ref/Status.php index 8c04435f380..835fe5da55f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/Ref/Status.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Commits/Ref/Status.php @@ -1434,6 +1434,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2827,6 +2838,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Dependabot/Alerts/AlertNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Dependabot/Alerts/AlertNumber.php index 877095d1e7e..feb1fcf701a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Dependabot/Alerts/AlertNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Dependabot/Alerts/AlertNumber.php @@ -1112,6 +1112,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1882,6 +1893,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments.php index ae3628fe9de..b91d299c447 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments.php @@ -540,6 +540,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1220,6 +1231,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId.php index 6f24392e085..733599f1f87 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId.php @@ -540,6 +540,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1253,6 +1264,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses.php index c9f26fa8670..2d939a4b1dc 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses.php @@ -555,6 +555,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1227,6 +1238,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses/StatusId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses/StatusId.php index 1ef479ea197..1a67d0cee30 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses/StatusId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Deployments/DeploymentId/Statuses/StatusId.php @@ -490,6 +490,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1132,6 +1143,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Forks.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Forks.php index b076d435857..99cf71cbe04 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Forks.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Forks.php @@ -1705,6 +1705,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4349,6 +4360,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Installation.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Installation.php index 3da4952ea70..8bead027ec5 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Installation.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Installation.php @@ -1103,6 +1103,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1876,6 +1887,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Invitations/InvitationId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Invitations/InvitationId.php index 26e17bec9ae..3d05638aa30 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Invitations/InvitationId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Invitations/InvitationId.php @@ -1483,6 +1483,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2831,6 +2842,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues.php index aaa0e3925c3..b98690d9847 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues.php @@ -885,6 +885,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3473,6 +3484,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId.php index f3e62ca875c..b5ff9f4a7ab 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId.php @@ -492,6 +492,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1320,6 +1331,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId/Reactions.php index 135e610a34c..f071c379cc0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Comments/CommentId/Reactions.php @@ -432,6 +432,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -753,6 +764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Events/EventId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Events/EventId.php index ce01282f52e..b4f5e8fab56 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Events/EventId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/Events/EventId.php @@ -694,6 +694,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4252,6 +4263,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber.php index dbdb21b2c81..c4525f72a4d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber.php @@ -768,6 +768,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3316,6 +3327,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Assignees.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Assignees.php index 1951d7e22c2..625ee0bac37 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Assignees.php @@ -762,6 +762,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3140,6 +3151,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Comments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Comments.php index 2878357b38f..df1fc2b650f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Comments.php @@ -555,6 +555,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1360,6 +1371,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Reactions.php index ebad68e5cfc..b5f14d36ff3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Issues/IssueNumber/Reactions.php @@ -432,6 +432,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -753,6 +764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones.php index 93854d4afea..dfcb7ea9370 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones.php @@ -553,6 +553,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -922,6 +933,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones/MilestoneNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones/MilestoneNumber.php index d70a71b1ec1..1c13ac194c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones/MilestoneNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Milestones/MilestoneNumber.php @@ -488,6 +488,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -827,6 +838,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/BuildId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/BuildId.php index 20928c10122..f7c9e0664f6 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/BuildId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/BuildId.php @@ -439,6 +439,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -693,6 +704,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/Latest.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/Latest.php index 8e0ad788db9..054d5c0f3b5 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/Latest.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pages/Builds/Latest.php @@ -439,6 +439,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -693,6 +704,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Projects.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Projects.php index f3d06032d5e..b742c3ea9d0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Projects.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Projects.php @@ -594,6 +594,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -937,6 +948,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls.php index 99ad2a9c081..6f862d42900 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls.php @@ -985,6 +985,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2479,6 +2490,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -2844,6 +2866,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -4134,6 +4167,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -4510,6 +4554,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -5362,6 +5417,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5889,6 +5952,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6022,6 +6093,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6467,6 +6546,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6608,6 +6695,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId.php index 2f4fa1aa746..5508945225f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId.php @@ -659,6 +659,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1392,6 +1403,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId/Reactions.php index 0df4727236d..852c01db16b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/Comments/CommentId/Reactions.php @@ -432,6 +432,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -753,6 +764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber.php index 864804dfabd..de162b5c49b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber.php @@ -935,6 +935,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2429,6 +2440,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -2794,6 +2816,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -4084,6 +4117,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -4460,6 +4504,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -5388,6 +5443,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5915,6 +5978,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6048,6 +6119,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6493,6 +6572,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6634,6 +6721,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Codespaces.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Codespaces.php index 3502aaf7492..212abdd7734 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Codespaces.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Codespaces.php @@ -741,6 +741,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3075,6 +3086,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments.php index 373b0a2a684..ccf81290107 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments.php @@ -661,6 +661,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1447,6 +1458,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments/CommentId/Replies.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments/CommentId/Replies.php index 49afbceb598..6245ab10a12 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments/CommentId/Replies.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Comments/CommentId/Replies.php @@ -659,6 +659,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1392,6 +1403,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/RequestedReviewers.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/RequestedReviewers.php index 0ec169ac9c5..06f466dee43 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/RequestedReviewers.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/RequestedReviewers.php @@ -825,6 +825,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3313,6 +3324,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews.php index 43e9179ff8f..ea5fbecb060 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews.php @@ -474,6 +474,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1045,6 +1056,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId.php index 3e5357f8f21..0a52fb6fe70 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId.php @@ -474,6 +474,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1045,6 +1056,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Dismissals.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Dismissals.php index c30e1f721a8..591798103e6 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Dismissals.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Dismissals.php @@ -474,6 +474,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1045,6 +1056,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Events.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Events.php index 99522a70077..7ba0bf5f909 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Events.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Pulls/PullNumber/Reviews/ReviewId/Events.php @@ -474,6 +474,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1045,6 +1056,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases.php index 9cb8af7dbd3..aa2d3a2f629 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases.php @@ -641,6 +641,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1199,6 +1210,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Assets/AssetId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Assets/AssetId.php index c2f401f8245..d02c9bc49c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Assets/AssetId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Assets/AssetId.php @@ -455,6 +455,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -775,6 +786,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Latest.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Latest.php index 9c5d6212116..e3eccf1ae8f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Latest.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Latest.php @@ -574,6 +574,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1038,6 +1049,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId.php index fd18a0962df..e76510b4ba6 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId.php @@ -576,6 +576,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1104,6 +1115,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Assets.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Assets.php index ddf0b92a3a7..95c8bd70809 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Assets.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Assets.php @@ -453,6 +453,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -709,6 +720,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Reactions.php index 7d4c60d986f..fd1886ddffe 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/ReleaseId/Reactions.php @@ -432,6 +432,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -753,6 +764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Tags/Tag.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Tags/Tag.php index cf2cf15575c..1447cc375d5 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Tags/Tag.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Releases/Tags/Tag.php @@ -576,6 +576,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1104,6 +1115,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecretScanning/Alerts/AlertNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecretScanning/Alerts/AlertNumber.php index 7f04232cff9..776bd12e85e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecretScanning/Alerts/AlertNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecretScanning/Alerts/AlertNumber.php @@ -269,6 +269,28 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['validity'] = $value; after_validity: + + $value = $payload['publicly_leaked'] ?? null; + + if ($value === null) { + $properties['publiclyLeaked'] = null; + goto after_publiclyLeaked; + } + + $properties['publiclyLeaked'] = $value; + + after_publiclyLeaked: + + $value = $payload['multi_repo'] ?? null; + + if ($value === null) { + $properties['multiRepo'] = null; + goto after_multiRepo; + } + + $properties['multiRepo'] = $value; + + after_multiRepo: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SecretScanningAlert', $exception, stack: $this->hydrationStack); } @@ -519,6 +541,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -833,6 +866,22 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_validity: $result['validity'] = $validity; + $publiclyLeaked = $object->publiclyLeaked; + + if ($publiclyLeaked === null) { + goto after_publiclyLeaked; + } + + after_publiclyLeaked: $result['publicly_leaked'] = $publiclyLeaked; + + $multiRepo = $object->multiRepo; + + if ($multiRepo === null) { + goto after_multiRepo; + } + + after_multiRepo: $result['multi_repo'] = $multiRepo; + return $result; } @@ -924,6 +973,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories.php index ce1c8caeb88..3fb8c918d69 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories.php @@ -818,6 +818,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2167,6 +2178,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId.php index 939e64aa396..7504c6c38b8 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId.php @@ -668,6 +668,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1976,6 +1987,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId/Forks.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId/Forks.php index 1089d94212e..07da9b79eaa 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId/Forks.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/GhsaId/Forks.php @@ -1557,6 +1557,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4246,6 +4257,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/Reports.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/Reports.php index 6fd5f851406..92becdbb0bb 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/Reports.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/SecurityAdvisories/Reports.php @@ -668,6 +668,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1976,6 +1987,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Statuses/Sha.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Statuses/Sha.php index 803d095d804..8e1e25e867c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Statuses/Sha.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Statuses/Sha.php @@ -431,6 +431,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -691,6 +702,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Transfer.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Transfer.php index e2bebee2ad0..954ef6f13c5 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Transfer.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/Transfer.php @@ -1325,6 +1325,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2616,6 +2627,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/TemplateOwner/TemplateRepo/Generate.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/TemplateOwner/TemplateRepo/Generate.php index 131b2c432f6..2591e7f2096 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/TemplateOwner/TemplateRepo/Generate.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/TemplateOwner/TemplateRepo/Generate.php @@ -1551,6 +1551,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4037,6 +4048,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions.php index c6a275304d2..31d9275585b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions.php @@ -519,6 +519,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -926,6 +937,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber.php index e90ce25287b..ebd03ff0012 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber.php @@ -519,6 +519,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -926,6 +937,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments.php index d9baecc3210..2deef8e8402 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments.php @@ -464,6 +464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -856,6 +867,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber.php index 8a5c9953918..95e7bfc3774 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber.php @@ -464,6 +464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -856,6 +867,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php index 7710c58f38c..f13cab2cb8e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Comments/CommentNumber/Reactions.php @@ -365,6 +365,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -592,6 +603,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Reactions.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Reactions.php index 200411d91a2..b0cb522972f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Reactions.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Discussions/DiscussionNumber/Reactions.php @@ -365,6 +365,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -592,6 +603,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Projects/ProjectId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Projects/ProjectId.php index 3e1cf8db898..09ce60debf8 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Projects/ProjectId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Projects/ProjectId.php @@ -503,6 +503,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -986,6 +997,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Repos/Owner/Repo.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Repos/Owner/Repo.php index b4d44db8691..c648e2e7c9c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Repos/Owner/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Teams/TeamId/Repos/Owner/Repo.php @@ -1474,6 +1474,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2275,6 +2286,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User.php index 8109a4a0d3d..93b7714029a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User.php @@ -141,6 +141,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S after_id: + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: + $value = $payload['node_id'] ?? null; if ($value === null) { @@ -568,17 +579,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S after_plan: - $value = $payload['suspended_at'] ?? null; - - if ($value === null) { - $properties['suspendedAt'] = null; - goto after_suspendedAt; - } - - $properties['suspendedAt'] = $value; - - after_suspendedAt: - $value = $payload['business_plus'] ?? null; if ($value === null) { @@ -878,6 +878,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $id = $object->id; after_id: $result['id'] = $id; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + $nodeId = $object->nodeId; after_nodeId: $result['node_id'] = $nodeId; @@ -1048,14 +1056,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $plan = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️PrivateUser⚡️Plan($plan); after_plan: $result['plan'] = $plan; - $suspendedAt = $object->suspendedAt; - - if ($suspendedAt === null) { - goto after_suspendedAt; - } - - after_suspendedAt: $result['suspended_at'] = $suspendedAt; - $businessPlus = $object->businessPlus; if ($businessPlus === null) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces.php index e0096c9f12a..9372308547a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces.php @@ -847,6 +847,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3180,6 +3191,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName.php index f6a25e55f6a..ab61e413b76 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName.php @@ -739,6 +739,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3020,6 +3031,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Publish.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Publish.php index 21f28237590..43d6c572e94 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Publish.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Publish.php @@ -735,6 +735,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4469,6 +4480,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Start.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Start.php index c2f06cea223..2789727e8c7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Start.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Start.php @@ -741,6 +741,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3108,6 +3119,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Stop.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Stop.php index 35c2b6820cf..b9df5f72940 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Stop.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Codespaces/CodespaceName/Stop.php @@ -739,6 +739,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3020,6 +3031,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Memberships/Orgs/Org.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Memberships/Orgs/Org.php index 3abf53cafea..e34f52e1eb7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Memberships/Orgs/Org.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Memberships/Orgs/Org.php @@ -564,6 +564,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1002,6 +1013,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations.php index 7f2abbc9f08..0a3fdf9edc3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations.php @@ -575,6 +575,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -959,6 +970,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations/MigrationId.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations/MigrationId.php index 0190279b191..67e7cad616b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations/MigrationId.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Migrations/MigrationId.php @@ -510,6 +510,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -864,6 +875,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Packages/PackageType/PackageName.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Packages/PackageType/PackageName.php index 2c31cd1c9fe..11865949654 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Packages/PackageType/PackageName.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Packages/PackageType/PackageName.php @@ -466,6 +466,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2405,6 +2416,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Projects.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Projects.php index 4efa7c94336..807eff74ef8 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Projects.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Projects.php @@ -479,6 +479,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -868,6 +879,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Repos.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Repos.php index ee9784901c0..d7b27cc425e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Repos.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/User/Repos.php @@ -1672,6 +1672,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4315,6 +4326,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Installation.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Installation.php index 67ae1f25084..3b2b7883048 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Installation.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Installation.php @@ -1101,6 +1101,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1810,6 +1821,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Packages/PackageType/PackageName.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Packages/PackageType/PackageName.php index 6cdeee3c6c3..ccb89dc6058 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Packages/PackageType/PackageName.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Users/Username/Packages/PackageType/PackageName.php @@ -466,6 +466,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2405,6 +2416,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionConfiguration.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionConfiguration.php index 666c7ee60d4..bf909cb9745 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionConfiguration.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionConfiguration.php @@ -2012,6 +2012,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4433,6 +4444,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionRule.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionRule.php index b1e148e777f..76eb67fc547 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionRule.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/BranchProtectionRule.php @@ -2060,6 +2060,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5585,6 +5596,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckRun.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckRun.php index ee225b55cad..c2c94be1e9e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckRun.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckRun.php @@ -945,6 +945,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6943,6 +6954,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckSuite.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckSuite.php index f2d3b323e9b..3adf6ed59ea 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckSuite.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CheckSuite.php @@ -895,6 +895,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCheckSuiteCompleted\CheckSuite\App\Owner', $exception, stack: $this->hydrationStack); } @@ -3357,6 +3368,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5531,6 +5553,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCheckSuiteRequested\CheckSuite\App\Owner', $exception, stack: $this->hydrationStack); } @@ -6979,6 +7012,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCheckSuiteRerequested\CheckSuite\App\Owner', $exception, stack: $this->hydrationStack); } @@ -8199,6 +8243,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9334,6 +9386,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10708,6 +10768,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11522,6 +11590,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CodeScanningAlert.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CodeScanningAlert.php index 05647c8e22c..59dbb494e08 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CodeScanningAlert.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CodeScanningAlert.php @@ -706,6 +706,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCodeScanningAlertAppearedInBranch\Alert\DismissedBy', $exception, stack: $this->hydrationStack); } @@ -2868,6 +2879,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4825,6 +4847,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCodeScanningAlertClosedByUser\Alert\DismissedBy', $exception, stack: $this->hydrationStack); } @@ -6615,6 +6648,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCodeScanningAlertFixed\Alert\DismissedBy', $exception, stack: $this->hydrationStack); } @@ -8920,6 +8964,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9843,6 +9895,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11071,6 +11131,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11966,6 +12034,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CommitComment.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CommitComment.php index e16f1f60743..3473faf014e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CommitComment.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CommitComment.php @@ -777,6 +777,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookCommitCommentCreated\Comment\User', $exception, stack: $this->hydrationStack); } @@ -2606,6 +2617,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4435,6 +4457,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5184,6 +5214,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Create.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Create.php index e927eca06b0..8c8d4795efc 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Create.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Create.php @@ -2054,6 +2054,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4361,6 +4372,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomProperty.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomProperty.php index 2051d4a0fb7..3177c24b6f3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomProperty.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomProperty.php @@ -853,6 +853,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1596,6 +1607,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomPropertyValues.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomPropertyValues.php index f542e730bb5..9952aaf209c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomPropertyValues.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/CustomPropertyValues.php @@ -1881,6 +1881,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4293,6 +4304,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Delete.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Delete.php index 798e07fac0c..cc57c5ec2de 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Delete.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Delete.php @@ -2032,6 +2032,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4328,6 +4339,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DependabotAlert.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DependabotAlert.php index a9638d820eb..de725d60f39 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DependabotAlert.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DependabotAlert.php @@ -1288,6 +1288,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5779,6 +5790,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeployKey.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeployKey.php index a20feb43782..069ff65fd6e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeployKey.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeployKey.php @@ -2152,6 +2152,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4643,6 +4654,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Deployment.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Deployment.php index c6778694398..14fd5648588 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Deployment.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Deployment.php @@ -762,6 +762,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentCreated\Deployment\Creator', $exception, stack: $this->hydrationStack); } @@ -1181,6 +1192,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentCreated\Deployment\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -3414,6 +3436,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5592,6 +5625,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentCreated\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -7344,6 +7388,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentCreated\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -7820,6 +7875,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8084,6 +8147,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9121,6 +9192,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10467,6 +10546,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11681,6 +11768,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentProtectionRule.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentProtectionRule.php index 34bf5adfdb8..54b32f3769e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentProtectionRule.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentProtectionRule.php @@ -728,6 +728,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4262,6 +4273,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentReview.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentReview.php index 1a02829a96c..c04fab629ed 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentReview.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentReview.php @@ -544,6 +544,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksApprover', $exception, stack: $this->hydrationStack); } @@ -2373,6 +2384,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4538,6 +4560,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewApproved\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -5289,6 +5322,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewApproved\WorkflowRun\HeadRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -6040,6 +6084,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewApproved\WorkflowRun\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -6290,6 +6345,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewApproved\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -7223,6 +7289,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRejected\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -7974,6 +8051,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRejected\WorkflowRun\HeadRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -8725,6 +8813,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRejected\WorkflowRun\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -8975,6 +9074,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRejected\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -9448,6 +9558,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -10254,6 +10375,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRequested\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -11005,6 +11137,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRequested\WorkflowRun\HeadRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -11756,6 +11899,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRequested\WorkflowRun\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -12006,6 +12160,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentReviewRequested\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -12490,6 +12655,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -13239,6 +13412,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -14590,6 +14771,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -15119,6 +15308,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -15648,6 +15845,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -15814,6 +16019,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -16296,6 +16509,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -16825,6 +17046,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17354,6 +17583,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17520,6 +17757,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17765,6 +18010,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -18175,6 +18428,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -18704,6 +18965,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19233,6 +19502,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19399,6 +19676,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentStatus.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentStatus.php index db425f051c4..6aa974ffa93 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentStatus.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DeploymentStatus.php @@ -962,6 +962,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentStatusCreated\Deployment\Creator', $exception, stack: $this->hydrationStack); } @@ -1381,6 +1392,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentStatusCreated\Deployment\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -2237,6 +2259,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentStatusCreated\DeploymentStatus\Creator', $exception, stack: $this->hydrationStack); } @@ -2656,6 +2689,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentStatusCreated\DeploymentStatus\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -4889,6 +4933,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -7067,6 +7122,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentStatusCreated\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -8819,6 +8885,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookDeploymentStatusCreated\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -9585,6 +9662,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9849,6 +9934,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10378,6 +10471,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10642,6 +10743,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11679,6 +11788,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -13025,6 +13142,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -14239,6 +14364,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Discussion.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Discussion.php index cac58426935..ceb74f2d393 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Discussion.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Discussion.php @@ -834,6 +834,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksAnswer\User', $exception, stack: $this->hydrationStack); } @@ -1392,6 +1403,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\Discussion\AnswerChosenBy', $exception, stack: $this->hydrationStack); } @@ -1900,6 +1922,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\Discussion\User', $exception, stack: $this->hydrationStack); } @@ -3729,6 +3762,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -8232,6 +8276,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8531,6 +8583,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8778,6 +8838,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9527,6 +9595,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DiscussionComment.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DiscussionComment.php index fe1f2db569d..424dbc371d7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DiscussionComment.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/DiscussionComment.php @@ -802,6 +802,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksComment\User', $exception, stack: $this->hydrationStack); } @@ -1360,6 +1371,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\Discussion\AnswerChosenBy', $exception, stack: $this->hydrationStack); } @@ -1868,6 +1890,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\Discussion\User', $exception, stack: $this->hydrationStack); } @@ -3697,6 +3730,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5950,6 +5994,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6249,6 +6301,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6496,6 +6556,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7245,6 +7313,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestPushRuleset.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestPushRuleset.php index 61c02926cc9..3ababe38633 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestPushRuleset.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestPushRuleset.php @@ -2047,6 +2047,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5326,6 +5337,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestSecretScanning.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestSecretScanning.php index 430d6c96bf8..02f59269ade 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestSecretScanning.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ExemptionRequestSecretScanning.php @@ -2047,6 +2047,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5326,6 +5337,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Fork.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Fork.php index 66fffa7a015..43d576f33ef 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Fork.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Fork.php @@ -1685,6 +1685,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookFork\Forkee\Owner', $exception, stack: $this->hydrationStack); } @@ -3459,6 +3470,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5655,6 +5677,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6379,6 +6409,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/GithubAppAuthorization.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/GithubAppAuthorization.php index 54136cc2714..04d35fe6e42 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/GithubAppAuthorization.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/GithubAppAuthorization.php @@ -332,6 +332,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -545,6 +556,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Gollum.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Gollum.php index 998f16de350..4790b90d374 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Gollum.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Gollum.php @@ -2010,6 +2010,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4307,6 +4318,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Installation.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Installation.php index abb9536ef01..6ce4956c455 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Installation.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Installation.php @@ -1420,6 +1420,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4438,6 +4449,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -5917,6 +5939,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7615,6 +7645,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationRepositories.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationRepositories.php index 2cf073e863b..c693fd00250 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationRepositories.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationRepositories.php @@ -1437,6 +1437,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4455,6 +4466,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -5514,6 +5536,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7212,6 +7242,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationTarget.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationTarget.php index fa181f458f6..7cdd0a6c746 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationTarget.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/InstallationTarget.php @@ -655,6 +655,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['websiteUrl'] = $value; after_websiteUrl: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookInstallationTargetRenamed\Account', $exception, stack: $this->hydrationStack); } @@ -2603,6 +2614,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4430,6 +4452,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $websiteUrl = $object->websiteUrl; after_websiteUrl: $result['website_url'] = $websiteUrl; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5227,6 +5257,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/IssueComment.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/IssueComment.php index d46c754bdf1..d3b8fca374f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/IssueComment.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/IssueComment.php @@ -941,6 +941,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1394,6 +1405,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentCreated\Comment\User', $exception, stack: $this->hydrationStack); } @@ -2217,6 +2239,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentCreated\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -2671,6 +2704,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentCreated\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -3090,6 +3134,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentCreated\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -3947,6 +4002,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentCreated\Issue\User', $exception, stack: $this->hydrationStack); } @@ -7442,6 +7508,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssueComment\User', $exception, stack: $this->hydrationStack); } @@ -8095,6 +8172,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentDeleted\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -8549,6 +8637,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentDeleted\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -8968,6 +9067,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentDeleted\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -9825,6 +9935,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentDeleted\Issue\User', $exception, stack: $this->hydrationStack); } @@ -10737,6 +10858,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentEdited\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -11191,6 +11323,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentEdited\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -11610,6 +11753,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentEdited\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -12467,6 +12621,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssueCommentEdited\Issue\User', $exception, stack: $this->hydrationStack); } @@ -12717,6 +12882,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -12987,6 +13163,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -13641,6 +13828,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Assignee', $exception, stack: $this->hydrationStack); } @@ -14467,6 +14665,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\User', $exception, stack: $this->hydrationStack); } @@ -14717,6 +14926,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -15589,6 +15809,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -15841,6 +16069,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -16267,6 +16503,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -16510,6 +16754,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -16774,6 +17026,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17314,6 +17574,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19161,6 +19429,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19515,6 +19791,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19758,6 +20042,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -20022,6 +20314,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -20562,6 +20862,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -21002,6 +21310,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -21245,6 +21561,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -21509,6 +21833,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -22049,6 +22381,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Issues.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Issues.php index 5ad627d7608..c8ad85ab3ce 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Issues.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Issues.php @@ -683,6 +683,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -1506,6 +1517,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Assignee', $exception, stack: $this->hydrationStack); } @@ -1960,6 +1982,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -2379,6 +2412,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -3236,6 +3280,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\User', $exception, stack: $this->hydrationStack); } @@ -4895,6 +4950,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -7057,6 +7123,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesClosed\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -7511,6 +7588,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesClosed\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -7930,6 +8018,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesClosed\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -8787,6 +8886,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesClosed\Issue\User', $exception, stack: $this->hydrationStack); } @@ -9590,6 +9700,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDeleted\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -10044,6 +10165,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDeleted\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -10463,6 +10595,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDeleted\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -11320,6 +11463,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDeleted\Issue\User', $exception, stack: $this->hydrationStack); } @@ -12597,6 +12751,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDemilestoned\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -13016,6 +13181,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDemilestoned\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -13873,6 +14049,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesDemilestoned\Issue\User', $exception, stack: $this->hydrationStack); } @@ -14327,6 +14514,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksMilestone\Creator', $exception, stack: $this->hydrationStack); } @@ -15289,6 +15487,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesEdited\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -15743,6 +15952,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesEdited\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -16162,6 +16382,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesEdited\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -17019,6 +17250,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesEdited\Issue\User', $exception, stack: $this->hydrationStack); } @@ -17938,6 +18180,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLabeled\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -18392,6 +18645,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLabeled\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -18811,6 +19075,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLabeled\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -19668,6 +19943,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLabeled\Issue\User', $exception, stack: $this->hydrationStack); } @@ -20471,6 +20757,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLocked\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -20925,6 +21222,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLocked\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -21344,6 +21652,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLocked\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -22201,6 +22520,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesLocked\Issue\User', $exception, stack: $this->hydrationStack); } @@ -23478,6 +23808,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesMilestoned\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -23897,6 +24238,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesMilestoned\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -24754,6 +25106,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesMilestoned\Issue\User', $exception, stack: $this->hydrationStack); } @@ -25636,6 +25999,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Changes\OldIssue\Assignee', $exception, stack: $this->hydrationStack); } @@ -26090,6 +26464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Changes\OldIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -26509,6 +26894,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Changes\OldIssue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -27366,6 +27762,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Changes\OldIssue\User', $exception, stack: $this->hydrationStack); } @@ -28757,6 +29164,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Changes\OldRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -29484,6 +29902,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -29938,6 +30367,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -30357,6 +30797,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -31214,6 +31665,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesOpened\Issue\User', $exception, stack: $this->hydrationStack); } @@ -32017,6 +32479,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\Assignee', $exception, stack: $this->hydrationStack); } @@ -32471,6 +32944,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -32890,6 +33374,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -33747,6 +34242,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\User', $exception, stack: $this->hydrationStack); } @@ -35004,6 +35510,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesReopened\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -35423,6 +35940,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesReopened\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -36280,6 +36808,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesReopened\Issue\User', $exception, stack: $this->hydrationStack); } @@ -37162,6 +37701,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesTransferred\Changes\NewIssue\Assignee', $exception, stack: $this->hydrationStack); } @@ -37616,6 +38166,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesTransferred\Changes\NewIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -38035,6 +38596,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesTransferred\Changes\NewIssue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -38892,6 +39464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesTransferred\Changes\NewIssue\User', $exception, stack: $this->hydrationStack); } @@ -40283,6 +40866,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesTransferred\Changes\NewRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -40777,6 +41371,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUserMannequin', $exception, stack: $this->hydrationStack); } @@ -41750,6 +42355,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesUnlocked\Issue\Assignee', $exception, stack: $this->hydrationStack); } @@ -42204,6 +42820,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesUnlocked\Issue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -42623,6 +43250,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesUnlocked\Issue\PerformedViaGithubApp\Owner', $exception, stack: $this->hydrationStack); } @@ -43480,6 +44118,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesUnlocked\Issue\User', $exception, stack: $this->hydrationStack); } @@ -44204,6 +44853,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -44630,6 +45287,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -44873,6 +45538,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -45137,6 +45810,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -45677,6 +46358,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -46354,6 +47043,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -47704,6 +48401,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -47947,6 +48652,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -48211,6 +48924,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -48751,6 +49472,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -49155,6 +49884,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -49398,6 +50135,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -49662,6 +50407,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -50202,6 +50955,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -50858,6 +51619,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -51122,6 +51891,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -51662,6 +52439,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -51905,6 +52690,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -52370,6 +53163,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -52613,6 +53414,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -52877,6 +53686,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -53417,6 +54234,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -53864,6 +54689,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -54107,6 +54940,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -54371,6 +55212,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -54911,6 +55760,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -55310,6 +56167,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -55553,6 +56418,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -55817,6 +56690,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -56357,6 +57238,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -57008,6 +57897,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -57272,6 +58169,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -57812,6 +58717,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -58246,6 +59159,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -58489,6 +59410,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -58753,6 +59682,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -59293,6 +60230,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -59902,6 +60847,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -60289,6 +61242,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -60532,6 +61493,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -60796,6 +61765,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -61336,6 +62313,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -61740,6 +62725,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -61983,6 +62976,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -62247,6 +63248,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -62787,6 +63796,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -63429,6 +64446,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -63693,6 +64718,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -64233,6 +65266,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -64657,6 +65698,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -64900,6 +65949,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -65164,6 +66221,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -65704,6 +66769,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -66308,6 +67381,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -66566,6 +67647,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -67024,6 +68113,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -67267,6 +68364,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -67531,6 +68636,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -68071,6 +69184,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Label.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Label.php index 9edbf89a168..898d8bbc86e 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Label.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Label.php @@ -2140,6 +2140,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4969,6 +4980,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MarketplacePurchase.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MarketplacePurchase.php index 7715829b380..5acef54cc68 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MarketplacePurchase.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MarketplacePurchase.php @@ -2701,6 +2701,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6900,6 +6911,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Member.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Member.php index 53d06c882e4..3f06f98c4e1 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Member.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Member.php @@ -776,6 +776,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -2435,6 +2446,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4739,6 +4761,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5416,6 +5446,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Membership.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Membership.php index 701cd664bc8..1e3d0270eb8 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Membership.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Membership.php @@ -663,6 +663,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -2322,6 +2333,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3931,6 +3953,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookMembershipAdded\Sender', $exception, stack: $this->hydrationStack); } @@ -4695,6 +4728,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookMembershipRemoved\Sender', $exception, stack: $this->hydrationStack); } @@ -5142,6 +5186,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5819,6 +5871,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6931,6 +6991,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7324,6 +7392,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MergeGroup.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MergeGroup.php index 1f45173fd6b..ad61df2c8ef 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MergeGroup.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/MergeGroup.php @@ -2156,6 +2156,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4628,6 +4639,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Meta.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Meta.php index 9a2c89d1470..e6bf85d4631 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Meta.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Meta.php @@ -2224,6 +2224,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4598,6 +4609,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Milestone.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Milestone.php index a3deba8b60e..4f3d5b47725 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Milestone.php @@ -848,6 +848,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksMilestone\Creator', $exception, stack: $this->hydrationStack); } @@ -2507,6 +2518,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4470,6 +4492,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksMilestone3\Creator', $exception, stack: $this->hydrationStack); } @@ -5622,6 +5655,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6299,6 +6340,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7538,6 +7587,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/OrgBlock.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/OrgBlock.php index ec850409ea0..d69113770e0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/OrgBlock.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/OrgBlock.php @@ -455,6 +455,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -2284,6 +2295,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4152,6 +4174,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -4901,6 +4931,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Organization.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Organization.php index f913df4e466..1a96dacb74b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Organization.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Organization.php @@ -726,6 +726,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksMembership\User', $exception, stack: $this->hydrationStack); } @@ -2385,6 +2396,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4474,6 +4496,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookOrganizationMemberInvited\Invitation\Inviter', $exception, stack: $this->hydrationStack); } @@ -4724,6 +4757,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -5582,6 +5626,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6259,6 +6311,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7555,6 +7615,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7721,6 +7789,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Package.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Package.php index 04539ecc834..73304e4556f 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Package.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Package.php @@ -1007,6 +1007,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPackagePublished\Package\Owner', $exception, stack: $this->hydrationStack); } @@ -1633,6 +1644,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPackagePublished\Package\PackageVersion\Author', $exception, stack: $this->hydrationStack); } @@ -2695,6 +2717,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPackagePublished\Package\PackageVersion\Release\Author', $exception, stack: $this->hydrationStack); } @@ -4277,6 +4310,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6214,6 +6258,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPackageUpdated\Package\Owner', $exception, stack: $this->hydrationStack); } @@ -6776,6 +6831,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPackageUpdated\Package\PackageVersion\Author', $exception, stack: $this->hydrationStack); } @@ -7175,6 +7241,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPackageUpdated\Package\PackageVersion\Release\Author', $exception, stack: $this->hydrationStack); } @@ -8122,6 +8199,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8518,6 +8603,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9154,6 +9247,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9805,6 +9906,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11029,6 +11138,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11358,6 +11475,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11571,6 +11696,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PageBuild.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PageBuild.php index a3c6d3816e0..0837d1bb03d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PageBuild.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PageBuild.php @@ -612,6 +612,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPageBuild\Build\Pusher', $exception, stack: $this->hydrationStack); } @@ -2441,6 +2452,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4215,6 +4237,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -4964,6 +4994,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PersonalAccessTokenRequest.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PersonalAccessTokenRequest.php index 06817be2cb6..e47b922e03b 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PersonalAccessTokenRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PersonalAccessTokenRequest.php @@ -630,6 +630,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2077,6 +2088,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Ping.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Ping.php index 36843caf726..fd7bf845903 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Ping.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Ping.php @@ -2141,6 +2141,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4566,6 +4577,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Project.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Project.php index 7c6363f4538..cd4e69459ec 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Project.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Project.php @@ -961,6 +961,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksProject\Creator', $exception, stack: $this->hydrationStack); } @@ -2469,6 +2480,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5112,6 +5134,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -5740,6 +5770,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectCard.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectCard.php index 9cacdb63046..380d198bce9 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectCard.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectCard.php @@ -1057,6 +1057,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksProjectCard\Creator', $exception, stack: $this->hydrationStack); } @@ -2565,6 +2576,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4645,6 +4667,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookProjectCardDeleted\ProjectCard\Creator', $exception, stack: $this->hydrationStack); } @@ -5544,6 +5577,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookProjectCardMoved\ProjectCard\Creator', $exception, stack: $this->hydrationStack); } @@ -6133,6 +6177,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6761,6 +6813,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8056,6 +8116,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8464,6 +8532,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectColumn.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectColumn.php index f327c9df694..3d74dff876a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectColumn.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectColumn.php @@ -2160,6 +2160,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5049,6 +5060,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2.php index 19877ae5514..ca8898ec5ac 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2.php @@ -807,6 +807,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1913,6 +1924,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2Item.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2Item.php index cf21f13a15c..c015ea2f0ea 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2Item.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2Item.php @@ -840,6 +840,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -2153,6 +2164,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2StatusUpdate.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2StatusUpdate.php index 81f35163817..353112edf55 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2StatusUpdate.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/ProjectsV2StatusUpdate.php @@ -741,6 +741,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -1616,6 +1627,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Public_.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Public_.php index d6fed1c7387..29a4cb285d6 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Public_.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Public_.php @@ -1999,6 +1999,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4286,6 +4297,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequest.php index f4715f3950c..125e81f3c1c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequest.php @@ -926,6 +926,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUser', $exception, stack: $this->hydrationStack); } @@ -2535,6 +2546,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -2857,6 +2879,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -4375,6 +4408,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -4699,6 +4743,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -6217,6 +6272,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -6541,6 +6607,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -6791,6 +6868,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -7245,6 +7333,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -7495,6 +7594,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -9003,6 +9113,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -11822,6 +11943,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -12144,6 +12276,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -13662,6 +13805,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -13986,6 +14140,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -15504,6 +15669,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -15828,6 +16004,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -16078,6 +16265,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -16532,6 +16730,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -16782,6 +16991,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeDisabled\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -18242,6 +18462,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -18564,6 +18795,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -20082,6 +20324,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -20406,6 +20659,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -21924,6 +22188,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -22248,6 +22523,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -22498,6 +22784,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -22952,6 +23249,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -23202,6 +23510,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAutoMergeEnabled\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -25476,6 +25795,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -25841,6 +26171,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -27131,6 +27472,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -27422,6 +27774,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -29313,6 +29676,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\Assignee', $exception, stack: $this->hydrationStack); } @@ -29635,6 +30009,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -31153,6 +31538,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -31477,6 +31873,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\Base\User', $exception, stack: $this->hydrationStack); } @@ -32995,6 +33402,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -33319,6 +33737,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\Head\User', $exception, stack: $this->hydrationStack); } @@ -33569,6 +33998,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\MergedBy', $exception, stack: $this->hydrationStack); } @@ -34023,6 +34463,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -34273,6 +34724,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\User', $exception, stack: $this->hydrationStack); } @@ -35733,6 +36195,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -36055,6 +36528,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -37573,6 +38057,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -37897,6 +38392,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -39415,6 +39921,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -39739,6 +40256,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -39989,6 +40517,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -40443,6 +40982,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -40693,6 +41243,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestDequeued\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -42581,6 +43142,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -42903,6 +43475,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -44421,6 +45004,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -44745,6 +45339,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -46263,6 +46868,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -46587,6 +47203,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -46837,6 +47464,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -47291,6 +47929,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -47541,6 +48190,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestEnqueued\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -49106,6 +49766,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -49428,6 +50099,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -50946,6 +51628,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -51270,6 +51963,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -52788,6 +53492,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -53112,6 +53827,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -53362,6 +54088,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -53816,6 +54553,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -54066,6 +54814,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLabeled\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -55515,6 +56274,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -55837,6 +56607,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -57355,6 +58136,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -57679,6 +58471,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -59197,6 +60000,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -59521,6 +60335,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -59771,6 +60596,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -60225,6 +61061,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -60475,6 +61322,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestLocked\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -62590,6 +63448,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -62912,6 +63781,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -64430,6 +65310,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -64754,6 +65645,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -66272,6 +67174,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -66596,6 +67509,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -66846,6 +67770,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -67300,6 +68235,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -67550,6 +68496,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestSynchronize\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -67981,6 +68938,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksUserMannequin', $exception, stack: $this->hydrationStack); } @@ -69269,6 +70237,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -69591,6 +70570,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -71109,6 +72099,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -71433,6 +72434,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -72951,6 +73963,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -73275,6 +74298,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -73525,6 +74559,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -73979,6 +75024,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -74229,6 +75285,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnassigned\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -75698,6 +76765,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -76020,6 +77098,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -77538,6 +78627,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -77862,6 +78962,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -79380,6 +80491,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -79704,6 +80826,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -79954,6 +81087,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -80408,6 +81552,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -80658,6 +81813,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlabeled\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -82107,6 +83273,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -82429,6 +83606,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -83947,6 +85135,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -84271,6 +85470,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -85789,6 +86999,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -86113,6 +87334,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -86363,6 +87595,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\MergedBy', $exception, stack: $this->hydrationStack); } @@ -86817,6 +88060,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -87067,6 +88321,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestUnlocked\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -87317,6 +88582,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -87587,6 +88863,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -87837,6 +89124,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -89189,6 +90487,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -89924,6 +91233,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -90632,6 +91949,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -90834,6 +92159,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -91499,6 +92832,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -91698,6 +93039,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -92373,6 +93722,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -92572,6 +93929,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -92738,6 +94103,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -92981,6 +94354,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -93147,6 +94528,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -93775,6 +95164,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -95364,6 +96761,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -95566,6 +96971,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -96231,6 +97644,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -96430,6 +97851,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -97095,6 +98524,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -97294,6 +98731,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -97460,6 +98905,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -97703,6 +99156,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -97869,6 +99330,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -98517,6 +99986,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -98719,6 +100196,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -99384,6 +100869,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -99583,6 +101076,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -100248,6 +101749,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -100447,6 +101956,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -100613,6 +102130,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -100856,6 +102381,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -101022,6 +102555,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -101865,6 +103406,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -101998,6 +103547,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -102443,6 +104000,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -102543,6 +104108,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -103313,6 +104886,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -103515,6 +105096,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -104180,6 +105769,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -104379,6 +105976,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -105044,6 +106649,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -105243,6 +106856,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -105409,6 +107030,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -105652,6 +107281,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -105818,6 +107455,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -106461,6 +108106,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -106663,6 +108316,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -107328,6 +108989,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -107527,6 +109196,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -108192,6 +109869,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -108391,6 +110076,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -108557,6 +110250,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -108800,6 +110501,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -108966,6 +110675,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -109763,6 +111480,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -109965,6 +111690,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -110630,6 +112363,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -110829,6 +112570,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -111494,6 +113243,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -111693,6 +113450,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -111859,6 +113624,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -112102,6 +113875,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -112268,6 +114049,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -112951,6 +114740,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -113153,6 +114950,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -113818,6 +115623,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -114017,6 +115830,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -114692,6 +116513,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -114891,6 +116720,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -115057,6 +116894,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -115300,6 +117145,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -115466,6 +117319,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -116106,6 +117967,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -116308,6 +118177,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -116973,6 +118850,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -117172,6 +119057,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -117847,6 +119740,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -118046,6 +119947,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -118212,6 +120121,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -118455,6 +120372,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -118621,6 +120546,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -119484,6 +121417,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -119686,6 +121627,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -120351,6 +122300,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -120550,6 +122507,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -121215,6 +123180,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -121414,6 +123387,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -121580,6 +123561,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -121823,6 +123812,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -121989,6 +123986,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -122222,6 +124227,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -122809,6 +124822,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -123011,6 +125032,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -123681,6 +125710,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -123880,6 +125917,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -124555,6 +126600,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -124754,6 +126807,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -124920,6 +126981,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -125163,6 +127232,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -125329,6 +127406,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -125978,6 +128063,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -126180,6 +128273,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -126845,6 +128946,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -127044,6 +129153,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -127719,6 +129836,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -127918,6 +130043,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -128084,6 +130217,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -128327,6 +130468,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -128493,6 +130642,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -129133,6 +131290,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -129330,6 +131495,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -129995,6 +132168,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -130194,6 +132375,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -130864,6 +133053,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -131063,6 +133260,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -131229,6 +133434,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -131472,6 +133685,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -131638,6 +133859,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReview.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReview.php index 1429be35518..772f82debaa 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReview.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReview.php @@ -1836,6 +1836,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -2158,6 +2169,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -3676,6 +3698,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -4000,6 +4033,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -5518,6 +5562,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -5842,6 +5897,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -6296,6 +6362,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -6546,6 +6623,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -8054,6 +8142,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -9940,6 +10039,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewDismissed\Review\User', $exception, stack: $this->hydrationStack); } @@ -11346,6 +11456,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -11668,6 +11789,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -13109,6 +13241,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -13433,6 +13576,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -14874,6 +15028,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -15198,6 +15363,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -15652,6 +15828,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -15902,6 +16089,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewEdited\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -16429,6 +16627,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksReview\User', $exception, stack: $this->hydrationStack); } @@ -17746,6 +17955,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -18068,6 +18288,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -19586,6 +19817,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -19910,6 +20152,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -21428,6 +21681,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -21752,6 +22016,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -22206,6 +22481,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -22456,6 +22742,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewSubmitted\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -22946,6 +23243,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -24298,6 +24606,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -24622,6 +24941,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -26048,6 +26378,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -26372,6 +26713,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -26696,6 +27048,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -26966,6 +27329,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -28318,6 +28692,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -29197,6 +29582,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -29399,6 +29792,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -30064,6 +30465,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -30263,6 +30672,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -30933,6 +31350,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -31132,6 +31557,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -31375,6 +31808,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -31541,6 +31982,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -32169,6 +32618,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -33372,6 +33829,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -33948,6 +34413,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34150,6 +34623,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34764,6 +35245,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34963,6 +35452,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -35582,6 +36079,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -35781,6 +36286,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -36024,6 +36537,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -36190,6 +36711,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -36452,6 +36981,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -36996,6 +37533,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -37198,6 +37743,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -37863,6 +38416,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -38062,6 +38623,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -38737,6 +39306,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -38936,6 +39513,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -39179,6 +39764,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -39345,6 +39938,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewComment.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewComment.php index 60bc915846c..4bebb83a0d7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewComment.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewComment.php @@ -1260,6 +1260,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\Comment\User', $exception, stack: $this->hydrationStack); } @@ -2728,6 +2739,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -3050,6 +3072,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -4568,6 +4601,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -4892,6 +4936,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -6410,6 +6465,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -6734,6 +6800,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -7188,6 +7265,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -7438,6 +7526,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentCreated\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -8946,6 +9045,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -11366,6 +11476,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksReviewComment\User', $exception, stack: $this->hydrationStack); } @@ -12513,6 +12634,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -12835,6 +12967,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -14353,6 +14496,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -14677,6 +14831,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -16195,6 +16360,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -16519,6 +16695,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -16973,6 +17160,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -17223,6 +17421,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentDeleted\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -18629,6 +18838,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -18951,6 +19171,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -20469,6 +20700,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -20793,6 +21035,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -22311,6 +22564,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -22635,6 +22899,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -23089,6 +23364,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -23329,6 +23615,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S after_type: + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: + $value = $payload['url'] ?? null; if ($value === null) { @@ -23829,6 +24126,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -25181,6 +25489,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -25505,6 +25824,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -25829,6 +26159,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -26173,6 +26514,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestAssigned\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -26497,6 +26849,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -27168,6 +27531,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -27784,6 +28155,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -27986,6 +28365,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -28651,6 +29038,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -28850,6 +29245,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -29525,6 +29928,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -29724,6 +30135,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -29967,6 +30386,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -30133,6 +30560,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -30761,6 +31196,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -32155,6 +32598,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -32650,6 +33101,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -32852,6 +33311,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -33517,6 +33984,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -33716,6 +34191,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34386,6 +34869,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34585,6 +35076,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34828,6 +35327,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -34994,6 +35501,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -35575,6 +36090,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -35777,6 +36300,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -36442,6 +36973,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -36641,6 +37180,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -37311,6 +37858,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -37510,6 +38065,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -37753,6 +38316,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -37911,6 +38482,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_type: $result['type'] = $type; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + $url = $object->url; if ($url === null) { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewThread.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewThread.php index fdc4657b116..58c928dc9d9 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewThread.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/PullRequestReviewThread.php @@ -1780,6 +1780,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -2102,6 +2113,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -3565,6 +3587,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -3889,6 +3922,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -5352,6 +5396,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -5676,6 +5731,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -6130,6 +6196,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -6380,6 +6457,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadResolved\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -7888,6 +7976,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -10605,6 +10704,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\Assignee', $exception, stack: $this->hydrationStack); } @@ -10927,6 +11037,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -12390,6 +12511,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\Base\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -12714,6 +12846,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\Base\User', $exception, stack: $this->hydrationStack); } @@ -14177,6 +14320,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\Head\Repo\Owner', $exception, stack: $this->hydrationStack); } @@ -14501,6 +14655,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\Head\User', $exception, stack: $this->hydrationStack); } @@ -14955,6 +15120,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -15205,6 +15381,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewThreadUnresolved\PullRequest\User', $exception, stack: $this->hydrationStack); } @@ -15736,6 +15923,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksPullRequest5\AutoMerge\EnabledBy', $exception, stack: $this->hydrationStack); } @@ -15986,6 +16184,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksIssue2\Milestone\Creator', $exception, stack: $this->hydrationStack); } @@ -16851,6 +17060,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17053,6 +17270,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17678,6 +17903,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17877,6 +18110,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -18512,6 +18753,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -18711,6 +18960,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -18954,6 +19211,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19120,6 +19385,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -19748,6 +20021,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -21264,6 +21545,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -21461,6 +21750,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -22086,6 +22383,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -22285,6 +22590,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -22910,6 +23223,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -23109,6 +23430,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -23352,6 +23681,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -23518,6 +23855,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Push.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Push.php index dfae5d395d9..1ac1ebf7e07 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Push.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Push.php @@ -2376,6 +2376,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPush\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -2700,6 +2711,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3044,6 +3066,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookIssuesTransferred\Changes\NewRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -4245,6 +4278,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -4369,6 +4410,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RegistryPackage.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RegistryPackage.php index 3b400f82957..258decfc46a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RegistryPackage.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RegistryPackage.php @@ -969,6 +969,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRegistryPackagePublished\RegistryPackage\Owner', $exception, stack: $this->hydrationStack); } @@ -1551,6 +1562,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRegistryPackagePublished\RegistryPackage\PackageVersion\Author', $exception, stack: $this->hydrationStack); } @@ -2600,6 +2622,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRegistryPackagePublished\RegistryPackage\PackageVersion\Release\Author', $exception, stack: $this->hydrationStack); } @@ -4182,6 +4215,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6086,6 +6130,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRegistryPackageUpdated\RegistryPackage\Owner', $exception, stack: $this->hydrationStack); } @@ -6604,6 +6659,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRegistryPackageUpdated\RegistryPackage\PackageVersion\Author', $exception, stack: $this->hydrationStack); } @@ -6970,6 +7036,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRegistryPackageUpdated\RegistryPackage\PackageVersion\Release\Author', $exception, stack: $this->hydrationStack); } @@ -7653,6 +7730,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7932,6 +8017,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8614,6 +8707,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9290,6 +9391,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10405,6 +10514,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10612,6 +10729,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10716,6 +10841,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou $url = $object->url; after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Release.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Release.php index 0a68540488e..0865bd0e935 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Release.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Release.php @@ -1062,6 +1062,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksRelease\Author', $exception, stack: $this->hydrationStack); } @@ -2699,6 +2710,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5204,6 +5226,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookReleasePrereleased\Release\Author', $exception, stack: $this->hydrationStack); } @@ -5990,6 +6023,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksRelease1\Author', $exception, stack: $this->hydrationStack); } @@ -7033,6 +7077,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7699,6 +7751,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9165,6 +9225,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -9546,6 +9614,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Repository.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Repository.php index 8dae20e9f07..d1d0437ef82 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Repository.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Repository.php @@ -2048,6 +2048,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5253,6 +5264,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRepositoryTransferred\Changes\Owner\From\User', $exception, stack: $this->hydrationStack); } @@ -6335,6 +6357,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -8033,6 +8063,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryAdvisory.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryAdvisory.php index f2716b327cd..c2a60ea84f3 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryAdvisory.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryAdvisory.php @@ -2045,6 +2045,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5618,6 +5629,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryDispatch.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryDispatch.php index dcc30983809..09a8589c5de 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryDispatch.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryDispatch.php @@ -2043,6 +2043,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4360,6 +4371,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryImport.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryImport.php index d0be229eeb6..61a27a90966 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryImport.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryImport.php @@ -2010,6 +2010,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4300,6 +4311,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryRuleset.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryRuleset.php index fb8f002a4e9..5f5103b756c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryRuleset.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryRuleset.php @@ -2052,6 +2052,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5259,6 +5270,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryVulnerabilityAlert.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryVulnerabilityAlert.php index 5e3db2c997a..c4a3fa156f7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryVulnerabilityAlert.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/RepositoryVulnerabilityAlert.php @@ -2510,6 +2510,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4495,6 +4506,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookRepositoryVulnerabilityAlertDismiss\Alert\Dismisser', $exception, stack: $this->hydrationStack); } @@ -6465,6 +6487,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7720,6 +7750,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlert.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlert.php index 4605ff371f3..4b8a7cd56dd 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlert.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlert.php @@ -16,6 +16,7 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleInstallation; use ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser; use ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertCreated; +use ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertPubliclyLeaked; use ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertReopened; use ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertResolved; use ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertValidated; @@ -66,6 +67,7 @@ public function hydrateObject(string $className, array $payload): object 'ApiClients\Client\GitHubEnterpriseCloud\Schema\RepositoryWebhooks\TemplateRepository' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks⚡️TemplateRepository($payload), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\RepositoryWebhooks\TemplateRepository\Owner' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks⚡️TemplateRepository⚡️Owner($payload), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\RepositoryWebhooks\TemplateRepository\Permissions' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks⚡️TemplateRepository⚡️Permissions($payload), + 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertPubliclyLeaked' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertPubliclyLeaked($payload), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertReopened' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertReopened($payload), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertResolved' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertResolved($payload), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertValidated' => $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertValidated($payload), @@ -422,6 +424,28 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['pushProtectionBypassedAt'] = $value; after_pushProtectionBypassedAt: + + $value = $payload['publicly_leaked'] ?? null; + + if ($value === null) { + $properties['publiclyLeaked'] = null; + goto after_publiclyLeaked; + } + + $properties['publiclyLeaked'] = $value; + + after_publiclyLeaked: + + $value = $payload['multi_repo'] ?? null; + + if ($value === null) { + $properties['multiRepo'] = null; + goto after_multiRepo; + } + + $properties['multiRepo'] = $value; + + after_multiRepo: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SecretScanningAlertWebhook', $exception, stack: $this->hydrationStack); } @@ -672,6 +696,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3625,6 +3660,156 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S } } + private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertPubliclyLeaked(array $payload): WebhookSecretScanningAlertPubliclyLeaked + { + $properties = []; + $missingFields = []; + try { + $value = $payload['action'] ?? null; + + if ($value === null) { + $missingFields[] = 'action'; + goto after_action; + } + + $properties['action'] = $value; + + after_action: + + $value = $payload['alert'] ?? null; + + if ($value === null) { + $missingFields[] = 'alert'; + goto after_alert; + } + + if (is_array($value)) { + try { + $this->hydrationStack[] = 'alert'; + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SecretScanningAlertWebhook($value); + } finally { + array_pop($this->hydrationStack); + } + } + + $properties['alert'] = $value; + + after_alert: + + $value = $payload['enterprise'] ?? null; + + if ($value === null) { + $properties['enterprise'] = null; + goto after_enterprise; + } + + if (is_array($value)) { + try { + $this->hydrationStack[] = 'enterprise'; + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️EnterpriseWebhooks($value); + } finally { + array_pop($this->hydrationStack); + } + } + + $properties['enterprise'] = $value; + + after_enterprise: + + $value = $payload['installation'] ?? null; + + if ($value === null) { + $properties['installation'] = null; + goto after_installation; + } + + if (is_array($value)) { + try { + $this->hydrationStack[] = 'installation'; + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleInstallation($value); + } finally { + array_pop($this->hydrationStack); + } + } + + $properties['installation'] = $value; + + after_installation: + + $value = $payload['organization'] ?? null; + + if ($value === null) { + $properties['organization'] = null; + goto after_organization; + } + + if (is_array($value)) { + try { + $this->hydrationStack[] = 'organization'; + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️OrganizationSimpleWebhooks($value); + } finally { + array_pop($this->hydrationStack); + } + } + + $properties['organization'] = $value; + + after_organization: + + $value = $payload['repository'] ?? null; + + if ($value === null) { + $missingFields[] = 'repository'; + goto after_repository; + } + + if (is_array($value)) { + try { + $this->hydrationStack[] = 'repository'; + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks($value); + } finally { + array_pop($this->hydrationStack); + } + } + + $properties['repository'] = $value; + + after_repository: + + $value = $payload['sender'] ?? null; + + if ($value === null) { + $properties['sender'] = null; + goto after_sender; + } + + if (is_array($value)) { + try { + $this->hydrationStack[] = 'sender'; + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleUser($value); + } finally { + array_pop($this->hydrationStack); + } + } + + $properties['sender'] = $value; + + after_sender: + } catch (Throwable $exception) { + throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertPubliclyLeaked', $exception, stack: $this->hydrationStack); + } + + if (count($missingFields) > 0) { + throw UnableToHydrateObject::dueToMissingFields(WebhookSecretScanningAlertPubliclyLeaked::class, $missingFields, stack: $this->hydrationStack); + } + + try { + return new WebhookSecretScanningAlertPubliclyLeaked(...$properties); + } catch (Throwable $exception) { + throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertPubliclyLeaked', $exception, stack: $this->hydrationStack); + } + } + private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertReopened(array $payload): WebhookSecretScanningAlertReopened { $properties = []; @@ -4138,6 +4323,7 @@ public function serializeObjectOfType(object $object, string $className): mixed 'ApiClients\Client\GitHubEnterpriseCloud\Schema\RepositoryWebhooks\TemplateRepository' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks⚡️TemplateRepository($object), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\RepositoryWebhooks\TemplateRepository\Owner' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks⚡️TemplateRepository⚡️Owner($object), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\RepositoryWebhooks\TemplateRepository\Permissions' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks⚡️TemplateRepository⚡️Permissions($object), + 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertPubliclyLeaked' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertPubliclyLeaked($object), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertReopened' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertReopened($object), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertResolved' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertResolved($object), 'ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookSecretScanningAlertValidated' => $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertValidated($object), @@ -4393,6 +4579,22 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_pushProtectionBypassedAt: $result['push_protection_bypassed_at'] = $pushProtectionBypassedAt; + $publiclyLeaked = $object->publiclyLeaked; + + if ($publiclyLeaked === null) { + goto after_publiclyLeaked; + } + + after_publiclyLeaked: $result['publicly_leaked'] = $publiclyLeaked; + + $multiRepo = $object->multiRepo; + + if ($multiRepo === null) { + goto after_multiRepo; + } + + after_multiRepo: $result['multi_repo'] = $multiRepo; + return $result; } @@ -4484,6 +4686,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -6091,6 +6301,61 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou return $result; } + private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertPubliclyLeaked(mixed $object): mixed + { + assert($object instanceof WebhookSecretScanningAlertPubliclyLeaked); + $result = []; + + $action = $object->action; + after_action: $result['action'] = $action; + + $alert = $object->alert; + $alert = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SecretScanningAlertWebhook($alert); + after_alert: $result['alert'] = $alert; + + $enterprise = $object->enterprise; + + if ($enterprise === null) { + goto after_enterprise; + } + + $enterprise = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️EnterpriseWebhooks($enterprise); + after_enterprise: $result['enterprise'] = $enterprise; + + $installation = $object->installation; + + if ($installation === null) { + goto after_installation; + } + + $installation = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleInstallation($installation); + after_installation: $result['installation'] = $installation; + + $organization = $object->organization; + + if ($organization === null) { + goto after_organization; + } + + $organization = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️OrganizationSimpleWebhooks($organization); + after_organization: $result['organization'] = $organization; + + $repository = $object->repository; + $repository = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️RepositoryWebhooks($repository); + after_repository: $result['repository'] = $repository; + + $sender = $object->sender; + + if ($sender === null) { + goto after_sender; + } + + $sender = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️SimpleUser($sender); + after_sender: $result['sender'] = $sender; + + return $result; + } + private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookSecretScanningAlertReopened(mixed $object): mixed { assert($object instanceof WebhookSecretScanningAlertReopened); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlertLocation.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlertLocation.php index 24429b12fa8..a6c47342990 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlertLocation.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecretScanningAlertLocation.php @@ -420,6 +420,28 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['pushProtectionBypassedAt'] = $value; after_pushProtectionBypassedAt: + + $value = $payload['publicly_leaked'] ?? null; + + if ($value === null) { + $properties['publiclyLeaked'] = null; + goto after_publiclyLeaked; + } + + $properties['publiclyLeaked'] = $value; + + after_publiclyLeaked: + + $value = $payload['multi_repo'] ?? null; + + if ($value === null) { + $properties['multiRepo'] = null; + goto after_multiRepo; + } + + $properties['multiRepo'] = $value; + + after_multiRepo: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SecretScanningAlertWebhook', $exception, stack: $this->hydrationStack); } @@ -670,6 +692,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3889,6 +3922,22 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_pushProtectionBypassedAt: $result['push_protection_bypassed_at'] = $pushProtectionBypassedAt; + $publiclyLeaked = $object->publiclyLeaked; + + if ($publiclyLeaked === null) { + goto after_publiclyLeaked; + } + + after_publiclyLeaked: $result['publicly_leaked'] = $publiclyLeaked; + + $multiRepo = $object->multiRepo; + + if ($multiRepo === null) { + goto after_multiRepo; + } + + after_multiRepo: $result['multi_repo'] = $multiRepo; + return $result; } @@ -3980,6 +4029,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAdvisory.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAdvisory.php index e9f22c566e8..76f56ab7578 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAdvisory.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAdvisory.php @@ -2046,6 +2046,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -5242,6 +5253,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAndAnalysis.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAndAnalysis.php index 977d472aa15..4eb68d6d368 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAndAnalysis.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SecurityAndAnalysis.php @@ -2469,6 +2469,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4982,6 +4993,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Sponsorship.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Sponsorship.php index 513762b5e1b..fee2ee7ff00 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Sponsorship.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Sponsorship.php @@ -2059,6 +2059,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -3767,6 +3778,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksSponsorship\Maintainer', $exception, stack: $this->hydrationStack); } @@ -4017,6 +4039,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksSponsorship\Sponsor', $exception, stack: $this->hydrationStack); } @@ -4267,6 +4300,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhooksSponsorship\Sponsorable', $exception, stack: $this->hydrationStack); } @@ -6437,6 +6481,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7583,6 +7635,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7749,6 +7809,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -7915,6 +7983,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Star.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Star.php index a1661458c57..ecffcc41315 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Star.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Star.php @@ -2023,6 +2023,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4463,6 +4474,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Status.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Status.php index 7bc9ca98266..d8960657889 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Status.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Status.php @@ -3160,6 +3160,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6068,6 +6079,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SubIssues.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SubIssues.php index 87670a64a13..4c10ef489d4 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SubIssues.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/SubIssues.php @@ -976,6 +976,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6750,6 +6761,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Team.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Team.php index 359c698ab0a..91b3c586040 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Team.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Team.php @@ -1930,6 +1930,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookTeamAddedToRepository\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -2254,6 +2265,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4106,6 +4128,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookTeamCreated\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -5699,6 +5732,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookTeamDeleted\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -7681,6 +7725,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookTeamEdited\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -9274,6 +9329,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookTeamRemovedFromRepository\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -10281,6 +10347,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -10405,6 +10479,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11208,6 +11290,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -11889,6 +11979,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -12722,6 +12820,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -13398,6 +13504,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/TeamAdd.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/TeamAdd.php index 4ceba89cd6c..59018c6ab48 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/TeamAdd.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/TeamAdd.php @@ -2023,6 +2023,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4649,6 +4660,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Watch.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Watch.php index dc85ab4815a..9c84ad24683 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Watch.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/Watch.php @@ -2010,6 +2010,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4300,6 +4311,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowDispatch.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowDispatch.php index 61157b02943..3f6673441d7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowDispatch.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowDispatch.php @@ -2043,6 +2043,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4365,6 +4376,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowJob.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowJob.php index b164f12121e..d87bb1d5d59 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowJob.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowJob.php @@ -2067,6 +2067,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -6524,6 +6535,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowRun.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowRun.php index 402f64bcd12..c04d46ac1f7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowRun.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrator/WebHook/WorkflowRun.php @@ -2095,6 +2095,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['starredAt'] = $value; after_starredAt: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\SimpleUser', $exception, stack: $this->hydrationStack); } @@ -4282,6 +4293,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunCompleted\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -5295,6 +5317,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunCompleted\WorkflowRun\HeadRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -6079,6 +6112,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunCompleted\WorkflowRun\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -6329,6 +6373,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunCompleted\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -8604,7 +8659,7 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S if (is_array($value)) { try { $this->hydrationStack[] = 'owner'; - $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookWorkflowRunCompleted⚡️WorkflowRun⚡️HeadRepository⚡️Owner($value); + $value = $this->hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookWorkflowRunInProgress⚡️WorkflowRun⚡️Repository⚡️Owner($value); } finally { array_pop($this->hydrationStack); } @@ -10103,6 +10158,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunRequested\WorkflowRun\Actor', $exception, stack: $this->hydrationStack); } @@ -11116,6 +11182,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunRequested\WorkflowRun\HeadRepository\Owner', $exception, stack: $this->hydrationStack); } @@ -11900,6 +11977,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunRequested\WorkflowRun\Repository\Owner', $exception, stack: $this->hydrationStack); } @@ -12150,6 +12238,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S $properties['url'] = $value; after_url: + + $value = $payload['user_view_type'] ?? null; + + if ($value === null) { + $properties['userViewType'] = null; + goto after_userViewType; + } + + $properties['userViewType'] = $value; + + after_userViewType: } catch (Throwable $exception) { throw UnableToHydrateObject::dueToError('ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookWorkflowRunRequested\WorkflowRun\TriggeringActor', $exception, stack: $this->hydrationStack); } @@ -13253,6 +13352,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_starredAt: $result['starred_at'] = $starredAt; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -14575,6 +14682,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -14996,6 +15111,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -15319,6 +15442,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -15485,6 +15616,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -16421,7 +16560,7 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou goto after_owner; } - $owner = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookWorkflowRunCompleted⚡️WorkflowRun⚡️HeadRepository⚡️Owner($owner); + $owner = $this->serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️Schema⚡️WebhookWorkflowRunInProgress⚡️WorkflowRun⚡️Repository⚡️Owner($owner); after_owner: $result['owner'] = $owner; $private = $object->private; @@ -17181,6 +17320,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17602,6 +17749,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -17925,6 +18080,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } @@ -18091,6 +18254,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou after_url: $result['url'] = $url; + $userViewType = $object->userViewType; + + if ($userViewType === null) { + goto after_userViewType; + } + + after_userViewType: $result['user_view_type'] = $userViewType; + return $result; } diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Hydrators.php b/clients/GitHubEnterpriseCloud/src/Internal/Hydrators.php index 8efa625dbbf..47d831587d7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Hydrators.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Hydrators.php @@ -1133,7 +1133,7 @@ public function hydrateObject(string $className, array $payload): object '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryImport' => $this->getObjectMapperWebHook🪝RepositoryImport()->hydrateObject($className, $payload), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetDeleted', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Name', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Enforcement', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Conditions', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Rules' => $this->getObjectMapperWebHook🪝RepositoryRuleset()->hydrateObject($className, $payload), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertCreate', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksAlert', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksAlert\\Dismisser', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertDismiss', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertDismiss\\Alert', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertDismiss\\Alert\\Dismisser', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertReopen', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertResolve', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertResolve\\Alert', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertResolve\\Alert\\Dismisser' => $this->getObjectMapperWebHook🪝RepositoryVulnerabilityAlert()->hydrateObject($className, $payload), - '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\SecretScanningAlertWebhook', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertReopened', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertResolved', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertValidated' => $this->getObjectMapperWebHook🪝SecretScanningAlert()->hydrateObject($className, $payload), + '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\SecretScanningAlertWebhook', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertPubliclyLeaked', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertReopened', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertResolved', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertValidated' => $this->getObjectMapperWebHook🪝SecretScanningAlert()->hydrateObject($className, $payload), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertLocationCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\SecretScanningLocation', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertLocationCreatedFormEncoded' => $this->getObjectMapperWebHook🪝SecretScanningAlertLocation()->hydrateObject($className, $payload), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryPublished', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksSecurityAdvisory', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksSecurityAdvisory\\Cvss', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryUpdated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryWithdrawn', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryWithdrawn\\SecurityAdvisory', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryWithdrawn\\SecurityAdvisory\\Cvss' => $this->getObjectMapperWebHook🪝SecurityAdvisory()->hydrateObject($className, $payload), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAndAnalysis', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAndAnalysis\\Changes', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAndAnalysis\\Changes\\From' => $this->getObjectMapperWebHook🪝SecurityAndAnalysis()->hydrateObject($className, $payload), @@ -1513,7 +1513,7 @@ public function serializeObjectOfType(object $object, string $className): mixed '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryImport' => $this->getObjectMapperWebHook🪝RepositoryImport()->serializeObject($object), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetDeleted', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Name', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Enforcement', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Conditions', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryRulesetEdited\\Changes\\Rules' => $this->getObjectMapperWebHook🪝RepositoryRuleset()->serializeObject($object), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertCreate', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksAlert', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksAlert\\Dismisser', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertDismiss', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertDismiss\\Alert', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertDismiss\\Alert\\Dismisser', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertReopen', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertResolve', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertResolve\\Alert', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookRepositoryVulnerabilityAlertResolve\\Alert\\Dismisser' => $this->getObjectMapperWebHook🪝RepositoryVulnerabilityAlert()->serializeObject($object), - '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\SecretScanningAlertWebhook', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertReopened', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertResolved', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertValidated' => $this->getObjectMapperWebHook🪝SecretScanningAlert()->serializeObject($object), + '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\SecretScanningAlertWebhook', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertPubliclyLeaked', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertReopened', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertResolved', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertValidated' => $this->getObjectMapperWebHook🪝SecretScanningAlert()->serializeObject($object), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertLocationCreated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\SecretScanningLocation', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecretScanningAlertLocationCreatedFormEncoded' => $this->getObjectMapperWebHook🪝SecretScanningAlertLocation()->serializeObject($object), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryPublished', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksSecurityAdvisory', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhooksSecurityAdvisory\\Cvss', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryUpdated', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryWithdrawn', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryWithdrawn\\SecurityAdvisory', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAdvisoryWithdrawn\\SecurityAdvisory\\Cvss' => $this->getObjectMapperWebHook🪝SecurityAdvisory()->serializeObject($object), '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAndAnalysis', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAndAnalysis\\Changes', '\\ApiClients\\Client\\GitHubEnterpriseCloud\\Schema\\WebhookSecurityAndAnalysis\\Changes\\From' => $this->getObjectMapperWebHook🪝SecurityAndAnalysis()->serializeObject($object), diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepo.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepo.php index 81953877192..9c5faeee13a 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepo.php @@ -62,7 +62,7 @@ final class ListAlertsForRepo private string $sort; /**The direction to sort the results by. **/ private string $direction; - /****Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead. **/ + /****Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead. **/ private int $page; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepoListing.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepoListing.php index dac50412876..31bbefd9db7 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepoListing.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/Dependabot/ListAlertsForRepoListing.php @@ -62,7 +62,7 @@ final class ListAlertsForRepoListing private string $sort; /**The direction to sort the results by. **/ private string $direction; - /****Deprecated**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead. **/ + /****Closing down notice**. Page number of the results to fetch. Use cursor-based pagination with `before` or `after` instead. **/ private int $page; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/Search/Code.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/Search/Code.php index 265fe62e6c7..febb44b5557 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/Search/Code.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/Search/Code.php @@ -25,9 +25,9 @@ final class Code public const OPERATION_MATCH = 'GET /search/code'; /**The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub Enterprise Cloud. The REST API supports the same qualifiers as the web interface for GitHub Enterprise Cloud. To learn more about the format of the query, see [Constructing a search query](https://docs.github.com/enterprise-cloud@latest//rest/search/search#constructing-a-search-query). See "[Searching code](https://docs.github.com/enterprise-cloud@latest//search-github/searching-on-github/searching-code)" for a detailed list of qualifiers. **/ private string $q; - /****This field is deprecated.** Sorts the results of your query. Can only be `indexed`, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: [best match](https://docs.github.com/enterprise-cloud@latest//rest/search/search#ranking-search-results) **/ + /****This field is closing down.** Sorts the results of your query. Can only be `indexed`, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: [best match](https://docs.github.com/enterprise-cloud@latest//rest/search/search#ranking-search-results) **/ private string $sort; - /****This field is deprecated.** Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter is ignored unless you provide `sort`. **/ + /****This field is closing down.** Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter is ignored unless you provide `sort`. **/ private string $order; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForEnterprise.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForEnterprise.php index 28762e83647..03a4208eded 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForEnterprise.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForEnterprise.php @@ -47,24 +47,30 @@ final class ListAlertsForEnterprise private string $direction; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; + /**A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present. **/ + private bool $isPubliclyLeaked; + /**A boolean value representing whether or not to filter alerts by the multi-repo tag being present. **/ + private bool $isMultiRepo; - public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Enterprises\Enterprise\SecretScanning\Alerts $hydrator, string $enterprise, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $perPage = 30) + public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Enterprises\Enterprise\SecretScanning\Alerts $hydrator, string $enterprise, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false) { - $this->enterprise = $enterprise; - $this->state = $state; - $this->secretType = $secretType; - $this->resolution = $resolution; - $this->before = $before; - $this->after = $after; - $this->validity = $validity; - $this->sort = $sort; - $this->direction = $direction; - $this->perPage = $perPage; + $this->enterprise = $enterprise; + $this->state = $state; + $this->secretType = $secretType; + $this->resolution = $resolution; + $this->before = $before; + $this->after = $after; + $this->validity = $validity; + $this->sort = $sort; + $this->direction = $direction; + $this->perPage = $perPage; + $this->isPubliclyLeaked = $isPubliclyLeaked; + $this->isMultiRepo = $isMultiRepo; } public function createRequest(): RequestInterface { - return new Request('GET', str_replace(['{enterprise}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{per_page}'], [$this->enterprise, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->perPage], '/enterprises/{enterprise}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&per_page={per_page}')); + return new Request('GET', str_replace(['{enterprise}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{per_page}', '{is_publicly_leaked}', '{is_multi_repo}'], [$this->enterprise, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->perPage, $this->isPubliclyLeaked, $this->isMultiRepo], '/enterprises/{enterprise}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&per_page={per_page}&is_publicly_leaked={is_publicly_leaked}&is_multi_repo={is_multi_repo}')); } /** @return Observable */ diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrg.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrg.php index c3716a7356d..682066eb602 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrg.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrg.php @@ -49,25 +49,31 @@ final class ListAlertsForOrg private int $page; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; + /**A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present. **/ + private bool $isPubliclyLeaked; + /**A boolean value representing whether or not to filter alerts by the multi-repo tag being present. **/ + private bool $isMultiRepo; - public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\SecretScanning\Alerts $hydrator, string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30) + public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\SecretScanning\Alerts $hydrator, string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false) { - $this->org = $org; - $this->state = $state; - $this->secretType = $secretType; - $this->resolution = $resolution; - $this->before = $before; - $this->after = $after; - $this->validity = $validity; - $this->sort = $sort; - $this->direction = $direction; - $this->page = $page; - $this->perPage = $perPage; + $this->org = $org; + $this->state = $state; + $this->secretType = $secretType; + $this->resolution = $resolution; + $this->before = $before; + $this->after = $after; + $this->validity = $validity; + $this->sort = $sort; + $this->direction = $direction; + $this->page = $page; + $this->perPage = $perPage; + $this->isPubliclyLeaked = $isPubliclyLeaked; + $this->isMultiRepo = $isMultiRepo; } public function createRequest(): RequestInterface { - return new Request('GET', str_replace(['{org}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}'], [$this->org, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage], '/orgs/{org}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}')); + return new Request('GET', str_replace(['{org}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}', '{is_publicly_leaked}', '{is_multi_repo}'], [$this->org, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage, $this->isPubliclyLeaked, $this->isMultiRepo], '/orgs/{org}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}&is_publicly_leaked={is_publicly_leaked}&is_multi_repo={is_multi_repo}')); } /** @return Observable */ diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrgListing.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrgListing.php index f9984a7c00c..598859e951d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrgListing.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForOrgListing.php @@ -49,25 +49,31 @@ final class ListAlertsForOrgListing private int $page; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; + /**A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present. **/ + private bool $isPubliclyLeaked; + /**A boolean value representing whether or not to filter alerts by the multi-repo tag being present. **/ + private bool $isMultiRepo; - public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\SecretScanning\Alerts $hydrator, string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30) + public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\SecretScanning\Alerts $hydrator, string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false) { - $this->org = $org; - $this->state = $state; - $this->secretType = $secretType; - $this->resolution = $resolution; - $this->before = $before; - $this->after = $after; - $this->validity = $validity; - $this->sort = $sort; - $this->direction = $direction; - $this->page = $page; - $this->perPage = $perPage; + $this->org = $org; + $this->state = $state; + $this->secretType = $secretType; + $this->resolution = $resolution; + $this->before = $before; + $this->after = $after; + $this->validity = $validity; + $this->sort = $sort; + $this->direction = $direction; + $this->page = $page; + $this->perPage = $perPage; + $this->isPubliclyLeaked = $isPubliclyLeaked; + $this->isMultiRepo = $isMultiRepo; } public function createRequest(): RequestInterface { - return new Request('GET', str_replace(['{org}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}'], [$this->org, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage], '/orgs/{org}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}')); + return new Request('GET', str_replace(['{org}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}', '{is_publicly_leaked}', '{is_multi_repo}'], [$this->org, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage, $this->isPubliclyLeaked, $this->isMultiRepo], '/orgs/{org}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}&is_publicly_leaked={is_publicly_leaked}&is_multi_repo={is_multi_repo}')); } /** @return Observable */ diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepo.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepo.php index 8c8e597b451..e982797ba49 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepo.php @@ -52,26 +52,32 @@ final class ListAlertsForRepo private int $page; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; + /**A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present. **/ + private bool $isPubliclyLeaked; + /**A boolean value representing whether or not to filter alerts by the multi-repo tag being present. **/ + private bool $isMultiRepo; - public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\SecretScanning\Alerts $hydrator, string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30) + public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\SecretScanning\Alerts $hydrator, string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false) { - $this->owner = $owner; - $this->repo = $repo; - $this->state = $state; - $this->secretType = $secretType; - $this->resolution = $resolution; - $this->before = $before; - $this->after = $after; - $this->validity = $validity; - $this->sort = $sort; - $this->direction = $direction; - $this->page = $page; - $this->perPage = $perPage; + $this->owner = $owner; + $this->repo = $repo; + $this->state = $state; + $this->secretType = $secretType; + $this->resolution = $resolution; + $this->before = $before; + $this->after = $after; + $this->validity = $validity; + $this->sort = $sort; + $this->direction = $direction; + $this->page = $page; + $this->perPage = $perPage; + $this->isPubliclyLeaked = $isPubliclyLeaked; + $this->isMultiRepo = $isMultiRepo; } public function createRequest(): RequestInterface { - return new Request('GET', str_replace(['{owner}', '{repo}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}'], [$this->owner, $this->repo, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage], '/repos/{owner}/{repo}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}')); + return new Request('GET', str_replace(['{owner}', '{repo}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}', '{is_publicly_leaked}', '{is_multi_repo}'], [$this->owner, $this->repo, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage, $this->isPubliclyLeaked, $this->isMultiRepo], '/repos/{owner}/{repo}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}&is_publicly_leaked={is_publicly_leaked}&is_multi_repo={is_multi_repo}')); } /** @return Observable|WithoutBody */ diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepoListing.php b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepoListing.php index a11ceba545e..f49da4d575d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepoListing.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operation/SecretScanning/ListAlertsForRepoListing.php @@ -52,26 +52,32 @@ final class ListAlertsForRepoListing private int $page; /**The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." **/ private int $perPage; + /**A boolean value representing whether or not to filter alerts by the publicly-leaked tag being present. **/ + private bool $isPubliclyLeaked; + /**A boolean value representing whether or not to filter alerts by the multi-repo tag being present. **/ + private bool $isMultiRepo; - public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\SecretScanning\Alerts $hydrator, string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30) + public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Repos\Owner\Repo\SecretScanning\Alerts $hydrator, string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false) { - $this->owner = $owner; - $this->repo = $repo; - $this->state = $state; - $this->secretType = $secretType; - $this->resolution = $resolution; - $this->before = $before; - $this->after = $after; - $this->validity = $validity; - $this->sort = $sort; - $this->direction = $direction; - $this->page = $page; - $this->perPage = $perPage; + $this->owner = $owner; + $this->repo = $repo; + $this->state = $state; + $this->secretType = $secretType; + $this->resolution = $resolution; + $this->before = $before; + $this->after = $after; + $this->validity = $validity; + $this->sort = $sort; + $this->direction = $direction; + $this->page = $page; + $this->perPage = $perPage; + $this->isPubliclyLeaked = $isPubliclyLeaked; + $this->isMultiRepo = $isMultiRepo; } public function createRequest(): RequestInterface { - return new Request('GET', str_replace(['{owner}', '{repo}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}'], [$this->owner, $this->repo, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage], '/repos/{owner}/{repo}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}')); + return new Request('GET', str_replace(['{owner}', '{repo}', '{state}', '{secret_type}', '{resolution}', '{before}', '{after}', '{validity}', '{sort}', '{direction}', '{page}', '{per_page}', '{is_publicly_leaked}', '{is_multi_repo}'], [$this->owner, $this->repo, $this->state, $this->secretType, $this->resolution, $this->before, $this->after, $this->validity, $this->sort, $this->direction, $this->page, $this->perPage, $this->isPubliclyLeaked, $this->isMultiRepo], '/repos/{owner}/{repo}/secret-scanning/alerts' . '?state={state}&secret_type={secret_type}&resolution={resolution}&before={before}&after={after}&validity={validity}&sort={sort}&direction={direction}&page={page}&per_page={per_page}&is_publicly_leaked={is_publicly_leaked}&is_multi_repo={is_multi_repo}')); } /** @return Observable|WithoutBody */ diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepo.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepo.php index 9f4d175ef97..1b5ae1a75f0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepo.php @@ -25,7 +25,7 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function call(string $owner, string $repo, string $state, string $severity, string $ecosystem, string $package, string $manifest, string $scope, string $before, string $after, int $last, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, int $first = 30): iterable|WithoutBody { $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Dependabot\ListAlertsForRepo($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $state, $severity, $ecosystem, $package, $manifest, $scope, $before, $after, $last, $sort, $direction, $page, $perPage, $first); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepoListing.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepoListing.php index 82e8c9724f4..0139748f555 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepoListing.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/Dependabot/ListAlertsForRepoListing.php @@ -25,7 +25,7 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function call(string $owner, string $repo, string $state, string $severity, string $ecosystem, string $package, string $manifest, string $scope, string $before, string $after, int $last, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, int $first = 30): iterable|WithoutBody { $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Dependabot\ListAlertsForRepoListing($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $state, $severity, $ecosystem, $package, $manifest, $scope, $before, $after, $last, $sort, $direction, $page, $perPage, $first); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/Search/Code.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/Search/Code.php index a83c1b4dc81..0cb58e2db27 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/Search/Code.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/Search/Code.php @@ -25,7 +25,6 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return */ public function call(string $q, string $sort, string $order = 'desc', int $perPage = 30, int $page = 1): Ok|WithoutBody { $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\Search\Code($this->responseSchemaValidator, $this->hydrator, $q, $sort, $order, $perPage, $page); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForEnterprise.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForEnterprise.php index b3513e3f4e6..f2bc53d0af0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForEnterprise.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForEnterprise.php @@ -24,10 +24,10 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable */ - public function call(string $enterprise, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $perPage = 30): iterable + /** @return iterable */ + public function call(string $enterprise, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false): iterable { - $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForEnterprise($this->responseSchemaValidator, $this->hydrator, $enterprise, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $perPage); + $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForEnterprise($this->responseSchemaValidator, $this->hydrator, $enterprise, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $perPage, $isPubliclyLeaked, $isMultiRepo); $request = $operation->createRequest(); $result = await($this->browser->request($request->getMethod(), (string) $request->getUri(), $request->withHeader('Authorization', $this->authentication->authHeader())->getHeaders(), (string) $request->getBody())->then(static function (ResponseInterface $response) use ($operation): Observable { return $operation->createResponse($response); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrg.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrg.php index f93f9f4179a..96fb0bcfd15 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrg.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrg.php @@ -24,10 +24,10 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable */ - public function call(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30): iterable + /** @return iterable */ + public function call(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false): iterable { - $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForOrg($this->responseSchemaValidator, $this->hydrator, $org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForOrg($this->responseSchemaValidator, $this->hydrator, $org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); $request = $operation->createRequest(); $result = await($this->browser->request($request->getMethod(), (string) $request->getUri(), $request->withHeader('Authorization', $this->authentication->authHeader())->getHeaders(), (string) $request->getBody())->then(static function (ResponseInterface $response) use ($operation): Observable { return $operation->createResponse($response); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrgListing.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrgListing.php index af8c99cce68..84d5caba325 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrgListing.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForOrgListing.php @@ -24,10 +24,10 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable */ - public function call(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30): iterable + /** @return iterable */ + public function call(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false): iterable { - $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForOrgListing($this->responseSchemaValidator, $this->hydrator, $org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForOrgListing($this->responseSchemaValidator, $this->hydrator, $org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); $request = $operation->createRequest(); $result = await($this->browser->request($request->getMethod(), (string) $request->getUri(), $request->withHeader('Authorization', $this->authentication->authHeader())->getHeaders(), (string) $request->getBody())->then(static function (ResponseInterface $response) use ($operation): Observable { return $operation->createResponse($response); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepo.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepo.php index 8be90254df1..fb48c9c4c32 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepo.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepo.php @@ -25,10 +25,10 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable|WithoutBody */ - public function call(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30): iterable|WithoutBody + /** @return iterable|WithoutBody */ + public function call(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false): iterable|WithoutBody { - $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForRepo($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForRepo($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); $request = $operation->createRequest(); $result = await($this->browser->request($request->getMethod(), (string) $request->getUri(), $request->withHeader('Authorization', $this->authentication->authHeader())->getHeaders(), (string) $request->getBody())->then(static function (ResponseInterface $response) use ($operation): Observable|WithoutBody { return $operation->createResponse($response); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepoListing.php b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepoListing.php index 6a0b332c867..184219dca50 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepoListing.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Operator/SecretScanning/ListAlertsForRepoListing.php @@ -25,10 +25,10 @@ public function __construct(private Browser $browser, private AuthenticationInte { } - /** @return Observable|WithoutBody */ - public function call(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30): iterable|WithoutBody + /** @return iterable|WithoutBody */ + public function call(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort = 'created', string $direction = 'desc', int $page = 1, int $perPage = 30, bool $isPubliclyLeaked = false, bool $isMultiRepo = false): iterable|WithoutBody { - $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForRepoListing($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + $operation = new \ApiClients\Client\GitHubEnterpriseCloud\Internal\Operation\SecretScanning\ListAlertsForRepoListing($this->responseSchemaValidator, $this->hydrator, $owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); $request = $operation->createRequest(); $result = await($this->browser->request($request->getMethod(), (string) $request->getUri(), $request->withHeader('Authorization', $this->authentication->authHeader())->getHeaders(), (string) $request->getBody())->then(static function (ResponseInterface $response) use ($operation): Observable|WithoutBody { return $operation->createResponse($response); diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Dependabot.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Dependabot.php index f2e8b17e743..a8fafb80b4d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Dependabot.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Dependabot.php @@ -263,7 +263,7 @@ public function getOrgSecret(array $params): OrganizationDependabotSecret return $operator->call($arguments['org'], $arguments['secret_name']); } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function listAlertsForRepo(array $params): iterable|WithoutBody { $arguments = []; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Five.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Five.php index 9868f7d6c94..a27a3c70604 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Five.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Five.php @@ -55,7 +55,7 @@ public function __construct(private Routers $routers) { } - /** @return |Observable|Observable|Observable|WithoutBody|Observable|Observable|Observable|Schema\BasicError|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ + /** @return |Observable|Observable|Observable|WithoutBody|iterable|Observable|Observable|Schema\BasicError|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ public function call(string $call, array $params, array $pathChunks): HookDelivery|ActionsEnterprisePermissions|Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\EnterpriseAdmin\ListSelfHostedRunnersForEnterprise\Response\ApplicationJson\Ok|iterable|WithoutBody|GistComment|MarketplacePurchase|BasicError|ThreadSubscription|ActionsOrganizationPermissions|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListSelfHostedRunnerGroupsForOrg\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListSelfHostedRunnersForOrg\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListOrgSecrets\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListOrgVariables\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Orgs\ListAttestations\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\ListOrgSecrets\Response\ApplicationJson\Ok|CopilotOrganizationDetails|OrganizationCustomRepositoryRole|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Dependabot\ListOrgSecrets\Response\ApplicationJson\Ok|ExternalGroup|OrgHook|OrgMembership|Migration|OrganizationRole|RepositoryRuleset|GroupMapping|TeamFull|ProjectCard|CheckAutomatedSecurityFixes|CodeSecurityConfigurationForRepository|Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Repos\GetAllEnvironments\Response\ApplicationJson\Ok|Import|Installation|InteractionLimitResponse|One|Language|LicenseContent|Page|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Repos\CheckPrivateVulnerabilityReporting\Response\ApplicationJson\Ok|ContentFile|SimpleUser|Stargazer|RepositorySubscription|Topic|TeamDiscussion|TeamMembership|TeamProject|CodespacesUserPublicKey|CodespacesSecret|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\CodespaceMachinesForAuthenticatedUser\Response\ApplicationJson\Ok\Application\Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Apps\ListInstallationReposForAuthenticatedUser\Response\ApplicationJson\Ok|Package|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Users\ListAttestations\Response\ApplicationJson\Ok|EmptyObject { if ($pathChunks[0] === '') { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Search.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Search.php index e31b42c421c..f0d8b5ca331 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Search.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Search.php @@ -20,7 +20,6 @@ public function __construct(private SchemaValidator $requestSchemaValidator, pri { } - /** @return */ public function code(array $params): Ok|WithoutBody { $arguments = []; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/SecretScanning.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/SecretScanning.php index 463f97a5bba..26fbc55135c 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/SecretScanning.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/SecretScanning.php @@ -37,7 +37,7 @@ public function getSecurityAnalysisSettingsForEnterprise(array $params): Enterpr return $operator->call($arguments['enterprise']); } - /** @return Observable */ + /** @return iterable */ public function listAlertsForEnterprise(array $params): iterable { $arguments = []; @@ -101,12 +101,24 @@ public function listAlertsForEnterprise(array $params): iterable $arguments['per_page'] = $params['per_page']; unset($params['per_page']); + if (array_key_exists('is_publicly_leaked', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_publicly_leaked'); + } + + $arguments['is_publicly_leaked'] = $params['is_publicly_leaked']; + unset($params['is_publicly_leaked']); + if (array_key_exists('is_multi_repo', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_multi_repo'); + } + + $arguments['is_multi_repo'] = $params['is_multi_repo']; + unset($params['is_multi_repo']); $operator = new Internal\Operator\SecretScanning\ListAlertsForEnterprise($this->browser, $this->authentication, $this->responseSchemaValidator, $this->hydrators->getObjectMapperOperation🌀Enterprises🌀Enterprise🌀SecretScanning🌀Alerts()); - return $operator->call($arguments['enterprise'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['per_page']); + return $operator->call($arguments['enterprise'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['per_page'], $arguments['is_publicly_leaked'], $arguments['is_multi_repo']); } - /** @return Observable */ + /** @return iterable */ public function listAlertsForOrg(array $params): iterable { $arguments = []; @@ -176,12 +188,24 @@ public function listAlertsForOrg(array $params): iterable $arguments['per_page'] = $params['per_page']; unset($params['per_page']); + if (array_key_exists('is_publicly_leaked', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_publicly_leaked'); + } + + $arguments['is_publicly_leaked'] = $params['is_publicly_leaked']; + unset($params['is_publicly_leaked']); + if (array_key_exists('is_multi_repo', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_multi_repo'); + } + + $arguments['is_multi_repo'] = $params['is_multi_repo']; + unset($params['is_multi_repo']); $operator = new Internal\Operator\SecretScanning\ListAlertsForOrg($this->browser, $this->authentication, $this->responseSchemaValidator, $this->hydrators->getObjectMapperOperation🌀Orgs🌀Org🌀SecretScanning🌀Alerts()); - return $operator->call($arguments['org'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page']); + return $operator->call($arguments['org'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page'], $arguments['is_publicly_leaked'], $arguments['is_multi_repo']); } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function listAlertsForRepo(array $params): iterable|WithoutBody { $arguments = []; @@ -257,9 +281,21 @@ public function listAlertsForRepo(array $params): iterable|WithoutBody $arguments['per_page'] = $params['per_page']; unset($params['per_page']); + if (array_key_exists('is_publicly_leaked', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_publicly_leaked'); + } + + $arguments['is_publicly_leaked'] = $params['is_publicly_leaked']; + unset($params['is_publicly_leaked']); + if (array_key_exists('is_multi_repo', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_multi_repo'); + } + + $arguments['is_multi_repo'] = $params['is_multi_repo']; + unset($params['is_multi_repo']); $operator = new Internal\Operator\SecretScanning\ListAlertsForRepo($this->browser, $this->authentication, $this->responseSchemaValidator, $this->hydrators->getObjectMapperOperation🌀Repos🌀Owner🌀Repo🌀SecretScanning🌀Alerts()); - return $operator->call($arguments['owner'], $arguments['repo'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page']); + return $operator->call($arguments['owner'], $arguments['repo'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page'], $arguments['is_publicly_leaked'], $arguments['is_multi_repo']); } /** @return */ diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Six.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Six.php index cdf09c07168..a61166bc762 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Six.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Six.php @@ -83,7 +83,7 @@ public function __construct(private Routers $routers) { } - /** @return |Observable|Observable|Observable|WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Schema\Operations\Repos\GetCodeFrequencyStats\Response\ApplicationJson\Accepted\Application\Json|Observable|Schema\Operations\Repos\GetCommitActivityStats\Response\ApplicationJson\Accepted\Application\Json|Observable|Schema\Operations\Repos\GetContributorsStats\Response\ApplicationJson\Accepted\Application\Json|Observable|Observable|Observable|Observable|Observable */ + /** @return |Observable|Observable|Observable|WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|iterable|\ApiClients\Tools\OpenApiClient\Utils\Response\WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|iterable|Observable|Schema\Operations\Repos\GetCodeFrequencyStats\Response\ApplicationJson\Accepted\Application\Json|Observable|Schema\Operations\Repos\GetCommitActivityStats\Response\ApplicationJson\Accepted\Application\Json|Observable|Schema\Operations\Repos\GetContributorsStats\Response\ApplicationJson\Accepted\Application\Json|Observable|Observable|Observable|Observable|Observable */ public function call(string $call, array $params, array $pathChunks): ActionsCacheUsageOrgEnterprise|Ok|SelectedActions|ActionsGetDefaultWorkflowPermissions|RunnerGroupsEnterprise|iterable|Runner|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Copilot\ListCopilotSeatsForEnterprise\Response\ApplicationJson\Ok|ActionsBillingUsage|AdvancedSecurityActiveCommitters|GetAllCostCenters|PackagesBillingUsage|CombinedBillingUsage|BillingUsageReport|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\GetActionsCacheUsageByRepoForOrg\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListSelectedRepositoriesEnabledGithubActionsOrganization\Response\ApplicationJson\Ok|RunnerGroupsOrg|ActionsPublicKey|OrganizationActionsSecret|OrganizationActionsVariable|WithoutBody|CodeSecurityConfiguration|CodespacesPublicKey|CodespacesOrgSecret|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Copilot\ListCopilotSeats\Response\ApplicationJson\Ok|DependabotPublicKey|OrganizationDependabotSecret|WebhookConfig|Json|CopilotSeatDetails|Package|CustomProperty|RuleSuite|ExternalGroups|ProjectCollaboratorPermission|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListArtifactsForRepo\Response\ApplicationJson\Ok|ActionsCacheList|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListRepoOrganizationSecrets\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListRepoOrganizationVariables\Response\ApplicationJson\Ok|ActionsRepositoryPermissions|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListSelfHostedRunnersForRepo\Response\ApplicationJson\Ok\Application\Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListWorkflowRunsForRepo\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListRepoSecrets\Response\ApplicationJson\Ok\Application\Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListRepoVariables\Response\ApplicationJson\Ok\Application\Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Actions\ListRepoWorkflows\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Repos\ListAttestations\Response\ApplicationJson\Ok\Application\Json|Autolink|BranchWithProtection|BasicError|CheckRun|CheckSuite|CodeScanningDefaultSetup|CodeownersErrors|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\ListDevcontainersInRepositoryForAuthenticatedUser\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\RepoMachinesForAuthenticatedUser\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\PreFlightWithRepoForAuthenticatedUser\Response\ApplicationJson\Ok|CodespacesPermissionsCheckForDevcontainer|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\ListRepoSecrets\Response\ApplicationJson\Ok|CommitComment|Commit|CommunityProfile|CommitComparison|ContentDirectory|ContentFile|ContentSymlink|ContentSubmodule|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Dependabot\ListRepoSecrets\Response\ApplicationJson\Ok|DependencyGraphSpdxSbom|Deployment|Environment|Hook|Issue|DeployKey|Label|Milestone|PagesHealthCheck|EmptyObject|PullRequest|Release|RepositoryRuleset|RepositoryAdvisory|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Repos\GetCodeFrequencyStats\Response\ApplicationJson\Accepted\Application\Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Repos\GetCommitActivityStats\Response\ApplicationJson\Accepted\Application\Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Repos\GetContributorsStats\Response\ApplicationJson\Accepted\Application\Json|ParticipationStats|CloneTraffic|ViewTraffic|ScimEnterpriseGroupList|ScimEnterpriseUserList|ScimUserList|TeamRepository|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Codespaces\ListRepositoriesForSecretForAuthenticatedUser\Response\ApplicationJson\Ok\Application\Json|CodespaceExportDetails { if ($pathChunks[0] === '') { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Three.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Three.php index b1abf6d9779..0999c970365 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Three.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/Get/Three.php @@ -30,7 +30,7 @@ public function __construct(private Routers $routers) { } - /** @return |Observable|WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ + /** @return |Observable|WithoutBody|Observable|Observable|Observable|Observable|Schema\Operations\Search\Code\Response\ApplicationJson\Ok|\ApiClients\Tools\OpenApiClient\Utils\Response\WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ public function call(string $call, array $params, array $pathChunks): GlobalAdvisory|iterable|WithoutBody|Integration|ClassroomAssignment|Classroom|CodeOfConduct|GistSimple|Ok|License|OrganizationFull|Project|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\Code\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\Commits\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\IssuesAndPullRequests\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\Labels\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\Repos\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\Topics\Response\ApplicationJson\Ok|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Search\Users\Response\ApplicationJson\Ok|TeamFull|Json|\ApiClients\Client\GitHubEnterpriseCloud\Schema\Operations\Apps\ListInstallationsForAuthenticatedUser\Response\ApplicationJson\Ok\Application\Json|InteractionLimitResponse|One|PrivateUser|PublicUser { if ($pathChunks[0] === '') { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Dependabot.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Dependabot.php index 781181c7309..41acdcc214d 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Dependabot.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Dependabot.php @@ -21,7 +21,7 @@ public function __construct(private SchemaValidator $requestSchemaValidator, pri { } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function listAlertsForRepoListing(array $params): iterable|WithoutBody { $arguments = []; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Five.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Five.php index 386aefc3d36..a13444dccd0 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Five.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Five.php @@ -16,7 +16,7 @@ public function __construct(private Routers $routers) { } - /** @return Observable|Observable|Observable|Observable|Schema\BasicError|WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ + /** @return Observable|Observable|Observable|Observable|Schema\BasicError|WithoutBody|Observable|Observable|iterable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ public function call(string $call, array $params, array $pathChunks): iterable|BasicError|WithoutBody { if ($pathChunks[0] === '') { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/SecretScanning.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/SecretScanning.php index 6c2215d7abb..1182ff1cc51 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/SecretScanning.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/SecretScanning.php @@ -21,7 +21,7 @@ public function __construct(private SchemaValidator $requestSchemaValidator, pri { } - /** @return Observable */ + /** @return iterable */ public function listAlertsForOrgListing(array $params): iterable { $arguments = []; @@ -91,10 +91,22 @@ public function listAlertsForOrgListing(array $params): iterable $arguments['per_page'] = $params['per_page']; unset($params['per_page']); + if (array_key_exists('is_publicly_leaked', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_publicly_leaked'); + } + + $arguments['is_publicly_leaked'] = $params['is_publicly_leaked']; + unset($params['is_publicly_leaked']); + if (array_key_exists('is_multi_repo', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_multi_repo'); + } + + $arguments['is_multi_repo'] = $params['is_multi_repo']; + unset($params['is_multi_repo']); $arguments['page'] = 1; do { $operator = new Internal\Operator\SecretScanning\ListAlertsForOrgListing($this->browser, $this->authentication, $this->responseSchemaValidator, $this->hydrators->getObjectMapperOperation🌀Orgs🌀Org🌀SecretScanning🌀Alerts()); - $items = [...$operator->call($arguments['org'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page'])]; + $items = [...$operator->call($arguments['org'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page'], $arguments['is_publicly_leaked'], $arguments['is_multi_repo'])]; yield from $items; @@ -102,7 +114,7 @@ public function listAlertsForOrgListing(array $params): iterable } while (count($items) > 0); } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function listAlertsForRepoListing(array $params): iterable|WithoutBody { $arguments = []; @@ -178,10 +190,22 @@ public function listAlertsForRepoListing(array $params): iterable|WithoutBody $arguments['per_page'] = $params['per_page']; unset($params['per_page']); + if (array_key_exists('is_publicly_leaked', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_publicly_leaked'); + } + + $arguments['is_publicly_leaked'] = $params['is_publicly_leaked']; + unset($params['is_publicly_leaked']); + if (array_key_exists('is_multi_repo', $params) === false) { + throw new InvalidArgumentException('Missing mandatory field: is_multi_repo'); + } + + $arguments['is_multi_repo'] = $params['is_multi_repo']; + unset($params['is_multi_repo']); $arguments['page'] = 1; do { $operator = new Internal\Operator\SecretScanning\ListAlertsForRepoListing($this->browser, $this->authentication, $this->responseSchemaValidator, $this->hydrators->getObjectMapperOperation🌀Repos🌀Owner🌀Repo🌀SecretScanning🌀Alerts()); - $items = [...$operator->call($arguments['owner'], $arguments['repo'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page'])]; + $items = [...$operator->call($arguments['owner'], $arguments['repo'], $arguments['state'], $arguments['secret_type'], $arguments['resolution'], $arguments['before'], $arguments['after'], $arguments['validity'], $arguments['sort'], $arguments['direction'], $arguments['page'], $arguments['per_page'], $arguments['is_publicly_leaked'], $arguments['is_multi_repo'])]; yield from $items; diff --git a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Six.php b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Six.php index c6e21800e2d..89783842294 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Six.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/Router/List/Six.php @@ -15,7 +15,7 @@ public function __construct(private Routers $routers) { } - /** @return Observable|Observable|Observable|Observable|WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable|Observable */ + /** @return Observable|Observable|Observable|Observable|WithoutBody|Observable|Observable|Observable|Observable|Observable|Observable|Observable|iterable|WithoutBody|Observable|Observable|Observable|Observable|Observable|iterable|Observable|Observable|Observable|Observable */ public function call(string $call, array $params, array $pathChunks): iterable|WithoutBody { if ($pathChunks[0] === '') { diff --git a/clients/GitHubEnterpriseCloud/src/Internal/WebHook/SecretScanningAlert.php b/clients/GitHubEnterpriseCloud/src/Internal/WebHook/SecretScanningAlert.php index b28424b9152..6e78fc84018 100644 --- a/clients/GitHubEnterpriseCloud/src/Internal/WebHook/SecretScanningAlert.php +++ b/clients/GitHubEnterpriseCloud/src/Internal/WebHook/SecretScanningAlert.php @@ -19,7 +19,7 @@ public function __construct(private readonly SchemaValidator $requestSchemaValid { } - public function resolve(array $headers, array $data): Schema\WebhookSecretScanningAlertCreated|Schema\WebhookSecretScanningAlertReopened|Schema\WebhookSecretScanningAlertResolved|Schema\WebhookSecretScanningAlertValidated + public function resolve(array $headers, array $data): Schema\WebhookSecretScanningAlertCreated|Schema\WebhookSecretScanningAlertPubliclyLeaked|Schema\WebhookSecretScanningAlertReopened|Schema\WebhookSecretScanningAlertResolved|Schema\WebhookSecretScanningAlertValidated { $error = new RuntimeException('No action matching given headers and data'); if ($headers['content-type'] === 'application/json') { @@ -49,9 +49,9 @@ public function resolve(array $headers, array $data): Schema\WebhookSecretScanni $this->requestSchemaValidator->validate($headers['x-github-hook-installation-target-type'], Reader::readFromJson(Schema\WebHookHeader\XGithubHookInstallationTargetType::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); $this->requestSchemaValidator->validate($headers['x-github-delivery'], Reader::readFromJson(Schema\WebHookHeader\XGitHubDelivery::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); $this->requestSchemaValidator->validate($headers['x-hub-signature-256'], Reader::readFromJson(Schema\WebHookHeader\XHubSignature::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); - $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertReopened::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertPubliclyLeaked::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); - return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertReopened::class, $data); + return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertPubliclyLeaked::class, $data); } catch (Throwable) { goto actions_aaaab; } @@ -67,9 +67,9 @@ public function resolve(array $headers, array $data): Schema\WebhookSecretScanni $this->requestSchemaValidator->validate($headers['x-github-hook-installation-target-type'], Reader::readFromJson(Schema\WebHookHeader\XGithubHookInstallationTargetType::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); $this->requestSchemaValidator->validate($headers['x-github-delivery'], Reader::readFromJson(Schema\WebHookHeader\XGitHubDelivery::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); $this->requestSchemaValidator->validate($headers['x-hub-signature-256'], Reader::readFromJson(Schema\WebHookHeader\XHubSignature::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); - $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertResolved::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertReopened::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); - return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertResolved::class, $data); + return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertReopened::class, $data); } catch (Throwable) { goto actions_aaaac; } @@ -85,15 +85,33 @@ public function resolve(array $headers, array $data): Schema\WebhookSecretScanni $this->requestSchemaValidator->validate($headers['x-github-hook-installation-target-type'], Reader::readFromJson(Schema\WebHookHeader\XGithubHookInstallationTargetType::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); $this->requestSchemaValidator->validate($headers['x-github-delivery'], Reader::readFromJson(Schema\WebHookHeader\XGitHubDelivery::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); $this->requestSchemaValidator->validate($headers['x-hub-signature-256'], Reader::readFromJson(Schema\WebHookHeader\XHubSignature::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); - $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertValidated::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertResolved::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); - return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertValidated::class, $data); + return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertResolved::class, $data); } catch (Throwable) { goto actions_aaaad; } } actions_aaaad: + if ($headers['content-type'] === 'application/json') { + try { + $this->requestSchemaValidator->validate($headers['user-agent'], Reader::readFromJson(Schema\WebHookHeader\UserAgent::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($headers['x-github-hook-id'], Reader::readFromJson(Schema\WebHookHeader\XGithubHookId::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($headers['x-github-event'], Reader::readFromJson(Schema\WebHookHeader\XGithubEvent::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($headers['x-github-hook-installation-target-id'], Reader::readFromJson(Schema\WebHookHeader\XGithubHookInstallationTargetId::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($headers['x-github-hook-installation-target-type'], Reader::readFromJson(Schema\WebHookHeader\XGithubHookInstallationTargetType::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($headers['x-github-delivery'], Reader::readFromJson(Schema\WebHookHeader\XGitHubDelivery::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($headers['x-hub-signature-256'], Reader::readFromJson(Schema\WebHookHeader\XHubSignature::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + $this->requestSchemaValidator->validate($data, Reader::readFromJson(Schema\WebhookSecretScanningAlertValidated::SCHEMA_JSON, '\\cebe\\openapi\\spec\\Schema')); + + return $this->hydrator->hydrateObject(Schema\WebhookSecretScanningAlertValidated::class, $data); + } catch (Throwable) { + goto actions_aaaae; + } + } + + actions_aaaae: throw $error; } } diff --git a/clients/GitHubEnterpriseCloud/src/Operation/Dependabot.php b/clients/GitHubEnterpriseCloud/src/Operation/Dependabot.php index e9614b69166..c9662864546 100644 --- a/clients/GitHubEnterpriseCloud/src/Operation/Dependabot.php +++ b/clients/GitHubEnterpriseCloud/src/Operation/Dependabot.php @@ -87,13 +87,13 @@ public function removeSelectedRepoFromOrgSecret(string $org, string $secretName, return $this->operators->dependabot👷RemoveSelectedRepoFromOrgSecret()->call($org, $secretName, $repositoryId); } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function listAlertsForRepo(string $owner, string $repo, string $state, string $severity, string $ecosystem, string $package, string $manifest, string $scope, string $before, string $after, int $last, string $sort, string $direction, int $page, int $perPage, int $first): iterable|WithoutBody { return $this->operators->dependabot👷ListAlertsForRepo()->call($owner, $repo, $state, $severity, $ecosystem, $package, $manifest, $scope, $before, $after, $last, $sort, $direction, $page, $perPage, $first); } - /** @return Observable|WithoutBody */ + /** @return iterable|WithoutBody */ public function listAlertsForRepoListing(string $owner, string $repo, string $state, string $severity, string $ecosystem, string $package, string $manifest, string $scope, string $before, string $after, int $last, string $sort, string $direction, int $page, int $perPage, int $first): iterable|WithoutBody { return $this->operators->dependabot👷ListAlertsForRepoListing()->call($owner, $repo, $state, $severity, $ecosystem, $package, $manifest, $scope, $before, $after, $last, $sort, $direction, $page, $perPage, $first); diff --git a/clients/GitHubEnterpriseCloud/src/Operation/Search.php b/clients/GitHubEnterpriseCloud/src/Operation/Search.php index aa3df35ccf9..7a8d9df9868 100644 --- a/clients/GitHubEnterpriseCloud/src/Operation/Search.php +++ b/clients/GitHubEnterpriseCloud/src/Operation/Search.php @@ -14,7 +14,6 @@ public function __construct(private Internal\Operators $operators) { } - /** @return */ public function code(string $q, string $sort, string $order, int $perPage, int $page): Ok|WithoutBody { return $this->operators->search👷Code()->call($q, $sort, $order, $perPage, $page); diff --git a/clients/GitHubEnterpriseCloud/src/Operation/SecretScanning.php b/clients/GitHubEnterpriseCloud/src/Operation/SecretScanning.php index 65347ffed5a..560c1a058bd 100644 --- a/clients/GitHubEnterpriseCloud/src/Operation/SecretScanning.php +++ b/clients/GitHubEnterpriseCloud/src/Operation/SecretScanning.php @@ -29,10 +29,10 @@ public function patchSecurityAnalysisSettingsForEnterprise(string $enterprise, a return $this->operators->secretScanning👷PatchSecurityAnalysisSettingsForEnterprise()->call($enterprise, $params); } - /** @return Observable */ - public function listAlertsForEnterprise(string $enterprise, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $perPage): iterable + /** @return iterable */ + public function listAlertsForEnterprise(string $enterprise, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $perPage, bool $isPubliclyLeaked, bool $isMultiRepo): iterable { - return $this->operators->secretScanning👷ListAlertsForEnterprise()->call($enterprise, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $perPage); + return $this->operators->secretScanning👷ListAlertsForEnterprise()->call($enterprise, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $perPage, $isPubliclyLeaked, $isMultiRepo); } /** @return */ @@ -41,28 +41,28 @@ public function postSecurityProductEnablementForEnterprise(string $enterprise, s return $this->operators->secretScanning👷PostSecurityProductEnablementForEnterprise()->call($enterprise, $securityProduct, $enablement); } - /** @return Observable */ - public function listAlertsForOrg(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage): iterable + /** @return iterable */ + public function listAlertsForOrg(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage, bool $isPubliclyLeaked, bool $isMultiRepo): iterable { - return $this->operators->secretScanning👷ListAlertsForOrg()->call($org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + return $this->operators->secretScanning👷ListAlertsForOrg()->call($org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); } - /** @return Observable */ - public function listAlertsForOrgListing(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage): iterable + /** @return iterable */ + public function listAlertsForOrgListing(string $org, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage, bool $isPubliclyLeaked, bool $isMultiRepo): iterable { - return $this->operators->secretScanning👷ListAlertsForOrgListing()->call($org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + return $this->operators->secretScanning👷ListAlertsForOrgListing()->call($org, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); } - /** @return Observable|WithoutBody */ - public function listAlertsForRepo(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage): iterable|WithoutBody + /** @return iterable|WithoutBody */ + public function listAlertsForRepo(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage, bool $isPubliclyLeaked, bool $isMultiRepo): iterable|WithoutBody { - return $this->operators->secretScanning👷ListAlertsForRepo()->call($owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + return $this->operators->secretScanning👷ListAlertsForRepo()->call($owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); } - /** @return Observable|WithoutBody */ - public function listAlertsForRepoListing(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage): iterable|WithoutBody + /** @return iterable|WithoutBody */ + public function listAlertsForRepoListing(string $owner, string $repo, string $state, string $secretType, string $resolution, string $before, string $after, string $validity, string $sort, string $direction, int $page, int $perPage, bool $isPubliclyLeaked, bool $isMultiRepo): iterable|WithoutBody { - return $this->operators->secretScanning👷ListAlertsForRepoListing()->call($owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage); + return $this->operators->secretScanning👷ListAlertsForRepoListing()->call($owner, $repo, $state, $secretType, $resolution, $before, $after, $validity, $sort, $direction, $page, $perPage, $isPubliclyLeaked, $isMultiRepo); } /** @return */ diff --git a/clients/GitHubEnterpriseCloud/src/PHPStan/ClientCallReturnTypes.php b/clients/GitHubEnterpriseCloud/src/PHPStan/ClientCallReturnTypes.php index 8c7506efb4e..680b2d694c5 100644 --- a/clients/GitHubEnterpriseCloud/src/PHPStan/ClientCallReturnTypes.php +++ b/clients/GitHubEnterpriseCloud/src/PHPStan/ClientCallReturnTypes.php @@ -404,7 +404,7 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method } if ($call === 'GET /enterprises/{enterprise}/secret-scanning/alerts') { - return $this->typeResolver->resolve('Observable'); + return $this->typeResolver->resolve('iterable'); } if ($call === 'GET /enterprises/{enterprise}/settings/billing/actions') { @@ -1708,11 +1708,11 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method } if ($call === 'GET /orgs/{org}/secret-scanning/alerts') { - return $this->typeResolver->resolve('Observable'); + return $this->typeResolver->resolve('iterable'); } if ($call === 'LIST /orgs/{org}/secret-scanning/alerts') { - return $this->typeResolver->resolve('Observable'); + return $this->typeResolver->resolve('iterable'); } if ($call === 'GET /orgs/{org}/security-advisories') { @@ -2888,11 +2888,11 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method } if ($call === 'GET /repos/{owner}/{repo}/dependabot/alerts') { - return $this->typeResolver->resolve('Observable|WithoutBody'); + return $this->typeResolver->resolve('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody'); } if ($call === 'LIST /repos/{owner}/{repo}/dependabot/alerts') { - return $this->typeResolver->resolve('Observable|WithoutBody'); + return $this->typeResolver->resolve('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody'); } if ($call === 'GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}') { @@ -3896,11 +3896,11 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method } if ($call === 'GET /repos/{owner}/{repo}/secret-scanning/alerts') { - return $this->typeResolver->resolve('Observable|WithoutBody'); + return $this->typeResolver->resolve('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody'); } if ($call === 'LIST /repos/{owner}/{repo}/secret-scanning/alerts') { - return $this->typeResolver->resolve('Observable|WithoutBody'); + return $this->typeResolver->resolve('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody'); } if ($call === 'GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}') { @@ -4164,7 +4164,7 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method } if ($call === 'GET /search/code') { - return $this->typeResolver->resolve(''); + return $this->typeResolver->resolve('Schema\\Operations\\Search\\Code\\Response\\ApplicationJson\\Ok|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody'); } if ($call === 'GET /search/commits') { diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Activity.php b/clients/GitHubEnterpriseCloud/src/Schema/Activity.php index fe8bfdc6b9f..211f02be01c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Activity.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Activity.php @@ -242,6 +242,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -282,7 +288,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/AddedToProjectIssueEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/AddedToProjectIssueEvent.php index fca5d3560ae..453812190ac 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/AddedToProjectIssueEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/AddedToProjectIssueEvent.php @@ -191,6 +191,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -427,6 +433,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -611,7 +623,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "event": "generated", "commit_id": "generated", @@ -643,7 +656,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet3616AE3A/Tiet9DCBC44E/TietBDF148C6/TietC7A1312F.php b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet051C34A6/TietF38BC726/Tiet5C2B571B/Tiet1E0915B8.php similarity index 99% rename from clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet3616AE3A/Tiet9DCBC44E/TietBDF148C6/TietC7A1312F.php rename to clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet051C34A6/TietF38BC726/Tiet5C2B571B/Tiet1E0915B8.php index 81064bec839..64cb92805f4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet3616AE3A/Tiet9DCBC44E/TietBDF148C6/TietC7A1312F.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet051C34A6/TietF38BC726/Tiet5C2B571B/Tiet1E0915B8.php @@ -2,11 +2,11 @@ declare(strict_types=1); -namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet3616AE3A\Tiet9DCBC44E\TietBDF148C6; +namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet051C34A6\TietF38BC726\Tiet5C2B571B; use EventSauce\ObjectHydrator\MapFrom; -abstract readonly class TietC7A1312F +abstract readonly class Tiet1E0915B8 { public const SCHEMA_JSON = '{ "required": [ @@ -255,6 +255,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -896,7 +902,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -1050,7 +1057,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/TietB194120A/TietB22ECFCE/TietE138646B/Tiet764000C9.php b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet16FC249D/Tiet1DD1539A/TietB903CABB/TietD5E82E26.php similarity index 98% rename from clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/TietB194120A/TietB22ECFCE/TietE138646B/Tiet764000C9.php rename to clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet16FC249D/Tiet1DD1539A/TietB903CABB/TietD5E82E26.php index 6136fa1de4e..ef7fe45160a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/TietB194120A/TietB22ECFCE/TietE138646B/Tiet764000C9.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet16FC249D/Tiet1DD1539A/TietB903CABB/TietD5E82E26.php @@ -2,12 +2,12 @@ declare(strict_types=1); -namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\TietB194120A\TietB22ECFCE\TietE138646B; +namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet16FC249D\Tiet1DD1539A\TietB903CABB; use ApiClients\Client\GitHubEnterpriseCloud\Schema; use EventSauce\ObjectHydrator\MapFrom; -abstract readonly class Tiet764000C9 +abstract readonly class TietD5E82E26 { public const SCHEMA_JSON = '{ "title": "Pull Request Review Comment", @@ -374,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -451,7 +454,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet08EF8947/Tiet136B9CCF/Tiet8D61F6BF/Tiet7B7DC09C.php b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet29079B92/Tiet92F1916E/TietBFF93EA5/Tiet7B2A3E78.php similarity index 98% rename from clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet08EF8947/Tiet136B9CCF/Tiet8D61F6BF/Tiet7B7DC09C.php rename to clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet29079B92/Tiet92F1916E/TietBFF93EA5/Tiet7B2A3E78.php index 51b684d83eb..2fbb8e7b41b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet08EF8947/Tiet136B9CCF/Tiet8D61F6BF/Tiet7B7DC09C.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet29079B92/Tiet92F1916E/TietBFF93EA5/Tiet7B2A3E78.php @@ -2,11 +2,11 @@ declare(strict_types=1); -namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet08EF8947\Tiet136B9CCF\Tiet8D61F6BF; +namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet29079B92\Tiet92F1916E\TietBFF93EA5; use EventSauce\ObjectHydrator\MapFrom; -abstract readonly class Tiet7B7DC09C +abstract readonly class Tiet7B2A3E78 { public const SCHEMA_JSON = '{ "required": [ @@ -240,6 +240,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -402,6 +408,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -641,6 +653,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1606,7 +1624,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "billable_owner": { "name": "generated", @@ -1629,7 +1648,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "repository": { "id": 1296269, @@ -1657,7 +1677,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -1856,7 +1877,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "billable_owner": { "name": "generated", @@ -1879,7 +1901,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "repository": { "id": 1296269, @@ -1907,7 +1930,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet708A5A7B/TietC387586A/Tiet26E9ACC1/TietF9004EB5.php b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet30173C29/TietFF44826C/TietBBFD9F56/TietC71934BD.php similarity index 99% rename from clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet708A5A7B/TietC387586A/Tiet26E9ACC1/TietF9004EB5.php rename to clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet30173C29/TietFF44826C/TietBBFD9F56/TietC71934BD.php index a004e3cece2..30784a4de8d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet708A5A7B/TietC387586A/Tiet26E9ACC1/TietF9004EB5.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet30173C29/TietFF44826C/TietBBFD9F56/TietC71934BD.php @@ -2,12 +2,12 @@ declare(strict_types=1); -namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet708A5A7B\TietC387586A\Tiet26E9ACC1; +namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\AliasAbstract\Tiet30173C29\TietFF44826C\TietBBFD9F56; use ApiClients\Client\GitHubEnterpriseCloud\Schema; use EventSauce\ObjectHydrator\MapFrom; -abstract readonly class TietF9004EB5 +abstract readonly class TietC71934BD { public const SCHEMA_JSON = '{ "title": "Repository", @@ -503,6 +503,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -765,7 +768,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet310D1FDB/Tiet6CF4DD07/TietB84F9F0D/Tiet2C37CA68.php b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet310D1FDB/Tiet6CF4DD07/TietB84F9F0D/Tiet2C37CA68.php new file mode 100644 index 00000000000..c2abf1ff43d --- /dev/null +++ b/clients/GitHubEnterpriseCloud/src/Schema/AliasAbstract/Tiet310D1FDB/Tiet6CF4DD07/TietB84F9F0D/Tiet2C37CA68.php @@ -0,0 +1,115 @@ +Hi! This is an area for us to collaborate as a team<\\/p>", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TeamDiscussionComment.php b/clients/GitHubEnterpriseCloud/src/Schema/TeamDiscussionComment.php index 63bd1d6bcb3..b1db22abfbb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TeamDiscussionComment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TeamDiscussionComment.php @@ -190,6 +190,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -347,7 +353,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "I agree with this suggestion.", "body_html": "

Do you like apples?<\\/p>", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TeamProject.php b/clients/GitHubEnterpriseCloud/src/Schema/TeamProject.php index bcbe0a596f5..bccac219805 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TeamProject.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TeamProject.php @@ -220,6 +220,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -294,7 +300,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "generated", "updated_at": "generated", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TeamRepository.php b/clients/GitHubEnterpriseCloud/src/Schema/TeamRepository.php index bb2ac10b70e..1f3f3c21abc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TeamRepository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TeamRepository.php @@ -373,6 +373,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -942,7 +948,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Teams/Create/Request/ApplicationJson.php b/clients/GitHubEnterpriseCloud/src/Schema/Teams/Create/Request/ApplicationJson.php index af9e8dfd450..78e98bd11c0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Teams/Create/Request/ApplicationJson.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Teams/Create/Request/ApplicationJson.php @@ -58,7 +58,7 @@ "push" ], "type": "string", - "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.", + "description": "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified.", "default": "pull" }, "parent_team_id": { @@ -103,7 +103,7 @@ * `notifications_enabled` - team members receive notifications when the team is @mentioned. * `notifications_disabled` - no one receives notifications. Default: `notifications_enabled` - * permission: **Deprecated**. The permission that new repositories will be added to the team with when none is specified. + * permission: **Closing down notice**. The permission that new repositories will be added to the team with when none is specified. * parentTeamId: The ID of a team to set as the parent team. */ public function __construct(public string $name, public string|null $description, public array|null $maintainers, #[MapFrom('repo_names')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateInOrg/Request/ApplicationJson.php b/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateInOrg/Request/ApplicationJson.php index dc31c5775df..6977660e7cb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateInOrg/Request/ApplicationJson.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateInOrg/Request/ApplicationJson.php @@ -42,7 +42,7 @@ "admin" ], "type": "string", - "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.", + "description": "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified.", "default": "pull" }, "parent_team_id": { @@ -77,7 +77,7 @@ * notificationSetting: The notification setting the team has chosen. Editing teams without specifying this parameter leaves `notification_setting` intact. The options are: * `notifications_enabled` - team members receive notifications when the team is @mentioned. * `notifications_disabled` - no one receives notifications. - * permission: **Deprecated**. The permission that new repositories will be added to the team with when none is specified. + * permission: **Closing down notice**. The permission that new repositories will be added to the team with when none is specified. * parentTeamId: The ID of a team to set as the parent team. */ public function __construct(public string|null $name, public string|null $description, public string|null $privacy, #[MapFrom('notification_setting')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateLegacy/Request/ApplicationJson.php b/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateLegacy/Request/ApplicationJson.php index fe3ea113bf0..aeb7c1a94d3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateLegacy/Request/ApplicationJson.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Teams/UpdateLegacy/Request/ApplicationJson.php @@ -45,7 +45,7 @@ "admin" ], "type": "string", - "description": "**Deprecated**. The permission that new repositories will be added to the team with when none is specified.", + "description": "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified.", "default": "pull" }, "parent_team_id": { @@ -80,7 +80,7 @@ * notificationSetting: The notification setting the team has chosen. Editing teams without specifying this parameter leaves `notification_setting` intact. The options are: * `notifications_enabled` - team members receive notifications when the team is @mentioned. * `notifications_disabled` - no one receives notifications. - * permission: **Deprecated**. The permission that new repositories will be added to the team with when none is specified. + * permission: **Closing down notice**. The permission that new repositories will be added to the team with when none is specified. * parentTeamId: The ID of a team to set as the parent team. */ public function __construct(public string $name, public string|null $description, public string|null $privacy, #[MapFrom('notification_setting')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/Thread.php b/clients/GitHubEnterpriseCloud/src/Schema/Thread.php index bfbe5122df9..f31c6cb6560 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/Thread.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/Thread.php @@ -262,6 +262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -949,7 +955,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineAssignedIssueEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineAssignedIssueEvent.php index 96e097dfaab..d7e9cc007c0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineAssignedIssueEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineAssignedIssueEvent.php @@ -192,6 +192,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -428,6 +434,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -708,6 +720,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -742,7 +760,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "event": "generated", "commit_id": "generated", @@ -774,7 +793,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -819,7 +839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommentEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommentEvent.php index 3beaf5ec482..3185e1e78e2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommentEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommentEvent.php @@ -187,6 +187,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -384,6 +390,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -638,6 +650,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -837,7 +855,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "id": 42, "node_id": "generated", @@ -867,7 +886,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2011-04-14T16:00:49Z", "updated_at": "2011-04-14T16:00:49Z", @@ -899,7 +919,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommitCommentedEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommitCommentedEvent.php index 9f752c1754a..ec863f07c99 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommitCommentedEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCommitCommentedEvent.php @@ -243,6 +243,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -369,7 +375,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "1970-01-01T00:00:00+00:00", "updated_at": "1970-01-01T00:00:00+00:00", @@ -418,7 +425,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "1970-01-01T00:00:00+00:00", "updated_at": "1970-01-01T00:00:00+00:00", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent.php index 04387314ea0..a2bb609dfcf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent.php @@ -180,6 +180,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -469,6 +475,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -687,6 +699,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -856,6 +874,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1119,6 +1143,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1415,6 +1445,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1785,6 +1821,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2285,7 +2327,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2576,6 +2618,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2798,7 +2846,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "1970-01-01T00:00:00+00:00", "updated_at": "1970-01-01T00:00:00+00:00", @@ -2839,7 +2888,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "labels": [ "registration", @@ -2866,7 +2916,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "milestone": { @@ -2900,7 +2951,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -2944,7 +2996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body_html": "generated", "body_text": "generated", @@ -2991,7 +3044,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3110,7 +3164,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent/Source.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent/Source.php index abca9e4f5ac..d7360d454fe 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent/Source.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineCrossReferencedEvent/Source.php @@ -285,6 +285,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -503,6 +509,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -672,6 +684,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -935,6 +953,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1231,6 +1255,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1601,6 +1631,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2101,7 +2137,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2392,6 +2428,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2625,7 +2667,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "labels": [ "registration", @@ -2652,7 +2695,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "milestone": { @@ -2686,7 +2730,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -2730,7 +2775,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body_html": "generated", "body_text": "generated", @@ -2777,7 +2823,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2896,7 +2943,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineIssueEvents.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineIssueEvents.php index a4af27091ba..8d387bd5387 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineIssueEvents.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineIssueEvents.php @@ -193,6 +193,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -429,6 +435,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -752,6 +764,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -988,6 +1006,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1311,6 +1335,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1547,6 +1577,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1866,6 +1902,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2102,6 +2144,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2421,6 +2469,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2657,6 +2711,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2980,6 +3040,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3216,6 +3282,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3496,6 +3568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3868,6 +3946,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4058,6 +4142,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4294,6 +4384,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4574,6 +4670,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4946,6 +5048,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5136,6 +5244,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5372,6 +5486,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5705,6 +5825,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5941,6 +6067,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -6257,6 +6389,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -6493,6 +6631,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -6832,6 +6976,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -7068,6 +7218,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -7407,6 +7563,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -7643,6 +7805,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -7982,6 +8150,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -8213,6 +8387,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -8546,6 +8726,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -8743,6 +8929,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -8997,6 +9189,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -9342,6 +9540,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -9631,6 +9835,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -9849,6 +10059,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -10018,6 +10234,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -10281,6 +10503,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -10577,6 +10805,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -10947,6 +11181,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -11447,7 +11687,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -11738,6 +11978,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -12316,6 +12562,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -12502,14 +12754,14 @@ }, "position": { "type": "integer", - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "examples": [ 1 ] }, "original_position": { "type": "integer", - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "examples": [ 4 ] @@ -12693,6 +12945,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -13174,6 +13432,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -13445,6 +13709,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -13681,6 +13951,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -13961,6 +14237,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -14151,6 +14433,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -14387,6 +14675,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -14667,6 +14961,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -14856,6 +15156,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -15092,6 +15398,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineLineCommentedEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineLineCommentedEvent.php index 9b5d811b1c3..d1aafa58437 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineLineCommentedEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineLineCommentedEvent.php @@ -91,14 +91,14 @@ }, "position": { "type": "integer", - "description": "The line index in the diff to which the comment applies. This field is deprecated; use `line` instead.", + "description": "The line index in the diff to which the comment applies. This field is closing down; use `line` instead.", "examples": [ 1 ] }, "original_position": { "type": "integer", - "description": "The index of the original line in the diff to which the comment applies. This field is deprecated; use `original_line` instead.", + "description": "The index of the original line in the diff to which the comment applies. This field is closing down; use `original_line` instead.", "examples": [ 4 ] @@ -282,6 +282,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -567,7 +573,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "We should probably include a check for null values here.", "created_at": "2011-04-14T16:00:49Z", @@ -641,7 +648,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "We should probably include a check for null values here.", "created_at": "2011-04-14T16:00:49Z", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineReviewedEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineReviewedEvent.php index ee7da6ca454..c249593daf5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineReviewedEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineReviewedEvent.php @@ -200,6 +200,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -330,7 +336,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "This looks great.", "state": "CHANGES_REQUESTED", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/TimelineUnassignedIssueEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/TimelineUnassignedIssueEvent.php index 28006f644cd..957e59931a5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/TimelineUnassignedIssueEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/TimelineUnassignedIssueEvent.php @@ -192,6 +192,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -428,6 +434,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -708,6 +720,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -742,7 +760,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "event": "generated", "commit_id": "generated", @@ -774,7 +793,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -819,7 +839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/UnassignedIssueEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/UnassignedIssueEvent.php index 889eaa4cb90..dd4068da010 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/UnassignedIssueEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/UnassignedIssueEvent.php @@ -193,6 +193,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -429,6 +435,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -709,6 +721,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -871,6 +889,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -905,7 +929,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "event": "generated", "commit_id": "generated", @@ -937,7 +962,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -982,7 +1008,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assigner": { "name": "generated", @@ -1005,7 +1032,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/UnlabeledIssueEvent.php b/clients/GitHubEnterpriseCloud/src/Schema/UnlabeledIssueEvent.php index 6c04a598817..37d1ad17a29 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/UnlabeledIssueEvent.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/UnlabeledIssueEvent.php @@ -192,6 +192,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -428,6 +434,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -595,7 +607,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "event": "generated", "commit_id": "generated", @@ -627,7 +640,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/UserRoleAssignment.php b/clients/GitHubEnterpriseCloud/src/Schema/UserRoleAssignment.php index d428fb7f9d6..2782ffc6e34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/UserRoleAssignment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/UserRoleAssignment.php @@ -165,6 +165,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "The Relationship a User has with a role." @@ -192,7 +198,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }'; public function __construct(public string|null $name, public string|null $email, public string $login, public int $id, #[MapFrom('node_id')] @@ -210,7 +217,8 @@ public function __construct(public string|null $name, public string|null $email, public string $eventsUrl, #[MapFrom('received_events_url')] public string $receivedEventsUrl, public string $type, #[MapFrom('site_admin')] public bool $siteAdmin, #[MapFrom('starred_at')] - public string|null $starredAt,) + public string|null $starredAt, #[MapFrom('user_view_type')] + public string|null $userViewType,) { } } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/UserSearchResultItem.php b/clients/GitHubEnterpriseCloud/src/Schema/UserSearchResultItem.php index f1556f4fc44..85882a21d5d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/UserSearchResultItem.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/UserSearchResultItem.php @@ -212,6 +212,9 @@ "null" ], "format": "date-time" + }, + "user_view_type": { + "type": "string" } }, "description": "User Search Result Item" @@ -297,7 +300,8 @@ ], "blog": "generated", "company": "generated", - "suspended_at": "1970-01-01T00:00:00+00:00" + "suspended_at": "1970-01-01T00:00:00+00:00", + "user_view_type": "generated" }'; public function __construct(public string $login, public int $id, #[MapFrom('node_id')] @@ -320,7 +324,8 @@ public function __construct(public string $login, public int $id, #[MapFrom('nod public string|null $updatedAt, public string|null $name, public string|null $bio, public string|null $email, public string|null $location, #[MapFrom('site_admin')] public bool $siteAdmin, public bool|null $hireable, #[MapFrom('text_matches')] public array|null $textMatches, public string|null $blog, public string|null $company, #[MapFrom('suspended_at')] - public string|null $suspendedAt,) + public string|null $suspendedAt, #[MapFrom('user_view_type')] + public string|null $userViewType,) { } } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationDisabled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationDisabled.php index b01775f6915..a2e38f298e9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationDisabled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationDisabled.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationEnabled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationEnabled.php index beb5b24a3d9..5064c464121 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationEnabled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionConfigurationEnabled.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleCreated.php index 25d1cecc76e..9ed647c5992 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleCreated.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2052,6 +2064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2126,7 +2144,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2157,7 +2176,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2427,7 +2447,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleDeleted.php index 04c2b0261e2..5c2647f98cb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleDeleted.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2052,6 +2064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2126,7 +2144,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2157,7 +2176,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2427,7 +2447,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleEdited.php index 8ed302a565b..1bb725cca7b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookBranchProtectionRuleEdited.php @@ -737,6 +737,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -929,6 +935,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1800,7 +1812,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2220,6 +2232,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2335,7 +2353,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2366,7 +2385,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2636,7 +2656,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCompleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCompleted.php index 369e6c62c56..e5b86147285 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCompleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCompleted.php @@ -260,6 +260,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -603,6 +609,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1118,6 +1130,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2105,6 +2123,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2894,6 +2918,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3086,6 +3116,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3957,7 +3993,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4198,6 +4234,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4235,7 +4277,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4287,7 +4330,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4392,7 +4436,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4566,7 +4611,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4709,7 +4755,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4740,7 +4787,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4974,7 +5022,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCreated.php index f7be073466c..8de192b6715 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunCreated.php @@ -260,6 +260,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -603,6 +609,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1118,6 +1130,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2105,6 +2123,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2894,6 +2918,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3086,6 +3116,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3957,7 +3993,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4198,6 +4234,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4235,7 +4277,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4287,7 +4330,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4392,7 +4436,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4566,7 +4611,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4709,7 +4755,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4740,7 +4787,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4974,7 +5022,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRequestedAction.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRequestedAction.php index 8d97c5a9f7a..c553a468dc3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRequestedAction.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRequestedAction.php @@ -261,6 +261,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -604,6 +610,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1119,6 +1131,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2106,6 +2124,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2895,6 +2919,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3087,6 +3117,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3958,7 +3994,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4209,6 +4245,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4246,7 +4288,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4298,7 +4341,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4403,7 +4447,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4577,7 +4622,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4720,7 +4766,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4751,7 +4798,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4988,7 +5036,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRerequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRerequested.php index cbfeb4bd979..0039b8be1ef 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRerequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckRunRerequested.php @@ -260,6 +260,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -603,6 +609,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1118,6 +1130,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2105,6 +2123,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2894,6 +2918,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3086,6 +3116,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3957,7 +3993,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4198,6 +4234,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4235,7 +4277,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4287,7 +4330,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4392,7 +4436,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4566,7 +4611,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4709,7 +4755,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4740,7 +4787,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4974,7 +5022,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted.php index 7efb2c8e270..92732f2e7f1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted.php @@ -266,6 +266,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1352,6 +1355,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1544,6 +1553,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2415,7 +2430,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2656,6 +2671,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2702,7 +2723,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -2889,7 +2911,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2920,7 +2943,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3154,7 +3178,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite.php index 41beab158d4..3c7efaf68f2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite.php @@ -250,6 +250,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -829,7 +832,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App.php index e25a540e2bf..5307f22217e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App.php @@ -223,6 +223,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -529,7 +532,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App/Owner.php index 0b6ede33f64..0432fbfe94b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteCompleted/CheckSuite/App/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested.php index 53f1e8eb350..92900de6034 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested.php @@ -267,6 +267,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1351,6 +1354,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1543,6 +1552,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2414,7 +2429,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2655,6 +2670,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2701,7 +2722,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -2888,7 +2910,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2919,7 +2942,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3153,7 +3177,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite.php index 564faf6e9e4..f1d0dbcde08 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite.php @@ -251,6 +251,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -828,7 +831,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App.php index b0a710c325f..1a3b4dcb03a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App.php @@ -224,6 +224,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -530,7 +533,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App/Owner.php index 5b71018983e..38726318658 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRequested/CheckSuite/App/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested.php index c08d51c424c..4d23846f09d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested.php @@ -262,6 +262,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1345,6 +1348,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1537,6 +1546,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2408,7 +2423,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2649,6 +2664,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2695,7 +2716,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -2882,7 +2904,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2913,7 +2936,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3147,7 +3171,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite.php index 610f4f5b23f..413e160df7e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite.php @@ -246,6 +246,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -822,7 +825,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App.php index 0405ac3e292..e037cc61c3f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App.php @@ -219,6 +219,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -525,7 +528,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App/Owner.php index df26975f2a8..0b42418a334 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCheckSuiteRerequested/CheckSuite/App/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch.php index a4d6736ad39..424849d6c2f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch.php @@ -148,6 +148,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -871,6 +874,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1063,6 +1072,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1934,7 +1949,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2175,6 +2190,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2209,7 +2230,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "dismissed_reason": "used in tests", "html_url": "https:\\/\\/example.com\\/", @@ -2314,7 +2336,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2345,7 +2368,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2579,7 +2603,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert.php index d73e83e4ebf..67f8001308d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert.php @@ -130,6 +130,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -326,7 +329,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "dismissed_reason": "used in tests", "html_url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert/DismissedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert/DismissedBy.php index cb6580a6d95..0d815e4e741 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert/DismissedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertAppearedInBranch/Alert/DismissedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class DismissedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class DismissedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser.php index 12a06b6babc..5cd1d2dd7c9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser.php @@ -145,6 +145,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -901,6 +904,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1093,6 +1102,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1964,7 +1979,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2205,6 +2220,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2239,7 +2260,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "dismissed_reason": "used in tests", "html_url": "https:\\/\\/example.com\\/", @@ -2350,7 +2372,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2381,7 +2404,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2615,7 +2639,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert.php index d754c91c87d..b04d6930737 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert.php @@ -127,6 +127,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -356,7 +359,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "dismissed_reason": "used in tests", "html_url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert/DismissedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert/DismissedBy.php index b0b75ad3317..9a375a3d495 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert/DismissedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertClosedByUser/Alert/DismissedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class DismissedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class DismissedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertCreated.php index 1067fcfeabe..634846a66cd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertCreated.php @@ -832,6 +832,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1024,6 +1030,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1895,7 +1907,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2136,6 +2148,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2263,7 +2281,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2294,7 +2313,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2528,7 +2548,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed.php index 66e405a9056..b8d7bf2e1e4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed.php @@ -148,6 +148,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -907,6 +910,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1099,6 +1108,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1970,7 +1985,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2211,6 +2226,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2245,7 +2266,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "dismissed_reason": "used in tests", "html_url": "https:\\/\\/example.com\\/", @@ -2357,7 +2379,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2388,7 +2411,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2622,7 +2646,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert.php index 88415f79788..155ad2cc002 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert.php @@ -130,6 +130,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -362,7 +365,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "dismissed_reason": "used in tests", "html_url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert/DismissedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert/DismissedBy.php index 39d286c3ab5..7b7132b3a17 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert/DismissedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertFixed/Alert/DismissedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class DismissedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class DismissedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopened.php index 6eb7f261f30..5393486e052 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopened.php @@ -817,6 +817,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1009,6 +1015,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1880,7 +1892,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2121,6 +2133,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2244,7 +2262,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2275,7 +2294,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2509,7 +2529,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopenedByUser.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopenedByUser.php index 00301ec4ee4..44f86e7feca 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopenedByUser.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCodeScanningAlertReopenedByUser.php @@ -770,6 +770,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -962,6 +968,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1833,7 +1845,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2074,6 +2086,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2191,7 +2209,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2222,7 +2241,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2456,7 +2476,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated.php index 2af6c71566c..8a4a8b49978 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated.php @@ -252,6 +252,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -803,6 +806,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -995,6 +1004,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1866,7 +1881,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2107,6 +2122,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2163,7 +2184,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -2230,7 +2252,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2261,7 +2284,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2495,7 +2519,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment.php index a4a23ff4383..4fce566a312 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment.php @@ -236,6 +236,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -290,7 +293,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment/User.php index 1e2031f1ff6..07b2bfbd3a8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCommitCommentCreated/Comment/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCreate.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCreate.php index df18768d3c6..b5f677bc9dd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCreate.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCreate.php @@ -594,6 +594,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -786,6 +792,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1657,7 +1669,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1898,6 +1910,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1976,7 +1994,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2007,7 +2026,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2241,7 +2261,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyCreated.php index 1e50ff625f6..801f4ccb3ab 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyCreated.php @@ -484,6 +484,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -555,7 +561,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyDeleted.php index ecd4ed8de1f..93d67ea15e5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyDeleted.php @@ -406,6 +406,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -470,7 +476,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyUpdated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyUpdated.php index b9cc3a2f758..685553ed4f8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyUpdated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyUpdated.php @@ -484,6 +484,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -555,7 +561,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyValuesUpdated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyValuesUpdated.php index 535285a826c..cf7666efba8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyValuesUpdated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookCustomPropertyValuesUpdated.php @@ -472,6 +472,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -664,6 +670,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1535,7 +1547,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1875,6 +1887,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2011,7 +2029,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2042,7 +2061,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2290,7 +2310,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "new_property_values": [ { diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDelete.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDelete.php index 3efab391d63..77b723cf9a0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDelete.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDelete.php @@ -581,6 +581,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -773,6 +779,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1644,7 +1656,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1885,6 +1897,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1961,7 +1979,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1992,7 +2011,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2226,7 +2246,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoDismissed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoDismissed.php index 47c4b91b376..50fdbebbbaf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoDismissed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoDismissed.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoReopened.php index 012602cc40e..75650a9e099 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertAutoReopened.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertCreated.php index 08b57b50e1f..44f8ca630f7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertCreated.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertDismissed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertDismissed.php index 0cda0caa4bd..23fda1aca02 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertDismissed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertDismissed.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertFixed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertFixed.php index aabf5386567..25aee51feaa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertFixed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertFixed.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReintroduced.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReintroduced.php index 78d80505c45..212c6c80d45 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReintroduced.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReintroduced.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReopened.php index dee81315dbe..a935255d080 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDependabotAlertReopened.php @@ -701,6 +701,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1297,6 +1303,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1489,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2360,7 +2378,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2601,6 +2619,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2735,7 +2759,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "dismissed_reason": "tolerable_risk", "dismissed_comment": "generated", @@ -2806,7 +2831,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2837,7 +2863,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3071,7 +3098,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyCreated.php index 54329582a2e..e62eedbaee8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyCreated.php @@ -618,6 +618,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -810,6 +816,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1681,7 +1693,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1922,6 +1934,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2007,7 +2025,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2038,7 +2057,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2272,7 +2292,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyDeleted.php index 225e6ece35d..4729e483370 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeployKeyDeleted.php @@ -618,6 +618,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -810,6 +816,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1681,7 +1693,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1922,6 +1934,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2007,7 +2025,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2038,7 +2057,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2272,7 +2292,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated.php index 5a55780b4d8..427c704da01 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated.php @@ -144,6 +144,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -383,6 +386,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1229,6 +1235,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1421,6 +1433,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2292,7 +2310,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2533,6 +2551,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2717,6 +2741,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3442,6 +3469,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3490,7 +3520,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "environment": "generated", @@ -3531,7 +3562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3647,7 +3679,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3678,7 +3711,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3912,7 +3946,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "workflow": { "badge_url": "https:\\/\\/example.com\\/", @@ -3948,7 +3983,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -4179,7 +4215,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment.php index 6fc1e79cc6f..e8bad177ee2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment.php @@ -127,6 +127,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -366,6 +369,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -692,7 +698,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "environment": "generated", @@ -733,7 +740,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/Creator.php index d750ca2659d..79cf125fb94 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp.php index 41a82609d9e..d5ea2f5da18 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp.php @@ -217,6 +217,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -520,7 +523,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp/Owner.php index c13c4bbb62c..dd2d4811e67 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/Deployment/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun.php index 7d75e7beb59..71c9f479723 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun.php @@ -133,6 +133,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -858,6 +861,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -901,7 +907,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -1132,7 +1139,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/Actor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/Actor.php index 34ea58df0ba..7c7231e6a37 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/Actor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/Actor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Actor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Actor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/TriggeringActor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/TriggeringActor.php index 4bd87a3bbce..2771e2984be 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/TriggeringActor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentCreated/WorkflowRun/TriggeringActor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentProtectionRuleRequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentProtectionRuleRequested.php index eafaeb0b980..a1a164b4259 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentProtectionRuleRequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentProtectionRuleRequested.php @@ -289,6 +289,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -551,6 +557,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -997,6 +1009,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1310,6 +1328,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1582,6 +1606,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1751,6 +1781,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1919,6 +1955,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2340,6 +2382,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2667,6 +2712,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2971,6 +3019,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3320,6 +3371,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3633,6 +3687,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3854,6 +3914,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4238,6 +4304,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4430,6 +4502,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5301,7 +5379,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5666,6 +5744,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5711,7 +5795,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2012-07-20T01:19:13Z", "updated_at": "2012-07-20T01:19:13Z", @@ -5745,7 +5830,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -5809,7 +5895,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5863,7 +5950,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5899,7 +5987,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5960,7 +6049,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -6047,7 +6137,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -6107,7 +6198,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -6194,7 +6286,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -6246,7 +6339,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -6278,7 +6372,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -6326,7 +6421,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -6380,7 +6476,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -6416,7 +6513,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -6477,7 +6575,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -6564,7 +6663,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -6624,7 +6724,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -6711,7 +6812,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -6763,7 +6865,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -6795,7 +6898,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -6840,7 +6944,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -6871,7 +6976,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -7123,7 +7229,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved.php index cddd2c82f52..b03b62428f8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved.php @@ -82,6 +82,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -633,6 +636,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -825,6 +834,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1696,7 +1711,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2047,6 +2062,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2259,6 +2280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2476,6 +2500,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -2833,6 +2860,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -2988,6 +3018,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3031,7 +3064,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "comment": "generated", "enterprise": { @@ -3098,7 +3132,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3129,7 +3164,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3417,7 +3453,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "since": "generated", "workflow_job_run": { @@ -3474,7 +3511,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -3540,7 +3578,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -3665,7 +3704,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -3705,7 +3745,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun.php index 385c55ff549..c6118163dda 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun.php @@ -134,6 +134,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -351,6 +354,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -708,6 +714,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -863,6 +872,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -906,7 +918,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -972,7 +985,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -1097,7 +1111,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -1137,7 +1152,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Actor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Actor.php index 92de71112f4..881c889e064 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Actor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Actor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Actor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Actor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository.php index df7bafe8f79..369bd89e28c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class HeadRepository extends Schema\AliasAbstract\TietB576B1C1\TietDDB53428\Tiet95045CA1\Tiet3A2EAD15 +final readonly class HeadRepository extends Schema\AliasAbstract\TietFDE83215\TietEA1A52A0\Tiet86059ED1\TietDBD86DB5 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository/Owner.php index 3aac93da6af..220d2e94fe8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/HeadRepository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Owner extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository.php index 356f4594b29..42ac406ae02 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repository extends Schema\AliasAbstract\TietB576B1C1\TietDDB53428\Tiet95045CA1\Tiet3A2EAD15 +final readonly class Repository extends Schema\AliasAbstract\TietFDE83215\TietEA1A52A0\Tiet86059ED1\TietDBD86DB5 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository/Owner.php index 05f2117bed1..6103a7c698b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/Repository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Owner extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/TriggeringActor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/TriggeringActor.php index 18ee13e7d94..99111cb9561 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/TriggeringActor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewApproved/WorkflowRun/TriggeringActor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected.php index 0f6aa9cc90a..9a6e81246fb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected.php @@ -82,6 +82,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -633,6 +636,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -825,6 +834,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1696,7 +1711,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2047,6 +2062,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2260,6 +2281,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2474,6 +2498,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -2831,6 +2858,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -2985,6 +3015,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3031,7 +3064,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "comment": "generated", "enterprise": { @@ -3098,7 +3132,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3129,7 +3164,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3417,7 +3453,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "since": "generated", "workflow_job_run": { @@ -3474,7 +3511,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -3539,7 +3577,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -3664,7 +3703,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -3704,7 +3744,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun.php index a07a3e192c7..53db9a878e4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun.php @@ -134,6 +134,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -348,6 +351,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -705,6 +711,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -859,6 +868,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -905,7 +917,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -970,7 +983,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -1095,7 +1109,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -1135,7 +1150,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Actor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Actor.php index b6bd97723f0..5ae9876eed2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Actor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Actor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Actor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Actor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository.php index 22594245189..28e64217e5a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class HeadRepository extends Schema\AliasAbstract\TietB576B1C1\TietDDB53428\Tiet95045CA1\Tiet3A2EAD15 +final readonly class HeadRepository extends Schema\AliasAbstract\TietFDE83215\TietEA1A52A0\Tiet86059ED1\TietDBD86DB5 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository/Owner.php index dd203c9d1bc..dc1e218dbaa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/HeadRepository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Owner extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository.php index 878b5987fd9..d140b7195dc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repository extends Schema\AliasAbstract\TietB576B1C1\TietDDB53428\Tiet95045CA1\Tiet3A2EAD15 +final readonly class Repository extends Schema\AliasAbstract\TietFDE83215\TietEA1A52A0\Tiet86059ED1\TietDBD86DB5 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository/Owner.php index 9b6d5bda894..116748e9a63 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/Repository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Owner extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/TriggeringActor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/TriggeringActor.php index 1efec747f94..1443f6bd8a3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/TriggeringActor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRejected/WorkflowRun/TriggeringActor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested.php index 6f7a917e64b..496f38c3b9b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested.php @@ -578,6 +578,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -770,6 +776,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1641,7 +1653,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1818,6 +1830,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1918,6 +1933,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2089,6 +2107,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2265,6 +2289,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2479,6 +2506,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -2836,6 +2866,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -2991,6 +3024,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3084,7 +3120,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3115,7 +3152,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3349,7 +3387,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "reviewers": [ { @@ -3374,7 +3413,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "type": "Team" }, @@ -3400,7 +3440,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "type": "Team" } @@ -3426,7 +3467,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "since": "generated", "workflow_job_run": { @@ -3461,7 +3503,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -3526,7 +3569,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -3651,7 +3695,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -3691,7 +3736,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers.php index 2735d0c0219..c5c181c6c90 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers.php @@ -103,6 +103,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -139,7 +142,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "type": "Team" }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers/Reviewer.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers/Reviewer.php index 87e375be983..8c7e77de054 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers/Reviewer.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/Reviewers/Reviewer.php @@ -100,6 +100,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }'; @@ -126,7 +129,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }'; public function __construct(#[MapFrom('avatar_url')] @@ -143,7 +147,8 @@ public function __construct(#[MapFrom('avatar_url')] public string|null $reposUrl, #[MapFrom('site_admin')] public bool|null $siteAdmin, #[MapFrom('starred_url')] public string|null $starredUrl, #[MapFrom('subscriptions_url')] - public string|null $subscriptionsUrl, public string|null $type, public string|null $url,) + public string|null $subscriptionsUrl, public string|null $type, public string|null $url, #[MapFrom('user_view_type')] + public string|null $userViewType,) { } } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun.php index 5d3589fac0c..a8445f73896 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun.php @@ -134,6 +134,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -348,6 +351,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -705,6 +711,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -860,6 +869,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -906,7 +918,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -971,7 +984,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -1096,7 +1110,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -1136,7 +1151,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Actor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Actor.php index f20b3faff6b..67179d588a1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Actor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Actor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Actor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Actor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository.php index 5540b5b3cc7..15e1f4ca075 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class HeadRepository extends Schema\AliasAbstract\TietB576B1C1\TietDDB53428\Tiet95045CA1\Tiet3A2EAD15 +final readonly class HeadRepository extends Schema\AliasAbstract\TietFDE83215\TietEA1A52A0\Tiet86059ED1\TietDBD86DB5 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository/Owner.php index e43bc090168..4862048b133 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/HeadRepository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Owner extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository.php index 2f82358d3b3..eca45044e6f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repository extends Schema\AliasAbstract\TietB576B1C1\TietDDB53428\Tiet95045CA1\Tiet3A2EAD15 +final readonly class Repository extends Schema\AliasAbstract\TietFDE83215\TietEA1A52A0\Tiet86059ED1\TietDBD86DB5 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository/Owner.php index 6c07ea2aa58..520db85dd54 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/Repository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Owner extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/TriggeringActor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/TriggeringActor.php index 759eb1c9d7d..bf3c16f739f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/TriggeringActor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentReviewRequested/WorkflowRun/TriggeringActor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated.php index 911641c2d68..e515e72c417 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated.php @@ -235,6 +235,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -479,6 +482,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -893,6 +899,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1129,6 +1138,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1964,6 +1976,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2156,6 +2174,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3027,7 +3051,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3268,6 +3292,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3453,6 +3483,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -4179,6 +4212,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -4241,7 +4277,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "environment": "generated", @@ -4282,7 +4319,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -4357,7 +4395,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "deployment_url": "https:\\/\\/example.com\\/", "description": "generated", @@ -4399,7 +4438,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -4511,7 +4551,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4542,7 +4583,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4776,7 +4818,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "workflow": { "badge_url": "https:\\/\\/example.com\\/", @@ -4812,7 +4855,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -5043,7 +5087,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment.php index 7b2137af71c..db9e55d4489 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment.php @@ -127,6 +127,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -371,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -697,7 +703,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "environment": "generated", @@ -738,7 +745,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/Creator.php index c2fec405fe6..be068fc0b2b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp.php index edeceb34b8d..0f72fb84b7f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp.php @@ -217,6 +217,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -520,7 +523,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp/Owner.php index 8ea83ada6b6..d5800a2cba4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/Deployment/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus.php index 1bbf041ddd9..3dc1e9b87e2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus.php @@ -122,6 +122,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -358,6 +361,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -673,7 +679,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "deployment_url": "https:\\/\\/example.com\\/", "description": "generated", @@ -715,7 +722,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/Creator.php index b2b569c165f..bab9a80622a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp.php index f9cd0cdda33..85718b5dbd4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp.php @@ -217,6 +217,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -520,7 +523,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp/Owner.php index b95e6f175d5..0d7bfc64ea0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/DeploymentStatus/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun.php index a3d51295a54..184abf74684 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun.php @@ -134,6 +134,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -860,6 +863,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -903,7 +909,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "artifacts_url": "generated", "cancel_url": "generated", @@ -1134,7 +1141,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "updated_at": "1970-01-01T00:00:00+00:00", "url": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/Actor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/Actor.php index eae6f6661b9..cc946348cf5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/Actor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/Actor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Actor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Actor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/TriggeringActor.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/TriggeringActor.php index 60cb8215491..5bf1f02a98a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/TriggeringActor.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDeploymentStatusCreated/WorkflowRun/TriggeringActor.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class TriggeringActor extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionAnswered.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionAnswered.php index 4e6d3ab36be..c41e8e4a8ae 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionAnswered.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionAnswered.php @@ -234,6 +234,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -370,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -650,6 +656,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1273,6 +1282,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1465,6 +1480,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2336,7 +2357,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2577,6 +2598,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2632,7 +2659,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "discussion": { @@ -2659,7 +2687,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2722,7 +2751,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2809,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2840,7 +2871,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3074,7 +3106,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCategoryChanged.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCategoryChanged.php index fa603ab9407..b6cd75cd6c9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCategoryChanged.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCategoryChanged.php @@ -219,6 +219,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -499,6 +502,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1122,6 +1128,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1314,6 +1326,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2185,7 +2203,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2426,6 +2444,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2476,7 +2500,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2539,7 +2564,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2626,7 +2652,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2657,7 +2684,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2891,7 +2919,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionClosed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionClosed.php index b69b0cfb3a8..af3b5649835 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionClosed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionClosed.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentCreated.php index 10f9f16bc78..18630f2c420 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentCreated.php @@ -234,6 +234,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -370,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -650,6 +656,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1273,6 +1282,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1465,6 +1480,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2336,7 +2357,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2577,6 +2598,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2632,7 +2659,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "discussion": { @@ -2659,7 +2687,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2722,7 +2751,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2809,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2840,7 +2871,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3074,7 +3106,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentDeleted.php index 35529b68b23..b4b37fac8d1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentDeleted.php @@ -234,6 +234,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -370,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -650,6 +656,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1273,6 +1282,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1465,6 +1480,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2336,7 +2357,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2577,6 +2598,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2632,7 +2659,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "discussion": { @@ -2659,7 +2687,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2722,7 +2751,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2809,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2840,7 +2871,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3074,7 +3106,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentEdited.php index 28ee2e818be..c83ceced3ce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCommentEdited.php @@ -254,6 +254,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -390,6 +393,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -670,6 +676,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1293,6 +1302,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1485,6 +1500,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2356,7 +2377,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2597,6 +2618,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2657,7 +2684,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "discussion": { @@ -2684,7 +2712,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2747,7 +2776,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2834,7 +2864,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2865,7 +2896,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3099,7 +3131,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCreated.php index ebcf16a81c9..4ee59f7248a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionCreated.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionDeleted.php index dc1a2ebc010..fb0d1c96f8c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionDeleted.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionEdited.php index 7563ed7a4a0..5b8ea637ba7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionEdited.php @@ -182,6 +182,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -462,6 +465,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1085,6 +1091,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1277,6 +1289,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2148,7 +2166,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2389,6 +2407,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2431,7 +2455,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2494,7 +2519,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2581,7 +2607,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2612,7 +2639,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2846,7 +2874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLabeled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLabeled.php index 34e96fa18cb..3b8c9b4c416 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLabeled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLabeled.php @@ -156,6 +156,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -436,6 +439,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1102,6 +1108,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1294,6 +1306,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2165,7 +2183,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2406,6 +2424,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2440,7 +2464,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2503,7 +2528,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2599,7 +2625,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2630,7 +2657,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2864,7 +2892,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLocked.php index 35d397ba916..bcc44920561 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionLocked.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionPinned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionPinned.php index 9e6cb38ec39..a17fea14ce3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionPinned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionPinned.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionReopened.php index 47824128664..50092a518eb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionReopened.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred.php index 2bda26a66cd..2d53096e0f7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred.php @@ -163,6 +163,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -443,6 +446,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -852,6 +858,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1044,6 +1056,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1915,7 +1933,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2131,6 +2149,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2411,6 +2432,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3034,6 +3058,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3226,6 +3256,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4097,7 +4133,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4338,6 +4374,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4373,7 +4415,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -4436,7 +4479,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -4493,7 +4537,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4524,7 +4569,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4762,7 +4808,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -4825,7 +4872,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -4912,7 +4960,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4943,7 +4992,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5177,7 +5227,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred/Changes.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred/Changes.php index b3cef82082f..f82f2b4841e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred/Changes.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionTransferred/Changes.php @@ -147,6 +147,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -427,6 +430,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -836,6 +842,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1028,6 +1040,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1899,7 +1917,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2011,7 +2029,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2074,7 +2093,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2131,7 +2151,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2162,7 +2183,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnanswered.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnanswered.php index 1c5d44e4fc1..843e4d3d14e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnanswered.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnanswered.php @@ -156,6 +156,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -436,6 +439,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -723,6 +729,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1158,6 +1167,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1350,6 +1365,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2221,7 +2242,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2462,6 +2483,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2496,7 +2523,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2559,7 +2587,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2627,7 +2656,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -2678,7 +2708,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2709,7 +2740,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2943,7 +2975,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlabeled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlabeled.php index fb697bd1ff3..b91362e5850 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlabeled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlabeled.php @@ -156,6 +156,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -436,6 +439,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1102,6 +1108,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1294,6 +1306,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2165,7 +2183,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2406,6 +2424,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2440,7 +2464,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2503,7 +2528,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2599,7 +2625,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2630,7 +2657,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2864,7 +2892,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlocked.php index 76c78ba6378..32890bf6197 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnlocked.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnpinned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnpinned.php index 0bda64c9e95..fd11a965823 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnpinned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookDiscussionUnpinned.php @@ -155,6 +155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -435,6 +438,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1058,6 +1064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1250,6 +1262,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2121,7 +2139,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2362,6 +2380,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2396,7 +2420,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "answer_html_url": "generated", "author_association": "OWNER", @@ -2459,7 +2484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "labels": [ { @@ -2546,7 +2572,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2577,7 +2604,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2811,7 +2839,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCancelled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCancelled.php index a69afe16c83..7e7d22fddd1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCancelled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCancelled.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2096,6 +2108,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2170,7 +2188,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2201,7 +2220,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2452,7 +2472,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCompleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCompleted.php index 294741fa60f..0c758f23073 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCompleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCompleted.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2096,6 +2108,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2170,7 +2188,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2201,7 +2220,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2452,7 +2472,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCreated.php index 7c5a87982f8..ba3635fd4d3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestCreated.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2096,6 +2108,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2170,7 +2188,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2201,7 +2220,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2452,7 +2472,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseDismissed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseDismissed.php index 7926b72f00d..3cbf3d2a95f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseDismissed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseDismissed.php @@ -570,6 +570,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -762,6 +768,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1633,7 +1645,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2130,6 +2142,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2204,7 +2222,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2235,7 +2254,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2493,7 +2513,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseSubmitted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseSubmitted.php index 71579e260b6..cbdf6a0efbb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseSubmitted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookExemptionRequestResponseSubmitted.php @@ -570,6 +570,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -762,6 +768,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1633,7 +1645,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2130,6 +2142,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2204,7 +2222,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2235,7 +2254,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2493,7 +2513,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork.php index 952adf2348d..4e2a1860200 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork.php @@ -580,6 +580,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1498,6 +1501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1690,6 +1699,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2561,7 +2576,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2802,6 +2817,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2915,7 +2936,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3005,7 +3027,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3036,7 +3059,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3270,7 +3294,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee.php index 1fef39b80e9..4b42c6392f2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee.php @@ -480,6 +480,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -717,7 +720,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee/Owner.php index 4704cd59821..f11f18c9849 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookFork/Forkee/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookGithubAppAuthorizationRevoked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookGithubAppAuthorizationRevoked.php index fd7a6add7d0..834341efbd3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookGithubAppAuthorizationRevoked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookGithubAppAuthorizationRevoked.php @@ -180,6 +180,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -211,7 +217,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookGollum.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookGollum.php index a85ec658296..f05812606ff 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookGollum.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookGollum.php @@ -610,6 +610,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -802,6 +808,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1673,7 +1685,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1914,6 +1926,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2005,7 +2023,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2036,7 +2055,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2270,7 +2290,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationCreated.php index 945cbda2b4e..dfbd506b1a2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationCreated.php @@ -307,6 +307,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -682,7 +688,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -737,7 +743,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1051,6 +1057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1540,6 +1552,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1732,6 +1750,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2603,7 +2627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2780,6 +2804,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2941,6 +2968,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3057,7 +3090,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3126,7 +3160,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3157,7 +3192,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3391,7 +3427,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "sender": { "name": "generated", @@ -3414,7 +3451,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationDeleted.php index cb54860d05c..8e400313c8f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationDeleted.php @@ -307,6 +307,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -682,7 +688,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -737,7 +743,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1051,6 +1057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1540,6 +1552,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1732,6 +1750,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2603,7 +2627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2849,6 +2873,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2965,7 +2995,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3034,7 +3065,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3065,7 +3097,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3300,7 +3333,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationNewPermissionsAccepted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationNewPermissionsAccepted.php index c1e07ffec78..f0bd66d6d8c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationNewPermissionsAccepted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationNewPermissionsAccepted.php @@ -307,6 +307,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -682,7 +688,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -737,7 +743,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1051,6 +1057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1540,6 +1552,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1732,6 +1750,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2603,7 +2627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2849,6 +2873,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2965,7 +2995,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3034,7 +3065,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3065,7 +3097,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3300,7 +3333,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesAdded.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesAdded.php index 0c92b8d2350..e5968e41663 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesAdded.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesAdded.php @@ -312,6 +312,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -687,7 +693,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -742,7 +748,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1056,6 +1062,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1572,6 +1584,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1764,6 +1782,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2635,7 +2659,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2820,6 +2844,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2981,6 +3008,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3097,7 +3130,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3182,7 +3216,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3213,7 +3248,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3448,7 +3484,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "sender": { "name": "generated", @@ -3471,7 +3508,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesRemoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesRemoved.php index d305824c0ac..74f92c06c34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesRemoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationRepositoriesRemoved.php @@ -312,6 +312,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -687,7 +693,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -742,7 +748,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1056,6 +1062,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1579,6 +1591,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1771,6 +1789,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2642,7 +2666,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2827,6 +2851,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2988,6 +3015,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3104,7 +3137,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3189,7 +3223,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3220,7 +3255,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3455,7 +3491,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "sender": { "name": "generated", @@ -3478,7 +3515,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationSuspend.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationSuspend.php index 785a6547b9d..974d34ae3ea 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationSuspend.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationSuspend.php @@ -307,6 +307,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -682,7 +688,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -737,7 +743,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1051,6 +1057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1540,6 +1552,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1732,6 +1750,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2603,7 +2627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2849,6 +2873,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2965,7 +2995,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3034,7 +3065,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3065,7 +3097,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3300,7 +3333,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed.php index a7bab9eec6c..7172b701398 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed.php @@ -142,6 +142,9 @@ "type": [ "null" ] + }, + "user_view_type": { + "type": "string" } } }, @@ -723,6 +726,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -915,6 +924,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1786,7 +1801,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2027,6 +2042,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2075,7 +2096,8 @@ "type": "generated", "updated_at": "generated", "url": "generated", - "website_url": "generated" + "website_url": "generated", + "user_view_type": "generated" }, "action": "renamed", "changes": { @@ -2150,7 +2172,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2181,7 +2204,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2415,7 +2439,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "target_type": "generated" }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed/Account.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed/Account.php index 3b825d57a3c..d9bef6ffa06 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed/Account.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationTargetRenamed/Account.php @@ -131,6 +131,9 @@ "type": [ "null" ] + }, + "user_view_type": { + "type": "string" } } }'; @@ -172,7 +175,8 @@ "type": "generated", "updated_at": "generated", "url": "generated", - "website_url": "generated" + "website_url": "generated", + "user_view_type": "generated" }'; public function __construct(#[MapFrom('archived_at')] @@ -202,7 +206,8 @@ public function __construct(#[MapFrom('archived_at')] public string|null $starredUrl, #[MapFrom('subscriptions_url')] public string|null $subscriptionsUrl, public string|null $type, #[MapFrom('updated_at')] public string|null $updatedAt, public string|null $url, #[MapFrom('website_url')] - public string $websiteUrl,) + public string $websiteUrl, #[MapFrom('user_view_type')] + public string|null $userViewType,) { } } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationUnsuspend.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationUnsuspend.php index 703bd9089af..ef8d9933c9a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationUnsuspend.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookInstallationUnsuspend.php @@ -307,6 +307,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -682,7 +688,7 @@ "write" ], "type": "string", - "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in beta and is subject to change." + "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change." }, "organization_announcement_banners": { "enum": [ @@ -737,7 +743,7 @@ "admin" ], "type": "string", - "description": "The level of permission to grant the access token to manage organization projects and projects beta (where available)." + "description": "The level of permission to grant the access token to manage organization projects and projects public preview (where available)." }, "organization_packages": { "enum": [ @@ -1051,6 +1057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1540,6 +1552,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1732,6 +1750,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2603,7 +2627,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2849,6 +2873,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2965,7 +2995,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "suspended_at": "1970-01-01T00:00:00+00:00", "contact_email": "\\"test_13f1e99741e3e004@d7e1eb0bc0a1ba12.com\\"" @@ -3034,7 +3065,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3065,7 +3097,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3300,7 +3333,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated.php index 47b9c0885cd..aae889a4aa4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated.php @@ -296,6 +296,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -570,6 +576,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -827,6 +836,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -926,6 +938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1171,6 +1186,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1442,6 +1460,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1919,6 +1940,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2034,6 +2058,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2702,6 +2729,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2894,6 +2927,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3765,7 +3804,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4006,6 +4045,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4050,7 +4095,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4109,7 +4155,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -4151,7 +4198,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -4175,7 +4223,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -4198,7 +4247,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -4258,7 +4308,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -4308,7 +4359,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -4397,7 +4449,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -4448,7 +4501,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4479,7 +4533,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4713,7 +4768,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment.php index 9423bfb14fc..89796a9bfd1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment.php @@ -280,6 +280,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -554,6 +560,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -596,7 +605,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -655,7 +665,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment/User.php index c3ea2f9c19a..f8a5b7de7f5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Comment/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue.php index 1e616426b34..b79d3bb1154 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -242,6 +245,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -487,6 +493,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -758,6 +767,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1235,6 +1247,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1266,7 +1281,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1290,7 +1306,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1313,7 +1330,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1373,7 +1391,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1423,7 +1442,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1512,7 +1532,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignee.php index 1c9cb4c03f8..799dc7e76d0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignees.php index 347633d7f97..e366a3f8cf8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignees extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone.php index 4bf3682a777..db6303b6868 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone/Creator.php index 0d45a501858..7041f2de6a4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp.php index 048ea7b53d8..f2166386096 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp.php @@ -214,6 +214,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -519,7 +522,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp/Owner.php index 8974b7006ab..b37ddf33a34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/User.php index 5823b019d7c..0c59969444a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentCreated/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted.php index 37a61a0d950..eba23cbf321 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted.php @@ -291,6 +291,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -564,6 +570,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -821,6 +830,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -920,6 +932,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1165,6 +1180,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1434,6 +1452,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1909,6 +1930,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2024,6 +2048,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2254,6 +2281,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } } @@ -2692,6 +2722,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2884,6 +2920,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3755,7 +3797,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3996,6 +4038,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4040,7 +4088,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4099,7 +4148,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -4141,7 +4191,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -4165,7 +4216,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -4188,7 +4240,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -4248,7 +4301,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -4298,7 +4352,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -4387,7 +4442,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -4438,7 +4494,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4469,7 +4526,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4703,7 +4761,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue.php index 8426a3bc544..595ec538be7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -242,6 +245,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -487,6 +493,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -756,6 +765,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1231,6 +1243,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1262,7 +1277,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1286,7 +1302,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1309,7 +1326,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1369,7 +1387,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1419,7 +1438,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1508,7 +1528,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignee.php index b94fadf6469..65f59377474 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignees.php index 937f1e8c4be..07b1adab651 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignees extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone.php index 87c25dbb733..00a4f797822 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone/Creator.php index ecf8243cc58..1d336da7313 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp.php index a188b69b23d..34ab4e606d9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet2CC4833C\TietEDE4BABB\Tiet8A5CD377\TietFCE070CC +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet5E10235B\Tiet2A7D688E\TietC6524F17\Tiet0FFD2DD0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp/Owner.php index ca6e86e3f54..76d6b45a90f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/User.php index 2437614db99..89118575846 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentDeleted/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited.php index 363b67fd620..12a325cd7c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited.php @@ -310,6 +310,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -583,6 +589,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -840,6 +849,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -939,6 +951,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1184,6 +1199,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1455,6 +1473,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1931,6 +1952,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2046,6 +2070,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2714,6 +2741,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2906,6 +2939,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3777,7 +3816,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4018,6 +4057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4067,7 +4112,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "name": "Probot Owners", "description": "The description of the app.", @@ -4126,7 +4172,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -4168,7 +4215,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -4192,7 +4240,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -4215,7 +4264,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -4275,7 +4325,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -4325,7 +4376,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -4414,7 +4466,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -4465,7 +4518,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -4496,7 +4550,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4730,7 +4785,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue.php index 4710d74b12c..6f5b14027d2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Issue extends Schema\AliasAbstract\Tiet289C3D84\Tiet39360270\Tiet5E2682C6\Tiet94EE11F5 +final readonly class Issue extends Schema\AliasAbstract\TietA23D6950\Tiet159F5376\Tiet90CCF3DC\Tiet33801188 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignee.php index 8edb4ff8ab1..bbc3a7234fd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignees.php index 199f13317f5..dceb9fdc227 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignees extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone.php index 650ce481c0b..e40c5088d68 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone/Creator.php index 9824ba4244e..31a42a32517 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp.php index f104e373c23..ec71b57385c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet1720054D\Tiet9210BBC6\Tiet3FB12666\TietB2827ADE +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\TietD1416622\Tiet1BB5CFF5\Tiet2C5338B3\TietBE7D38EA { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp/Owner.php index e30279f415a..81bdc404404 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/User.php index b661e705242..18a08d6ddce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssueCommentEdited/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesAssigned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesAssigned.php index c8c86a49e69..c4ef7c78b0b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesAssigned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesAssigned.php @@ -119,6 +119,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -371,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -470,6 +476,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -715,6 +724,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -986,6 +998,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1462,6 +1477,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1898,6 +1916,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2090,6 +2114,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2961,7 +2991,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3202,6 +3232,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3233,7 +3269,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "enterprise": { "description": "generated", @@ -3274,7 +3311,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3298,7 +3336,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3321,7 +3360,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3381,7 +3421,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3431,7 +3472,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3520,7 +3562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3571,7 +3614,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3602,7 +3646,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3836,7 +3881,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed.php index c845dde7683..e95599c835e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed.php @@ -276,6 +276,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -375,6 +378,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -620,6 +626,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -892,6 +901,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1368,6 +1380,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1582,6 +1597,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } } @@ -2020,6 +2038,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2212,6 +2236,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3083,7 +3113,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3324,6 +3354,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3373,7 +3409,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3397,7 +3434,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3420,7 +3458,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3480,7 +3519,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3530,7 +3570,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3619,7 +3660,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3670,7 +3712,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3701,7 +3744,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3935,7 +3979,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue.php index 4eac77c04e8..a5ccde5f90d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -242,6 +245,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -487,6 +493,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -759,6 +768,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1235,6 +1247,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1266,7 +1281,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1290,7 +1306,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1313,7 +1330,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1373,7 +1391,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1423,7 +1442,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1512,7 +1532,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignee.php index c02909dc4b7..64b5a76e50c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignees.php index a4f423ad0da..4dd975875af 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignees extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone.php index f4c0ebc94b4..e5ca257ccda 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone/Creator.php index 2c9c9538070..9adb5f19e51 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp.php index ce08c9f3175..fa080940493 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp.php @@ -215,6 +215,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -519,7 +522,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp/Owner.php index 28dc76179ca..e5f6781981f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/User.php index a6ab06d4454..25fee9ef37a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesClosed/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted.php index 89ee801b1f5..b36148aba0d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted.php @@ -272,6 +272,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -614,6 +617,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -884,6 +890,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1358,6 +1367,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1794,6 +1806,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1986,6 +2004,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2857,7 +2881,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3098,6 +3122,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3147,7 +3177,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3254,7 +3285,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3304,7 +3336,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3393,7 +3426,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3444,7 +3478,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3475,7 +3510,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3709,7 +3745,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue.php index c44470d06e8..75e391f1a04 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue.php @@ -142,6 +142,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -484,6 +487,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -754,6 +760,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1228,6 +1237,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1259,7 +1271,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1366,7 +1379,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1416,7 +1430,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1505,7 +1520,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Assignee.php index facdb2a508b..73fceb14059 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone.php index 0f0b2d5d06c..3003c475f4c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone/Creator.php index a6a3a7f78ab..75d8cbd01b8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp.php index d33b6f15291..0ef2b82f80c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp.php @@ -213,6 +213,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -516,7 +519,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp/Owner.php index dd355ca131a..3f60442d2c2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/User.php index f9d61d05770..7216eed4895 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDeleted/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned.php index ba7dc96d0c4..9010215e2a4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned.php @@ -620,6 +620,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -889,6 +892,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1365,6 +1371,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1501,6 +1510,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1991,6 +2003,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2183,6 +2201,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3054,7 +3078,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3295,6 +3319,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3451,7 +3481,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3501,7 +3532,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3590,7 +3622,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "milestone": { @@ -3618,7 +3651,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3681,7 +3715,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3712,7 +3747,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3946,7 +3982,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue.php index b56d45f6a90..5b21cb16202 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue.php @@ -490,6 +490,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -759,6 +762,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1235,6 +1241,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1373,7 +1382,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1423,7 +1433,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1512,7 +1523,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone.php index f5e63b74b99..7944eed5dd6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone/Creator.php index 6ea46328446..fa647de2292 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp.php index ce27ea59a06..36a8655c38e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp.php @@ -212,6 +212,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -516,7 +519,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp/Owner.php index 034c7bb9084..b4e86b989ec 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/User.php index 53c96c6f3c6..b8441709ff4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesDemilestoned/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited.php index fd7bee91f2c..aa28894c14b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited.php @@ -304,6 +304,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -648,6 +651,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -920,6 +926,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1396,6 +1405,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1875,6 +1887,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2067,6 +2085,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2938,7 +2962,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3179,6 +3203,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3236,7 +3266,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3343,7 +3374,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3393,7 +3425,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3482,7 +3515,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "label": { @@ -3542,7 +3576,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3573,7 +3608,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3807,7 +3843,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue.php index e8b6e1f324e..85c822e8458 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -487,6 +490,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -759,6 +765,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1235,6 +1244,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1266,7 +1278,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1373,7 +1386,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1423,7 +1437,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1512,7 +1527,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Assignee.php index e37657d560c..36baffac5a7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone.php index ca38f386905..a0895b10386 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone/Creator.php index 6ad3c721e74..7b8901a25ce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp.php index 95b548e26fb..17d26dd7873 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet052D1494\TietECF8535C\Tiet852A1CB1\Tiet2AEA484A +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet7812D63D\TietEDB87D54\TietD5274EF4\Tiet675CE42D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp/Owner.php index 2e6cf478d07..639424d0a26 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/User.php index 7b631db7fe3..6ef19b865da 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesEdited/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled.php index e6a686ec973..7080c4f96ce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled.php @@ -273,6 +273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -617,6 +620,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -888,6 +894,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1364,6 +1373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1843,6 +1855,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2035,6 +2053,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2906,7 +2930,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3147,6 +3171,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3196,7 +3226,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3303,7 +3334,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3353,7 +3385,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3442,7 +3475,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "label": { @@ -3502,7 +3536,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3533,7 +3568,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3767,7 +3803,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue.php index f3e036ac8f2..fd2c545a014 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -487,6 +490,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -758,6 +764,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1234,6 +1243,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1265,7 +1277,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1372,7 +1385,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1422,7 +1436,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1511,7 +1526,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Assignee.php index 21f8647ead9..d277634f068 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone.php index 9417718b253..7a77598e1bc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone/Creator.php index 44ca2c62c3f..2b128c16401 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp.php index 7d5dfa1b521..146d1a69233 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp.php @@ -214,6 +214,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -518,7 +521,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp/Owner.php index dfa3ec12d44..0bff3550b16 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/User.php index 786c4f84118..8fbacc630ab 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLabeled/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked.php index 6ef25ecb87a..afec35a06cf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked.php @@ -273,6 +273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -371,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -621,6 +627,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -892,6 +901,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1366,6 +1378,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1802,6 +1817,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1994,6 +2015,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2865,7 +2892,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3106,6 +3133,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3155,7 +3188,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3179,7 +3213,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3202,7 +3237,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3262,7 +3298,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3312,7 +3349,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3401,7 +3439,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3452,7 +3491,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3483,7 +3523,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3717,7 +3758,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue.php index 2249b6e8290..6fbc886da7a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -241,6 +244,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -491,6 +497,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -762,6 +771,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1236,6 +1248,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1267,7 +1282,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1291,7 +1307,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1314,7 +1331,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1374,7 +1392,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1424,7 +1443,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1513,7 +1533,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignee.php index f6c31f1ef8a..6f8957e8f7c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignees.php index a59e36f3aa4..75cb4c7c826 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignees extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone.php index d71ff53c434..68f0e5617e9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone/Creator.php index 1f17552d8d0..cfc4424fc40 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp.php index f315f4c92ba..cdd45f6cde9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp.php @@ -214,6 +214,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -517,7 +520,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp/Owner.php index f6c73fa12a5..7401e0abd83 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/User.php index 157d459a73e..1a59a11ab54 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesLocked/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned.php index e4afee802d7..3f531263bc0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned.php @@ -619,6 +619,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -889,6 +892,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1364,6 +1370,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1500,6 +1509,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1990,6 +2002,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2182,6 +2200,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3053,7 +3077,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3294,6 +3318,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3450,7 +3480,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3500,7 +3531,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3589,7 +3621,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "milestone": { @@ -3617,7 +3650,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3680,7 +3714,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3711,7 +3746,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3945,7 +3981,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue.php index 9d746a3e70a..c562b042407 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue.php @@ -488,6 +488,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -758,6 +761,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1233,6 +1239,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1371,7 +1380,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1421,7 +1431,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1510,7 +1521,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone.php index 2ed702675b5..843acb6ff7e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone/Creator.php index 3a6c5797ac9..c482c047c2b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp.php index 126644362ed..4a5915fe29b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp.php @@ -213,6 +213,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -517,7 +520,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp/Owner.php index 7060a44802e..a74060f6141 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/User.php index c36cc573871..b3cb21ce888 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesMilestoned/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened.php index 9a27f26f10e..ab89e88e3a5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened.php @@ -167,6 +167,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -265,6 +268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -509,6 +515,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -778,6 +787,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1252,6 +1264,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1738,6 +1753,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2132,6 +2150,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2230,6 +2251,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2475,6 +2499,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2747,6 +2774,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3222,6 +3252,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3658,6 +3691,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3850,6 +3889,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4721,7 +4766,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4962,6 +5007,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4996,7 +5047,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5020,7 +5072,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -5043,7 +5096,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -5103,7 +5157,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5153,7 +5208,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -5242,7 +5298,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "old_repository": { @@ -5338,7 +5395,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5416,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5440,7 +5499,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -5463,7 +5523,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -5523,7 +5584,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5573,7 +5635,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -5662,7 +5725,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -5713,7 +5777,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5744,7 +5809,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5978,7 +6044,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes.php index eea140d341b..4d0ef9a21cf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes.php @@ -152,6 +152,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -250,6 +253,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -494,6 +500,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -763,6 +772,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1237,6 +1249,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1723,6 +1738,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1895,7 +1913,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1919,7 +1938,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1942,7 +1962,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -2002,7 +2023,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2052,7 +2074,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -2141,7 +2164,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "old_repository": { @@ -2237,7 +2261,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue.php index e010a379042..b13f24e0a41 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue.php @@ -145,6 +145,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -243,6 +246,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -487,6 +493,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -756,6 +765,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1230,6 +1242,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1261,7 +1276,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1285,7 +1301,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1308,7 +1325,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1368,7 +1386,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1418,7 +1437,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1507,7 +1527,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignee.php index 828a03dc947..1ff671d7ee4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignees.php index 08b0bedc649..f2ecaaece93 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignees extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone.php index 2b4483dd891..599f301f1b5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone/Creator.php index 4b85cecd367..a86db1d16f8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp.php index a0ee592b995..41f63cf634b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet2CC4833C\TietEDE4BABB\Tiet8A5CD377\TietFCE070CC +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet5E10235B\Tiet2A7D688E\TietC6524F17\Tiet0FFD2DD0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp/Owner.php index b84b8c4c1cf..2c58cd00910 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/User.php index 9f54ee95120..4dc91d9af7b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldIssue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository.php index 7a139f89dd5..ca120441732 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository.php @@ -489,6 +489,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -728,7 +731,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository/Owner.php index 55cf76ee107..2ed3bca9dcd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Changes/OldRepository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue.php index e4e6484ab13..4dd89ceaa4f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue.php @@ -142,6 +142,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -240,6 +243,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -485,6 +491,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -757,6 +766,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1232,6 +1244,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1263,7 +1278,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1287,7 +1303,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1310,7 +1327,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1370,7 +1388,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1420,7 +1439,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1509,7 +1529,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignee.php index fff7540d7fb..91dbcf045b9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignees.php index a01647d8de7..4630079b552 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignees extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone.php index b4f6a80e238..c93eb2e7e41 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone/Creator.php index 66fc8bf7349..f871cc839f8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp.php index 0477f538d2e..e3e3d6ce4a6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet052D1494\TietECF8535C\Tiet852A1CB1\Tiet2AEA484A +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet7812D63D\TietEDB87D54\TietD5274EF4\Tiet675CE42D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp/Owner.php index 145414bde4c..c20329e5e71 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/User.php index a06529d3cf8..ee7b8b9023e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesOpened/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesPinned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesPinned.php index 4697d71e77b..d82b79f253f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesPinned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesPinned.php @@ -272,6 +272,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -370,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -614,6 +620,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -883,6 +892,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1357,6 +1369,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1793,6 +1808,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1985,6 +2006,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2856,7 +2883,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3097,6 +3124,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3146,7 +3179,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3170,7 +3204,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3193,7 +3228,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3253,7 +3289,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3303,7 +3340,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3392,7 +3430,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3443,7 +3482,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3474,7 +3514,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3708,7 +3749,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened.php index 28f1e430e7b..b7602e5d08e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened.php @@ -620,6 +620,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -891,6 +894,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1368,6 +1374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1804,6 +1813,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1996,6 +2011,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2867,7 +2888,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3108,6 +3129,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3264,7 +3291,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3314,7 +3342,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3403,7 +3432,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3454,7 +3484,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3485,7 +3516,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3719,7 +3751,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue.php index 0f16e7c4e87..cdf88b79dd0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue.php @@ -490,6 +490,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -761,6 +764,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1238,6 +1244,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1376,7 +1385,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1426,7 +1436,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1515,7 +1526,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone.php index 1d24e34247b..ee16c642f3a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone/Creator.php index dc01947c162..d70f628f1a4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp.php index f1999f655df..4cea626a4c1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp.php @@ -214,6 +214,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -519,7 +522,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp/Owner.php index 31a99915e29..0c41e4a1f28 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/User.php index 4a2066d5d04..ce8f11518df 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesReopened/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred.php index cb4efb2629d..bfb91a605d6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred.php @@ -165,6 +165,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -263,6 +266,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -507,6 +513,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -776,6 +785,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1250,6 +1262,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1738,6 +1753,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2132,6 +2150,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2230,6 +2251,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2474,6 +2498,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2743,6 +2770,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3217,6 +3247,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3653,6 +3686,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3845,6 +3884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4716,7 +4761,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4957,6 +5002,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4991,7 +5042,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5015,7 +5067,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -5038,7 +5091,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -5098,7 +5152,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5148,7 +5203,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -5237,7 +5293,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "new_repository": { @@ -5333,7 +5390,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5411,7 +5469,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5435,7 +5494,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -5458,7 +5518,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -5518,7 +5579,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5568,7 +5630,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -5657,7 +5720,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -5708,7 +5772,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5739,7 +5804,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5973,7 +6039,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes.php index bd7235809b1..0c6d837b440 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes.php @@ -149,6 +149,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -247,6 +250,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -491,6 +497,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -760,6 +769,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1234,6 +1246,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1722,6 +1737,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1894,7 +1912,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1918,7 +1937,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1941,7 +1961,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -2001,7 +2022,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2051,7 +2073,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -2140,7 +2163,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "new_repository": { @@ -2236,7 +2260,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue.php index cd8258dba3e..42a5eae484e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class NewIssue extends Schema\AliasAbstract\TietFA96B4A5\TietDB6A9C5D\TietF7214297\TietAD1B58C4 +final readonly class NewIssue extends Schema\AliasAbstract\Tiet526BE7BD\TietF3E1264C\Tiet053DD938\Tiet9E6A53E8 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignee.php index 8394bb9d3ab..92a8784de87 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignees.php index f1be4bab061..95d058e2be7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignees extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone.php index aea5ec38d18..9901e4996e0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone/Creator.php index da1ed9018f7..b1d84895653 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp.php index 59938e44715..4db4be1ae50 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet2CC4833C\TietEDE4BABB\Tiet8A5CD377\TietFCE070CC +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet5E10235B\Tiet2A7D688E\TietC6524F17\Tiet0FFD2DD0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp/Owner.php index 397b88304f6..06b35730c5b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/User.php index a5fde188b30..b98c1f3b9b4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewIssue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository.php index d254d529b4e..2087efdde82 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class NewRepository extends Schema\AliasAbstract\Tiet9F6D8BFF\Tiet7F9554AC\TietC580CE92\TietC5BAFE6D +final readonly class NewRepository extends Schema\AliasAbstract\TietD1D37F76\TietFBFEB2AA\Tiet0915167C\Tiet4DBB1C70 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository/Owner.php index e82f3fd4ca6..d8babad639b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesTransferred/Changes/NewRepository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnassigned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnassigned.php index 517ba72526b..0535e190af0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnassigned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnassigned.php @@ -119,6 +119,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -371,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -470,6 +476,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -715,6 +724,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -986,6 +998,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1462,6 +1477,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1898,6 +1916,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2090,6 +2114,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2961,7 +2991,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3202,6 +3232,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3233,7 +3269,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "enterprise": { "description": "generated", @@ -3274,7 +3311,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3298,7 +3336,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3321,7 +3360,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3381,7 +3421,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3431,7 +3472,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3520,7 +3562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3571,7 +3614,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3602,7 +3646,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3836,7 +3881,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlabeled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlabeled.php index c2a9f40a815..2d8f74e7d4c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlabeled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlabeled.php @@ -273,6 +273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -372,6 +375,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -617,6 +623,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -888,6 +897,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1364,6 +1376,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1843,6 +1858,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2035,6 +2056,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2906,7 +2933,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3147,6 +3174,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3196,7 +3229,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3220,7 +3254,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3243,7 +3278,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3303,7 +3339,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3353,7 +3390,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3442,7 +3480,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "label": { @@ -3502,7 +3541,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3533,7 +3573,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3767,7 +3808,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked.php index 9d78bcca9b7..24e47d28bb1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked.php @@ -273,6 +273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -371,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -621,6 +627,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -890,6 +899,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1364,6 +1376,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1800,6 +1815,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1992,6 +2013,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2863,7 +2890,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3104,6 +3131,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3153,7 +3186,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3177,7 +3211,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3200,7 +3235,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3260,7 +3296,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3310,7 +3347,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3399,7 +3437,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3450,7 +3489,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3481,7 +3521,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3715,7 +3756,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue.php index f4107ced099..e509c78f479 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -241,6 +244,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -491,6 +497,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -760,6 +769,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1234,6 +1246,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1265,7 +1280,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -1289,7 +1305,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -1312,7 +1329,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -1372,7 +1390,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -1422,7 +1441,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -1511,7 +1531,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignee.php index c27907324c7..122f9cba879 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignees.php index 1b5dfaa5217..4705fa2803a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignees extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone.php index 80f0c7b0197..4f265f344f2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone/Creator.php index 3e876d9d9eb..7255ef4f0a1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp.php index 8ce6e1fde3f..26f0f9962b9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet2CC4833C\TietEDE4BABB\Tiet8A5CD377\TietFCE070CC +final readonly class PerformedViaGithubApp extends Schema\AliasAbstract\Tiet5E10235B\Tiet2A7D688E\TietC6524F17\Tiet0FFD2DD0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp/Owner.php index b35882da466..bb71d911308 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/PerformedViaGithubApp/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/User.php index ae2b6d3b81c..5790440846f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnlocked/Issue/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnpinned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnpinned.php index 1f5f3c94219..c92b47d7225 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnpinned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookIssuesUnpinned.php @@ -272,6 +272,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -370,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -614,6 +620,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -883,6 +892,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1357,6 +1369,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1793,6 +1808,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1985,6 +2006,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2856,7 +2883,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3097,6 +3124,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3146,7 +3179,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3170,7 +3204,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3193,7 +3228,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3253,7 +3289,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3303,7 +3340,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "actions": "read", @@ -3392,7 +3430,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -3443,7 +3482,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3474,7 +3514,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3708,7 +3749,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelCreated.php index c0e989cd4b4..5d01bac2e25 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelCreated.php @@ -611,6 +611,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -803,6 +809,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1674,7 +1686,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1915,6 +1927,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1998,7 +2016,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2029,7 +2048,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2263,7 +2283,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelDeleted.php index f7b44dfedf3..459f7f9fd9a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelDeleted.php @@ -612,6 +612,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -804,6 +810,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1675,7 +1687,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1916,6 +1928,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1999,7 +2017,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2030,7 +2049,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2264,7 +2284,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelEdited.php index d9151129382..4327d878fa4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookLabelEdited.php @@ -654,6 +654,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -846,6 +852,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1717,7 +1729,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1958,6 +1970,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2052,7 +2070,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2083,7 +2102,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2317,7 +2337,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseCancelled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseCancelled.php index 865943f6e3c..6e4dafe7a0d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseCancelled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseCancelled.php @@ -814,6 +814,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1006,6 +1012,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1877,7 +1889,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2118,6 +2130,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2249,7 +2267,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2280,7 +2299,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2514,7 +2534,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseChanged.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseChanged.php index 1b8ed3176cd..930f72bfb40 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseChanged.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchaseChanged.php @@ -818,6 +818,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1010,6 +1016,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1881,7 +1893,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2122,6 +2134,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2253,7 +2271,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2284,7 +2303,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2518,7 +2538,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChange.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChange.php index 15c6548db0a..8ca92dc2036 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChange.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChange.php @@ -815,6 +815,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1007,6 +1013,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1878,7 +1890,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2119,6 +2131,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2250,7 +2268,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2281,7 +2300,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2515,7 +2535,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChangeCancelled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChangeCancelled.php index 6767798f4d4..79481ac15c7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChangeCancelled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePendingChangeCancelled.php @@ -810,6 +810,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1002,6 +1008,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1873,7 +1885,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2114,6 +2126,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2245,7 +2263,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2276,7 +2295,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2510,7 +2530,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePurchased.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePurchased.php index 30759429bf1..6e96b026cd8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePurchased.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMarketplacePurchasePurchased.php @@ -814,6 +814,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1006,6 +1012,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1877,7 +1889,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2118,6 +2130,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2249,7 +2267,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2280,7 +2299,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2514,7 +2534,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberAdded.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberAdded.php index 6ff70971eef..4579bc6e9d4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberAdded.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberAdded.php @@ -267,6 +267,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -700,6 +703,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -892,6 +901,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1763,7 +1778,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2004,6 +2019,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2059,7 +2080,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "organization": { "login": "github", @@ -2109,7 +2131,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2140,7 +2163,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2374,7 +2398,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberEdited.php index ed5bcfa95a2..a73ec1914af 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberEdited.php @@ -269,6 +269,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -702,6 +705,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -894,6 +903,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1765,7 +1780,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2006,6 +2021,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2062,7 +2083,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "organization": { "login": "github", @@ -2112,7 +2134,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2143,7 +2166,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2377,7 +2401,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberRemoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberRemoved.php index ccb7b3591dc..dca05ec0ede 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberRemoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMemberRemoved.php @@ -233,6 +233,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -666,6 +669,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -858,6 +867,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1729,7 +1744,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1970,6 +1985,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2017,7 +2038,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "organization": { "login": "github", @@ -2067,7 +2089,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2098,7 +2121,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2332,7 +2356,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded.php index 508b1fed25b..bbeede4cace 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded.php @@ -235,6 +235,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -668,6 +671,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -860,6 +869,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1731,7 +1746,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1914,6 +1929,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2111,7 +2129,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "organization": { "login": "github", @@ -2161,7 +2180,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2192,7 +2212,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2427,7 +2448,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "team": { "deleted": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded/Sender.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded/Sender.php index bb533cf6fc4..39c86864802 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded/Sender.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipAdded/Sender.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Sender extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Sender extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved.php index 50afde54c3b..262dfda0db8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved.php @@ -235,6 +235,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -668,6 +671,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -860,6 +869,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1731,7 +1746,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1915,6 +1930,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2112,7 +2130,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "organization": { "login": "github", @@ -2162,7 +2181,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2193,7 +2213,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2428,7 +2449,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "team": { "deleted": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved/Sender.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved/Sender.php index bb7632b1563..85db66e886c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved/Sender.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMembershipRemoved/Sender.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Sender extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Sender extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupChecksRequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupChecksRequested.php index 447a10bf294..824ee84f9df 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupChecksRequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupChecksRequested.php @@ -604,6 +604,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -796,6 +802,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1667,7 +1679,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1908,6 +1920,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1990,7 +2008,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2021,7 +2040,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2255,7 +2275,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupDestroyed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupDestroyed.php index a1f364cb9a2..66f0f91595f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupDestroyed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMergeGroupDestroyed.php @@ -613,6 +613,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -805,6 +811,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1676,7 +1688,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1917,6 +1929,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2000,7 +2018,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2031,7 +2050,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2265,7 +2285,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMetaDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMetaDeleted.php index e8acae684aa..1a4ed1fb5d5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMetaDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMetaDeleted.php @@ -700,6 +700,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -892,6 +898,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1763,7 +1775,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2006,6 +2018,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2099,7 +2117,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2130,7 +2149,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2364,7 +2384,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneClosed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneClosed.php index 34d877b4f86..3d9c86aaa2c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneClosed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneClosed.php @@ -269,6 +269,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -759,6 +762,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -951,6 +960,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1822,7 +1837,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2063,6 +2078,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2114,7 +2135,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2177,7 +2199,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2208,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2442,7 +2466,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneCreated.php index 5a3b73279d2..bf870a49cce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneCreated.php @@ -268,6 +268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -758,6 +761,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -950,6 +959,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1821,7 +1836,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2062,6 +2077,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2113,7 +2134,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2176,7 +2198,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2207,7 +2230,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2441,7 +2465,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneDeleted.php index 0711ff9a5ce..21730c7cd36 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneDeleted.php @@ -269,6 +269,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -759,6 +762,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -951,6 +960,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1822,7 +1837,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2063,6 +2078,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2114,7 +2135,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2177,7 +2199,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2208,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2442,7 +2466,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneEdited.php index 81f4a501b84..db096511490 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneEdited.php @@ -312,6 +312,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -802,6 +805,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -994,6 +1003,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1865,7 +1880,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2106,6 +2121,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2168,7 +2189,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2231,7 +2253,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2262,7 +2285,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2496,7 +2520,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneOpened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneOpened.php index bf735129b52..d203bf596d7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneOpened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookMilestoneOpened.php @@ -268,6 +268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -758,6 +761,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -950,6 +959,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1821,7 +1836,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2062,6 +2077,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2113,7 +2134,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -2176,7 +2198,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2207,7 +2230,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2441,7 +2465,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockBlocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockBlocked.php index 391111e6cdf..6e53053a671 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockBlocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockBlocked.php @@ -119,6 +119,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -667,6 +670,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -859,6 +868,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1730,7 +1745,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1971,6 +1986,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2002,7 +2023,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "enterprise": { "description": "generated", @@ -2068,7 +2090,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2099,7 +2122,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2333,7 +2357,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockUnblocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockUnblocked.php index a384362fab7..feb327f609c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockUnblocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrgBlockUnblocked.php @@ -119,6 +119,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -667,6 +670,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -859,6 +868,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1730,7 +1745,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1971,6 +1986,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2002,7 +2023,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "enterprise": { "description": "generated", @@ -2068,7 +2090,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2099,7 +2122,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2333,7 +2357,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationDeleted.php index 51bca1b26e8..af30dfce0c4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationDeleted.php @@ -257,6 +257,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -693,6 +696,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -885,6 +894,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1756,7 +1771,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1997,6 +2012,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2049,7 +2070,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -2100,7 +2122,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2131,7 +2154,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2365,7 +2389,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberAdded.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberAdded.php index 71b63a7d7dd..0d24f0ab50e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberAdded.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberAdded.php @@ -258,6 +258,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -694,6 +697,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -886,6 +895,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1757,7 +1772,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1998,6 +2013,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2050,7 +2071,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -2101,7 +2123,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2132,7 +2155,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2366,7 +2390,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited.php index b281cd11f85..651be3828ea 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited.php @@ -278,6 +278,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -732,6 +735,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -924,6 +933,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1795,7 +1810,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2036,6 +2051,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2134,6 +2155,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2187,7 +2211,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "login": "generated", "node_id": "generated", @@ -2243,7 +2268,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2274,7 +2300,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2508,7 +2535,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "user": { "avatar_url": "https:\\/\\/example.com\\/", @@ -2531,7 +2559,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation.php index 922258e6f07..d8ee8162112 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation.php @@ -148,6 +148,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -202,7 +205,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "login": "generated", "node_id": "generated", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation/Inviter.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation/Inviter.php index 8bb5379d135..266552fbcaa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation/Inviter.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberInvited/Invitation/Inviter.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Inviter extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Inviter extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberRemoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberRemoved.php index dcea7c86a12..b1f550fc0e2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberRemoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationMemberRemoved.php @@ -258,6 +258,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -694,6 +697,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -886,6 +895,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1757,7 +1772,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1998,6 +2013,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2050,7 +2071,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -2101,7 +2123,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2132,7 +2155,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2366,7 +2390,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationRenamed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationRenamed.php index 1fe94325be6..7bf9f9ae683 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationRenamed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookOrganizationRenamed.php @@ -270,6 +270,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -706,6 +709,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -898,6 +907,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1769,7 +1784,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2010,6 +2025,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2067,7 +2088,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "organization": { @@ -2118,7 +2140,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2149,7 +2172,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2383,7 +2407,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished.php index 033ffd3c0b6..23198fe605e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished.php @@ -375,6 +375,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -491,6 +494,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -972,6 +978,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1460,6 +1469,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1652,6 +1667,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2523,7 +2544,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2764,6 +2785,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2833,7 +2860,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -2858,7 +2886,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": null, "body_html": "generated", @@ -3006,7 +3035,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, @@ -3106,7 +3136,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3137,7 +3168,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3371,7 +3403,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package.php index b5db7da63cc..ae119397e7f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package.php @@ -147,6 +147,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -263,6 +266,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -744,6 +750,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -932,7 +941,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -957,7 +967,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": null, "body_html": "generated", @@ -1105,7 +1116,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/Owner.php index 0fe748aeef3..46dfae4dc71 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion.php index 12050104004..5538c618390 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion.php @@ -120,6 +120,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -601,6 +604,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -741,7 +747,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": null, "body_html": "generated", @@ -889,7 +896,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Author.php index a6ab2ae39fb..5e7ae54f301 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Author extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release.php index 3466d6569d2..f404d60d359 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release.php @@ -118,6 +118,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -182,7 +185,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release/Author.php index 39b3c29ea09..f9d9a89a813 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackagePublished/Package/PackageVersion/Release/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Author extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated.php index a76f212669c..93087e4594a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated.php @@ -373,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -493,6 +496,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -724,6 +730,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1207,6 +1216,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1399,6 +1414,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2270,7 +2291,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2511,6 +2532,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2580,7 +2607,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -2605,7 +2633,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "body_html": "generated", @@ -2687,7 +2716,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, @@ -2787,7 +2817,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2818,7 +2849,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3052,7 +3084,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package.php index 2f32cb24463..790adaa63da 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package.php @@ -144,6 +144,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -264,6 +267,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -495,6 +501,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -678,7 +687,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -703,7 +713,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "body_html": "generated", @@ -785,7 +796,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/Owner.php index 50500ad686a..8c9135a1a1b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion.php index 246a6de5d2d..ebd572213a0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion.php @@ -123,6 +123,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -354,6 +357,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -492,7 +498,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "body_html": "generated", @@ -574,7 +581,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Author.php index 641c82515e2..8d5e8220e1d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Author extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release.php index a06207800f2..34bb12a2730 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release.php @@ -118,6 +118,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -179,7 +182,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release/Author.php index 03542771f21..ab6d00433d8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPackageUpdated/Package/PackageVersion/Release/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Author extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild.php index 194b48e0170..0f653e229fc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild.php @@ -150,6 +150,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -714,6 +717,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -906,6 +915,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1777,7 +1792,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2018,6 +2033,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2055,7 +2076,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "status": "generated", "updated_at": "generated", @@ -2126,7 +2148,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2157,7 +2180,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2391,7 +2415,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build.php index bd4e0d35d25..0f8c9cd1cc0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build.php @@ -141,6 +141,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -187,7 +190,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "status": "generated", "updated_at": "generated", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build/Pusher.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build/Pusher.php index 258283be3b9..56b5b265d23 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build/Pusher.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPageBuild/Build/Pusher.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Pusher extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Pusher extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestApproved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestApproved.php index dab10dbc6a1..0a22b6ec203 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestApproved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestApproved.php @@ -206,6 +206,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -707,6 +713,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -765,7 +777,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "permissions_added": { "organization": [], @@ -837,7 +850,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "installation": { "id": 1, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCancelled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCancelled.php index d1613bed7e2..b4561a1b1c2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCancelled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCancelled.php @@ -206,6 +206,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -707,6 +713,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -765,7 +777,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "permissions_added": { "organization": [], @@ -837,7 +850,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "installation": { "id": 1, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCreated.php index 67b9bff6f88..959993f56c7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestCreated.php @@ -205,6 +205,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -706,6 +712,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -764,7 +776,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "permissions_added": { "organization": [], @@ -836,7 +849,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "installation": { "id": 1, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestDenied.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestDenied.php index a0f8efced35..3b77faef9fd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestDenied.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPersonalAccessTokenRequestDenied.php @@ -206,6 +206,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -707,6 +713,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -765,7 +777,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "permissions_added": { "organization": [], @@ -837,7 +850,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "installation": { "id": 1, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPing.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPing.php index 1ad7d2ef9b8..25ecab14139 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPing.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPing.php @@ -586,6 +586,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -778,6 +784,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1649,7 +1661,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1890,6 +1902,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1980,7 +1998,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2011,7 +2030,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2245,7 +2265,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "zen": "generated" }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardConverted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardConverted.php index d2855441f67..2b26551772a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardConverted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardConverted.php @@ -393,6 +393,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -754,6 +757,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -946,6 +955,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1817,7 +1832,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2058,6 +2073,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2131,7 +2152,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", @@ -2174,7 +2196,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2205,7 +2228,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2439,7 +2463,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardCreated.php index 5f6d3c6943f..5b06b0c0e70 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardCreated.php @@ -373,6 +373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -734,6 +737,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -926,6 +935,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1797,7 +1812,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2038,6 +2053,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2106,7 +2127,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", @@ -2149,7 +2171,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2180,7 +2203,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2414,7 +2438,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted.php index d159576315c..df5f3d56005 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted.php @@ -377,6 +377,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -743,6 +746,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -935,6 +944,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1806,7 +1821,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2049,6 +2064,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2117,7 +2138,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", @@ -2160,7 +2182,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2191,7 +2214,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2425,7 +2449,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard.php index 2bae0281b4a..f0e1fa77e39 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard.php @@ -148,6 +148,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -208,7 +211,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard/Creator.php index f704cea552c..7e3cc0ff624 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardDeleted/ProjectCard/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardEdited.php index ae86c6f1d6a..1af1efbc38d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardEdited.php @@ -396,6 +396,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -757,6 +760,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -949,6 +958,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1820,7 +1835,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2061,6 +2076,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2134,7 +2155,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", @@ -2177,7 +2199,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2208,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2442,7 +2466,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved.php index a51f86127ef..f66c49d0a9e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved.php @@ -395,6 +395,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -867,6 +870,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1059,6 +1068,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1930,7 +1945,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2171,6 +2186,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2244,7 +2265,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", @@ -2287,7 +2309,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2318,7 +2341,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2552,7 +2576,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard.php index 89ca372e789..91a9673d4bb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard.php @@ -145,6 +145,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -205,7 +208,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "id": 2, "node_id": "generated", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard/Creator.php index 3e2ef5b84af..515ed85121d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCardMoved/ProjectCard/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectClosed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectClosed.php index 55bb75bef05..bbc2e8dc0c0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectClosed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectClosed.php @@ -364,6 +364,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -737,6 +740,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -929,6 +938,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1800,7 +1815,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2041,6 +2056,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2106,7 +2127,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "html_url": "https:\\/\\/example.com\\/", "id": 2, @@ -2152,7 +2174,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2183,7 +2206,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2417,7 +2441,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnCreated.php index a47a423e48d..4d72e74767e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnCreated.php @@ -621,6 +621,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -813,6 +819,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1684,7 +1696,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1925,6 +1937,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2010,7 +2028,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2041,7 +2060,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2275,7 +2295,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnDeleted.php index 906d8ae50a7..d6d53ed01f0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnDeleted.php @@ -626,6 +626,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -818,6 +824,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1689,7 +1701,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1932,6 +1944,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2017,7 +2035,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2048,7 +2067,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2282,7 +2302,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnEdited.php index b5876dd01e6..9aa2abeb7c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnEdited.php @@ -638,6 +638,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -830,6 +836,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1701,7 +1713,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1942,6 +1954,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2032,7 +2050,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2063,7 +2082,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2297,7 +2317,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnMoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnMoved.php index 715b61cbbae..4fbbc150220 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnMoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectColumnMoved.php @@ -622,6 +622,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -814,6 +820,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1685,7 +1697,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1926,6 +1938,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2011,7 +2029,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2042,7 +2061,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2276,7 +2296,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCreated.php index 998b7113cf5..d826772e3ca 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectCreated.php @@ -364,6 +364,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -737,6 +740,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -929,6 +938,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1800,7 +1815,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2041,6 +2056,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2106,7 +2127,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "html_url": "https:\\/\\/example.com\\/", "id": 2, @@ -2152,7 +2174,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2183,7 +2206,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2417,7 +2441,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectDeleted.php index e373701ecfc..d8a59c13845 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectDeleted.php @@ -363,6 +363,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -741,6 +744,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -933,6 +942,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1804,7 +1819,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2047,6 +2062,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2112,7 +2133,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "html_url": "https:\\/\\/example.com\\/", "id": 2, @@ -2158,7 +2180,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2189,7 +2212,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2423,7 +2447,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectEdited.php index 4433f9bae84..c7ee4546ed6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectEdited.php @@ -393,6 +393,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -766,6 +769,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -958,6 +967,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1829,7 +1844,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2070,6 +2085,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2143,7 +2164,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "html_url": "https:\\/\\/example.com\\/", "id": 2, @@ -2189,7 +2211,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2220,7 +2243,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2454,7 +2478,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectReopened.php index 9928c59e700..3fd3cbe9c40 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectReopened.php @@ -364,6 +364,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -737,6 +740,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -929,6 +938,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1800,7 +1815,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2041,6 +2056,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2106,7 +2127,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "html_url": "https:\\/\\/example.com\\/", "id": 2, @@ -2152,7 +2174,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2183,7 +2206,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2417,7 +2441,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemArchived.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemArchived.php index dfa4a08d969..ca3b12d7fac 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemArchived.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemArchived.php @@ -366,6 +366,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -555,6 +561,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -616,7 +628,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -643,7 +656,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemConverted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemConverted.php index d168e11056b..6ef03b0a8d6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemConverted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemConverted.php @@ -361,6 +361,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -550,6 +556,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -611,7 +623,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -638,7 +651,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemCreated.php index 5c1ce4be0f2..1e0ac10ef70 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemCreated.php @@ -341,6 +341,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -530,6 +536,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -585,7 +597,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -612,7 +625,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemDeleted.php index 7f6e80f4da9..5300ddbce23 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemDeleted.php @@ -341,6 +341,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -530,6 +536,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -585,7 +597,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -612,7 +625,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemEdited.php index 2f97d7ea36d..a0a99933c28 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemEdited.php @@ -545,6 +545,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -734,6 +740,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -790,7 +802,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -817,7 +830,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemReordered.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemReordered.php index 6dd9897609f..fe94358d433 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemReordered.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemReordered.php @@ -364,6 +364,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -553,6 +559,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -614,7 +626,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -641,7 +654,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemRestored.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemRestored.php index 2444aa937cf..42065db4ac0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemRestored.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ItemRestored.php @@ -366,6 +366,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -555,6 +561,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -616,7 +628,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -643,7 +656,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectClosed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectClosed.php index e39c116b8be..84d6b20aa45 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectClosed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectClosed.php @@ -333,6 +333,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -495,6 +501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -717,6 +729,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -884,6 +902,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -936,7 +960,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "creator": { "name": "generated", @@ -959,7 +984,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "title": "generated", "description": "generated", @@ -991,7 +1017,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }, "sender": { @@ -1015,7 +1042,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectCreated.php index fce0f0e4ed0..865230d664f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectCreated.php @@ -332,6 +332,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -494,6 +500,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -716,6 +728,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -883,6 +901,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -936,7 +960,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "creator": { "name": "generated", @@ -959,7 +984,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "title": "generated", "description": "generated", @@ -991,7 +1017,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }, "sender": { @@ -1015,7 +1042,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectDeleted.php index df30e71899e..1e6814e8fff 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectDeleted.php @@ -333,6 +333,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -495,6 +501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -717,6 +729,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -884,6 +902,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -936,7 +960,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "creator": { "name": "generated", @@ -959,7 +984,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "title": "generated", "description": "generated", @@ -991,7 +1017,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }, "sender": { @@ -1015,7 +1042,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectEdited.php index 037225529ab..d741360f0c2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectEdited.php @@ -395,6 +395,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -557,6 +563,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -779,6 +791,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -946,6 +964,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1016,7 +1040,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "creator": { "name": "generated", @@ -1039,7 +1064,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "title": "generated", "description": "generated", @@ -1071,7 +1097,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }, "sender": { @@ -1095,7 +1122,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectReopened.php index 86fb725da06..6391303af5a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2ProjectReopened.php @@ -333,6 +333,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -495,6 +501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -717,6 +729,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -884,6 +902,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -936,7 +960,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "creator": { "name": "generated", @@ -959,7 +984,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "title": "generated", "description": "generated", @@ -991,7 +1017,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }, "sender": { @@ -1015,7 +1042,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateCreated.php index 550967ddada..c12722ded0d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateCreated.php @@ -326,6 +326,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -543,6 +549,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -596,7 +608,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -626,7 +639,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateDeleted.php index 06ade5a50d4..747d13392fa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateDeleted.php @@ -326,6 +326,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -543,6 +549,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -596,7 +608,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -626,7 +639,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateEdited.php index f151a270a08..5f20e95c1dc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookProjectsV2StatusUpdateEdited.php @@ -419,6 +419,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -636,6 +642,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -707,7 +719,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "created_at": "2022-04-28T12:00:00Z", "updated_at": "2022-04-28T12:00:00Z", @@ -737,7 +750,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPublic.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPublic.php index 977ced5dc95..d171c297e87 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPublic.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPublic.php @@ -561,6 +561,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -753,6 +759,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1624,7 +1636,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1865,6 +1877,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1938,7 +1956,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1969,7 +1988,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2203,7 +2223,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned.php index c68fcbf9683..20342fc43c5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned.php @@ -121,6 +121,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -613,6 +616,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -712,6 +718,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -851,6 +860,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1376,6 +1388,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1518,7 +1533,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1639,6 +1654,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2205,6 +2223,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2347,7 +2368,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2468,6 +2489,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2658,6 +2682,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2794,6 +2821,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2969,6 +2999,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3387,6 +3420,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3723,6 +3759,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3915,6 +3957,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4786,7 +4834,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5027,6 +5075,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5058,7 +5112,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "enterprise": { "description": "generated", @@ -5141,7 +5196,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5165,7 +5221,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -5188,7 +5245,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -5216,7 +5274,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5317,7 +5376,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5380,7 +5440,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5491,7 +5552,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5554,7 +5616,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5608,7 +5671,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5635,7 +5699,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5743,7 +5808,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5780,7 +5846,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5811,7 +5878,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6045,7 +6113,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest.php index 99cea466a4c..7e5d6fe587f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest.php @@ -280,6 +280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -379,6 +382,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -518,6 +524,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1043,6 +1052,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1185,7 +1197,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1306,6 +1318,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1872,6 +1887,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2014,7 +2032,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2135,6 +2153,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2325,6 +2346,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2461,6 +2485,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2636,6 +2663,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3054,6 +3084,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3111,7 +3144,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3135,7 +3169,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -3158,7 +3193,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3186,7 +3222,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3287,7 +3324,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3350,7 +3388,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3461,7 +3500,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3524,7 +3564,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3578,7 +3619,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3605,7 +3647,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3713,7 +3756,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignee.php index d1144685dca..ed0e68a20ff 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignees.php index e45498efe5f..4e514d24936 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignees extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge.php index aacbb2ff1fb..0c7c0f8e13a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge/EnabledBy.php index ef0f28a4dd9..d791f3161ae 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base.php index 4238b76d822..eecf1b1889a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo.php index 97a8b41491f..bfd0eb2f47c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo/Owner.php index 538c29eb5dc..90e565bb5e1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/User.php index 835afd1bf53..39cc9de0db8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head.php index ff2b880912b..281a40ef140 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet01453758\Tiet6E98457A\Tiet8F1E61C9\Tiet3FD9A6C4 +final readonly class Head extends Schema\AliasAbstract\TietC622367A\Tiet1B0AEBBF\Tiet4F8F58BF\TietAA9B571E { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo.php index c35b1cbbb6e..a04afe120e1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo/Owner.php index 7368ac0f54e..2d1bd2ce590 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/User.php index 5f4ea1f93ad..cb370303cfe 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/MergedBy.php index bf38a00468c..6d51ba72754 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone.php index f41d0c4b5cc..e298171961f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone/Creator.php index 242a9105fbd..cc3e71f402f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/RequestedReviewers/Zero.php index a66092bdde2..74f9ce44424 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/User.php index 5c7ac309857..9a14afe49c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAssigned/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled.php index 31dc2c16be9..193e7359f14 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled.php @@ -514,6 +514,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -751,6 +754,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1276,6 +1282,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1418,7 +1427,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1539,6 +1548,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2099,6 +2111,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2241,7 +2256,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2362,6 +2377,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2552,6 +2570,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2687,6 +2708,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2862,6 +2886,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3280,6 +3307,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3619,6 +3649,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3811,6 +3847,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4682,7 +4724,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4923,6 +4965,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5014,7 +5062,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5089,7 +5138,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5190,7 +5240,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5253,7 +5304,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5364,7 +5416,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5427,7 +5480,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5481,7 +5535,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5508,7 +5563,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5616,7 +5672,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "reason": "generated", @@ -5654,7 +5711,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5685,7 +5743,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5919,7 +5978,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest.php index 27b0b5d0a81..90b3e3b541f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest.php @@ -279,6 +279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -516,6 +519,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1041,6 +1047,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1183,7 +1192,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1304,6 +1313,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1864,6 +1876,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2006,7 +2021,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2127,6 +2142,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2317,6 +2335,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2452,6 +2473,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2627,6 +2651,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3045,6 +3072,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3102,7 +3132,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3177,7 +3208,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3278,7 +3310,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3341,7 +3374,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3452,7 +3486,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3515,7 +3550,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3569,7 +3605,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3596,7 +3633,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3704,7 +3742,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Assignee.php index 14cc31a9f0f..4aca93ee137 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge.php index 142451a06da..149ef701a39 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge/EnabledBy.php index d50b97ded0b..61a06eff1a0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base.php index 6b140bf8b44..77b06a0279c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base.php @@ -518,6 +518,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -660,7 +663,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -781,6 +784,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -885,7 +891,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -948,7 +955,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo.php index b2dfbec9d6f..224307003e0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo.php @@ -503,6 +503,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -645,7 +648,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -765,7 +768,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -843,7 +847,7 @@ - `PR_TITLE` - default to the pull request's title. - `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). - * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead. + * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. * webCommitSignoffRequired: Whether to require contributors to sign off on web-based commits */ public function __construct(#[MapFrom('allow_auto_merge')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo/Owner.php index 7267ebc2918..49bcb156169 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/User.php index 9c2cf5955be..d600d953120 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head.php index 3df960a2ff3..1505ae10db2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Head extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo.php index 8b80964a42c..6e9062ea893 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo/Owner.php index d1caaecb19d..96c4080dbc8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/User.php index f0f537fc744..0ae1aa09fcf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/MergedBy.php index e3fb58a79e2..515f36031cc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone.php index a1a1bad81cc..18aec7e2c34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone/Creator.php index 73970428b31..e6e100c2d48 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/RequestedReviewers/Zero.php index 6251dd49a42..fba275023e3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/User.php index 58a96a592a3..0c0aef6bc2b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeDisabled/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled.php index 7c232a7d689..efa8b767356 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled.php @@ -513,6 +513,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -750,6 +753,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1275,6 +1281,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1417,7 +1426,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1538,6 +1547,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2097,6 +2109,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2239,7 +2254,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2360,6 +2375,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2550,6 +2568,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2686,6 +2707,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2861,6 +2885,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3279,6 +3306,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3618,6 +3648,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3810,6 +3846,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4681,7 +4723,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4922,6 +4964,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5013,7 +5061,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5088,7 +5137,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5189,7 +5239,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5252,7 +5303,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5363,7 +5415,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5426,7 +5479,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5480,7 +5534,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5507,7 +5562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5615,7 +5671,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "reason": "generated", @@ -5653,7 +5710,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5684,7 +5742,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5918,7 +5977,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest.php index a84a8f37f24..a25d9332a52 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest.php @@ -279,6 +279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -516,6 +519,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1041,6 +1047,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1183,7 +1192,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1304,6 +1313,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1863,6 +1875,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2005,7 +2020,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2126,6 +2141,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2316,6 +2334,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2452,6 +2473,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2627,6 +2651,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3045,6 +3072,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3102,7 +3132,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3177,7 +3208,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3278,7 +3310,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3341,7 +3374,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3452,7 +3486,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3515,7 +3550,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3569,7 +3605,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3596,7 +3633,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3704,7 +3742,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Assignee.php index 2c5662923f8..0a0a8c8a9c9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge.php index 02101f541ba..5488ecf5afd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge/EnabledBy.php index a015f80dbfa..f69047f4cac 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base.php index 2733d74307a..50ff155a65f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo.php index c978d93c213..f8fc1f9923d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo/Owner.php index 680181164e6..cecaaab5f5f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/User.php index 9e013866da2..9c9c7732dab 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head.php index 7a77fd70420..6c629051e3a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head.php @@ -517,6 +517,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -659,7 +662,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -780,6 +783,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -884,7 +890,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -947,7 +954,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo.php index c5ef84ae6a4..9b80fd8cd09 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo.php @@ -502,6 +502,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -644,7 +647,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -764,7 +767,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -842,7 +846,7 @@ - `PR_TITLE` - default to the pull request's title. - `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). - * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead. + * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. * webCommitSignoffRequired: Whether to require contributors to sign off on web-based commits */ public function __construct(#[MapFrom('allow_auto_merge')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo/Owner.php index 0eec9f75a33..09fa142dff9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/User.php index a1810272ee0..6bde0b336a7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/MergedBy.php index 3435180def6..ca31c5d44ca 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone.php index 674aa3b4de8..9ac84d29e41 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone/Creator.php index 9c1512c6475..1fe68f2135a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/RequestedReviewers/Zero.php index eda77d7b585..98d333f83a9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/User.php index bcada63e18b..c79886e29d4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestAutoMergeEnabled/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestClosed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestClosed.php index 1a01cafac1d..f64cb1fd70b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestClosed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestClosed.php @@ -565,6 +565,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -878,6 +884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1150,6 +1162,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1319,6 +1337,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1487,6 +1511,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1908,6 +1938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2235,6 +2268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2539,6 +2575,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2888,6 +2927,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3201,6 +3243,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3422,6 +3470,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3527,7 +3581,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.**", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.**", "default": false } } @@ -3865,6 +3919,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4057,6 +4117,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4928,7 +4994,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5169,6 +5235,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5248,7 +5320,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5302,7 +5375,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5338,7 +5412,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5399,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5486,7 +5562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -5546,7 +5623,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5633,7 +5711,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -5685,7 +5764,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -5717,7 +5797,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -5761,7 +5842,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5792,7 +5874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6026,7 +6109,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestConvertedToDraft.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestConvertedToDraft.php index 0c154bfd0fc..d33af2b0b8e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestConvertedToDraft.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestConvertedToDraft.php @@ -565,6 +565,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -878,6 +884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1150,6 +1162,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1319,6 +1337,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1487,6 +1511,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1908,6 +1938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2235,6 +2268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2539,6 +2575,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2888,6 +2927,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3201,6 +3243,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3422,6 +3470,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3527,7 +3581,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.**", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.**", "default": false } } @@ -3865,6 +3919,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4057,6 +4117,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4928,7 +4994,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5169,6 +5235,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5248,7 +5320,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5302,7 +5375,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5338,7 +5412,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5399,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5486,7 +5562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -5546,7 +5623,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5633,7 +5711,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -5685,7 +5764,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -5717,7 +5797,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -5761,7 +5842,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5792,7 +5874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6026,7 +6109,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDemilestoned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDemilestoned.php index 997a68655f9..14167cf14c0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDemilestoned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDemilestoned.php @@ -368,6 +368,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -797,6 +803,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1035,6 +1044,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1560,6 +1572,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1823,6 +1838,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2383,6 +2401,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2646,6 +2667,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2837,6 +2861,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2973,6 +3000,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3556,6 +3586,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3892,6 +3925,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4084,6 +4123,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4955,7 +5000,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5196,6 +5241,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5249,7 +5300,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5323,7 +5375,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5398,7 +5451,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5499,7 +5553,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5562,7 +5617,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5673,7 +5729,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5736,7 +5793,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5790,7 +5848,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5817,7 +5876,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5925,7 +5985,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5962,7 +6023,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5993,7 +6055,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6227,7 +6290,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued.php index 1d963b2a513..9f832ffcbf8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued.php @@ -514,6 +514,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -751,6 +754,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1276,6 +1282,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1418,7 +1427,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1539,6 +1548,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2099,6 +2111,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2241,7 +2256,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2362,6 +2377,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2552,6 +2570,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2688,6 +2709,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2862,6 +2886,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3271,6 +3298,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3624,6 +3654,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3816,6 +3852,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4687,7 +4729,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4928,6 +4970,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5019,7 +5067,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5094,7 +5143,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5195,7 +5245,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5258,7 +5309,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5369,7 +5421,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5432,7 +5485,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5486,7 +5540,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5513,7 +5568,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5621,7 +5677,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "reason": "INVALID_MERGE_COMMIT", @@ -5659,7 +5716,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5690,7 +5748,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5924,7 +5983,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest.php index 004a5ff1bde..07847e8201e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest.php @@ -279,6 +279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -516,6 +519,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1041,6 +1047,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1183,7 +1192,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1304,6 +1313,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1864,6 +1876,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2006,7 +2021,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2127,6 +2142,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2317,6 +2335,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2453,6 +2474,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2627,6 +2651,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3036,6 +3063,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3093,7 +3123,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3168,7 +3199,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3269,7 +3301,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3332,7 +3365,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3443,7 +3477,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3506,7 +3541,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3560,7 +3596,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3587,7 +3624,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3695,7 +3733,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Assignee.php index 543b71a9b22..7b175579c12 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge.php index 908b50da118..da3575894ef 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge/EnabledBy.php index b3abd6b3c08..072d800cdbf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base.php index 277fa26c3a9..8020ea56c6a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo.php index cdc2e22581b..63de18fa9e9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo/Owner.php index dc6046fffa7..0b0896090e6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/User.php index b4737668241..3a5755eeae4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head.php index a9f5dfbedba..fa874cb6bbc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Head extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo.php index 886def6f6bf..e6c59ee40db 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo/Owner.php index 5c895ac8935..bce2ce61b14 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/User.php index a2b4475151f..10ef52cdde4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/MergedBy.php index 79e8ac6cc7f..af5e67d8ea4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone.php index 02e4e5c6d95..7cde3d1eab9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone/Creator.php index 30233b449f6..be1ad024947 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/RequestedReviewers/Zero.php index 35a3fcea36e..e02bec55d38 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Zero extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/User.php index a974f58eb44..16342198d52 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestDequeued/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEdited.php index db0dad41994..219e0ba2c9c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEdited.php @@ -626,6 +626,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -939,6 +945,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1211,6 +1223,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1380,6 +1398,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1548,6 +1572,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1969,6 +1999,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2296,6 +2329,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2600,6 +2636,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2949,6 +2988,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3262,6 +3304,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3483,6 +3531,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3588,7 +3642,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.**", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.**", "default": false } } @@ -3926,6 +3980,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4118,6 +4178,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4989,7 +5055,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5230,6 +5296,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5325,7 +5397,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5379,7 +5452,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5415,7 +5489,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5476,7 +5551,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5563,7 +5639,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -5623,7 +5700,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5710,7 +5788,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -5762,7 +5841,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -5794,7 +5874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -5838,7 +5919,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5869,7 +5951,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6103,7 +6186,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued.php index 56a61775567..ed01dfe7c11 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued.php @@ -513,6 +513,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -750,6 +753,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1275,6 +1281,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1417,7 +1426,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1538,6 +1547,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2098,6 +2110,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2240,7 +2255,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2361,6 +2376,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2551,6 +2569,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2687,6 +2708,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2861,6 +2885,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3270,6 +3297,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3606,6 +3636,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3798,6 +3834,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4669,7 +4711,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4910,6 +4952,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5001,7 +5049,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5076,7 +5125,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5177,7 +5227,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5240,7 +5291,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5351,7 +5403,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5414,7 +5467,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5468,7 +5522,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5495,7 +5550,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5603,7 +5659,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5640,7 +5697,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5671,7 +5729,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5905,7 +5964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest.php index cfebe489238..64bc534fa3d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest.php @@ -279,6 +279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -516,6 +519,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1041,6 +1047,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1183,7 +1192,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1304,6 +1313,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1864,6 +1876,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2006,7 +2021,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2127,6 +2142,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2317,6 +2335,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2453,6 +2474,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2627,6 +2651,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3036,6 +3063,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3093,7 +3123,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3168,7 +3199,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3269,7 +3301,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3332,7 +3365,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3443,7 +3477,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3506,7 +3541,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3560,7 +3596,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3587,7 +3624,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3695,7 +3733,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Assignee.php index 1a41d81c5f5..1c1340a8280 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge.php index 5af89d2e8f4..cf50c4498eb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge/EnabledBy.php index b15803d0c9f..abafff61057 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base.php index 9be85c528a6..83268dd028a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base.php @@ -518,6 +518,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -660,7 +663,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -781,6 +784,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -885,7 +891,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -948,7 +955,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo.php index 1a34af1a4fa..17b4dcc84c5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo.php @@ -503,6 +503,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -645,7 +648,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -765,7 +768,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -843,7 +847,7 @@ - `PR_TITLE` - default to the pull request's title. - `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). - * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead. + * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. * webCommitSignoffRequired: Whether to require contributors to sign off on web-based commits */ public function __construct(#[MapFrom('allow_auto_merge')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo/Owner.php index 8f8834cd005..7c1cdff20ef 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/User.php index 9d8f76a06bb..6bf30e4369f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head.php index 6a37344bef8..4e58381f0d1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Head extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo.php index df824188053..0466c4d7aa0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo/Owner.php index d06998835e0..76493bb8dce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/User.php index d9146034eec..3a6c65be367 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/MergedBy.php index cf8c2e12f5f..ccb615ddc1d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone.php index 759a9ee9ea5..0413712c58e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone/Creator.php index a9ae96c6eb6..5dbe3105b19 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/RequestedReviewers/Zero.php index ee08e235235..b70d3220941 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Zero extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/User.php index b96c5310d7d..2ec61fa84f2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestEnqueued/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled.php index 095f74d42c8..8feda94604e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled.php @@ -558,6 +558,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -796,6 +799,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1321,6 +1327,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1463,7 +1472,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1584,6 +1593,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2150,6 +2162,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2292,7 +2307,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2413,6 +2428,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2604,6 +2622,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2740,6 +2761,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2915,6 +2939,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3333,6 +3360,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3669,6 +3699,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3861,6 +3897,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4732,7 +4774,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4973,6 +5015,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5073,7 +5121,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5148,7 +5197,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5249,7 +5299,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5312,7 +5363,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5423,7 +5475,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5486,7 +5539,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5540,7 +5594,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5567,7 +5622,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5675,7 +5731,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5712,7 +5769,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5743,7 +5801,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5977,7 +6036,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest.php index 9586249924c..5f48bcd6ea9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest.php @@ -280,6 +280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -518,6 +521,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1043,6 +1049,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1185,7 +1194,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1306,6 +1315,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1872,6 +1884,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2014,7 +2029,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2135,6 +2150,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2326,6 +2344,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2462,6 +2483,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2637,6 +2661,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3055,6 +3082,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3112,7 +3142,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3187,7 +3218,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3288,7 +3320,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3351,7 +3384,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3462,7 +3496,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3525,7 +3560,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3579,7 +3615,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3606,7 +3643,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3714,7 +3752,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Assignee.php index a62b79d9f14..01b3ecf0b37 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge.php index 7a900543253..0c009de9ceb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge/EnabledBy.php index b3604f01371..b517322e234 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base.php index bfe101c3689..15d6bec65fd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo.php index 14f8642f52b..a3f52e181fc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo/Owner.php index 8a1ceaf1b6b..6ada37bec8d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/User.php index 4239ddb03e1..7d4f9329ed6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head.php index 75970ccfe00..b505c1a2eb7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet01453758\Tiet6E98457A\Tiet8F1E61C9\Tiet3FD9A6C4 +final readonly class Head extends Schema\AliasAbstract\TietC622367A\Tiet1B0AEBBF\Tiet4F8F58BF\TietAA9B571E { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo.php index f64699a393d..35da33cc0ea 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo/Owner.php index 65dfaeb4f11..f27cb780997 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/User.php index 4009f558e9f..6aea2bf619e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/MergedBy.php index dfca4da39d5..52ea1ee712f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class MergedBy extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone.php index d9af2e2836d..c4562ecfb0a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone/Creator.php index 87d44212db3..683cf77a1e1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/RequestedReviewers/Zero.php index 5dd0fcdae4a..752fc9de188 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/User.php index 32a797f0c01..a1867665769 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLabeled/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked.php index 456b74c041d..f3fc972995d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked.php @@ -514,6 +514,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -752,6 +755,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1277,6 +1283,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1419,7 +1428,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1540,6 +1549,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2106,6 +2118,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2248,7 +2263,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2369,6 +2384,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2560,6 +2578,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2695,6 +2716,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2870,6 +2894,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3288,6 +3315,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3624,6 +3654,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3816,6 +3852,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4687,7 +4729,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4928,6 +4970,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5019,7 +5067,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5094,7 +5143,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5195,7 +5245,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5258,7 +5309,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5369,7 +5421,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5432,7 +5485,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5486,7 +5540,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5513,7 +5568,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5621,7 +5677,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5658,7 +5715,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5689,7 +5747,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5923,7 +5982,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest.php index 8f59ee75384..d4ca46ce3c3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest.php @@ -279,6 +279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -517,6 +520,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1042,6 +1048,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1184,7 +1193,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1305,6 +1314,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1871,6 +1883,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2013,7 +2028,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2134,6 +2149,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2325,6 +2343,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2460,6 +2481,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2635,6 +2659,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3053,6 +3080,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3110,7 +3140,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3185,7 +3216,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3286,7 +3318,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3349,7 +3382,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3460,7 +3494,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3523,7 +3558,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3577,7 +3613,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3604,7 +3641,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3712,7 +3750,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Assignee.php index fdaf67577e2..6a29256bb87 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge.php index b90f95d4aca..daf93b16881 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge/EnabledBy.php index c7e9ed202ea..8122dea58aa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base.php index b553d5fbc7e..e9197482d3b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo.php index d94fbe15cbe..312243e2ea5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo/Owner.php index 9b090f95791..b3712ce9794 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/User.php index 58872449fd0..12ccda2c39d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head.php index d439bbe4874..e6846e5cfaa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet01453758\Tiet6E98457A\Tiet8F1E61C9\Tiet3FD9A6C4 +final readonly class Head extends Schema\AliasAbstract\TietC622367A\Tiet1B0AEBBF\Tiet4F8F58BF\TietAA9B571E { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo.php index 7fb369c3211..3b0a47c66cb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo/Owner.php index 555fde3bbb8..c77b17f37f4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/User.php index 944e11877a3..dd8c5b20d34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/MergedBy.php index 5af0aa2d0ca..9db9621ac5d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class MergedBy extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone.php index 4e2cc53a6de..f998a0527a4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone/Creator.php index 1b48af13a12..d7e76146f92 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/RequestedReviewers/Zero.php index eca40d70868..dfa9bcd98f4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/User.php index 2e37bd0f19d..de6dcafd2ea 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestLocked/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestMilestoned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestMilestoned.php index 970afa24021..6c5a3b5ba3e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestMilestoned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestMilestoned.php @@ -368,6 +368,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -797,6 +803,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1035,6 +1044,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1560,6 +1572,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1823,6 +1838,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2383,6 +2401,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2646,6 +2667,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2837,6 +2861,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2973,6 +3000,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3556,6 +3586,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3892,6 +3925,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4084,6 +4123,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4955,7 +5000,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5196,6 +5241,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5249,7 +5300,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5323,7 +5375,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5398,7 +5451,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5499,7 +5553,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5562,7 +5617,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5673,7 +5729,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5736,7 +5793,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5790,7 +5848,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5817,7 +5876,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5925,7 +5985,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5962,7 +6023,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5993,7 +6055,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6227,7 +6290,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestOpened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestOpened.php index 8b17f82fb22..2d70b703c5d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestOpened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestOpened.php @@ -565,6 +565,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -878,6 +884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1150,6 +1162,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1319,6 +1337,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1487,6 +1511,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1908,6 +1938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2235,6 +2268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2539,6 +2575,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2888,6 +2927,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3201,6 +3243,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3422,6 +3470,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3527,7 +3581,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.**", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.**", "default": false } } @@ -3865,6 +3919,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4057,6 +4117,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4928,7 +4994,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5169,6 +5235,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5248,7 +5320,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5302,7 +5375,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5338,7 +5412,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5399,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5486,7 +5562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -5546,7 +5623,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5633,7 +5711,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -5685,7 +5764,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -5717,7 +5797,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -5761,7 +5842,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5792,7 +5874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6026,7 +6109,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReadyForReview.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReadyForReview.php index 11ca4e0970a..9cf94df261d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReadyForReview.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReadyForReview.php @@ -565,6 +565,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -878,6 +884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1150,6 +1162,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1319,6 +1337,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1487,6 +1511,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1908,6 +1938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2235,6 +2268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2539,6 +2575,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2888,6 +2927,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3201,6 +3243,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3422,6 +3470,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3527,7 +3581,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.**", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.**", "default": false } } @@ -3865,6 +3919,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4057,6 +4117,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4928,7 +4994,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5169,6 +5235,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5248,7 +5320,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5302,7 +5375,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5338,7 +5412,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5399,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5486,7 +5562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -5546,7 +5623,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5633,7 +5711,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -5685,7 +5764,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -5717,7 +5797,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -5761,7 +5842,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5792,7 +5874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6026,7 +6109,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReopened.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReopened.php index 7b5664942e4..ada4dc3a65d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReopened.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReopened.php @@ -565,6 +565,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -878,6 +884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1150,6 +1162,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1319,6 +1337,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1487,6 +1511,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1908,6 +1938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2235,6 +2268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2539,6 +2575,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2888,6 +2927,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3201,6 +3243,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3422,6 +3470,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3527,7 +3581,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.**", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.**", "default": false } } @@ -3865,6 +3919,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4057,6 +4117,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4928,7 +4994,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5169,6 +5235,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5248,7 +5320,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "body": "Please pull these awesome changes", "labels": [ @@ -5302,7 +5375,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "open_issues": 4, "closed_issues": 8, @@ -5338,7 +5412,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "assignees": null, "requested_reviewers": null, @@ -5399,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5486,7 +5562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "base": { @@ -5546,7 +5623,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "private": false, "pulls_url": "generated", @@ -5633,7 +5711,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "generated", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "_links": { @@ -5685,7 +5764,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "merge_method": "rebase", "commit_title": "generated", @@ -5717,7 +5797,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "comments": 10, "review_comments": 0, @@ -5761,7 +5842,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5792,7 +5874,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6026,7 +6109,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated.php index cea002d55b9..2291d0777f0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated.php @@ -394,6 +394,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -879,6 +882,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1117,6 +1123,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1642,6 +1651,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1784,7 +1796,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1905,6 +1917,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2452,6 +2467,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2594,7 +2612,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2715,6 +2733,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2925,6 +2946,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3093,6 +3117,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3505,6 +3532,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3841,6 +3871,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4033,6 +4069,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4904,7 +4946,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5145,6 +5187,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5224,7 +5272,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -5306,7 +5355,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5381,7 +5431,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5482,7 +5533,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5545,7 +5597,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5652,7 +5705,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5715,7 +5769,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5769,7 +5824,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5875,7 +5931,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5912,7 +5969,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5943,7 +6001,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6177,7 +6236,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment.php index 8143a0b1ffa..b158d8a4c3f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment.php @@ -377,6 +377,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -454,7 +457,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment/User.php index 80fddbbd341..0098eb76370 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/Comment/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest.php index 147cc9f335e..520fd05fa0b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest.php @@ -274,6 +274,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -512,6 +515,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1037,6 +1043,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1179,7 +1188,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1300,6 +1309,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1847,6 +1859,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1989,7 +2004,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2110,6 +2125,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2320,6 +2338,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2488,6 +2509,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2900,6 +2924,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2956,7 +2983,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3031,7 +3059,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3132,7 +3161,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3195,7 +3225,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3302,7 +3333,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3365,7 +3397,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3419,7 +3452,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3525,7 +3559,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Assignee.php index 1edd7826894..8696728872e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge.php index 9b73bdb33de..594b0b39a96 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge/EnabledBy.php index 2253e1913d3..6969b064bd1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base.php index 9e7e3f82bbd..f271a093e55 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo.php index ba2a3230ba2..28085d9533c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo/Owner.php index a971840e6b9..b24534cbc90 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/User.php index 0c64df2ad39..6ac9af2a7c8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head.php index aa1fe6b85d3..a5023cb2476 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head.php @@ -520,6 +520,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -662,7 +665,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -783,6 +786,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -887,7 +893,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -950,7 +957,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo.php index d3be508fcea..ea8a49178f6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo.php @@ -505,6 +505,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -647,7 +650,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -767,7 +770,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -845,7 +849,7 @@ - `PR_TITLE` - default to the pull request's title. - `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). - * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead. + * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. * webCommitSignoffRequired: Whether to require contributors to sign off on web-based commits */ public function __construct(#[MapFrom('allow_auto_merge')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo/Owner.php index bb2b9f93c9e..13d9b9d6d4c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/User.php index d9962fa5e33..09448445c4a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone.php index 91f42dccaa4..02d6a84f616 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone/Creator.php index 67dbb42810b..3c397794207 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/RequestedReviewers/Zero.php index 46f7873291b..b3412181785 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/User.php index 6f67fe96784..faf6d4662c5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentCreated/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted.php index 9f1ec0136fd..c40d15d7999 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted.php @@ -391,6 +391,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -875,6 +878,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1112,6 +1118,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1637,6 +1646,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1779,7 +1791,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1900,6 +1912,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2448,6 +2463,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2590,7 +2608,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2711,6 +2729,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2920,6 +2941,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3087,6 +3111,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3490,6 +3517,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3826,6 +3856,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4018,6 +4054,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4889,7 +4931,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5130,6 +5172,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5209,7 +5257,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -5291,7 +5340,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5366,7 +5416,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5467,7 +5518,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5530,7 +5582,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5637,7 +5690,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5700,7 +5754,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5754,7 +5809,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5860,7 +5916,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5897,7 +5954,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5928,7 +5986,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6162,7 +6221,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest.php index 8f61e310ea4..b94fb307acf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest.php @@ -273,6 +273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -510,6 +513,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1035,6 +1041,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1177,7 +1186,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1298,6 +1307,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1846,6 +1858,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1988,7 +2003,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2109,6 +2124,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2318,6 +2336,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2485,6 +2506,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2888,6 +2912,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2944,7 +2971,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3019,7 +3047,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3120,7 +3149,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3183,7 +3213,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3290,7 +3321,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3353,7 +3385,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3407,7 +3440,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3513,7 +3547,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Assignee.php index 5999898ef7d..8e158dad8cc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge.php index f217af76068..6d0910899f8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge/EnabledBy.php index 4b3dc69e1a9..db07779700d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base.php index fcb7b091163..6c861210e4d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo.php index 71853228272..8306c1c346b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo/Owner.php index 373330faab3..cedc3f40e1a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/User.php index f9277cbfc3c..b550d1f6607 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head.php index fd43abc77f3..a37ddfa4c8a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet65AF0F7C\Tiet2249FF1C\TietFB00DC6B\Tiet30B55640 +final readonly class Head extends Schema\AliasAbstract\TietD5DA1330\Tiet851E1C2C\Tiet1F9A9DCC\Tiet90FB0481 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo.php index a68f09f131e..36876924457 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo/Owner.php index f9a19c3334c..2ff479a5ecb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/User.php index 4bb933d4613..06e7678a1ca 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone.php index 2e1ad5b96c4..a949c3b19be 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone/Creator.php index e26f7de8f50..a148e088ab9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/RequestedReviewers/Zero.php index c83e207ea54..1161a9a09bb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Zero extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/User.php index cbfff7f567c..1bc200ac21e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentDeleted/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited.php index 18419347308..98fe39602c5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited.php @@ -410,6 +410,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -894,6 +897,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -992,6 +998,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1131,6 +1140,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1656,6 +1668,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1798,7 +1813,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1919,6 +1934,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2467,6 +2485,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2609,7 +2630,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2730,6 +2751,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2940,6 +2964,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3107,6 +3134,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3507,6 +3537,9 @@ ], "type": "string" }, + "user_view_type": { + "type": "string" + }, "url": { "type": "string", "format": "uri" @@ -3846,6 +3879,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4038,6 +4077,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4909,7 +4954,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5150,6 +5195,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5234,7 +5285,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "enterprise": { @@ -5316,7 +5368,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5340,7 +5393,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -5363,7 +5417,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -5391,7 +5446,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5492,7 +5548,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5555,7 +5612,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5662,7 +5720,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5725,7 +5784,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5779,7 +5839,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5885,6 +5946,7 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", + "user_view_type": "generated", "url": "https:\\/\\/example.com\\/" } }, @@ -5922,7 +5984,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5953,7 +6016,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6187,7 +6251,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest.php index 97bbc3dcb2b..408af33f9bc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest.php @@ -273,6 +273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -371,6 +374,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -510,6 +516,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1035,6 +1044,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1177,7 +1189,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1298,6 +1310,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1846,6 +1861,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1988,7 +2006,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2109,6 +2127,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2319,6 +2340,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2486,6 +2510,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2886,6 +2913,9 @@ ], "type": "string" }, + "user_view_type": { + "type": "string" + }, "url": { "type": "string", "format": "uri" @@ -2945,7 +2975,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -2969,7 +3000,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, { "avatar_url": "https:\\/\\/example.com\\/", @@ -2992,7 +3024,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } ], "author_association": "OWNER", @@ -3020,7 +3053,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3121,7 +3155,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3184,7 +3219,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3291,7 +3327,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3354,7 +3391,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3408,7 +3446,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3514,6 +3553,7 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", + "user_view_type": "generated", "url": "https:\\/\\/example.com\\/" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignee.php index d1b4ae891d3..170c06eab38 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignees.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignees.php index 9a0f8bf64ab..27f6ac51239 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignees.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Assignees.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignees extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignees extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge.php index d83311cdb4d..5ee2028c11d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge/EnabledBy.php index df4ef991196..6144b699e22 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base.php index 9292526fa52..9103b263ffb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo.php index e694f20182a..db5601edcd8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo/Owner.php index 765710325b6..4c0a09a8735 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/User.php index 928b8eb5e22..f03e5573e8a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head.php index fcfbc9abcfb..bb15896ce80 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet65AF0F7C\Tiet2249FF1C\TietFB00DC6B\Tiet30B55640 +final readonly class Head extends Schema\AliasAbstract\TietD5DA1330\Tiet851E1C2C\Tiet1F9A9DCC\Tiet90FB0481 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo.php index 2e846752de0..11a2049cde4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo/Owner.php index ac69b8129d1..a5f39c3871d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/User.php index 55b83ea752b..0f9616b471f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone.php index 99a9e211a88..7ec3910b3e0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone/Creator.php index f59a224db07..6056f2ebb41 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/RequestedReviewers/Zero.php index a6f9051f2d8..f2cb1c04268 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Zero extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/User.php index 7894d3fb3de..eb4ddcfe435 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewCommentEdited/PullRequest/User.php @@ -4,8 +4,154 @@ namespace ApiClients\Client\GitHubEnterpriseCloud\Schema\WebhookPullRequestReviewCommentEdited\PullRequest; -use ApiClients\Client\GitHubEnterpriseCloud\Schema; +use EventSauce\ObjectHydrator\MapFrom; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User { + public const SCHEMA_JSON = '{ + "title": "User", + "required": [ + "login", + "id" + ], + "type": [ + "object", + "null" + ], + "properties": { + "avatar_url": { + "type": "string", + "format": "uri" + }, + "deleted": { + "type": "boolean" + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "events_url": { + "type": "string", + "format": "uri-template" + }, + "followers_url": { + "type": "string", + "format": "uri" + }, + "following_url": { + "type": "string", + "format": "uri-template" + }, + "gists_url": { + "type": "string", + "format": "uri-template" + }, + "gravatar_id": { + "type": "string" + }, + "html_url": { + "type": "string", + "format": "uri" + }, + "id": { + "type": "integer", + "format": "int64" + }, + "login": { + "type": "string" + }, + "name": { + "type": "string" + }, + "node_id": { + "type": "string" + }, + "organizations_url": { + "type": "string", + "format": "uri" + }, + "received_events_url": { + "type": "string", + "format": "uri" + }, + "repos_url": { + "type": "string", + "format": "uri" + }, + "site_admin": { + "type": "boolean" + }, + "starred_url": { + "type": "string", + "format": "uri-template" + }, + "subscriptions_url": { + "type": "string", + "format": "uri" + }, + "type": { + "enum": [ + "Bot", + "User", + "Organization", + "Mannequin" + ], + "type": "string" + }, + "user_view_type": { + "type": "string" + }, + "url": { + "type": "string", + "format": "uri" + } + } +}'; + public const SCHEMA_TITLE = 'User'; + public const SCHEMA_DESCRIPTION = ''; + public const SCHEMA_EXAMPLE_DATA = '{ + "avatar_url": "https:\\/\\/example.com\\/", + "deleted": false, + "email": "generated", + "events_url": "generated", + "followers_url": "https:\\/\\/example.com\\/", + "following_url": "generated", + "gists_url": "generated", + "gravatar_id": "generated", + "html_url": "https:\\/\\/example.com\\/", + "id": 2, + "login": "generated", + "name": "generated", + "node_id": "generated", + "organizations_url": "https:\\/\\/example.com\\/", + "received_events_url": "https:\\/\\/example.com\\/", + "repos_url": "https:\\/\\/example.com\\/", + "site_admin": false, + "starred_url": "generated", + "subscriptions_url": "https:\\/\\/example.com\\/", + "type": "Mannequin", + "user_view_type": "generated", + "url": "https:\\/\\/example.com\\/" +}'; + + public function __construct(#[MapFrom('avatar_url')] + public string|null $avatarUrl, public bool|null $deleted, public string|null $email, #[MapFrom('events_url')] + public string|null $eventsUrl, #[MapFrom('followers_url')] + public string|null $followersUrl, #[MapFrom('following_url')] + public string|null $followingUrl, #[MapFrom('gists_url')] + public string|null $gistsUrl, #[MapFrom('gravatar_id')] + public string|null $gravatarId, #[MapFrom('html_url')] + public string|null $htmlUrl, public int $id, public string $login, public string|null $name, #[MapFrom('node_id')] + public string|null $nodeId, #[MapFrom('organizations_url')] + public string|null $organizationsUrl, #[MapFrom('received_events_url')] + public string|null $receivedEventsUrl, #[MapFrom('repos_url')] + public string|null $reposUrl, #[MapFrom('site_admin')] + public bool|null $siteAdmin, #[MapFrom('starred_url')] + public string|null $starredUrl, #[MapFrom('subscriptions_url')] + public string|null $subscriptionsUrl, public string|null $type, #[MapFrom('user_view_type')] + public string|null $userViewType, public string|null $url,) + { + } } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed.php index f9dd4cfc09a..6b7091bb864 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed.php @@ -508,6 +508,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -746,6 +749,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1271,6 +1277,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1413,7 +1422,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1534,6 +1543,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2082,6 +2094,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2224,7 +2239,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2345,6 +2360,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2554,6 +2572,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2722,6 +2743,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3134,6 +3158,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3470,6 +3497,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3662,6 +3695,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4533,7 +4572,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4815,6 +4854,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -4979,6 +5021,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5068,7 +5116,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5143,7 +5192,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5244,7 +5294,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5307,7 +5358,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5414,7 +5466,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5477,7 +5530,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5531,7 +5585,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5637,7 +5692,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5674,7 +5730,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5705,7 +5762,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5957,7 +6015,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "sender": { @@ -5981,7 +6040,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest.php index 93dd2a9ec58..3e22bc605a3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest.php @@ -277,6 +277,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -515,6 +518,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1040,6 +1046,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1182,7 +1191,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1303,6 +1312,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1851,6 +1863,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1993,7 +2008,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2114,6 +2129,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2323,6 +2341,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2491,6 +2512,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2903,6 +2927,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2959,7 +2986,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3034,7 +3062,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3135,7 +3164,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3198,7 +3228,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3305,7 +3336,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3368,7 +3400,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3422,7 +3455,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3528,7 +3562,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Assignee.php index f1a290e6a7b..b5b3349c509 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge.php index dee03350301..c0cfb3f34c8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge/EnabledBy.php index 6ca886ae1ff..2edab882cfa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base.php index 2965be1056e..94a15eb5a8e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo.php index b9dbbd92d7d..33230b8e431 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo/Owner.php index 4e98b3030d4..73e87ac9ff0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/User.php index 9831d9fa780..f1ccb840dcf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head.php index 79d5abbe5d0..fcb4360cc7e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet65AF0F7C\Tiet2249FF1C\TietFB00DC6B\Tiet30B55640 +final readonly class Head extends Schema\AliasAbstract\TietD5DA1330\Tiet851E1C2C\Tiet1F9A9DCC\Tiet90FB0481 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo.php index e7b0f96038a..16b27c790c2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo/Owner.php index 0513047fc17..fe5d2e74116 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/User.php index 9f2d1624b6f..343a1109f4b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone.php index 6bc4966692e..ed5fc5f60e6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone/Creator.php index 4868b60d6b4..2d20af1dc19 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/RequestedReviewers/Zero.php index d5e48cf3038..952dde51eb5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/User.php index 329bbe11c0e..17bb79c0c71 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review.php index 6e58a6c14ee..583fe1df0fa 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review.php @@ -208,6 +208,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -255,7 +258,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review/User.php index e7508180c2d..a750366b8ca 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewDismissed/Review/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited.php index c4c228a0d07..612f8420520 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited.php @@ -526,6 +526,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -764,6 +767,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1266,6 +1272,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1503,6 +1512,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2028,6 +2040,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2265,6 +2280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2475,6 +2493,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2643,6 +2664,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3055,6 +3079,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3391,6 +3418,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3583,6 +3616,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4454,7 +4493,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4733,6 +4772,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -4897,6 +4939,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4991,7 +5039,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5066,7 +5115,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5164,7 +5214,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5223,7 +5274,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5327,7 +5379,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5386,7 +5439,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5440,7 +5494,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5546,7 +5601,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5583,7 +5639,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5614,7 +5671,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5866,7 +5924,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "sender": { @@ -5890,7 +5949,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest.php index 35e53308313..8e15863951c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest.php @@ -277,6 +277,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -515,6 +518,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1017,6 +1023,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1254,6 +1263,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1779,6 +1791,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2016,6 +2031,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2226,6 +2244,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2394,6 +2415,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2806,6 +2830,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2862,7 +2889,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -2937,7 +2965,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3035,7 +3064,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3094,7 +3124,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3198,7 +3229,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3257,7 +3289,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3311,7 +3344,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3417,7 +3451,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Assignee.php index d9e3a738157..278620e2277 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge.php index 49b4c7bd40c..3c30a26074e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge/EnabledBy.php index dc03c1e79ec..a40cf55c213 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base.php index 1841829c356..c74942827e9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base.php @@ -495,6 +495,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -732,6 +735,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -833,7 +839,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -892,7 +899,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo.php index 95359fb1945..a07512be022 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo.php @@ -480,6 +480,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -713,7 +716,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo/Owner.php index 7b5faaf2416..9ed333e0a78 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/User.php index 2151cf8b34b..8ef82c9e969 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head.php index 13573c40e2c..2987e7aa195 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head.php @@ -498,6 +498,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -735,6 +738,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -836,7 +842,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -895,7 +902,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo.php index b5bb74d99be..2985e8fdee1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo.php @@ -483,6 +483,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -716,7 +719,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo/Owner.php index 9e46215a381..9f9fd764055 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/User.php index bf9dacb22a4..9f26bd669e0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone.php index c25c0a2c427..4fe2beef5e2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone/Creator.php index eee356da552..b143835e5fb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/RequestedReviewers/Zero.php index 05a119d263b..7b7aea8dc57 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/User.php index 715968ec183..e3f0e242993 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewEdited/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequestRemoved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequestRemoved.php index c9345dacddc..ab9b9b85e29 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequestRemoved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequestRemoved.php @@ -514,6 +514,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -612,6 +615,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -751,6 +757,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1276,6 +1285,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1418,7 +1430,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1539,6 +1551,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2099,6 +2114,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2241,7 +2259,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2362,6 +2380,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2552,6 +2573,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2687,6 +2711,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2861,6 +2888,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3287,6 +3317,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3623,6 +3656,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3815,6 +3854,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4686,7 +4731,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4862,6 +4907,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -5023,6 +5071,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5534,6 +5588,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -5632,6 +5689,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -5771,6 +5831,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -6296,6 +6359,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -6438,7 +6504,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -6559,6 +6625,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -7119,6 +7188,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -7261,7 +7333,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -7382,6 +7454,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -7572,6 +7647,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -7707,6 +7785,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -7881,6 +7962,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -8307,6 +8391,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -8643,6 +8730,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -8835,6 +8928,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -9706,7 +9805,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -10091,6 +10190,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequested.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequested.php index 67c15789035..8ebfaab7e8e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequested.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewRequested.php @@ -515,6 +515,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -614,6 +617,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -753,6 +759,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1278,6 +1287,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1420,7 +1432,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1541,6 +1553,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2101,6 +2116,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2243,7 +2261,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2364,6 +2382,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2554,6 +2575,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2690,6 +2714,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2864,6 +2891,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3282,6 +3312,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3618,6 +3651,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3810,6 +3849,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4681,7 +4726,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4858,6 +4903,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -5019,6 +5067,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5531,6 +5585,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -5630,6 +5687,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -5769,6 +5829,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -6294,6 +6357,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -6436,7 +6502,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -6557,6 +6623,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -7117,6 +7186,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -7259,7 +7331,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -7380,6 +7452,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -7570,6 +7645,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -7706,6 +7784,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -7880,6 +7961,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -8289,6 +8373,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -8625,6 +8712,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -8817,6 +8910,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -9688,7 +9787,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -10064,6 +10163,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted.php index b0655030e9f..171efec3c8e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted.php @@ -508,6 +508,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -746,6 +749,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1271,6 +1277,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1413,7 +1422,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1534,6 +1543,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2085,6 +2097,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2227,7 +2242,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2348,6 +2363,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2558,6 +2576,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2726,6 +2747,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3138,6 +3162,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3474,6 +3501,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3666,6 +3699,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4537,7 +4576,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4816,6 +4855,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -4980,6 +5022,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5069,7 +5117,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5144,7 +5193,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5245,7 +5295,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5308,7 +5359,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5415,7 +5467,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5478,7 +5531,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5532,7 +5586,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5638,7 +5693,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5675,7 +5731,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5706,7 +5763,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5958,7 +6016,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "sender": { @@ -5982,7 +6041,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest.php index 3fd519dbf84..be7e623ff98 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest.php @@ -277,6 +277,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -515,6 +518,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1040,6 +1046,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1182,7 +1191,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1303,6 +1312,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1854,6 +1866,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1996,7 +2011,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2117,6 +2132,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2327,6 +2345,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2495,6 +2516,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2907,6 +2931,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2963,7 +2990,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3038,7 +3066,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3139,7 +3168,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3202,7 +3232,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3309,7 +3340,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3372,7 +3404,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3426,7 +3459,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3532,7 +3566,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Assignee.php index 01649897425..5b7c5f8da92 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge.php index 3da65775acd..a101d612935 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge/EnabledBy.php index c77df6df783..a576a384378 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base.php index cc5ffdad2ed..dd563a22ac7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo.php index 73ee64dd6e9..60f460e763e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo/Owner.php index a1d4c8f0456..0676d4c7fbd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/User.php index 339974e9b72..ebea2747e44 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head.php index 6a5ded528b2..ed43dd92e17 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet01453758\Tiet6E98457A\Tiet8F1E61C9\Tiet3FD9A6C4 +final readonly class Head extends Schema\AliasAbstract\TietC622367A\Tiet1B0AEBBF\Tiet4F8F58BF\TietAA9B571E { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo.php index 0fabd61da88..f0ff89ad407 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo/Owner.php index ffad2b7f24f..2505d213912 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/User.php index 8ea42fb9939..b27e8e2b2f5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone.php index 56cc07dc895..9946cb9dbc5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone/Creator.php index ad8308247c9..5626ff4afe2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/RequestedReviewers/Zero.php index 5957f84c26a..44beafd1398 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/User.php index dfe2af57e1f..5c3a0a75d4c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewSubmitted/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved.php index 7c047866d35..6f906513f40 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved.php @@ -506,6 +506,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -743,6 +746,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1251,6 +1257,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1492,6 +1501,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2026,6 +2038,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2267,6 +2282,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2476,6 +2494,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2644,6 +2665,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3056,6 +3080,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3392,6 +3419,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3584,6 +3617,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4455,7 +4494,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4696,6 +4735,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5078,6 +5123,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -5175,7 +5223,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5250,7 +5299,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5349,7 +5399,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5409,7 +5460,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5514,7 +5566,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5574,7 +5627,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5628,7 +5682,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5734,7 +5789,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5771,7 +5827,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5802,7 +5859,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6036,7 +6094,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "thread": { "comments": [ @@ -6109,7 +6168,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, { @@ -6181,7 +6241,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } ], diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest.php index 6419bf4180d..972e0100726 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest.php @@ -276,6 +276,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -513,6 +516,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1021,6 +1027,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1262,6 +1271,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1796,6 +1808,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2037,6 +2052,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2246,6 +2264,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2414,6 +2435,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2826,6 +2850,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2882,7 +2909,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -2957,7 +2985,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3056,7 +3085,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3116,7 +3146,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3221,7 +3252,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3281,7 +3313,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3335,7 +3368,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3441,7 +3475,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Assignee.php index 3f17c96b743..aca37684282 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge.php index 6293510b787..b7fc7c29ea4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge/EnabledBy.php index ba141796100..eebceda7590 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base.php index b888e32eb98..2a053b84c8f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\Tiet912F8E91\Tiet252B0CCE\Tiet2BBBD0F2\TietCE74E055 +final readonly class Base extends Schema\AliasAbstract\TietDD3A8F60\Tiet5469B35D\Tiet20CEE77F\Tiet915EA812 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo.php index 59e6b411b32..42d15fbe6fe 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\TietF4F1FD81\TietD08ED9C3\Tiet0EF7D114\TietCD51C92C +final readonly class Repo extends Schema\AliasAbstract\Tiet32FECAC4\Tiet63E684E9\Tiet85188C86\Tiet1D4011C0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo/Owner.php index e049c8a16af..7e9162ae2b1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/User.php index 792f0774bd9..ac9f85f0cf7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head.php index cc974223532..2827849234a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head.php @@ -507,6 +507,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -748,6 +751,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -850,7 +856,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -910,7 +917,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo.php index 8b28018b2de..0e37efb2d37 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo.php @@ -489,6 +489,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -727,7 +730,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo/Owner.php index 001f5dcd306..1f931733764 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/User.php index 5e5829739cb..734be65e291 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone.php index 8051059d9f0..35e173cd23a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone/Creator.php index 681cece1fc1..afdc6651cf6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/RequestedReviewers/Zero.php index 0b60fd07fb0..b273cbe32a0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/User.php index f06b5f20885..0480c938311 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread.php index c640c1b33a7..76b56271f34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread.php @@ -386,6 +386,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -471,7 +474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, { @@ -543,7 +547,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } ], diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments.php index 0b0e7395eb8..66366a8d534 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments.php @@ -378,6 +378,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -455,7 +458,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments/User.php index ec840a6fe35..879ccb14ac1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadResolved/Thread/Comments/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved.php index 0a7ef542c4f..f63a0f7d8a6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved.php @@ -506,6 +506,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -740,6 +743,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1248,6 +1254,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1489,6 +1498,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2017,6 +2029,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2258,6 +2273,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2467,6 +2485,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2634,6 +2655,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3036,6 +3060,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3372,6 +3399,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3564,6 +3597,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4435,7 +4474,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4676,6 +4715,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5054,6 +5099,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -5151,7 +5199,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5226,7 +5275,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5325,7 +5375,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5385,7 +5436,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5490,7 +5542,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5550,7 +5603,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5604,7 +5658,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5710,7 +5765,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5747,7 +5803,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5778,7 +5835,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6012,7 +6070,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "thread": { "comments": [ @@ -6085,7 +6144,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, { @@ -6157,7 +6217,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } ], diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest.php index 148c1bcdf04..d86db289b5e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest.php @@ -276,6 +276,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -510,6 +513,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1018,6 +1024,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1259,6 +1268,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1787,6 +1799,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2028,6 +2043,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2237,6 +2255,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2404,6 +2425,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2806,6 +2830,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2862,7 +2889,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -2937,7 +2965,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3036,7 +3065,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3096,7 +3126,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3201,7 +3232,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3261,7 +3293,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3315,7 +3348,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3421,7 +3455,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Assignee.php index 427ecfab9a1..46ce3ce567e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge.php index 825232de396..d1c3362a8b3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet86CD80DF\Tiet7447BE97\TietF36F9C9D\Tiet51ABC919 +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet59F0267E\TietC73BF8F8\Tiet6FA64CCD\TietE48B252D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge/EnabledBy.php index d0695582e60..744da348b95 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base.php index 439f6b28f70..89dd82095c7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\Tiet912F8E91\Tiet252B0CCE\Tiet2BBBD0F2\TietCE74E055 +final readonly class Base extends Schema\AliasAbstract\TietDD3A8F60\Tiet5469B35D\Tiet20CEE77F\Tiet915EA812 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo.php index 00b764c95e9..f2ad777f9b9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\TietF4F1FD81\TietD08ED9C3\Tiet0EF7D114\TietCD51C92C +final readonly class Repo extends Schema\AliasAbstract\Tiet32FECAC4\Tiet63E684E9\Tiet85188C86\Tiet1D4011C0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo/Owner.php index c908bdaf44c..6b19a4c719f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/User.php index 79ac2abf580..b98df2eb2ad 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head.php index 3dfd7e78fb3..de61db9b909 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet912F8E91\Tiet252B0CCE\Tiet2BBBD0F2\TietCE74E055 +final readonly class Head extends Schema\AliasAbstract\TietDD3A8F60\Tiet5469B35D\Tiet20CEE77F\Tiet915EA812 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo.php index fd9a3fac025..a7adf3c30ca 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\TietF4F1FD81\TietD08ED9C3\Tiet0EF7D114\TietCD51C92C +final readonly class Repo extends Schema\AliasAbstract\Tiet32FECAC4\Tiet63E684E9\Tiet85188C86\Tiet1D4011C0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo/Owner.php index 86ad5f95c51..59467a43f57 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/User.php index ad0bf5437f4..293238d7752 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone.php index 69b1b666b2f..8b1a2de81b1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone/Creator.php index 804088bfa24..b2166662ab3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/RequestedReviewers/Zero.php index c9e95cce62f..0823cda599e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Zero extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/User.php index 64d62c1651f..bd4766621a5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread.php index 68328e43f87..3517025a869 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread.php @@ -382,6 +382,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -467,7 +470,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, { @@ -539,7 +543,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } ], diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments.php index ae5d5d100b1..6da8f5e6ff3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Comments extends Schema\AliasAbstract\TietB194120A\TietB22ECFCE\TietE138646B\Tiet764000C9 +final readonly class Comments extends Schema\AliasAbstract\Tiet16FC249D\Tiet1DD1539A\TietB903CABB\TietD5E82E26 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments/User.php index 7d8df147b3b..2895c58049d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestReviewThreadUnresolved/Thread/Comments/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize.php index 23905bd8f3d..5d87037e64b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize.php @@ -523,6 +523,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -761,6 +764,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1286,6 +1292,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1428,7 +1437,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1549,6 +1558,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2109,6 +2121,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2251,7 +2266,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2372,6 +2387,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2562,6 +2580,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2698,6 +2719,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2873,6 +2897,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3291,6 +3318,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3627,6 +3657,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3819,6 +3855,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4690,7 +4732,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4931,6 +4973,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5024,7 +5072,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5099,7 +5148,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5200,7 +5250,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5263,7 +5314,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5374,7 +5426,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5437,7 +5490,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5491,7 +5545,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5518,7 +5573,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5626,7 +5682,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5663,7 +5720,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5694,7 +5752,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5928,7 +5987,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest.php index 4120c48d7f0..7b9e95a39eb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest.php @@ -280,6 +280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -518,6 +521,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1043,6 +1049,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1185,7 +1194,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1306,6 +1315,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1866,6 +1878,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2008,7 +2023,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2129,6 +2144,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2319,6 +2337,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2455,6 +2476,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2630,6 +2654,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3048,6 +3075,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3105,7 +3135,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3180,7 +3211,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3281,7 +3313,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3344,7 +3377,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3455,7 +3489,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3518,7 +3553,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3572,7 +3608,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3599,7 +3636,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3707,7 +3745,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Assignee.php index 01bed6fdc36..4d602b91f6b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge.php index 44966a07bb6..0e7c65de2d1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge/EnabledBy.php index 6a9f39a0c63..0452146fc14 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base.php index 007d42a3084..b0b4fd06763 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo.php index 74229e684cb..182399929e1 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo/Owner.php index c63e94fcf6a..3c7bca0f42c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/User.php index e97f2385595..b15104bc909 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head.php index 80e2c328efc..ce8d2224bc6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head.php @@ -518,6 +518,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -660,7 +663,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -781,6 +784,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -885,7 +891,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -948,7 +955,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo.php index f775f6af9a0..27594822311 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo.php @@ -503,6 +503,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -645,7 +648,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -765,7 +768,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -836,7 +840,7 @@ - `PR_TITLE` - default to the pull request's title. - `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). - * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead. + * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. * webCommitSignoffRequired: Whether to require contributors to sign off on web-based commits */ public function __construct(#[MapFrom('allow_auto_merge')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo/Owner.php index a935fb3fe91..c79b62b2d45 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/User.php index eabfea606a8..a95205a3d8d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/MergedBy.php index a9a4f53bb9b..1a7e09b8c8f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone.php index ba2d66188d9..f6ae67f682d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone/Creator.php index 2533c35899d..6124b9e486f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/RequestedReviewers/Zero.php index a5e01cdcf7e..b50f8a61146 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/User.php index 75c20b7d3ae..8e0ff06fd31 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestSynchronize/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned.php index 8b52a296746..59f992d7e6c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned.php @@ -119,6 +119,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -611,6 +614,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -849,6 +855,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1377,6 +1386,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1519,7 +1531,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1640,6 +1652,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2206,6 +2221,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2348,7 +2366,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2469,6 +2487,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2660,6 +2681,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2796,6 +2820,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2971,6 +2998,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3389,6 +3419,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3725,6 +3758,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3917,6 +3956,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4788,7 +4833,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5029,6 +5074,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5060,7 +5111,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "enterprise": { "description": "generated", @@ -5143,7 +5195,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5218,7 +5271,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5319,7 +5373,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5382,7 +5437,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5493,7 +5549,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5556,7 +5613,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5610,7 +5668,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5637,7 +5696,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5745,7 +5805,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5782,7 +5843,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5813,7 +5875,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6047,7 +6110,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest.php index 7f3d1eb26b5..aea1009cb5c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest.php @@ -280,6 +280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -518,6 +521,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1046,6 +1052,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1188,7 +1197,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1309,6 +1318,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1875,6 +1887,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2017,7 +2032,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2138,6 +2153,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2329,6 +2347,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2465,6 +2486,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2640,6 +2664,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3058,6 +3085,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3115,7 +3145,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3190,7 +3221,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3291,7 +3323,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3354,7 +3387,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3465,7 +3499,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3528,7 +3563,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3582,7 +3618,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3609,7 +3646,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3717,7 +3755,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Assignee.php index 859bd17be83..b5129ea158d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge.php index 9b3e7ea66a3..d407ebcb325 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge/EnabledBy.php index 94deb64a292..a33cb6434cf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base.php index 5f81753f29d..3400330aa70 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base.php @@ -521,6 +521,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -663,7 +666,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -784,6 +787,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -888,7 +894,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -951,7 +958,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo.php index 4ed7bc12d63..8c247393d34 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo/Owner.php index d8ef6c8ac28..ca63e9fa96c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/User.php index 6666ac7ddf6..9c22764d9fe 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head.php index 96e4d7cd729..94c296954ba 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet01453758\Tiet6E98457A\Tiet8F1E61C9\Tiet3FD9A6C4 +final readonly class Head extends Schema\AliasAbstract\TietC622367A\Tiet1B0AEBBF\Tiet4F8F58BF\TietAA9B571E { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo.php index 9d40d23a904..828d29ea71c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo/Owner.php index 89d9ada4137..109ed509c28 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/User.php index 10d8c67715e..1332e1d2316 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/MergedBy.php index 8af8537bf4c..71d8e68bc7d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class MergedBy extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone.php index 0f56c0c95fe..a3bc2b01887 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone/Creator.php index 0d46fe5b7e2..0bf972bbfc3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/RequestedReviewers/Zero.php index 1bcc14e495c..9b0bba07128 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/User.php index 8b144c4c76e..ee6a40458e7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnassigned/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled.php index d382794a98f..fa668dec89f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled.php @@ -558,6 +558,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -796,6 +799,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1321,6 +1327,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1463,7 +1472,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1584,6 +1593,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2150,6 +2162,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2292,7 +2307,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2413,6 +2428,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2603,6 +2621,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2739,6 +2760,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2914,6 +2938,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3332,6 +3359,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3668,6 +3698,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3860,6 +3896,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4731,7 +4773,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4972,6 +5014,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5072,7 +5120,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5147,7 +5196,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5248,7 +5298,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5311,7 +5362,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5422,7 +5474,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5485,7 +5538,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5539,7 +5593,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5566,7 +5621,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5674,7 +5730,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5711,7 +5768,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5742,7 +5800,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5976,7 +6035,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest.php index 629aee6fee1..890453f1058 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest.php @@ -280,6 +280,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -518,6 +521,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1043,6 +1049,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1185,7 +1194,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1306,6 +1315,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1872,6 +1884,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2014,7 +2029,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2135,6 +2150,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2325,6 +2343,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2461,6 +2482,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2636,6 +2660,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3054,6 +3081,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3111,7 +3141,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3186,7 +3217,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3287,7 +3319,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3350,7 +3383,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3461,7 +3495,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3524,7 +3559,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3578,7 +3614,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3605,7 +3642,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3713,7 +3751,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Mannequin", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Assignee.php index 37192324f7d..6da9932abe8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Assignee extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge.php index 3169c21b2f7..d7dd7263715 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet454E9788\Tiet6D6E977B\Tiet013CDAB3\TietC3D76EBB +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet3711D3C5\Tiet0F63F0A7\TietF2088179\TietD7AB4A38 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge/EnabledBy.php index 0538c153234..1eb1e3ed153 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base.php index 4de9bbf0c81..85e4d1a394e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo.php index 41b1f544bbc..6ca2d7cfe16 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo/Owner.php index 5d1ec469218..a50d9d2803d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/User.php index 8b2f8c9a947..bca813c2dac 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head.php index 075574d3a75..3469d388122 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head.php @@ -524,6 +524,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -666,7 +669,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -787,6 +790,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -891,7 +897,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -954,7 +961,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo.php index 5e6f5cf41fd..fce9c266abe 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo.php @@ -506,6 +506,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -648,7 +651,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -768,7 +771,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -839,7 +843,7 @@ - `PR_TITLE` - default to the pull request's title. - `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit). - * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead. + * useSquashPrTitleAsDefault: Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. * webCommitSignoffRequired: Whether to require contributors to sign off on web-based commits */ public function __construct(#[MapFrom('allow_auto_merge')] diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo/Owner.php index ec388517a35..9ee08324528 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/User.php index 2bbb25c5946..4638de4f99c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/MergedBy.php index 326be615239..6d694648751 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone.php index 3d91e19b8ab..be4cdedae35 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\Tiet8581CCF9\Tiet9F48F90B\TietE152DE2F\Tiet393FAC6E +final readonly class Milestone extends Schema\AliasAbstract\Tiet5150331D\Tiet0C67EF90\Tiet96830B1A\Tiet3716614D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone/Creator.php index 71c685bb020..a0f586788e5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Creator extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/RequestedReviewers/Zero.php index aeabd30c03e..458e077897c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet0ABFFB9A\Tiet721DF3F2\Tiet6C0961B3\TietE2C9336E +final readonly class Zero extends Schema\AliasAbstract\Tiet9BB7FDE7\Tiet7C408E87\TietF0A7E59F\Tiet74AED450 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/User.php index 30f512a2dbb..04306ca2ece 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlabeled/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\Tiet79DD5408\TietA1D90DAB\TietBCA2491F\Tiet9DC6356F +final readonly class User extends Schema\AliasAbstract\Tiet8136D020\TietA98D8FE0\TietBA8878FC\TietC3C52C83 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked.php index d9ff1729021..b96621870cf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked.php @@ -514,6 +514,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -748,6 +751,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1273,6 +1279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1415,7 +1424,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1536,6 +1545,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2099,6 +2111,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2241,7 +2256,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2362,6 +2377,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2552,6 +2570,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2687,6 +2708,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2861,6 +2885,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3269,6 +3296,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3605,6 +3635,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3797,6 +3833,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -4668,7 +4710,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -4909,6 +4951,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5000,7 +5048,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -5075,7 +5124,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -5176,7 +5226,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5239,7 +5290,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -5350,7 +5402,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -5413,7 +5466,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -5467,7 +5521,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -5494,7 +5549,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -5602,7 +5658,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "repository": { @@ -5639,7 +5696,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5670,7 +5728,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -5904,7 +5963,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest.php index 4ed6c284d91..84cebd5c0fc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest.php @@ -279,6 +279,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -513,6 +516,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1038,6 +1044,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1180,7 +1189,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -1301,6 +1310,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -1864,6 +1876,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2006,7 +2021,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false }, "visibility": { @@ -2127,6 +2142,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -2317,6 +2335,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2452,6 +2473,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -2626,6 +2650,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -3034,6 +3061,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -3091,7 +3121,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "assignees": [ { @@ -3166,7 +3197,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "merge_method": "rebase" }, @@ -3267,7 +3299,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3330,7 +3363,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "body": "generated", @@ -3441,7 +3475,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -3504,7 +3539,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }, "html_url": "https:\\/\\/example.com\\/", @@ -3558,7 +3594,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "milestone": { "closed_at": "1970-01-01T00:00:00+00:00", @@ -3585,7 +3622,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "description": "generated", "due_on": "1970-01-01T00:00:00+00:00", @@ -3693,7 +3731,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Assignee.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Assignee.php index 5f55d67c966..434f25b4a17 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Assignee.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Assignee.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Assignee extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Assignee extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge.php index e7c8609a6b2..340339775f4 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class AutoMerge extends Schema\AliasAbstract\Tiet86CD80DF\Tiet7447BE97\TietF36F9C9D\Tiet51ABC919 +final readonly class AutoMerge extends Schema\AliasAbstract\Tiet59F0267E\TietC73BF8F8\Tiet6FA64CCD\TietE48B252D { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge/EnabledBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge/EnabledBy.php index 1791a551ace..101a26ab5cf 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge/EnabledBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/AutoMerge/EnabledBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class EnabledBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class EnabledBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base.php index 1b6b53337ba..bd160d9cc94 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Base extends Schema\AliasAbstract\TietC81D8778\TietEEF68881\TietA575AC5B\Tiet10C8499E +final readonly class Base extends Schema\AliasAbstract\Tiet42EC1791\Tiet8C42BE36\Tiet94AEF7B4\Tiet14ED59EB { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo.php index 6cb528b2b65..ea9fc657f8e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet070CDFA2\TietE9BEF6E9\Tiet0F07A943\Tiet66A40160 +final readonly class Repo extends Schema\AliasAbstract\Tiet95C863CB\Tiet5478B154\TietB41A472A\Tiet0EF38F74 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo/Owner.php index e7318401698..a89ffcfd0ba 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/User.php index 21da5bdbcb6..e79e617ab11 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Base/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head.php index 022cf00f232..0acd5ee5c7c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Head extends Schema\AliasAbstract\Tiet65AF0F7C\Tiet2249FF1C\TietFB00DC6B\Tiet30B55640 +final readonly class Head extends Schema\AliasAbstract\TietD5DA1330\Tiet851E1C2C\Tiet1F9A9DCC\Tiet90FB0481 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo.php index 194d219ece3..688602603a7 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repo extends Schema\AliasAbstract\Tiet8354B603\Tiet6E4D1374\Tiet4DDFFFE7\Tiet46656F78 +final readonly class Repo extends Schema\AliasAbstract\Tiet8A806663\Tiet007CE965\TietE9A2CFD8\Tiet7DAA4906 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo/Owner.php index 9910cb0cbee..50c03be9aab 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/Repo/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/User.php index a835d569b43..87db8425b66 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Head/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/MergedBy.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/MergedBy.php index bc30e857133..0c61ceb8e67 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/MergedBy.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/MergedBy.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class MergedBy extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class MergedBy extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone.php index 26d1ac9ae63..fab018cabd2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Milestone extends Schema\AliasAbstract\TietF5C8F2ED\Tiet1E2DC2E3\Tiet6CD07639\Tiet33A0DD5A +final readonly class Milestone extends Schema\AliasAbstract\Tiet49F6DF3C\TietF3BF0898\Tiet3FB49BCC\TietCFC7D5E0 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone/Creator.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone/Creator.php index 8c0fccc5778..2fb728cf501 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone/Creator.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/Milestone/Creator.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Creator extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Creator extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/RequestedReviewers/Zero.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/RequestedReviewers/Zero.php index 6f4fd5b0386..2bc409d54be 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/RequestedReviewers/Zero.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/RequestedReviewers/Zero.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Zero extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Zero extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/User.php index 78f08e65a34..74257927b70 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPullRequestUnlocked/PullRequest/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush.php index fc28b798790..48507c7f801 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush.php @@ -1030,6 +1030,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1332,6 +1335,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1576,7 +1585,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "permissions": { "admin": false, @@ -1635,7 +1645,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository.php index 4dc5efe2ed9..9911c6c31e5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Repository extends Schema\AliasAbstract\Tiet9F6D8BFF\Tiet7F9554AC\TietC580CE92\TietC5BAFE6D +final readonly class Repository extends Schema\AliasAbstract\TietD1D37F76\TietFBFEB2AA\Tiet0915167C\Tiet4DBB1C70 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository/Owner.php index dc2fd98dd2f..83214cac445 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookPush/Repository/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Owner extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished.php index 632fbc08007..fac4a802646 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished.php @@ -357,6 +357,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -457,6 +460,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -937,6 +943,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -1410,6 +1419,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1602,6 +1617,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2473,7 +2494,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2714,6 +2735,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2780,7 +2807,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -2802,7 +2830,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "body": null, "body_html": "generated", @@ -2947,7 +2976,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, @@ -3046,7 +3076,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3077,7 +3108,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3311,7 +3343,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage.php index 946fb64a95e..eeeb7da89f0 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage.php @@ -129,6 +129,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -229,6 +232,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -709,6 +715,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -879,7 +888,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -901,7 +911,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "body": null, "body_html": "generated", @@ -1046,7 +1057,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/Owner.php index d2b9e831e0d..d81057db274 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet34BD5242\Tiet2F7181A6\Tiet56F048A6\Tiet9E26E9C8 +final readonly class Owner extends Schema\AliasAbstract\TietE1F3188F\TietB5552136\Tiet2A39D2D7\Tiet623FADA2 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion.php index dd338befe4e..47e81b99700 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion.php @@ -104,6 +104,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -584,6 +587,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -716,7 +722,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "body": null, "body_html": "generated", @@ -861,7 +868,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Author.php index 03aad053414..48abcdc2b7b 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet34BD5242\Tiet2F7181A6\Tiet56F048A6\Tiet9E26E9C8 +final readonly class Author extends Schema\AliasAbstract\TietE1F3188F\TietB5552136\Tiet2A39D2D7\Tiet623FADA2 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release.php index ec995d03b05..f8b1372cf82 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release.php @@ -68,6 +68,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -127,7 +130,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release/Author.php index f174b30cfbd..13512e8ae64 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackagePublished/RegistryPackage/PackageVersion/Release/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\TietF9F083E1\Tiet067C6DCB\Tiet2FB6AC3D\TietDB318BE9 +final readonly class Author extends Schema\AliasAbstract\Tiet310D1FDB\Tiet6CF4DD07\TietB84F9F0D\Tiet2C37CA68 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated.php index 95739a2e439..bfe5cd1047f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated.php @@ -353,6 +353,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -457,6 +460,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -659,6 +665,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -1109,6 +1118,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1301,6 +1316,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2172,7 +2193,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2413,6 +2434,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2479,7 +2506,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -2501,7 +2529,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "body": "generated", "body_html": "generated", @@ -2580,7 +2609,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, @@ -2673,7 +2703,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2704,7 +2735,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2938,7 +2970,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage.php index 59762ac3eb9..57f0c3001b9 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage.php @@ -125,6 +125,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -229,6 +232,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -431,6 +437,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -578,7 +587,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "package_type": "generated", "package_version": { @@ -600,7 +610,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "body": "generated", "body_html": "generated", @@ -679,7 +690,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/Owner.php index e4b4cbf8450..6833ae0b672 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/Owner.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Owner extends Schema\AliasAbstract\Tiet34BD5242\Tiet2F7181A6\Tiet56F048A6\Tiet9E26E9C8 +final readonly class Owner extends Schema\AliasAbstract\TietE1F3188F\TietB5552136\Tiet2A39D2D7\Tiet623FADA2 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion.php index 3a86e004783..9a75eb8b13e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion.php @@ -107,6 +107,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -309,6 +312,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -438,7 +444,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "body": "generated", "body_html": "generated", @@ -517,7 +524,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Author.php index 91a2fad54f3..40d00aeccd2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet34BD5242\Tiet2F7181A6\Tiet56F048A6\Tiet9E26E9C8 +final readonly class Author extends Schema\AliasAbstract\TietE1F3188F\TietB5552136\Tiet2A39D2D7\Tiet623FADA2 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release.php index 63ae61a90d4..eb39a80325d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release.php @@ -101,6 +101,9 @@ }, "url": { "type": "string" + }, + "user_view_type": { + "type": "string" } } }, @@ -157,7 +160,8 @@ "starred_url": "generated", "subscriptions_url": "generated", "type": "generated", - "url": "generated" + "url": "generated", + "user_view_type": "generated" }, "created_at": "generated", "draft": false, diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release/Author.php index d9b72a0f363..c81e73155a2 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRegistryPackageUpdated/RegistryPackage/PackageVersion/Release/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet34BD5242\Tiet2F7181A6\Tiet56F048A6\Tiet9E26E9C8 +final readonly class Author extends Schema\AliasAbstract\TietE1F3188F\TietB5552136\Tiet2A39D2D7\Tiet623FADA2 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseCreated.php index 1112e96ca22..943da5dc4bd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseCreated.php @@ -527,6 +527,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -991,6 +994,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1183,6 +1192,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2054,7 +2069,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2295,6 +2310,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2434,7 +2455,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2499,7 +2521,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2530,7 +2553,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2764,7 +2788,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseDeleted.php index 31ef8d8a0e1..5f14977c13d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseDeleted.php @@ -527,6 +527,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -991,6 +994,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1183,6 +1192,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2054,7 +2069,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2295,6 +2310,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2434,7 +2455,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2499,7 +2521,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2530,7 +2553,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2764,7 +2788,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseEdited.php index 1565b5ab876..921e47d3983 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseEdited.php @@ -568,6 +568,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -1032,6 +1035,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1224,6 +1233,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2095,7 +2110,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2336,6 +2351,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2486,7 +2507,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2551,7 +2573,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2582,7 +2605,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2816,7 +2840,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased.php index 86116a0071a..55dc99bb9e6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased.php @@ -529,6 +529,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -996,6 +999,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1188,6 +1197,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2059,7 +2074,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2300,6 +2315,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2439,7 +2460,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2504,7 +2526,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2535,7 +2558,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2769,7 +2793,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release.php index ba6108ee503..4132a0dcab3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release.php @@ -301,6 +301,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -538,7 +541,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release/Author.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release/Author.php index 74fdf6e8f0a..ed0d71fb23a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release/Author.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePrereleased/Release/Author.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Author extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Author extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePublished.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePublished.php index f9f7f17f969..3e8068766d5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePublished.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleasePublished.php @@ -529,6 +529,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -993,6 +996,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1185,6 +1194,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2056,7 +2071,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2297,6 +2312,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2436,7 +2457,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2501,7 +2523,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2532,7 +2555,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2766,7 +2790,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseReleased.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseReleased.php index 0707ad6aba5..64299c7aa9f 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseReleased.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseReleased.php @@ -526,6 +526,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -990,6 +993,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1182,6 +1191,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2053,7 +2068,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2294,6 +2309,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2433,7 +2454,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2498,7 +2520,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2529,7 +2552,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2763,7 +2787,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseUnpublished.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseUnpublished.php index 0846f213efe..f7a89c7a2bb 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseUnpublished.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookReleaseUnpublished.php @@ -529,6 +529,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -993,6 +996,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1185,6 +1194,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2056,7 +2071,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2297,6 +2312,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2436,7 +2457,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "body": "generated", "created_at": "1970-01-01T00:00:00+00:00", @@ -2501,7 +2523,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2532,7 +2555,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2766,7 +2790,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryPublished.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryPublished.php index a848db26e3d..aeb51494a3c 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryPublished.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryPublished.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1960,6 +1972,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2131,6 +2149,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2651,6 +2675,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2849,6 +2879,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3316,6 +3352,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3788,6 +3830,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3862,7 +3910,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3893,7 +3942,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4135,7 +4185,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "publisher": { "name": "generated", @@ -4158,7 +4209,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "identifiers": [ { @@ -4226,7 +4278,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4292,7 +4345,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryReported.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryReported.php index 738a0b68efb..17d5165cbf8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryReported.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryAdvisoryReported.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1960,6 +1972,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2131,6 +2149,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2651,6 +2675,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2849,6 +2879,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3316,6 +3352,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3788,6 +3830,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3862,7 +3910,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3893,7 +3942,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4135,7 +4185,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "publisher": { "name": "generated", @@ -4158,7 +4209,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "identifiers": [ { @@ -4226,7 +4278,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -4292,7 +4345,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryArchived.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryArchived.php index 30c2e0f08a8..41ec9e9e94d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryArchived.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryArchived.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryCreated.php index 463f6b916bb..054edf2ccce 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryCreated.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDeleted.php index af27dbfab7b..f2588cc624e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDeleted.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDispatchSample.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDispatchSample.php index d1880878024..554c589be11 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDispatchSample.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryDispatchSample.php @@ -581,6 +581,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -773,6 +779,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1644,7 +1656,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1885,6 +1897,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1961,7 +1979,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1992,7 +2011,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2226,7 +2246,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryEdited.php index 176c6af8904..d6aea5abffc 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryEdited.php @@ -627,6 +627,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -819,6 +825,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1690,7 +1702,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1931,6 +1943,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2019,7 +2037,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2050,7 +2069,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2284,7 +2304,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryImport.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryImport.php index 7e6c3c1d3c5..1f27d4d6f82 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryImport.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryImport.php @@ -562,6 +562,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -754,6 +760,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1625,7 +1637,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1866,6 +1878,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1947,7 +1965,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1978,7 +1997,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2212,7 +2232,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "status": "failure" }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPrivatized.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPrivatized.php index f3a6d8366d7..25776dce6c8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPrivatized.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPrivatized.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPublicized.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPublicized.php index 4a2c0dd8bb9..690e0e64d43 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPublicized.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryPublicized.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRenamed.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRenamed.php index 2472a320bc4..e04592a853d 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRenamed.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRenamed.php @@ -596,6 +596,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -788,6 +794,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1659,7 +1671,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1900,6 +1912,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1981,7 +1999,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2012,7 +2031,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2246,7 +2266,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetCreated.php index 19a1212a175..c4a9feef78a 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetCreated.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3102,6 +3114,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3176,7 +3194,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3207,7 +3226,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3478,7 +3498,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetDeleted.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetDeleted.php index 3734737c8b8..6ef53bdb2a6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetDeleted.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetDeleted.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -3102,6 +3114,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -3176,7 +3194,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -3207,7 +3226,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -3478,7 +3498,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetEdited.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetEdited.php index 39f8cd5afcc..e86a0b536fd 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetEdited.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryRulesetEdited.php @@ -569,6 +569,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -761,6 +767,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1632,7 +1644,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -5738,6 +5750,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -5812,7 +5830,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -5843,7 +5862,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -6286,7 +6306,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred.php index 92af1c6a6d4..9efa4f18e19 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred.php @@ -204,6 +204,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -758,6 +761,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -950,6 +959,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1821,7 +1836,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2062,6 +2077,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2111,7 +2132,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } } @@ -2180,7 +2202,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2211,7 +2234,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2445,7 +2469,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes.php index 00e5d3a05c1..b5bd8753b24 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes.php @@ -188,6 +188,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -238,7 +241,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner.php index fad2a883ad1..3ed3ac55c63 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner.php @@ -182,6 +182,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -229,7 +232,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From.php index 81c7b93d070..5515cffbfb8 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From.php @@ -176,6 +176,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } } @@ -220,7 +223,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From/User.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From/User.php index 5ece9993cba..1067985a74e 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From/User.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryTransferred/Changes/Owner/From/User.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class User extends Schema\AliasAbstract\TietCE7694F2\Tiet7ECCBCAF\TietF71CBA25\Tiet10035FEE +final readonly class User extends Schema\AliasAbstract\Tiet536805C4\Tiet88923449\Tiet8D7DF436\Tiet2E07D018 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryUnarchived.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryUnarchived.php index 917ada45929..61615db2863 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryUnarchived.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryUnarchived.php @@ -568,6 +568,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -760,6 +766,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1631,7 +1643,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -1872,6 +1884,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1946,7 +1964,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -1977,7 +1996,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2211,7 +2231,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertCreate.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertCreate.php index 41f31d5e71e..bcffbe863f5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertCreate.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertCreate.php @@ -741,6 +741,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -933,6 +939,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1804,7 +1816,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2045,6 +2057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2160,7 +2178,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2191,7 +2210,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2425,7 +2445,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss.php index 8a7d5f87cda..0fc9cfbd6e3 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss.php @@ -158,6 +158,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -750,6 +753,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -942,6 +951,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1813,7 +1828,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2054,6 +2069,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2092,7 +2113,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "external_identifier": "generated", "external_reference": "https:\\/\\/example.com\\/", @@ -2170,7 +2192,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2201,7 +2224,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2435,7 +2459,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert.php index 098e9b408c8..994b63b5b45 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert.php @@ -143,6 +143,9 @@ "url": { "type": "string", "format": "uri" + }, + "user_view_type": { + "type": "string" } } }, @@ -220,7 +223,8 @@ "starred_url": "generated", "subscriptions_url": "https:\\/\\/example.com\\/", "type": "Organization", - "url": "https:\\/\\/example.com\\/" + "url": "https:\\/\\/example.com\\/", + "user_view_type": "generated" }, "external_identifier": "generated", "external_reference": "https:\\/\\/example.com\\/", diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert/Dismisser.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert/Dismisser.php index 6aa9d590c92..0b0d21e1650 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert/Dismisser.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertDismiss/Alert/Dismisser.php @@ -6,6 +6,6 @@ use ApiClients\Client\GitHubEnterpriseCloud\Schema; -final readonly class Dismisser extends Schema\AliasAbstract\Tiet93E44327\TietD0AB6C73\Tiet62032077\Tiet6B97FD42 +final readonly class Dismisser extends Schema\AliasAbstract\Tiet43D49F44\TietAE60624E\Tiet6F859A9C\Tiet1D52E2C1 { } diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertReopen.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertReopen.php index af66eb25aa6..4dde05e25d6 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertReopen.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertReopen.php @@ -741,6 +741,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -933,6 +939,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1804,7 +1816,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2045,6 +2057,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2160,7 +2178,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2191,7 +2210,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2425,7 +2445,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertResolve.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertResolve.php index 70d4fc8287b..0194bc0c0b5 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertResolve.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookRepositoryVulnerabilityAlertResolve.php @@ -742,6 +742,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -934,6 +940,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1805,7 +1817,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2046,6 +2058,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2161,7 +2179,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2192,7 +2211,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2426,7 +2446,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertCreated.php index 32c7c65c1ed..0b5b5d8c726 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertCreated.php @@ -254,6 +254,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -454,6 +460,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -467,6 +479,20 @@ ], "description": "The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time" + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or business." } } }, @@ -1015,6 +1041,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1207,6 +1239,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2078,7 +2116,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2319,6 +2357,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2359,7 +2403,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "resolution_comment": "generated", "secret_type": "generated", @@ -2387,9 +2432,12 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, - "push_protection_bypassed_at": "1970-01-01T00:00:00+00:00" + "push_protection_bypassed_at": "1970-01-01T00:00:00+00:00", + "publicly_leaked": false, + "multi_repo": false }, "enterprise": { "description": "generated", @@ -2455,7 +2503,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2486,7 +2535,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2720,7 +2770,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertLocationCreated.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertLocationCreated.php index 1909d6fe9d4..e1c31ea5d20 100644 --- a/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertLocationCreated.php +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertLocationCreated.php @@ -255,6 +255,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -455,6 +461,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -468,6 +480,20 @@ ], "description": "The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.", "format": "date-time" + }, + "publicly_leaked": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was publicly leaked." + }, + "multi_repo": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the detected secret was found in multiple repositories in the same organization or business." } } }, @@ -1274,6 +1300,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -1466,6 +1498,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2337,7 +2375,7 @@ }, "use_squash_pr_title_as_default": { "type": "boolean", - "description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.", + "description": "Whether a squash merge commit can use the pull request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead.", "default": false, "deprecated": true }, @@ -2578,6 +2616,12 @@ "examples": [ "\\"2020-07-09T00:17:55Z\\"" ] + }, + "user_view_type": { + "type": "string", + "examples": [ + "public" + ] } }, "description": "A GitHub user." @@ -2618,7 +2662,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "resolution_comment": "generated", "secret_type": "generated", @@ -2646,9 +2691,12 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, - "push_protection_bypassed_at": "1970-01-01T00:00:00+00:00" + "push_protection_bypassed_at": "1970-01-01T00:00:00+00:00", + "publicly_leaked": false, + "multi_repo": false }, "installation": { "id": 1, @@ -2706,7 +2754,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "forks": 5, "permissions": { @@ -2737,7 +2786,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" }, "private": false, "html_url": "https:\\/\\/github.com\\/octocat\\/Hello-World", @@ -2971,7 +3021,8 @@ "received_events_url": "https:\\/\\/api.github.com\\/users\\/octocat\\/received_events", "type": "User", "site_admin": false, - "starred_at": "\\"2020-07-09T00:17:55Z\\"" + "starred_at": "\\"2020-07-09T00:17:55Z\\"", + "user_view_type": "public" } }'; diff --git a/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertPubliclyLeaked.php b/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertPubliclyLeaked.php new file mode 100644 index 00000000000..8e20539a80e --- /dev/null +++ b/clients/GitHubEnterpriseCloud/src/Schema/WebhookSecretScanningAlertPubliclyLeaked.php @@ -0,0 +1,2794 @@ + $object::class, 'data' => $this->hydrator->serializeObject($object)]; } - /** @return Schema\WebhookBranchProtectionConfigurationDisabled|Schema\WebhookBranchProtectionConfigurationEnabled|Schema\WebhookBranchProtectionRuleCreated|Schema\WebhookBranchProtectionRuleDeleted|Schema\WebhookBranchProtectionRuleEdited|Schema\WebhookExemptionRequestCancelled|Schema\WebhookExemptionRequestCompleted|Schema\WebhookExemptionRequestCreated|Schema\WebhookExemptionRequestResponseDismissed|Schema\WebhookExemptionRequestResponseSubmitted|Schema\WebhookCheckRunCompleted|Schema\WebhookCheckRunCompletedFormEncoded|Schema\WebhookCheckRunCreated|Schema\WebhookCheckRunCreatedFormEncoded|Schema\WebhookCheckRunRequestedAction|Schema\WebhookCheckRunRequestedActionFormEncoded|Schema\WebhookCheckRunRerequested|Schema\WebhookCheckRunRerequestedFormEncoded|Schema\WebhookCheckSuiteCompleted|Schema\WebhookCheckSuiteRequested|Schema\WebhookCheckSuiteRerequested|Schema\WebhookCodeScanningAlertAppearedInBranch|Schema\WebhookCodeScanningAlertClosedByUser|Schema\WebhookCodeScanningAlertCreated|Schema\WebhookCodeScanningAlertFixed|Schema\WebhookCodeScanningAlertReopened|Schema\WebhookCodeScanningAlertReopenedByUser|Schema\WebhookCommitCommentCreated|Schema\WebhookCreate|Schema\WebhookCustomPropertyCreated|Schema\WebhookCustomPropertyDeleted|Schema\WebhookCustomPropertyUpdated|Schema\WebhookCustomPropertyValuesUpdated|Schema\WebhookDelete|Schema\WebhookDependabotAlertAutoDismissed|Schema\WebhookDependabotAlertAutoReopened|Schema\WebhookDependabotAlertCreated|Schema\WebhookDependabotAlertDismissed|Schema\WebhookDependabotAlertFixed|Schema\WebhookDependabotAlertReintroduced|Schema\WebhookDependabotAlertReopened|Schema\WebhookDeployKeyCreated|Schema\WebhookDeployKeyDeleted|Schema\WebhookDeploymentCreated|Schema\WebhookDeploymentProtectionRuleRequested|Schema\WebhookDeploymentReviewApproved|Schema\WebhookDeploymentReviewRejected|Schema\WebhookDeploymentReviewRequested|Schema\WebhookDeploymentStatusCreated|Schema\WebhookDiscussionAnswered|Schema\WebhookDiscussionCategoryChanged|Schema\WebhookDiscussionClosed|Schema\WebhookDiscussionCreated|Schema\WebhookDiscussionDeleted|Schema\WebhookDiscussionEdited|Schema\WebhookDiscussionLabeled|Schema\WebhookDiscussionLocked|Schema\WebhookDiscussionPinned|Schema\WebhookDiscussionReopened|Schema\WebhookDiscussionTransferred|Schema\WebhookDiscussionUnanswered|Schema\WebhookDiscussionUnlabeled|Schema\WebhookDiscussionUnlocked|Schema\WebhookDiscussionUnpinned|Schema\WebhookDiscussionCommentCreated|Schema\WebhookDiscussionCommentDeleted|Schema\WebhookDiscussionCommentEdited|Schema\WebhookFork|Schema\WebhookGithubAppAuthorizationRevoked|Schema\WebhookGollum|Schema\WebhookInstallationCreated|Schema\WebhookInstallationDeleted|Schema\WebhookInstallationNewPermissionsAccepted|Schema\WebhookInstallationSuspend|Schema\WebhookInstallationUnsuspend|Schema\WebhookInstallationRepositoriesAdded|Schema\WebhookInstallationRepositoriesRemoved|Schema\WebhookInstallationTargetRenamed|Schema\WebhookIssueCommentCreated|Schema\WebhookIssueCommentDeleted|Schema\WebhookIssueCommentEdited|Schema\WebhookIssuesAssigned|Schema\WebhookIssuesClosed|Schema\WebhookIssuesDeleted|Schema\WebhookIssuesDemilestoned|Schema\WebhookIssuesEdited|Schema\WebhookIssuesLabeled|Schema\WebhookIssuesLocked|Schema\WebhookIssuesMilestoned|Schema\WebhookIssuesOpened|Schema\WebhookIssuesPinned|Schema\WebhookIssuesReopened|Schema\WebhookIssuesTransferred|Schema\WebhookIssuesUnassigned|Schema\WebhookIssuesUnlabeled|Schema\WebhookIssuesUnlocked|Schema\WebhookIssuesUnpinned|Schema\WebhookLabelCreated|Schema\WebhookLabelDeleted|Schema\WebhookLabelEdited|Schema\WebhookMarketplacePurchaseCancelled|Schema\WebhookMarketplacePurchaseChanged|Schema\WebhookMarketplacePurchasePendingChange|Schema\WebhookMarketplacePurchasePendingChangeCancelled|Schema\WebhookMarketplacePurchasePurchased|Schema\WebhookMemberAdded|Schema\WebhookMemberEdited|Schema\WebhookMemberRemoved|Schema\WebhookMembershipAdded|Schema\WebhookMembershipRemoved|Schema\WebhookMergeGroupChecksRequested|Schema\WebhookMergeGroupDestroyed|Schema\WebhookMetaDeleted|Schema\WebhookMilestoneClosed|Schema\WebhookMilestoneCreated|Schema\WebhookMilestoneDeleted|Schema\WebhookMilestoneEdited|Schema\WebhookMilestoneOpened|Schema\WebhookOrgBlockBlocked|Schema\WebhookOrgBlockUnblocked|Schema\WebhookOrganizationDeleted|Schema\WebhookOrganizationMemberAdded|Schema\WebhookOrganizationMemberInvited|Schema\WebhookOrganizationMemberRemoved|Schema\WebhookOrganizationRenamed|Schema\WebhookPackagePublished|Schema\WebhookPackageUpdated|Schema\WebhookPageBuild|Schema\WebhookPersonalAccessTokenRequestApproved|Schema\WebhookPersonalAccessTokenRequestCancelled|Schema\WebhookPersonalAccessTokenRequestCreated|Schema\WebhookPersonalAccessTokenRequestDenied|Schema\WebhookPing|Schema\WebhookPingFormEncoded|Schema\WebhookProjectCardConverted|Schema\WebhookProjectCardCreated|Schema\WebhookProjectCardDeleted|Schema\WebhookProjectCardEdited|Schema\WebhookProjectCardMoved|Schema\WebhookProjectClosed|Schema\WebhookProjectCreated|Schema\WebhookProjectDeleted|Schema\WebhookProjectEdited|Schema\WebhookProjectReopened|Schema\WebhookProjectColumnCreated|Schema\WebhookProjectColumnDeleted|Schema\WebhookProjectColumnEdited|Schema\WebhookProjectColumnMoved|Schema\WebhookProjectsV2ProjectClosed|Schema\WebhookProjectsV2ProjectCreated|Schema\WebhookProjectsV2ProjectDeleted|Schema\WebhookProjectsV2ProjectEdited|Schema\WebhookProjectsV2ProjectReopened|Schema\WebhookProjectsV2ItemArchived|Schema\WebhookProjectsV2ItemConverted|Schema\WebhookProjectsV2ItemCreated|Schema\WebhookProjectsV2ItemDeleted|Schema\WebhookProjectsV2ItemEdited|Schema\WebhookProjectsV2ItemReordered|Schema\WebhookProjectsV2ItemRestored|Schema\WebhookProjectsV2StatusUpdateCreated|Schema\WebhookProjectsV2StatusUpdateDeleted|Schema\WebhookProjectsV2StatusUpdateEdited|Schema\WebhookPublic|Schema\WebhookPullRequestAssigned|Schema\WebhookPullRequestAutoMergeDisabled|Schema\WebhookPullRequestAutoMergeEnabled|Schema\WebhookPullRequestClosed|Schema\WebhookPullRequestConvertedToDraft|Schema\WebhookPullRequestDemilestoned|Schema\WebhookPullRequestDequeued|Schema\WebhookPullRequestEdited|Schema\WebhookPullRequestEnqueued|Schema\WebhookPullRequestLabeled|Schema\WebhookPullRequestLocked|Schema\WebhookPullRequestMilestoned|Schema\WebhookPullRequestOpened|Schema\WebhookPullRequestReadyForReview|Schema\WebhookPullRequestReopened|Schema\WebhookPullRequestReviewRequestRemoved|Schema\WebhookPullRequestReviewRequested|Schema\WebhookPullRequestSynchronize|Schema\WebhookPullRequestUnassigned|Schema\WebhookPullRequestUnlabeled|Schema\WebhookPullRequestUnlocked|Schema\WebhookPullRequestReviewCommentCreated|Schema\WebhookPullRequestReviewCommentDeleted|Schema\WebhookPullRequestReviewCommentEdited|Schema\WebhookPullRequestReviewDismissed|Schema\WebhookPullRequestReviewEdited|Schema\WebhookPullRequestReviewSubmitted|Schema\WebhookPullRequestReviewThreadResolved|Schema\WebhookPullRequestReviewThreadUnresolved|Schema\WebhookPush|Schema\WebhookRegistryPackagePublished|Schema\WebhookRegistryPackageUpdated|Schema\WebhookReleaseCreated|Schema\WebhookReleaseDeleted|Schema\WebhookReleaseEdited|Schema\WebhookReleasePrereleased|Schema\WebhookReleasePublished|Schema\WebhookReleaseReleased|Schema\WebhookReleaseUnpublished|Schema\WebhookRepositoryAdvisoryPublished|Schema\WebhookRepositoryAdvisoryReported|Schema\WebhookRepositoryArchived|Schema\WebhookRepositoryCreated|Schema\WebhookRepositoryDeleted|Schema\WebhookRepositoryEdited|Schema\WebhookRepositoryPrivatized|Schema\WebhookRepositoryPublicized|Schema\WebhookRepositoryRenamed|Schema\WebhookRepositoryTransferred|Schema\WebhookRepositoryUnarchived|Schema\WebhookRepositoryDispatchSample|Schema\WebhookRepositoryImport|Schema\WebhookRepositoryRulesetCreated|Schema\WebhookRepositoryRulesetDeleted|Schema\WebhookRepositoryRulesetEdited|Schema\WebhookRepositoryVulnerabilityAlertCreate|Schema\WebhookRepositoryVulnerabilityAlertDismiss|Schema\WebhookRepositoryVulnerabilityAlertReopen|Schema\WebhookRepositoryVulnerabilityAlertResolve|Schema\WebhookSecretScanningAlertCreated|Schema\WebhookSecretScanningAlertReopened|Schema\WebhookSecretScanningAlertResolved|Schema\WebhookSecretScanningAlertValidated|Schema\WebhookSecretScanningAlertLocationCreated|Schema\WebhookSecretScanningAlertLocationCreatedFormEncoded|Schema\WebhookSecurityAdvisoryPublished|Schema\WebhookSecurityAdvisoryUpdated|Schema\WebhookSecurityAdvisoryWithdrawn|Schema\WebhookSecurityAndAnalysis|Schema\WebhookSponsorshipCancelled|Schema\WebhookSponsorshipCreated|Schema\WebhookSponsorshipEdited|Schema\WebhookSponsorshipPendingCancellation|Schema\WebhookSponsorshipPendingTierChange|Schema\WebhookSponsorshipTierChanged|Schema\WebhookStarCreated|Schema\WebhookStarDeleted|Schema\WebhookStatus|Schema\WebhookSubIssuesParentIssueAdded|Schema\WebhookSubIssuesParentIssueRemoved|Schema\WebhookSubIssuesSubIssueAdded|Schema\WebhookSubIssuesSubIssueRemoved|Schema\WebhookTeamAdd|Schema\WebhookTeamAddedToRepository|Schema\WebhookTeamCreated|Schema\WebhookTeamDeleted|Schema\WebhookTeamEdited|Schema\WebhookTeamRemovedFromRepository|Schema\WebhookWatchStarted|Schema\WebhookWorkflowDispatch|Schema\WebhookWorkflowJobCompleted|Schema\WebhookWorkflowJobInProgress|Schema\WebhookWorkflowJobQueued|Schema\WebhookWorkflowJobWaiting|Schema\WebhookWorkflowRunCompleted|Schema\WebhookWorkflowRunInProgress|Schema\WebhookWorkflowRunRequested */ + /** @return Schema\WebhookBranchProtectionConfigurationDisabled|Schema\WebhookBranchProtectionConfigurationEnabled|Schema\WebhookBranchProtectionRuleCreated|Schema\WebhookBranchProtectionRuleDeleted|Schema\WebhookBranchProtectionRuleEdited|Schema\WebhookExemptionRequestCancelled|Schema\WebhookExemptionRequestCompleted|Schema\WebhookExemptionRequestCreated|Schema\WebhookExemptionRequestResponseDismissed|Schema\WebhookExemptionRequestResponseSubmitted|Schema\WebhookCheckRunCompleted|Schema\WebhookCheckRunCompletedFormEncoded|Schema\WebhookCheckRunCreated|Schema\WebhookCheckRunCreatedFormEncoded|Schema\WebhookCheckRunRequestedAction|Schema\WebhookCheckRunRequestedActionFormEncoded|Schema\WebhookCheckRunRerequested|Schema\WebhookCheckRunRerequestedFormEncoded|Schema\WebhookCheckSuiteCompleted|Schema\WebhookCheckSuiteRequested|Schema\WebhookCheckSuiteRerequested|Schema\WebhookCodeScanningAlertAppearedInBranch|Schema\WebhookCodeScanningAlertClosedByUser|Schema\WebhookCodeScanningAlertCreated|Schema\WebhookCodeScanningAlertFixed|Schema\WebhookCodeScanningAlertReopened|Schema\WebhookCodeScanningAlertReopenedByUser|Schema\WebhookCommitCommentCreated|Schema\WebhookCreate|Schema\WebhookCustomPropertyCreated|Schema\WebhookCustomPropertyDeleted|Schema\WebhookCustomPropertyUpdated|Schema\WebhookCustomPropertyValuesUpdated|Schema\WebhookDelete|Schema\WebhookDependabotAlertAutoDismissed|Schema\WebhookDependabotAlertAutoReopened|Schema\WebhookDependabotAlertCreated|Schema\WebhookDependabotAlertDismissed|Schema\WebhookDependabotAlertFixed|Schema\WebhookDependabotAlertReintroduced|Schema\WebhookDependabotAlertReopened|Schema\WebhookDeployKeyCreated|Schema\WebhookDeployKeyDeleted|Schema\WebhookDeploymentCreated|Schema\WebhookDeploymentProtectionRuleRequested|Schema\WebhookDeploymentReviewApproved|Schema\WebhookDeploymentReviewRejected|Schema\WebhookDeploymentReviewRequested|Schema\WebhookDeploymentStatusCreated|Schema\WebhookDiscussionAnswered|Schema\WebhookDiscussionCategoryChanged|Schema\WebhookDiscussionClosed|Schema\WebhookDiscussionCreated|Schema\WebhookDiscussionDeleted|Schema\WebhookDiscussionEdited|Schema\WebhookDiscussionLabeled|Schema\WebhookDiscussionLocked|Schema\WebhookDiscussionPinned|Schema\WebhookDiscussionReopened|Schema\WebhookDiscussionTransferred|Schema\WebhookDiscussionUnanswered|Schema\WebhookDiscussionUnlabeled|Schema\WebhookDiscussionUnlocked|Schema\WebhookDiscussionUnpinned|Schema\WebhookDiscussionCommentCreated|Schema\WebhookDiscussionCommentDeleted|Schema\WebhookDiscussionCommentEdited|Schema\WebhookFork|Schema\WebhookGithubAppAuthorizationRevoked|Schema\WebhookGollum|Schema\WebhookInstallationCreated|Schema\WebhookInstallationDeleted|Schema\WebhookInstallationNewPermissionsAccepted|Schema\WebhookInstallationSuspend|Schema\WebhookInstallationUnsuspend|Schema\WebhookInstallationRepositoriesAdded|Schema\WebhookInstallationRepositoriesRemoved|Schema\WebhookInstallationTargetRenamed|Schema\WebhookIssueCommentCreated|Schema\WebhookIssueCommentDeleted|Schema\WebhookIssueCommentEdited|Schema\WebhookIssuesAssigned|Schema\WebhookIssuesClosed|Schema\WebhookIssuesDeleted|Schema\WebhookIssuesDemilestoned|Schema\WebhookIssuesEdited|Schema\WebhookIssuesLabeled|Schema\WebhookIssuesLocked|Schema\WebhookIssuesMilestoned|Schema\WebhookIssuesOpened|Schema\WebhookIssuesPinned|Schema\WebhookIssuesReopened|Schema\WebhookIssuesTransferred|Schema\WebhookIssuesUnassigned|Schema\WebhookIssuesUnlabeled|Schema\WebhookIssuesUnlocked|Schema\WebhookIssuesUnpinned|Schema\WebhookLabelCreated|Schema\WebhookLabelDeleted|Schema\WebhookLabelEdited|Schema\WebhookMarketplacePurchaseCancelled|Schema\WebhookMarketplacePurchaseChanged|Schema\WebhookMarketplacePurchasePendingChange|Schema\WebhookMarketplacePurchasePendingChangeCancelled|Schema\WebhookMarketplacePurchasePurchased|Schema\WebhookMemberAdded|Schema\WebhookMemberEdited|Schema\WebhookMemberRemoved|Schema\WebhookMembershipAdded|Schema\WebhookMembershipRemoved|Schema\WebhookMergeGroupChecksRequested|Schema\WebhookMergeGroupDestroyed|Schema\WebhookMetaDeleted|Schema\WebhookMilestoneClosed|Schema\WebhookMilestoneCreated|Schema\WebhookMilestoneDeleted|Schema\WebhookMilestoneEdited|Schema\WebhookMilestoneOpened|Schema\WebhookOrgBlockBlocked|Schema\WebhookOrgBlockUnblocked|Schema\WebhookOrganizationDeleted|Schema\WebhookOrganizationMemberAdded|Schema\WebhookOrganizationMemberInvited|Schema\WebhookOrganizationMemberRemoved|Schema\WebhookOrganizationRenamed|Schema\WebhookPackagePublished|Schema\WebhookPackageUpdated|Schema\WebhookPageBuild|Schema\WebhookPersonalAccessTokenRequestApproved|Schema\WebhookPersonalAccessTokenRequestCancelled|Schema\WebhookPersonalAccessTokenRequestCreated|Schema\WebhookPersonalAccessTokenRequestDenied|Schema\WebhookPing|Schema\WebhookPingFormEncoded|Schema\WebhookProjectCardConverted|Schema\WebhookProjectCardCreated|Schema\WebhookProjectCardDeleted|Schema\WebhookProjectCardEdited|Schema\WebhookProjectCardMoved|Schema\WebhookProjectClosed|Schema\WebhookProjectCreated|Schema\WebhookProjectDeleted|Schema\WebhookProjectEdited|Schema\WebhookProjectReopened|Schema\WebhookProjectColumnCreated|Schema\WebhookProjectColumnDeleted|Schema\WebhookProjectColumnEdited|Schema\WebhookProjectColumnMoved|Schema\WebhookProjectsV2ProjectClosed|Schema\WebhookProjectsV2ProjectCreated|Schema\WebhookProjectsV2ProjectDeleted|Schema\WebhookProjectsV2ProjectEdited|Schema\WebhookProjectsV2ProjectReopened|Schema\WebhookProjectsV2ItemArchived|Schema\WebhookProjectsV2ItemConverted|Schema\WebhookProjectsV2ItemCreated|Schema\WebhookProjectsV2ItemDeleted|Schema\WebhookProjectsV2ItemEdited|Schema\WebhookProjectsV2ItemReordered|Schema\WebhookProjectsV2ItemRestored|Schema\WebhookProjectsV2StatusUpdateCreated|Schema\WebhookProjectsV2StatusUpdateDeleted|Schema\WebhookProjectsV2StatusUpdateEdited|Schema\WebhookPublic|Schema\WebhookPullRequestAssigned|Schema\WebhookPullRequestAutoMergeDisabled|Schema\WebhookPullRequestAutoMergeEnabled|Schema\WebhookPullRequestClosed|Schema\WebhookPullRequestConvertedToDraft|Schema\WebhookPullRequestDemilestoned|Schema\WebhookPullRequestDequeued|Schema\WebhookPullRequestEdited|Schema\WebhookPullRequestEnqueued|Schema\WebhookPullRequestLabeled|Schema\WebhookPullRequestLocked|Schema\WebhookPullRequestMilestoned|Schema\WebhookPullRequestOpened|Schema\WebhookPullRequestReadyForReview|Schema\WebhookPullRequestReopened|Schema\WebhookPullRequestReviewRequestRemoved|Schema\WebhookPullRequestReviewRequested|Schema\WebhookPullRequestSynchronize|Schema\WebhookPullRequestUnassigned|Schema\WebhookPullRequestUnlabeled|Schema\WebhookPullRequestUnlocked|Schema\WebhookPullRequestReviewCommentCreated|Schema\WebhookPullRequestReviewCommentDeleted|Schema\WebhookPullRequestReviewCommentEdited|Schema\WebhookPullRequestReviewDismissed|Schema\WebhookPullRequestReviewEdited|Schema\WebhookPullRequestReviewSubmitted|Schema\WebhookPullRequestReviewThreadResolved|Schema\WebhookPullRequestReviewThreadUnresolved|Schema\WebhookPush|Schema\WebhookRegistryPackagePublished|Schema\WebhookRegistryPackageUpdated|Schema\WebhookReleaseCreated|Schema\WebhookReleaseDeleted|Schema\WebhookReleaseEdited|Schema\WebhookReleasePrereleased|Schema\WebhookReleasePublished|Schema\WebhookReleaseReleased|Schema\WebhookReleaseUnpublished|Schema\WebhookRepositoryAdvisoryPublished|Schema\WebhookRepositoryAdvisoryReported|Schema\WebhookRepositoryArchived|Schema\WebhookRepositoryCreated|Schema\WebhookRepositoryDeleted|Schema\WebhookRepositoryEdited|Schema\WebhookRepositoryPrivatized|Schema\WebhookRepositoryPublicized|Schema\WebhookRepositoryRenamed|Schema\WebhookRepositoryTransferred|Schema\WebhookRepositoryUnarchived|Schema\WebhookRepositoryDispatchSample|Schema\WebhookRepositoryImport|Schema\WebhookRepositoryRulesetCreated|Schema\WebhookRepositoryRulesetDeleted|Schema\WebhookRepositoryRulesetEdited|Schema\WebhookRepositoryVulnerabilityAlertCreate|Schema\WebhookRepositoryVulnerabilityAlertDismiss|Schema\WebhookRepositoryVulnerabilityAlertReopen|Schema\WebhookRepositoryVulnerabilityAlertResolve|Schema\WebhookSecretScanningAlertCreated|Schema\WebhookSecretScanningAlertPubliclyLeaked|Schema\WebhookSecretScanningAlertReopened|Schema\WebhookSecretScanningAlertResolved|Schema\WebhookSecretScanningAlertValidated|Schema\WebhookSecretScanningAlertLocationCreated|Schema\WebhookSecretScanningAlertLocationCreatedFormEncoded|Schema\WebhookSecurityAdvisoryPublished|Schema\WebhookSecurityAdvisoryUpdated|Schema\WebhookSecurityAdvisoryWithdrawn|Schema\WebhookSecurityAndAnalysis|Schema\WebhookSponsorshipCancelled|Schema\WebhookSponsorshipCreated|Schema\WebhookSponsorshipEdited|Schema\WebhookSponsorshipPendingCancellation|Schema\WebhookSponsorshipPendingTierChange|Schema\WebhookSponsorshipTierChanged|Schema\WebhookStarCreated|Schema\WebhookStarDeleted|Schema\WebhookStatus|Schema\WebhookSubIssuesParentIssueAdded|Schema\WebhookSubIssuesParentIssueRemoved|Schema\WebhookSubIssuesSubIssueAdded|Schema\WebhookSubIssuesSubIssueRemoved|Schema\WebhookTeamAdd|Schema\WebhookTeamAddedToRepository|Schema\WebhookTeamCreated|Schema\WebhookTeamDeleted|Schema\WebhookTeamEdited|Schema\WebhookTeamRemovedFromRepository|Schema\WebhookWatchStarted|Schema\WebhookWorkflowDispatch|Schema\WebhookWorkflowJobCompleted|Schema\WebhookWorkflowJobInProgress|Schema\WebhookWorkflowJobQueued|Schema\WebhookWorkflowJobWaiting|Schema\WebhookWorkflowRunCompleted|Schema\WebhookWorkflowRunInProgress|Schema\WebhookWorkflowRunRequested */ public function resolve(array $headers, array $data): object { $headers = (static function ($headers): array { diff --git a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForEnterpriseTest.php b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForEnterpriseTest.php index 05202056bde..005a491929b 100644 --- a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForEnterpriseTest.php +++ b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForEnterpriseTest.php @@ -31,19 +31,21 @@ public function call_httpCode_404_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForEnterprise::OPERATION_MATCH, (static function (array $data): array { - $data['enterprise'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['per_page'] = 8; + $data['enterprise'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -59,9 +61,9 @@ public function operations_httpCode_404_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForEnterprise('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 8); + $result = $client->operations()->secretScanning()->listAlertsForEnterprise('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 8, false, false); } /** @test */ @@ -74,19 +76,21 @@ public function call_httpCode_503_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForEnterprise::OPERATION_MATCH, (static function (array $data): array { - $data['enterprise'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['per_page'] = 8; + $data['enterprise'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -102,8 +106,8 @@ public function operations_httpCode_503_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/enterprises/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForEnterprise('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 8); + $result = $client->operations()->secretScanning()->listAlertsForEnterprise('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 8, false, false); } } diff --git a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgListingTest.php b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgListingTest.php index 6347360e997..4944b3fcdbc 100644 --- a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgListingTest.php +++ b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgListingTest.php @@ -31,20 +31,22 @@ public function call_httpCode_404_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForOrgListing::OPERATION_MATCH, (static function (array $data): array { - $data['org'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['org'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -62,9 +64,9 @@ public function operations_httpCode_404_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForOrgListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForOrgListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); foreach ($result as $item) { } } @@ -79,20 +81,22 @@ public function call_httpCode_503_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForOrgListing::OPERATION_MATCH, (static function (array $data): array { - $data['org'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['org'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -110,9 +114,9 @@ public function operations_httpCode_503_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForOrgListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForOrgListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); foreach ($result as $item) { } } diff --git a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgTest.php b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgTest.php index 012c21b34f9..0ea6bb50c9a 100644 --- a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgTest.php +++ b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForOrgTest.php @@ -31,20 +31,22 @@ public function call_httpCode_404_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForOrg::OPERATION_MATCH, (static function (array $data): array { - $data['org'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['org'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -60,9 +62,9 @@ public function operations_httpCode_404_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForOrg('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForOrg('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); } /** @test */ @@ -75,20 +77,22 @@ public function call_httpCode_503_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForOrg::OPERATION_MATCH, (static function (array $data): array { - $data['org'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['org'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -104,8 +108,8 @@ public function operations_httpCode_503_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/orgs/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForOrg('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForOrg('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); } } diff --git a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoListingTest.php b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoListingTest.php index 955ce6a1475..03e838f8717 100644 --- a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoListingTest.php +++ b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoListingTest.php @@ -31,21 +31,23 @@ public function call_httpCode_503_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForRepoListing::OPERATION_MATCH, (static function (array $data): array { - $data['owner'] = 'generated'; - $data['repo'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['owner'] = 'generated'; + $data['repo'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -63,9 +65,9 @@ public function operations_httpCode_503_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForRepoListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForRepoListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); foreach ($result as $item) { } } @@ -79,21 +81,23 @@ public function call_httpCode_404_empty(): void $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForRepoListing::OPERATION_MATCH, (static function (array $data): array { - $data['owner'] = 'generated'; - $data['repo'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['owner'] = 'generated'; + $data['repo'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -110,9 +114,9 @@ public function operations_httpCode_404_empty(): void $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForRepoListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForRepoListing('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); self::assertArrayHasKey('code', $result); self::assertSame(404, $result['code']); foreach ($result as $item) { diff --git a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoTest.php b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoTest.php index 8c01dcde18f..a3d56694abc 100644 --- a/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoTest.php +++ b/clients/GitHubEnterpriseCloud/tests/Internal/Operation/SecretScanning/ListAlertsForRepoTest.php @@ -31,21 +31,23 @@ public function call_httpCode_503_responseContentType_application_json_zero(): v $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForRepo::OPERATION_MATCH, (static function (array $data): array { - $data['owner'] = 'generated'; - $data['repo'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['owner'] = 'generated'; + $data['repo'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -61,9 +63,9 @@ public function operations_httpCode_503_responseContentType_application_json_zer $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForRepo('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForRepo('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); } /** @test */ @@ -75,21 +77,23 @@ public function call_httpCode_404_empty(): void $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); $result = $client->call(Internal\Operation\SecretScanning\ListAlertsForRepo::OPERATION_MATCH, (static function (array $data): array { - $data['owner'] = 'generated'; - $data['repo'] = 'generated'; - $data['state'] = 'generated'; - $data['secret_type'] = 'generated'; - $data['resolution'] = 'generated'; - $data['before'] = 'generated'; - $data['after'] = 'generated'; - $data['validity'] = 'generated'; - $data['sort'] = 'generated'; - $data['direction'] = 'generated'; - $data['page'] = 1; - $data['per_page'] = 8; + $data['owner'] = 'generated'; + $data['repo'] = 'generated'; + $data['state'] = 'generated'; + $data['secret_type'] = 'generated'; + $data['resolution'] = 'generated'; + $data['before'] = 'generated'; + $data['after'] = 'generated'; + $data['validity'] = 'generated'; + $data['sort'] = 'generated'; + $data['direction'] = 'generated'; + $data['page'] = 1; + $data['per_page'] = 8; + $data['is_publicly_leaked'] = false; + $data['is_multi_repo'] = false; return $data; })([])); @@ -104,9 +108,9 @@ public function operations_httpCode_404_empty(): void $browser = $this->prophesize(Browser::class); $browser->withBase(Argument::any())->willReturn($browser->reveal()); $browser->withFollowRedirects(Argument::any())->willReturn($browser->reveal()); - $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); + $browser->request('GET', '/repos/generated/generated/secret-scanning/alerts?state=generated&secret_type=generated&resolution=generated&before=generated&after=generated&validity=generated&sort=generated&direction=generated&page=1&per_page=8&is_publicly_leaked=&is_multi_repo=', Argument::type('array'), Argument::any())->willReturn(resolve($response))->shouldBeCalled(); $client = new Client($auth->reveal(), $browser->reveal()); - $result = $client->operations()->secretScanning()->listAlertsForRepo('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8); + $result = $client->operations()->secretScanning()->listAlertsForRepo('generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 'generated', 1, 8, false, false); self::assertArrayHasKey('code', $result); self::assertSame(404, $result['code']); } diff --git a/clients/GitHubEnterpriseCloud/tests/Types/ClientCallReturnTypes.php b/clients/GitHubEnterpriseCloud/tests/Types/ClientCallReturnTypes.php index eb39ed77600..fad59ffa905 100644 --- a/clients/GitHubEnterpriseCloud/tests/Types/ClientCallReturnTypes.php +++ b/clients/GitHubEnterpriseCloud/tests/Types/ClientCallReturnTypes.php @@ -107,7 +107,7 @@ function authHeader(): string assertType('Observable', $client->call('LIST /enterprises/{enterprise}/copilot/usage')); assertType('Observable|WithoutBody', $client->call('GET /enterprises/{enterprise}/dependabot/alerts')); assertType('', $client->call('GET /enterprises/{enterprise}/license-sync-status')); -assertType('Observable', $client->call('GET /enterprises/{enterprise}/secret-scanning/alerts')); +assertType('iterable', $client->call('GET /enterprises/{enterprise}/secret-scanning/alerts')); assertType('', $client->call('GET /enterprises/{enterprise}/settings/billing/actions')); assertType('', $client->call('GET /enterprises/{enterprise}/settings/billing/advanced-security')); assertType('', $client->call('GET /enterprises/{enterprise}/settings/billing/cost-centers')); @@ -433,8 +433,8 @@ function authHeader(): string assertType('', $client->call('GET /orgs/{org}/rulesets/{ruleset_id}')); assertType('', $client->call('PUT /orgs/{org}/rulesets/{ruleset_id}')); assertType('', $client->call('DELETE /orgs/{org}/rulesets/{ruleset_id}')); -assertType('Observable', $client->call('GET /orgs/{org}/secret-scanning/alerts')); -assertType('Observable', $client->call('LIST /orgs/{org}/secret-scanning/alerts')); +assertType('iterable', $client->call('GET /orgs/{org}/secret-scanning/alerts')); +assertType('iterable', $client->call('LIST /orgs/{org}/secret-scanning/alerts')); assertType('Observable', $client->call('GET /orgs/{org}/security-advisories')); assertType('Observable', $client->call('GET /orgs/{org}/security-managers')); assertType('', $client->call('PUT /orgs/{org}/security-managers/teams/{team_slug}')); @@ -728,8 +728,8 @@ function authHeader(): string assertType('', $client->call('DELETE /repos/{owner}/{repo}/contents/{path}')); assertType('Observable|WithoutBody', $client->call('GET /repos/{owner}/{repo}/contributors')); assertType('Observable|WithoutBody', $client->call('LIST /repos/{owner}/{repo}/contributors')); -assertType('Observable|WithoutBody', $client->call('GET /repos/{owner}/{repo}/dependabot/alerts')); -assertType('Observable|WithoutBody', $client->call('LIST /repos/{owner}/{repo}/dependabot/alerts')); +assertType('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody', $client->call('GET /repos/{owner}/{repo}/dependabot/alerts')); +assertType('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody', $client->call('LIST /repos/{owner}/{repo}/dependabot/alerts')); assertType('', $client->call('GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}')); assertType('', $client->call('PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}')); assertType('', $client->call('GET /repos/{owner}/{repo}/dependabot/secrets')); @@ -980,8 +980,8 @@ function authHeader(): string assertType('', $client->call('GET /repos/{owner}/{repo}/rulesets/{ruleset_id}')); assertType('', $client->call('PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}')); assertType('', $client->call('DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}')); -assertType('Observable|WithoutBody', $client->call('GET /repos/{owner}/{repo}/secret-scanning/alerts')); -assertType('Observable|WithoutBody', $client->call('LIST /repos/{owner}/{repo}/secret-scanning/alerts')); +assertType('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody', $client->call('GET /repos/{owner}/{repo}/secret-scanning/alerts')); +assertType('iterable|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody', $client->call('LIST /repos/{owner}/{repo}/secret-scanning/alerts')); assertType('', $client->call('GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}')); assertType('', $client->call('PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}')); assertType('Observable|WithoutBody', $client->call('GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations')); @@ -1047,7 +1047,7 @@ function authHeader(): string assertType('', $client->call('PUT /scim/v2/organizations/{org}/Users/{scim_user_id}')); assertType('', $client->call('DELETE /scim/v2/organizations/{org}/Users/{scim_user_id}')); assertType('', $client->call('PATCH /scim/v2/organizations/{org}/Users/{scim_user_id}')); -assertType('', $client->call('GET /search/code')); +assertType('Schema\\Operations\\Search\\Code\\Response\\ApplicationJson\\Ok|\\ApiClients\\Tools\\OpenApiClient\\Utils\\Response\\WithoutBody', $client->call('GET /search/code')); assertType('', $client->call('GET /search/commits')); assertType('', $client->call('GET /search/issues')); assertType('', $client->call('GET /search/labels')); diff --git a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml index 7dfac6454d2..7fcbab86c03 100644 --- a/etc/specs/GitHubEnterpriseCloud/current.spec.yaml +++ b/etc/specs/GitHubEnterpriseCloud/current.spec.yaml @@ -99,6 +99,8 @@ tags: description: Endpoints to manage GitHub Enterprise Teams. - name: code-security description: Endpoints to manage Code security using the REST API. +- name: private-registries + description: Manage private registry configurations. servers: - url: https://api.github.com externalDocs: @@ -3087,7 +3089,7 @@ paths: summary: Get code security and analysis features for an enterprise description: |- > [!WARNING] - > **Deprecation notice:** The ability to fetch code security and analysis settings for an enterprise is deprecated. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-09-27-upcoming-replacement-of-enterprise-code-security-enablement-ui-and-apis). + > **Closing down notice:** The ability to fetch code security and analysis settings for an enterprise is closing down. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-09-27-upcoming-replacement-of-enterprise-code-security-enablement-ui-and-apis). Gets code security and analysis settings for the specified enterprise. @@ -3126,7 +3128,7 @@ paths: summary: Update code security and analysis features for an enterprise description: |- > [!WARNING] - > **Deprecation notice:** The ability to update code security and analysis settings for an enterprise is deprecated. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-09-27-upcoming-replacement-of-enterprise-code-security-enablement-ui-and-apis). + > **Closing down notice:** The ability to update code security and analysis settings for an enterprise is closing down. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-09-27-upcoming-replacement-of-enterprise-code-security-enablement-ui-and-apis). Updates the settings for advanced security, Dependabot alerts, secret scanning, and push protection for new repositories in an enterprise. @@ -3254,7 +3256,7 @@ paths: summary: List all Copilot seat assignments for an enterprise description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Lists all active Copilot seats across organizations or enterprise teams for an enterprise with a Copilot Business or Copilot Enterprise subscription. @@ -3322,7 +3324,7 @@ paths: summary: Get a summary of Copilot usage for enterprise members description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE for all users across organizations with access to Copilot within your enterprise, with a further breakdown of suggestions, acceptances, @@ -3505,6 +3507,8 @@ paths: - "$ref": "#/components/parameters/pagination-before" - "$ref": "#/components/parameters/pagination-after" - "$ref": "#/components/parameters/secret-scanning-alert-validity" + - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" + - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" responses: '200': description: Response @@ -3837,7 +3841,7 @@ paths: summary: Get a summary of Copilot usage for an enterprise team description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE for users within an enterprise team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day. @@ -3916,7 +3920,7 @@ paths: summary: Enable or disable a security feature description: |- > [!WARNING] - > **Deprecation notice:** The ability to enable or disable a security feature for an enterprise is deprecated. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-09-27-upcoming-replacement-of-enterprise-code-security-enablement-ui-and-apis). + > **Closing down notice:** The ability to enable or disable a security feature for an enterprise is closing down. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-09-27-upcoming-replacement-of-enterprise-code-security-enablement-ui-and-apis). Enables or disables the specified security feature for all repositories in an enterprise. @@ -6070,10 +6074,10 @@ paths: subcategory: orgs "/organizations/{organization_id}/custom_roles": get: - summary: Deprecated - List custom repository roles in an organization + summary: Closing down - List custom repository roles in an organization description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed in the future. Use the "[List custom repository roles](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed in the future. Use the "[List custom repository roles](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization)" endpoint instead. List the custom repository roles available in this organization. For more information on custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." @@ -6085,7 +6089,7 @@ paths: operationId: orgs/list-custom-roles externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---list-custom-repository-roles-in-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-custom-repository-roles-in-an-organization parameters: - name: organization_id description: The unique identifier of the organization. @@ -6163,10 +6167,10 @@ paths: summary: Update an organization description: |- > [!WARNING] - > **Parameter deprecation notice:** GitHub Enterprise Cloud will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes). + > **Closing down notice:** GitHub Enterprise Cloud will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes). > [!WARNING] - > **Parameter deprecation notice:** Code security product enablement for new repositories through the organization API is deprecated. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization) to set defaults instead. For more information on setting a default security configuration, see the [changelog](https://github.blog/changelog/2024-07-09-sunsetting-security-settings-defaults-parameters-in-the-organizations-rest-api/). + > **Closing down notice:** Code security product enablement for new repositories through the organization API is closing down. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#set-a-code-security-configuration-as-a-default-for-an-organization) to set defaults instead. For more information on setting a default security configuration, see the [changelog](https://github.blog/changelog/2024-07-09-sunsetting-security-settings-defaults-parameters-in-the-organizations-rest-api/). Updates the organization's profile and member privileges. @@ -6261,7 +6265,7 @@ paths: description: "Specifies which types of repositories non-admin organization members can create. `private` is only available to repositories that are part of an organization on GitHub Enterprise Cloud. \n**Note:** - This parameter is deprecated and will be removed in the future. + This parameter is closing down and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description @@ -6303,7 +6307,7 @@ paths: advanced_security_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization. @@ -6314,7 +6318,7 @@ paths: dependabot_alerts_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization. @@ -6325,7 +6329,7 @@ paths: dependabot_security_updates_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization. @@ -6336,7 +6340,7 @@ paths: dependency_graph_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization. @@ -6347,7 +6351,7 @@ paths: secret_scanning_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization. @@ -6358,7 +6362,7 @@ paths: secret_scanning_push_protection_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization. @@ -6378,7 +6382,7 @@ paths: secret_scanning_validity_checks_enabled: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization. deprecated: true @@ -10507,7 +10511,7 @@ paths: summary: Get Copilot seat information and settings for an organization description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Gets information about an organization's Copilot subscription, including seat breakdown and feature policies. To configure these settings, go to your organization's settings on GitHub.com. @@ -10554,7 +10558,7 @@ paths: summary: List all Copilot seat assignments for an organization description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Lists all active Copilot seats for an organization with a Copilot Business or Copilot Enterprise subscription. Only organization owners can view assigned seats. @@ -10616,7 +10620,7 @@ paths: summary: Add teams to the Copilot subscription for an organization description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Purchases a GitHub Copilot seat for all users within each specified team. The organization will be billed accordingly. For more information about Copilot pricing, see "[Pricing for GitHub Copilot](https://docs.github.com/enterprise-cloud@latest//billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#about-billing-for-github-copilot)". @@ -10700,7 +10704,7 @@ paths: summary: Remove teams from the Copilot subscription for an organization description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Cancels the Copilot seat assignment for all members of each team specified. This will cause the members of the specified team(s) to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users. @@ -10783,7 +10787,7 @@ paths: summary: Add users to the Copilot subscription for an organization description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Purchases a GitHub Copilot seat for each user specified. The organization will be billed accordingly. For more information about Copilot pricing, see "[Pricing for GitHub Copilot](https://docs.github.com/enterprise-cloud@latest//billing/managing-billing-for-github-copilot/about-billing-for-github-copilot#about-billing-for-github-copilot)". @@ -10867,7 +10871,7 @@ paths: summary: Remove users from the Copilot subscription for an organization description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Cancels the Copilot seat assignment for each user specified. This will cause the specified users to lose access to GitHub Copilot at the end of the current billing cycle, and the organization will not be billed further for those users. @@ -10951,7 +10955,7 @@ paths: summary: Get a summary of Copilot usage for organization members description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE across an organization, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day. @@ -11304,10 +11308,10 @@ paths: subcategory: custom-roles "/orgs/{org}/custom_roles": post: - summary: Deprecated - Create a custom role + summary: Closing down - Create a custom role description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after September 6, 2023. Use the "[Create a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after September 6, 2023. Use the "[Create a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#create-a-custom-repository-role)" endpoint instead. Creates a custom repository role that can be used by all repositories owned by the organization. For more information on custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." @@ -11319,7 +11323,7 @@ paths: operationId: orgs/create-custom-role externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---create-a-custom-role + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---create-a-custom-role parameters: - "$ref": "#/components/parameters/org" requestBody: @@ -11360,10 +11364,10 @@ paths: deprecated: true "/orgs/{org}/custom_roles/{role_id}": get: - summary: Deprecated - Get a custom role + summary: Closing down - Get a custom role description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after September 6, 2023. Use the "[Get a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after September 6, 2023. Use the "[Get a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#get-a-custom-repository-role)" endpoint instead. Gets a custom repository role that is available to all repositories owned by the organization. For more information on custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." @@ -11375,7 +11379,7 @@ paths: operationId: orgs/get-custom-role externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---get-a-custom-role + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/role-id" @@ -11400,10 +11404,10 @@ paths: subcategory: custom-roles deprecated: true patch: - summary: Deprecated - Update a custom role + summary: Closing down - Update a custom role description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after September 6, 2023. Use the "[Update a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after September 6, 2023. Use the "[Update a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#update-a-custom-repository-role)" endpoint instead. Updates a custom repository role that can be used by all repositories owned by the organization. For more information about custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." @@ -11415,7 +11419,7 @@ paths: operationId: orgs/update-custom-role externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---update-a-custom-role + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/role-id" @@ -11457,10 +11461,10 @@ paths: subcategory: custom-roles deprecated: true delete: - summary: Deprecated - Delete a custom role + summary: Closing down - Delete a custom role description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after September 6, 2023. Use the "[Delete a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after September 6, 2023. Use the "[Delete a custom repository role](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#delete-a-custom-repository-role)" endpoint instead. Deletes a custom role from an organization. Once the custom role has been deleted, any user, team, or invitation with the deleted custom role will be reassigned the inherited role. For more information about custom repository roles, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." @@ -11473,7 +11477,7 @@ paths: operationId: orgs/delete-custom-role externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---delete-a-custom-role + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/role-id" @@ -12106,10 +12110,10 @@ paths: subcategory: members "/orgs/{org}/fine_grained_permissions": get: - summary: Deprecated - List fine-grained permissions for an organization + summary: Closing down - List fine-grained permissions for an organization description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after September 6, 2023. Use the "[List fine-grained repository permissions](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after September 6, 2023. Use the "[List fine-grained repository permissions](https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#list-repository-fine-grained-permissions-for-an-organization)" endpoint instead. Lists the fine-grained permissions that can be used in custom repository roles for an organization. For more information, see "[About custom repository roles](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-repository-roles)." @@ -12121,7 +12125,7 @@ paths: operationId: orgs/list-fine-grained-permissions externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#deprecated---list-fine-grained-permissions-for-an-organization + url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/custom-roles#closing-down---list-fine-grained-permissions-for-an-organization parameters: - "$ref": "#/components/parameters/org" responses: @@ -13385,7 +13389,7 @@ paths: summary: Get Copilot seat assignment details for a user description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. Gets the GitHub Copilot seat assignment details for a member of an organization who currently has access to GitHub Copilot. @@ -16192,7 +16196,7 @@ paths: type: boolean description: Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property - has been deprecated. Please use `squash_merge_commit_title` instead. + is closing down. Please use `squash_merge_commit_title` instead. default: false deprecated: true squash_merge_commit_title: @@ -16718,6 +16722,8 @@ paths: - "$ref": "#/components/parameters/secret-scanning-pagination-before-org-repo" - "$ref": "#/components/parameters/secret-scanning-pagination-after-org-repo" - "$ref": "#/components/parameters/secret-scanning-alert-validity" + - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" + - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" responses: '200': description: Response @@ -17087,7 +17093,7 @@ paths: summary: Get a summary of Copilot usage for a team description: |- > [!NOTE] - > This endpoint is in beta and is subject to change. + > This endpoint is in public preview and is subject to change. You can use this endpoint to see a daily breakdown of aggregated usage metrics for Copilot completions and Copilot Chat in the IDE for users within a team, with a further breakdown of suggestions, acceptances, and number of active users by editor and language for each day. @@ -17259,7 +17265,7 @@ paths: - notifications_disabled permission: type: string - description: "**Deprecated**. The permission that new repositories + description: "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified." enum: - pull @@ -17385,7 +17391,7 @@ paths: - notifications_disabled permission: type: string - description: "**Deprecated**. The permission that new repositories + description: "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified." enum: - pull @@ -19020,7 +19026,7 @@ paths: summary: Enable or disable a security feature for an organization description: |- > [!WARNING] - > **Deprecation notice:** The ability to enable or disable a security feature for all eligible repositories in an organization is deprecated. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-07-22-deprecation-of-api-endpoint-to-enable-or-disable-a-security-feature-for-an-organization/). + > **Closing down notice:** The ability to enable or disable a security feature for all eligible repositories in an organization is closing down. Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. For more information, see the [changelog](https://github.blog/changelog/2024-07-22-deprecation-of-api-endpoint-to-enable-or-disable-a-security-feature-for-an-organization/). Enables or disables the specified security feature for all eligible repositories in an organization. For more information, see "[Managing security managers in your organization](https://docs.github.com/enterprise-cloud@latest//organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization)." @@ -20121,7 +20127,7 @@ paths: * The `source_import` object is no longer in use for any API endpoints, and it will be removed in the next API version. For more information about API versions, see "[API Versions](https://docs.github.com/enterprise-cloud@latest//rest/about-the-rest-api/api-versions)." > [!NOTE] - > The `rate` object is deprecated. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object. + > The `rate` object is closing down. If you're writing new API client code or updating existing code, you should use the `core` object instead of the `rate` object. The `core` object contains the same information that is present in the `rate` object. tags: - rate-limit operationId: rate-limit/get @@ -20371,7 +20377,7 @@ paths: type: boolean description: Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property - has been deprecated. Please use `squash_merge_commit_title` instead. + is closing down. Please use `squash_merge_commit_title` instead. default: false deprecated: true squash_merge_commit_title: @@ -24112,12 +24118,12 @@ paths: contexts: type: array deprecated: true - description: "**Deprecated**: The list of status checks to require - in order to merge into this branch. If any of these checks - have recently been set by a particular GitHub App, they will - be required to come from that app in future for the branch - to merge. Use `checks` instead of `contexts` for more fine-grained - control." + description: "**Closing down notice**: The list of status checks + to require in order to merge into this branch. If any of these + checks have recently been set by a particular GitHub App, + they will be required to come from that app in future for + the branch to merge. Use `checks` instead of `contexts` for + more fine-grained control." items: type: string checks: @@ -24824,11 +24830,12 @@ paths: contexts: type: array deprecated: true - description: "**Deprecated**: The list of status checks to require - in order to merge into this branch. If any of these checks have - recently been set by a particular GitHub App, they will be required - to come from that app in future for the branch to merge. Use `checks` - instead of `contexts` for more fine-grained control." + description: "**Closing down notice**: The list of status checks + to require in order to merge into this branch. If any of these + checks have recently been set by a particular GitHub App, they + will be required to come from that app in future for the branch + to merge. Use `checks` instead of `contexts` for more fine-grained + control." items: type: string checks: @@ -27122,7 +27129,7 @@ paths: and `0` is returned in this field. > [!WARNING] - > **Deprecation notice:** The `tool_name` field is deprecated and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field. + > **Closing down notice:** The `tool_name` field is closing down and will, in future, not be included in the response for this endpoint. The example response reflects this change. The tool name can now be found inside the `tool` field. OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint with private or public repositories, or the `public_repo` scope to use this endpoint with only public repositories. operationId: code-scanning/list-recent-analyses @@ -28125,7 +28132,7 @@ paths: geo: description: The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, - which is being deprecated. + which is closing down. type: string enum: - EuropeWest @@ -29473,8 +29480,8 @@ paths: description: Line index in the diff to comment on. line: type: integer - description: "**Deprecated**. Use **position** parameter instead. - Line number in the file to comment on." + description: "**Closing down notice**. Use **position** parameter + instead. Line number in the file to comment on." required: - body examples: @@ -30392,8 +30399,8 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - name: page - description: "**Deprecated**. Page number of the results to fetch. Use cursor-based - pagination with `before` or `after` instead." + description: "**Closing down notice**. Page number of the results to fetch. + Use cursor-based pagination with `before` or `after` instead." deprecated: true in: query schema: @@ -34104,7 +34111,7 @@ paths: View the progress of an import. > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). **Import status** @@ -34177,7 +34184,7 @@ paths: return a status `422 Unprocessable Entity` response. > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/start-import @@ -34269,7 +34276,7 @@ paths: You can select the project to import by providing one of the objects in the `project_choices` array in the update request. > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/update-import @@ -34355,7 +34362,7 @@ paths: Stop an import for a repository. > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/cancel-import @@ -34387,7 +34394,7 @@ paths: This endpoint and the [Map a commit author](https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author) endpoint allow you to provide correct Git author information. > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/get-commit-authors @@ -34430,7 +34437,7 @@ paths: new commits to the repository. > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/map-commit-author @@ -34495,7 +34502,7 @@ paths: List files larger than 100MB found during the import > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/get-large-files @@ -34538,7 +34545,7 @@ paths: site](https://docs.github.com/enterprise-cloud@latest//repositories/working-with-files/managing-large-files). > [!WARNING] - > **Deprecation notice:** Due to very low levels of usage and available alternatives, this endpoint is deprecated and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). + > **Endpoint closing down notice:** Due to very low levels of usage and available alternatives, this endpoint is closing down and will no longer be available from 00:00 UTC on April 12, 2024. For more details and alternatives, see the [changelog](https://gh.io/source-imports-api-deprecation). tags: - migrations operationId: migrations/set-lfs-preference @@ -34991,7 +34998,7 @@ paths: description: '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 deprecated.**_' + field is closing down.**_' milestone: oneOf: - type: string @@ -35575,7 +35582,8 @@ paths: type: - string - 'null' - description: Username to assign to this issue. **This field is deprecated.** + description: Username to assign to this issue. **This field is closing + down.** state: type: string description: The open or closed state of the issue. @@ -39130,7 +39138,7 @@ paths: geo: description: The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, - which is being deprecated. + which is closing down. type: string enum: - EuropeWest @@ -39264,7 +39272,7 @@ paths: If your comment applies to more than one line in the pull request diff, you should use the parameters `line`, `side`, and optionally `start_line` and `start_side` in your request. - The `position` parameter is deprecated. If you use `position`, the `line`, `side`, `start_line`, and `start_side` parameters are not required. + The `position` parameter is closing down. If you use `position`, the `line`, `side`, `start_line`, and `start_side` parameters are not required. This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest//github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest//rest/guides/best-practices-for-using-the-rest-api)." @@ -39305,7 +39313,7 @@ paths: description: The relative path to the file that necessitates a comment. position: type: integer - description: '**This parameter is deprecated. Use `line` instead**. + description: '**This parameter is closing down. Use `line` instead**. The position in the diff where you want to add a review comment. Note this value is not the same as the line number in the file. The position value equals the number of lines down from the first @@ -41782,6 +41790,8 @@ paths: - "$ref": "#/components/parameters/secret-scanning-pagination-before-org-repo" - "$ref": "#/components/parameters/secret-scanning-pagination-after-org-repo" - "$ref": "#/components/parameters/secret-scanning-alert-validity" + - "$ref": "#/components/parameters/secret-scanning-alert-publicly-leaked" + - "$ref": "#/components/parameters/secret-scanning-alert-multi-repo" responses: '200': description: Response @@ -42970,10 +42980,10 @@ paths: subcategory: repos "/repos/{owner}/{repo}/tags/protection": get: - summary: Deprecated - List tag protection states for a repository + summary: Closing down - List tag protection states for a repository description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-all-repository-rulesets)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-all-repository-rulesets)" endpoint instead. This returns the tag protection states of a repository. @@ -42983,7 +42993,7 @@ paths: operationId: repos/list-tag-protection externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#deprecated---list-tag-protection-states-for-a-repository + url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---list-tag-protection-states-for-a-repository parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -43012,10 +43022,10 @@ paths: removalDate: '2024-08-30' deprecated: true post: - summary: Deprecated - Create a tag protection state for a repository + summary: Closing down - Create a tag protection state for a repository description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#create-a-repository-ruleset)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#create-a-repository-ruleset)" endpoint instead. This creates a tag protection state for a repository. This endpoint is only available to repository administrators. @@ -43024,7 +43034,7 @@ paths: operationId: repos/create-tag-protection externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#deprecated---create-a-tag-protection-state-for-a-repository + url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---create-a-tag-protection-state-for-a-repository parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -43069,10 +43079,10 @@ paths: deprecated: true "/repos/{owner}/{repo}/tags/protection/{tag_protection_id}": delete: - summary: Deprecated - Delete a tag protection state for a repository + summary: Closing down - Delete a tag protection state for a repository description: |- > [!WARNING] - > **Deprecation notice:** This operation is deprecated and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#delete-a-repository-ruleset)" endpoint instead. + > **Closing down notice:** This operation is closing down and will be removed after August 30, 2024. Use the "[Repository Rulesets](https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#delete-a-repository-ruleset)" endpoint instead. This deletes a tag protection state for a repository. This endpoint is only available to repository administrators. @@ -43081,7 +43091,7 @@ paths: operationId: repos/delete-tag-protection externalDocs: description: API method documentation - url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#deprecated---delete-a-tag-protection-state-for-a-repository + url: https://docs.github.com/enterprise-cloud@latest//rest/repos/tags#closing-down---delete-a-tag-protection-state-for-a-repository parameters: - "$ref": "#/components/parameters/owner" - "$ref": "#/components/parameters/repo" @@ -43704,7 +43714,7 @@ paths: summary: List provisioned SCIM groups for an enterprise description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Lists provisioned SCIM groups in an enterprise. @@ -43763,7 +43773,7 @@ paths: summary: Provision a SCIM enterprise group description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Creates a SCIM group for an enterprise. @@ -43821,7 +43831,7 @@ paths: summary: Get SCIM provisioning information for an enterprise group description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Gets information about a SCIM group. operationId: enterprise-admin/get-provisioning-information-for-enterprise-group @@ -43865,7 +43875,7 @@ paths: summary: Set SCIM information for a provisioned enterprise group description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Replaces an existing provisioned group’s information. @@ -43940,7 +43950,7 @@ paths: summary: Update an attribute for a SCIM enterprise group description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Update a provisioned group’s individual attributes. @@ -44023,7 +44033,7 @@ paths: summary: Delete a SCIM group from an enterprise description: |- > [!NOTE] - > SCIM provisioning using the REST API is in public beta and subject to change. + > SCIM provisioning using the REST API is in public preview and subject to change. Deletes a SCIM group from an enterprise. operationId: enterprise-admin/delete-scim-group-from-enterprise @@ -44060,7 +44070,7 @@ paths: summary: List SCIM provisioned identities for an enterprise description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Lists provisioned SCIM enterprise members. @@ -44118,7 +44128,7 @@ paths: summary: Provision a SCIM enterprise user description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Creates an external identity for a new SCIM enterprise user. @@ -44176,7 +44186,7 @@ paths: summary: Get SCIM provisioning information for an enterprise user description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Gets information about a SCIM user. operationId: enterprise-admin/get-provisioning-information-for-enterprise-user @@ -44219,7 +44229,7 @@ paths: summary: Set SCIM information for a provisioned enterprise user description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Replaces an existing provisioned user's information. @@ -44278,7 +44288,7 @@ paths: summary: Update an attribute for a SCIM enterprise user description: |- > [!NOTE] - > SCIM provisioning for users and groups using the REST API is in public beta and subject to change. + > SCIM provisioning for users and groups using the REST API is in public preview and subject to change. Update a provisioned user's individual attributes. @@ -44385,7 +44395,7 @@ paths: summary: Delete a SCIM user from an enterprise description: |- > [!NOTE] - > SCIM provisioning using the REST API is in public beta and subject to change. + > SCIM provisioning using the REST API is in public preview and subject to change. Suspends a SCIM user permanently from an enterprise. This action will: remove all the user's data, anonymize their login, email, and display name, erase all external identity SCIM attributes, delete the user's emails, avatar, PATs, SSH keys, OAuth authorizations, GPG keys, and SAML mappings. This action is irreversible. operationId: enterprise-admin/delete-user-from-enterprise @@ -44969,7 +44979,7 @@ paths: type: string - name: sort deprecated: true - description: "**This field is deprecated.** Sorts the results of your query. + description: "**This field is closing down.** Sorts the results of your query. Can only be `indexed`, which indicates how recently a file has been indexed by the GitHub Enterprise Cloud search infrastructure. Default: [best match](https://docs.github.com/enterprise-cloud@latest//rest/search/search#ranking-search-results)" in: query @@ -44979,9 +44989,10 @@ paths: enum: - indexed - name: order - description: "**This field is deprecated.** Determines whether the first search - result returned is the highest number of matches (`desc`) or lowest number - of matches (`asc`). This parameter is ignored unless you provide `sort`. " + description: "**This field is closing down.** Determines whether the first + search result returned is the highest number of matches (`desc`) or lowest + number of matches (`asc`). This parameter is ignored unless you provide + `sort`. " in: query deprecated: true required: false @@ -45515,7 +45526,7 @@ paths: summary: Get a team (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the [Get a team by name](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the [Get a team by name](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-by-name) endpoint. tags: - teams operationId: teams/get-legacy @@ -45548,7 +45559,7 @@ paths: summary: Update a team (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team) endpoint. To edit a team, the authenticated user must either be an organization owner or a team maintainer. @@ -45599,7 +45610,7 @@ paths: - notifications_disabled permission: type: string - description: "**Deprecated**. The permission that new repositories + description: "**Closing down notice**. The permission that new repositories will be added to the team with when none is specified." enum: - pull @@ -45657,7 +45668,7 @@ paths: summary: Delete a team (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Delete a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Delete a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team) endpoint. To delete a team, the authenticated user must be an organization owner or team maintainer. @@ -45690,7 +45701,7 @@ paths: summary: List discussions (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List discussions`](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List discussions`](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#list-discussions) endpoint. List all discussions on a team's page. @@ -45733,7 +45744,7 @@ paths: summary: Create a discussion (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create a discussion`](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create a discussion`](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#create-a-discussion) endpoint. Creates a new discussion post on a team's page. @@ -45800,7 +45811,7 @@ paths: summary: Get a discussion (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get a discussion](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get a discussion](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion) endpoint. Get a specific discussion on a team's page. @@ -45836,7 +45847,7 @@ paths: summary: Update a discussion (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a discussion](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a discussion](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#update-a-discussion) endpoint. Edits the title and body text of a discussion post. Only the parameters you provide are updated. @@ -45889,7 +45900,7 @@ paths: summary: Delete a discussion (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Delete a discussion`](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Delete a discussion`](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#delete-a-discussion) endpoint. Delete a discussion from a team's page. @@ -45919,7 +45930,7 @@ paths: summary: List discussion comments (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [List discussion comments](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [List discussion comments](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#list-discussion-comments) endpoint. List all comments on a team discussion. @@ -45963,7 +45974,7 @@ paths: summary: Create a discussion comment (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Create a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Create a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#create-a-discussion-comment) endpoint. Creates a new comment on a team discussion. @@ -46019,7 +46030,7 @@ paths: summary: Get a discussion comment (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment) endpoint. Get a specific comment on a team discussion. @@ -46056,7 +46067,7 @@ paths: summary: Update a discussion comment (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Update a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#update-a-discussion-comment) endpoint. Edits the body text of a discussion comment. @@ -46109,7 +46120,7 @@ paths: summary: Delete a discussion comment (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Delete a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Delete a discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#delete-a-discussion-comment) endpoint. Deletes a comment on a team discussion. @@ -46140,7 +46151,7 @@ paths: summary: List reactions for a team discussion comment (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion comment`](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion-comment) endpoint. List the reactions to a [team discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment). @@ -46200,7 +46211,7 @@ paths: summary: Create reaction for a team discussion comment (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Create reaction for a team discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion-comment)" endpoint. Create a reaction to a [team discussion comment](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussion-comments#get-a-discussion-comment). @@ -46266,7 +46277,7 @@ paths: summary: List reactions for a team discussion (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List reactions for a team discussion`](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-team-discussion) endpoint. List the reactions to a [team discussion](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion). @@ -46325,7 +46336,7 @@ paths: summary: Create reaction for a team discussion (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create reaction for a team discussion`](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-team-discussion) endpoint. Create a reaction to a [team discussion](https://docs.github.com/enterprise-cloud@latest//rest/teams/discussions#get-a-discussion). @@ -46390,7 +46401,7 @@ paths: summary: List pending team invitations (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List pending team invitations`](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List pending team invitations`](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations) endpoint. The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, `hiring_manager`, or `reinstate`. If the invitee is not a GitHub Enterprise Cloud member, the `login` field in the return hash will be `null`. tags: @@ -46431,7 +46442,7 @@ paths: summary: List team members (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team members`](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team members`](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members) endpoint. Team members will include the members of child teams. tags: @@ -46484,7 +46495,7 @@ paths: get: summary: Get team member (Legacy) description: |- - The "Get team member" endpoint (described below) is deprecated. + The "Get team member" endpoint (described below) is closing down. We recommend using the [Get team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user) endpoint instead. It allows you to get both active and pending memberships. @@ -46514,7 +46525,7 @@ paths: put: summary: Add team member (Legacy) description: |- - The "Add team member" endpoint (described below) is deprecated. + The "Add team member" endpoint (described below) is closing down. We recommend using the [Add or update team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user) endpoint instead. It allows you to invite new organization members to your teams. @@ -46557,7 +46568,7 @@ paths: delete: summary: Remove team member (Legacy) description: |- - The "Remove team member" endpoint (described below) is deprecated. + The "Remove team member" endpoint (described below) is closing down. We recommend using the [Remove team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user) endpoint instead. It allows you to remove both active and pending memberships. @@ -46594,7 +46605,7 @@ paths: summary: Get team membership for a user (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Get team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user) endpoint. Team members will include the members of child teams. @@ -46637,7 +46648,7 @@ paths: summary: Add or update team membership for a user (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user) endpoint. Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-cloud@latest//github/getting-started-with-github/githubs-products) in the GitHub Help documentation. @@ -46706,7 +46717,7 @@ paths: summary: Remove team membership for a user (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove team membership for a user](https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user) endpoint. Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-cloud@latest//github/getting-started-with-github/githubs-products) in the GitHub Help documentation. @@ -46741,7 +46752,7 @@ paths: summary: List team projects (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team projects`](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List team projects`](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-projects) endpoint. Lists the organization projects for a team. tags: @@ -46784,7 +46795,7 @@ paths: summary: Check team permissions for a project (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a project](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a project](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-project) endpoint. Checks whether a team has `read`, `write`, or `admin` permissions for an organization project. The response includes projects inherited from a parent team. tags: @@ -46820,7 +46831,7 @@ paths: summary: Add or update team project permissions (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team project permissions](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Add or update team project permissions](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-project-permissions) endpoint. Adds an organization project to a team. To add a project to a team or update the team's permission on a project, the authenticated user must have `admin` permissions for the project. The project and team must be part of the same organization. tags: @@ -46891,7 +46902,7 @@ paths: summary: Remove a project from a team (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a project from a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a project from a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-project-from-a-team) endpoint. Removes an organization project from a team. An organization owner or a team maintainer can remove any project from the team. To remove a project from a team as an organization member, the authenticated user must have `read` access to both the team and project, or `admin` access to the team or project. **Note:** This endpoint removes the project from the team, but does not delete it. tags: @@ -46923,7 +46934,7 @@ paths: summary: List team repositories (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [List team repositories](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [List team repositories](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories) endpoint. tags: - teams operationId: teams/list-repos-legacy @@ -46964,7 +46975,7 @@ paths: summary: Check team permissions for a repository (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a repository](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Check team permissions for a repository](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository) endpoint. > [!NOTE] > Repositories inherited through a parent team will also be checked. @@ -47006,7 +47017,7 @@ paths: summary: Add or update team repository permissions (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Add or update team repository permissions](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions)" endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new "[Add or update team repository permissions](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions)" endpoint. To add a repository to a team or update the team's permission on a repository, the authenticated user must have admin access to the repository, and must be able to see the team. The repository must be owned by the organization, or a direct fork of a repository owned by the organization. You will get a `422 Unprocessable Entity` status if you attempt to add a repository to a team that is not owned by the organization. @@ -47062,7 +47073,7 @@ paths: summary: Remove a repository from a team (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a repository from a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [Remove a repository from a team](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team) endpoint. If the authenticated user is an organization owner or a team maintainer, they can remove any repositories from the team. To remove a repository from a team as an organization member, the authenticated user must have admin access to the repository and must be able to see the team. NOTE: This does not delete the repository, it just removes it from the team. tags: @@ -47091,7 +47102,7 @@ paths: summary: List IdP groups for a team (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List IdP groups for a team`](https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List IdP groups for a team`](https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team) endpoint. Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-cloud@latest//github/getting-started-with-github/githubs-products) in the GitHub Help documentation. @@ -47130,7 +47141,7 @@ paths: summary: Create or update IdP group connections (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create or update IdP group connections`](https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`Create or update IdP group connections`](https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections) endpoint. Team synchronization is available for organizations using GitHub Enterprise Cloud. For more information, see [GitHub's products](https://docs.github.com/enterprise-cloud@latest//github/getting-started-with-github/githubs-products) in the GitHub Help documentation. @@ -47225,7 +47236,7 @@ paths: summary: List child teams (Legacy) description: |- > [!WARNING] - > **Deprecation notice:** This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List child teams`](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams) endpoint. + > **Endpoint closing down notice:** This endpoint route is closing down and will be removed from the Teams API. We recommend migrating your existing code to use the new [`List child teams`](https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams) endpoint. tags: - teams operationId: teams/list-child-legacy @@ -47286,6 +47297,11 @@ paths: oneOf: - "$ref": "#/components/schemas/private-user" - "$ref": "#/components/schemas/public-user" + discriminator: + propertyName: user_view_type + mapping: + public: "#/components/schemas/public-user" + private: "#/components/schemas/private-user" examples: response-with-public-and-private-profile-information: "$ref": "#/components/examples/private-user-response-with-public-and-private-profile-information" @@ -47610,7 +47626,7 @@ paths: geo: description: The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, - which is being deprecated. + which is closing down. type: string enum: - EuropeWest @@ -47669,7 +47685,7 @@ paths: geo: description: The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, - which is being deprecated. + which is closing down. type: string enum: - EuropeWest @@ -51712,6 +51728,11 @@ paths: oneOf: - "$ref": "#/components/schemas/private-user" - "$ref": "#/components/schemas/public-user" + discriminator: + propertyName: user_view_type + mapping: + public: "#/components/schemas/public-user" + private: "#/components/schemas/private-user" examples: default-response: "$ref": "#/components/examples/public-user-default-response" @@ -51790,6 +51811,11 @@ paths: oneOf: - "$ref": "#/components/schemas/private-user" - "$ref": "#/components/schemas/public-user" + discriminator: + propertyName: user_view_type + mapping: + public: "#/components/schemas/public-user" + private: "#/components/schemas/private-user" examples: default-response: "$ref": "#/components/examples/public-user-default-response" @@ -53464,7 +53490,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Administration" repository permission. - Note: Delegated bypass for push rules is currently in beta and subject to change. + Note: Delegated bypass for push rules is currently in public preview and subject to change. description: A push ruleset bypass request was cancelled. operationId: exemption-request-push-ruleset/cancelled externalDocs: @@ -53532,7 +53558,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Administration" repository permission. - Note: Delegated bypass for push rules is currently in beta and subject to change. + Note: Delegated bypass for push rules is currently in public preview and subject to change. description: A push ruleset bypass request was completed. operationId: exemption-request-push-ruleset/completed externalDocs: @@ -53600,7 +53626,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Administration" repository permission. - Note: Delegated bypass for push rules is currently in beta and subject to change. + Note: Delegated bypass for push rules is currently in public preview and subject to change. description: A push ruleset bypass request was created. operationId: exemption-request-push-ruleset/created externalDocs: @@ -53668,7 +53694,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Administration" repository permission. - Note: Delegated bypass for push rules is currently in beta and subject to change. + Note: Delegated bypass for push rules is currently in public preview and subject to change. description: A push ruleset bypass response was dismissed. operationId: exemption-request-push-ruleset/response-dismissed externalDocs: @@ -53736,7 +53762,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Administration" repository permission. - Note: Delegated bypass for push rules is currently in beta and subject to change. + Note: Delegated bypass for push rules is currently in public preview and subject to change. description: A response either approving or rejecting the push ruleset bypass request was submitted. operationId: exemption-request-push-ruleset/response-submitted @@ -53805,7 +53831,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Secret scanning alerts" repository permission. - Note: Delegated bypass for push protection is currently in beta and subject to change. + Note: Delegated bypass for push protection is currently in public preview and subject to change. description: A secret scanning push protection bypass request was cancelled. operationId: exemption-request-secret-scanning/cancelled externalDocs: @@ -53873,7 +53899,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Secret scanning alerts" repository permission. - Note: Delegated bypass for push protection is currently in beta and subject to change. + Note: Delegated bypass for push protection is currently in public preview and subject to change. description: A secret scanning bypass request was completed. operationId: exemption-request-secret-scanning/completed externalDocs: @@ -53941,7 +53967,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Secret scanning alerts" repository permission. - Note: Delegated bypass for push protection is currently in beta and subject to change. + Note: Delegated bypass for push protection is currently in public preview and subject to change. description: A secret scanning push protection bypass request was created. operationId: exemption-request-secret-scanning/created externalDocs: @@ -54009,7 +54035,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Secret scanning alerts" repository permission. - Note: Delegated bypass for push protection is currently in beta and subject to change. + Note: Delegated bypass for push protection is currently in public preview and subject to change. description: A secret scanning push protection bypass response was dismissed. operationId: exemption-request-secret-scanning/response-dismissed externalDocs: @@ -54077,7 +54103,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Secret scanning alerts" repository permission. - Note: Delegated bypass for push protection is currently in beta and subject to change. + Note: Delegated bypass for push protection is currently in public preview and subject to change. description: A response either approving or rejecting the secret scanning push protection bypass request was submitted. operationId: exemption-request-secret-scanning/response-submitted @@ -55544,7 +55570,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A Dependabot alert was automatically closed by a Dependabot auto-triage rule. operationId: dependabot-alert/auto-dismissed @@ -55614,7 +55640,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A Dependabot alert, that had been automatically closed by a Dependabot auto-triage rule, was automatically reopened because the alert metadata or rule changed. @@ -55685,7 +55711,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A manifest file change introduced a vulnerable dependency, or a GitHub Security Advisory was published and an existing dependency was found to be vulnerable. @@ -55756,7 +55782,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A Dependabot alert was manually closed. operationId: dependabot-alert/dismissed externalDocs: @@ -55825,7 +55851,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A manifest file change removed a vulnerability. operationId: dependabot-alert/fixed externalDocs: @@ -55894,7 +55920,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A manifest file change introduced a vulnerable dependency that had previously been fixed. operationId: dependabot-alert/reintroduced @@ -55964,7 +55990,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Dependabot alerts" repository permission. > [!NOTE] - > Webhook events for Dependabot alerts are currently in beta and subject to change. + > Webhook events for Dependabot alerts are currently in public preview and subject to change. description: A Dependabot alert was manually reopened. operationId: dependabot-alert/reopened externalDocs: @@ -56550,7 +56576,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A comment on the discussion was marked as the answer. operationId: discussion/answered externalDocs: @@ -56619,7 +56645,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: The category of a discussion was changed. operationId: discussion/category-changed externalDocs: @@ -56688,7 +56714,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was closed. operationId: discussion/closed externalDocs: @@ -56757,7 +56783,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A comment on a discussion was created. operationId: discussion-comment/created externalDocs: @@ -56826,7 +56852,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A comment on a discussion was deleted. operationId: discussion-comment/deleted externalDocs: @@ -56895,7 +56921,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A comment on a discussion was edited. operationId: discussion-comment/edited externalDocs: @@ -56964,7 +56990,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was created. operationId: discussion/created externalDocs: @@ -57033,7 +57059,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was deleted. operationId: discussion/deleted externalDocs: @@ -57102,7 +57128,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: The title or body on a discussion was edited, or the category of the discussion was changed. operationId: discussion/edited @@ -57172,7 +57198,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A label was added to a discussion. operationId: discussion/labeled externalDocs: @@ -57241,7 +57267,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was locked. operationId: discussion/locked externalDocs: @@ -57310,7 +57336,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was pinned. operationId: discussion/pinned externalDocs: @@ -57379,7 +57405,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was reopened. operationId: discussion/reopened externalDocs: @@ -57448,7 +57474,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was transferred to another repository. operationId: discussion/transferred externalDocs: @@ -57517,7 +57543,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A comment on the discussion was unmarked as the answer. operationId: discussion/unanswered externalDocs: @@ -57586,7 +57612,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A label was removed from a discussion. operationId: discussion/unlabeled externalDocs: @@ -57655,7 +57681,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was unlocked. operationId: discussion/unlocked externalDocs: @@ -57724,7 +57750,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Discussions" repository permission. > [!NOTE] - > Webhook events for GitHub Discussions are currently in beta and subject to change. + > Webhook events for GitHub Discussions are currently in public preview and subject to change. description: A discussion was unpinned. operationId: discussion/unpinned externalDocs: @@ -61778,7 +61804,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission. > [!NOTE] - > Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change. + > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change. description: A fine-grained personal access token request was approved. operationId: personal-access-token-request/approved externalDocs: @@ -61843,7 +61869,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission. > [!NOTE] - > Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change. + > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change. description: A fine-grained personal access token request was cancelled by the requester. operationId: personal-access-token-request/cancelled @@ -61909,7 +61935,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission. > [!NOTE] - > Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change. + > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change. description: A fine-grained personal access token request was created. operationId: personal-access-token-request/created externalDocs: @@ -61974,7 +62000,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Personal access token requests" organization permission. > [!NOTE] - > Fine-grained PATs are in public beta. Related APIs, events, and functionality are subject to change. + > Fine-grained PATs are in public preview. Related APIs, events, and functionality are subject to change. description: A fine-grained personal access token request was denied. operationId: personal-access-token-request/denied externalDocs: @@ -63067,7 +63093,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: A project in the organization was closed. operationId: projects-v2/closed externalDocs: @@ -63135,7 +63161,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: A project in the organization was created. operationId: projects-v2/created externalDocs: @@ -63203,7 +63229,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: A project in the organization was deleted. operationId: projects-v2/deleted externalDocs: @@ -63271,7 +63297,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: The title, description, or README of a project in the organization was changed. operationId: projects-v2/edited @@ -63340,7 +63366,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: An item on an organization project was archived. For more information, see "[Archiving items from your project](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project)." operationId: projects-v2-item/archived @@ -63409,7 +63435,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: A draft issue in an organization project was converted to an issue. operationId: projects-v2-item/converted externalDocs: @@ -63477,7 +63503,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: An item was added to a project in the organization. operationId: projects-v2-item/created externalDocs: @@ -63545,7 +63571,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: An item was deleted from a project in the organization. operationId: projects-v2-item/deleted externalDocs: @@ -63613,7 +63639,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: The values or state of an item in an organization project were changed. For example, the value of a field was updated, the body of a draft issue was changed, or a draft issue was converted to an issue. @@ -63683,7 +63709,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: The position of an item in an organization project was changed. For example, an item was moved above or below another item in the table or board layout. @@ -63753,7 +63779,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: An archived item on an organization project was restored from the archive. For more information, see "[Archiving items from your project](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project)." operationId: projects-v2-item/restored @@ -63822,7 +63848,7 @@ webhooks: To subscribe to this event, a GitHub App must have at least read-level access for the "Projects" organization permission. > [!NOTE] - > Webhook events for projects are currently in beta and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). + > Webhook events for projects are currently in public preview and subject to change. To share feedback about projects webhooks with GitHub, see the [Projects webhook feedback discussion](https://github.com/orgs/community/discussions/17405). description: A project in the organization was reopened. operationId: projects-v2/reopened externalDocs: @@ -67773,7 +67799,7 @@ webhooks: This event occurs when there is activity relating to a security vulnerability alert in a repository. > [!WARNING] - > **Deprecation notice:** This event is deprecated. Use the `dependabot_alert` event instead. + > **Closing down notice:** This event is closing down. Use the `dependabot_alert` event instead. description: A repository vulnerability alert was created. operationId: repository-vulnerability-alert/create externalDocs: @@ -67837,7 +67863,7 @@ webhooks: This event occurs when there is activity relating to a security vulnerability alert in a repository. > [!WARNING] - > **Deprecation notice:** This event is deprecated. Use the `dependabot_alert` event instead. + > **Closing down notice:** This event is closing down. Use the `dependabot_alert` event instead. description: A repository vulnerability alert was dismissed. operationId: repository-vulnerability-alert/dismiss externalDocs: @@ -67901,7 +67927,7 @@ webhooks: This event occurs when there is activity relating to a security vulnerability alert in a repository. > [!WARNING] - > **Deprecation notice:** This event is deprecated. Use the `dependabot_alert` event instead. + > **Closing down notice:** This event is closing down. Use the `dependabot_alert` event instead. description: A previously dismissed or resolved repository vulnerability alert was reopened. operationId: repository-vulnerability-alert/reopen @@ -67966,7 +67992,7 @@ webhooks: This event occurs when there is activity relating to a security vulnerability alert in a repository. > [!WARNING] - > **Deprecation notice:** This event is deprecated. Use the `dependabot_alert` event instead. + > **Closing down notice:** This event is closing down. Use the `dependabot_alert` event instead. description: A repository vulnerability alert was marked as resolved. operationId: repository-vulnerability-alert/resolve externalDocs: @@ -68169,6 +68195,72 @@ webhooks: - repository - organization - app + secret-scanning-alert-publicly-leaked: + post: + summary: |- + This event occurs when there is activity relating to a secret scanning alert. For more information about secret scanning, see "[About secret scanning](https://docs.github.com/enterprise-cloud@latest//code-security/secret-scanning/about-secret-scanning)." For information about the API to manage secret scanning alerts, see "[Secret scanning](https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning)" in the REST API documentation. + + For activity relating to secret scanning alert locations, use the `secret_scanning_alert_location` event. + + To subscribe to this event, a GitHub App must have at least read-level access for the "Secret scanning alerts" repository permission. + description: A secret scanning alert was detected in a public repo. + operationId: secret-scanning-alert/publicly-leaked + externalDocs: + url: https://docs.github.com/enterprise-cloud@latest//webhooks/webhook-events-and-payloads#secret_scanning_alert + parameters: + - name: User-Agent + in: header + example: GitHub-Hookshot/123abc + schema: + type: string + - name: X-Github-Hook-Id + in: header + example: 12312312 + schema: + type: string + - name: X-Github-Event + in: header + example: issues + schema: + type: string + - name: X-Github-Hook-Installation-Target-Id + in: header + example: 123123 + schema: + type: string + - name: X-Github-Hook-Installation-Target-Type + in: header + example: repository + schema: + type: string + - name: X-GitHub-Delivery + in: header + example: 0b989ba4-242f-11e5-81e1-c7b6966d2516 + schema: + type: string + - name: X-Hub-Signature-256 + in: header + example: sha256=6dcb09b5b57875f334f61aebed695e2e4193db5e + schema: + type: string + requestBody: + required: true + content: + application/json: + schema: + "$ref": "#/components/schemas/webhook-secret-scanning-alert-publicly-leaked" + responses: + '200': + description: Return a 200 status to indicate that the data was received + successfully + x-github: + githubCloudOnly: false + category: webhooks + subcategory: secret_scanning_alert + supported-webhook-types: + - repository + - organization + - app secret-scanning-alert-reopened: post: summary: |- @@ -70789,6 +70881,10 @@ components: type: string examples: - '"2020-07-09T00:17:55Z"' + user_view_type: + type: string + examples: + - public required: - avatar_url - events_url @@ -71830,7 +71926,8 @@ components: type: string description: The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot - Business subscription. This property is in beta and is subject to change. + Business subscription. This property is in public preview and is subject + to change. enum: - write organization_announcement_banners: @@ -71877,7 +71974,7 @@ components: organization_projects: type: string description: The level of permission to grant the access token to manage - organization projects and projects beta (where available). + organization projects and projects public preview (where available). enum: - read - write @@ -72529,7 +72626,7 @@ components: use_squash_pr_title_as_default: type: boolean description: Whether a squash merge commit can use the pull request title - as default. **This property has been deprecated. Please use `squash_merge_commit_title` + as default. **This property is closing down. Please use `squash_merge_commit_title` instead. default: false deprecated: true @@ -75721,6 +75818,17 @@ components: - active - inactive - unknown + publicly_leaked: + type: + - boolean + - 'null' + description: Whether the secret was publicly leaked. + multi_repo: + type: + - boolean + - 'null' + description: Whether the detected secret was found in multiple repositories + in the same organization or enterprise. actions-billing-usage: type: object properties: @@ -76699,6 +76807,8 @@ components: id: type: integer format: int64 + user_view_type: + type: string node_id: type: string avatar_url: @@ -76809,11 +76919,6 @@ components: - name - space - private_repos - suspended_at: - type: - - string - - 'null' - format: date-time private_gists: type: integer examples: @@ -78353,6 +78458,16 @@ components: - 'null' examples: - 10000 + collaborators: + type: + - integer + - 'null' + description: |- + The number of collaborators on private repositories. + + This field may be null if the number of private repositories is over 50,000. + examples: + - 8 billing_email: type: - string @@ -78434,7 +78549,7 @@ components: advanced_security_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization. @@ -78445,7 +78560,7 @@ components: dependabot_alerts_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether Dependabot alerts are automatically enabled for new repositories and repositories transferred to this organization. @@ -78456,7 +78571,7 @@ components: dependabot_security_updates_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether Dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization. @@ -78467,7 +78582,7 @@ components: dependency_graph_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization. @@ -78478,7 +78593,7 @@ components: secret_scanning_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization. @@ -78489,7 +78604,7 @@ components: secret_scanning_push_protection_enabled_for_new_repositories: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization. @@ -78514,7 +78629,7 @@ components: secret_scanning_validity_checks_enabled: type: boolean description: |- - **Deprecated.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. + **Endpoint closing down notice.** Please use [code security configurations](https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations) instead. Whether secret scanning automatic validity checks on supported partner tokens is enabled for all repositories under this organization. examples: @@ -78821,6 +78936,7 @@ components: enum: - global - organization + - enterprise description: type: string description: A description of the code security configuration @@ -80452,6 +80568,10 @@ components: type: string examples: - '"2020-07-09T00:17:55Z"' + user_view_type: + type: string + examples: + - public required: - avatar_url - events_url @@ -85930,6 +86050,8 @@ components: type: string site_admin: type: boolean + user_view_type: + type: string teams: type: array items: @@ -86047,6 +86169,10 @@ components: type: boolean examples: - false + user_view_type: + type: string + examples: + - public name: type: string client_id: @@ -88078,6 +88204,10 @@ components: type: string examples: - admin + user_view_type: + type: string + examples: + - public required: - avatar_url - events_url @@ -89492,6 +89622,8 @@ components: type: string name: type: string + user_view_type: + type: string required: - contributions - type @@ -90099,7 +90231,7 @@ components: examples: - production target_url: - description: 'Deprecated: the URL to associate with this status.' + description: 'Closing down notice: the URL to associate with this status.' default: '' type: string format: uri @@ -92433,13 +92565,13 @@ components: - config/database.yaml position: description: The line index in the diff to which the comment applies. This - field is deprecated; use `line` instead. + field is closing down; use `line` instead. type: integer examples: - 1 original_position: description: The index of the original line in the diff to which the comment - applies. This field is deprecated; use `original_line` instead. + applies. This field is closing down; use `original_line` instead. type: integer examples: - 4 @@ -93698,6 +93830,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - avatar_url - events_url @@ -94004,6 +94138,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - avatar_url - events_url @@ -94169,6 +94305,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - avatar_url - events_url @@ -94451,6 +94589,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - avatar_url - events_url @@ -95218,6 +95358,17 @@ components: - active - inactive - unknown + publicly_leaked: + type: + - boolean + - 'null' + description: Whether the detected secret was publicly leaked. + multi_repo: + type: + - boolean + - 'null' + description: Whether the detected secret was found in multiple repositories + under the same organization or enterprise. secret-scanning-alert-resolution-comment: description: An optional comment when closing an alert. Cannot be updated or deleted. Must be `null` when changing `state` to `open`. @@ -97805,6 +97956,8 @@ components: - string - 'null' format: date-time + user_view_type: + type: string required: - avatar_url - events_url @@ -97839,6 +97992,8 @@ components: format: int64 examples: - 1 + user_view_type: + type: string node_id: type: string examples: @@ -98031,11 +98186,6 @@ components: - name - space - private_repos - suspended_at: - type: - - string - - 'null' - format: date-time business_plus: type: boolean ldap_dn: @@ -99710,7 +99860,7 @@ components: use_squash_pr_title_as_default: type: boolean description: Whether a squash merge commit can use the pull request title - as default. **This property has been deprecated. Please use `squash_merge_commit_title` + as default. **This property is closing down. Please use `squash_merge_commit_title` instead. default: false deprecated: true @@ -100532,6 +100682,8 @@ components: type: string url: type: string + user_view_type: + type: string webhooks_reviewers: type: array items: @@ -100707,6 +100859,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -100852,6 +101006,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -100947,6 +101103,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -101155,6 +101313,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -101324,6 +101484,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -101581,6 +101743,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -101692,6 +101856,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -101764,6 +101930,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -101933,6 +102101,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -102152,6 +102322,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -102503,6 +102675,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -102610,6 +102784,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -102751,6 +102927,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -102822,6 +103000,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -102990,6 +103170,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -103207,6 +103389,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -103556,6 +103740,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -103648,6 +103834,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -104045,6 +104233,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -104187,6 +104377,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -104419,6 +104611,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -104533,6 +104727,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -104909,7 +105105,7 @@ components: - COMMIT_OR_PR_TITLE use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull request title - as default. **This property has been deprecated. Please use `squash_merge_commit_title` + as default. **This property is closing down. Please use `squash_merge_commit_title` instead.** type: boolean default: false @@ -105080,6 +105276,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -105251,6 +105449,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -105588,6 +105788,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -105860,6 +106062,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -106223,6 +106427,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -106495,6 +106701,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -106638,6 +106846,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -106725,6 +106935,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -107167,6 +107379,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -107462,6 +107676,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -107625,6 +107841,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -107842,6 +108060,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -108180,6 +108400,8 @@ components: url: type: string format: uri + user_view_type: + type: string body: type: - string @@ -108478,6 +108700,17 @@ components: format: date-time description: 'The time that push protection was bypassed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' + publicly_leaked: + type: + - boolean + - 'null' + description: Whether the detected secret was publicly leaked. + multi_repo: + type: + - boolean + - 'null' + description: Whether the detected secret was found in multiple repositories + in the same organization or business. webhooks_security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -108637,6 +108870,8 @@ components: type: string url: type: string + user_view_type: + type: string node_id: type: string privacy_level: @@ -108707,6 +108942,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -108776,6 +109013,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -109660,6 +109899,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -110278,6 +110519,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -110889,6 +111132,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -111413,6 +111658,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -111664,6 +111911,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -112158,6 +112407,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -112912,6 +113163,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -113423,6 +113676,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -113601,6 +113856,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -113922,6 +114179,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -114417,6 +114676,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -114616,6 +114877,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -114767,6 +115030,8 @@ components: type: string url: type: string + user_view_type: + type: string private: type: boolean pulls_url: @@ -115009,6 +115274,8 @@ components: type: string url: type: string + user_view_type: + type: string private: type: boolean pulls_url: @@ -115115,6 +115382,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -115283,6 +115552,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -115432,6 +115703,8 @@ components: type: string url: type: string + user_view_type: + type: string private: type: boolean pulls_url: @@ -115674,6 +115947,8 @@ components: type: string url: type: string + user_view_type: + type: string private: type: boolean pulls_url: @@ -115779,6 +116054,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -115915,6 +116192,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - id type: @@ -116029,6 +116308,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -116178,6 +116459,8 @@ components: type: string url: type: string + user_view_type: + type: string private: type: boolean pulls_url: @@ -116420,6 +116703,8 @@ components: type: string url: type: string + user_view_type: + type: string private: type: boolean pulls_url: @@ -116526,6 +116811,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -116731,6 +117018,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -116913,6 +117202,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -117222,6 +117513,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -117402,6 +117695,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -117714,6 +118009,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -118210,6 +118507,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -119104,6 +119403,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -119866,6 +120167,8 @@ components: website_url: type: - 'null' + user_view_type: + type: string required: - id - node_id @@ -120096,6 +120399,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -120202,6 +120507,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -120274,6 +120581,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -120443,6 +120752,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -120663,6 +120974,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -121015,6 +121328,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -121113,6 +121428,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -121391,6 +121708,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -121463,6 +121782,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -121632,6 +121953,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -121850,6 +122173,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -122200,6 +122525,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -122298,6 +122625,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -122459,6 +122788,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - labels - state @@ -122578,6 +122909,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -122650,6 +122983,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -122819,6 +123154,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -123039,6 +123376,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -123390,6 +123729,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -123488,6 +123829,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -123794,6 +124137,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -123866,6 +124211,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -124035,6 +124382,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -124256,6 +124605,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -124607,6 +124958,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -124770,6 +125123,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - state - closed_at @@ -124878,6 +125233,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -125117,6 +125474,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -125335,6 +125694,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -125684,6 +126045,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -126100,6 +126463,8 @@ components: url: type: string format: uri + user_view_type: + type: string description: type: - string @@ -126310,6 +126675,8 @@ components: url: type: string format: uri + user_view_type: + type: string permissions: description: The set of permissions for the GitHub app type: object @@ -126651,6 +127018,8 @@ components: url: type: string format: uri + user_view_type: + type: string milestone: "$ref": "#/components/schemas/webhooks_milestone" organization: @@ -126779,6 +127148,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -127020,6 +127391,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -127240,6 +127613,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -127591,6 +127966,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -127725,6 +128102,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -127966,6 +128345,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -128185,6 +128566,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -128536,6 +128919,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -128694,6 +129079,8 @@ components: url: type: string format: uri + user_view_type: + type: string assignees: type: array items: @@ -128765,6 +129152,8 @@ components: url: type: string format: uri + user_view_type: + type: string author_association: title: AuthorAssociation description: How the author is associated with the repository. @@ -128954,6 +129343,8 @@ components: url: type: string format: uri + user_view_type: + type: string description: type: - string @@ -129166,6 +129557,8 @@ components: url: type: string format: uri + user_view_type: + type: string permissions: description: The set of permissions for the GitHub app type: object @@ -129505,6 +129898,8 @@ components: url: type: string format: uri + user_view_type: + type: string organization: "$ref": "#/components/schemas/organization-simple-webhooks" repository: @@ -129894,6 +130289,8 @@ components: url: type: string format: uri + user_view_type: + type: string description: type: - string @@ -130105,6 +130502,8 @@ components: url: type: string format: uri + user_view_type: + type: string permissions: description: The set of permissions for the GitHub app type: object @@ -130445,6 +130844,8 @@ components: url: type: string format: uri + user_view_type: + type: string milestone: "$ref": "#/components/schemas/webhooks_milestone" organization: @@ -130554,6 +130955,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -130625,6 +131028,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -130793,6 +131198,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -131011,6 +131418,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -131360,6 +131769,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -131683,6 +132094,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -131946,6 +132359,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -132017,6 +132432,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -132186,6 +132603,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -132406,6 +132825,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -132756,6 +133177,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -133197,6 +133620,8 @@ components: url: type: string format: uri + user_view_type: + type: string description: type: - string @@ -133409,6 +133834,8 @@ components: url: type: string format: uri + user_view_type: + type: string permissions: description: The set of permissions for the GitHub app type: object @@ -133751,6 +134178,8 @@ components: url: type: string format: uri + user_view_type: + type: string organization: "$ref": "#/components/schemas/organization-simple-webhooks" repository: @@ -133855,6 +134284,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -133926,6 +134357,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -134094,6 +134527,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -134312,6 +134747,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -134661,6 +135098,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -134985,6 +135424,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -135357,6 +135798,8 @@ components: url: type: string format: uri + user_view_type: + type: string assignees: type: array items: @@ -135428,6 +135871,8 @@ components: url: type: string format: uri + user_view_type: + type: string author_association: title: AuthorAssociation description: How the author is associated with the repository. @@ -135617,6 +136062,8 @@ components: url: type: string format: uri + user_view_type: + type: string description: type: - string @@ -135827,6 +136274,8 @@ components: url: type: string format: uri + user_view_type: + type: string permissions: description: The set of permissions for the GitHub app type: object @@ -136166,6 +136615,8 @@ components: url: type: string format: uri + user_view_type: + type: string organization: "$ref": "#/components/schemas/organization-simple-webhooks" repository: @@ -136919,6 +137370,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -137021,6 +137474,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -137572,6 +138027,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -137805,6 +138262,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -137881,6 +138340,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -138191,6 +138652,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -138407,6 +138870,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -138481,6 +138946,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -138636,6 +139103,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -138848,6 +139317,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -139241,6 +139712,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -139439,6 +139912,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -140511,6 +140986,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -140583,6 +141060,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -140682,6 +141161,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -141019,6 +141500,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -141129,7 +141612,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -141292,6 +141775,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -141659,6 +142144,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -141769,7 +142256,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -141932,6 +142419,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -142074,6 +142563,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -142161,6 +142652,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -142303,6 +142796,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -142615,6 +143110,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -142848,6 +143345,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -143018,6 +143517,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -143355,6 +143856,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -143465,7 +143968,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -143628,6 +144131,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -143991,6 +144496,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -144101,7 +144608,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -144264,6 +144771,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -144406,6 +144915,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -144492,6 +145003,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -144634,6 +145147,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -144946,6 +145461,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -145181,6 +145698,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -145351,6 +145870,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -145688,6 +146209,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -145798,7 +146321,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -145961,6 +146484,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -146323,6 +146848,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -146433,7 +146960,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -146596,6 +147123,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -146738,6 +147267,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -146825,6 +147356,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -146967,6 +147500,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -147279,6 +147814,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -147596,6 +148133,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -147766,6 +148305,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -148103,6 +148644,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -148213,7 +148756,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -148376,6 +148919,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -148739,6 +149284,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -148849,7 +149396,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -149012,6 +149559,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -149154,6 +149703,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -149241,6 +149792,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -149382,6 +149935,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -149685,6 +150240,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -150003,6 +150560,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -150173,6 +150732,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -150510,6 +151071,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -150620,7 +151183,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -150783,6 +151346,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -151146,6 +151711,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -151256,7 +151823,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -151419,6 +151986,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -151561,6 +152130,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -151648,6 +152219,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -151789,6 +152362,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -152092,6 +152667,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -152327,6 +152904,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -152498,6 +153077,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -152835,6 +153416,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -152945,7 +153528,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -153108,6 +153691,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -153475,6 +154060,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -153585,7 +154172,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -153748,6 +154335,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -153891,6 +154480,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -153978,6 +154569,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -154120,6 +154713,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -154432,6 +155027,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -154664,6 +155261,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -154835,6 +155434,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -155172,6 +155773,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -155282,7 +155885,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -155445,6 +156048,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -155812,6 +156417,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -155922,7 +156529,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -156085,6 +156692,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -156228,6 +156837,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -156314,6 +156925,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -156456,6 +157069,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -156768,6 +157383,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -157198,6 +157815,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -157397,6 +158016,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -157568,6 +158189,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -157905,6 +158528,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -158015,7 +158640,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -158178,6 +158803,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -158532,6 +159159,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -158642,7 +159271,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -158804,6 +159433,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -158950,6 +159581,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -159086,6 +159719,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -159393,6 +160028,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -159620,6 +160257,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -159790,6 +160429,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -160127,6 +160768,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -160237,7 +160880,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -160400,6 +161043,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -160754,6 +161399,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -160864,7 +161511,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -161027,6 +161674,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -161172,6 +161821,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -161307,6 +161958,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -161605,6 +162258,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -161834,6 +162489,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -161905,6 +162562,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -162004,6 +162663,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -162341,6 +163002,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -162451,7 +163114,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -162614,6 +163277,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -162968,6 +163633,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -163078,7 +163745,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -163241,6 +163908,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -163387,6 +164056,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -163522,6 +164193,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -163817,6 +164490,8 @@ components: - User - Organization - Mannequin + user_view_type: + type: string url: type: string format: uri @@ -164048,6 +164723,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -164219,6 +164896,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -164556,6 +165235,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -164666,7 +165347,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -164829,6 +165510,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -165183,6 +165866,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -165293,7 +165978,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -165456,6 +166141,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -165601,6 +166288,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -165737,6 +166426,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -166044,6 +166735,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -166223,6 +166916,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -166437,6 +167132,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -166608,6 +167305,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -166919,6 +167618,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -167159,6 +167860,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -167487,6 +168190,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -167727,6 +168432,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -167873,6 +168580,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -168009,6 +168718,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -168316,6 +169027,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -168553,6 +169266,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -168624,6 +169339,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -168723,6 +169440,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -169060,6 +169779,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -169161,7 +169882,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -169324,6 +170045,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -169687,6 +170410,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -169797,7 +170522,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -169960,6 +170685,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -170102,6 +170829,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -170188,6 +170917,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -170329,6 +171060,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -170650,6 +171383,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -170758,6 +171493,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -170951,6 +171688,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -171022,6 +171761,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -171121,6 +171862,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -171458,6 +172201,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -171568,7 +172313,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -171731,6 +172476,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -172094,6 +172841,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -172204,7 +172953,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -172367,6 +173116,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -172509,6 +173260,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -172595,6 +173348,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -172736,6 +173491,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -173057,6 +173814,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -173404,6 +174163,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -173476,6 +174237,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -173575,6 +174338,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -173912,6 +174677,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -174022,7 +174789,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -174185,6 +174952,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -174548,6 +175317,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -174658,7 +175429,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -174821,6 +175592,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -174963,6 +175736,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175050,6 +175825,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175191,6 +175968,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175504,6 +176283,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175613,6 +176394,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175807,6 +176590,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175879,6 +176664,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -175978,6 +176765,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -176315,6 +177104,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -176425,7 +177216,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -176588,6 +177379,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -176951,6 +177744,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -177061,7 +177856,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -177224,6 +178019,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -177366,6 +178163,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -177453,6 +178252,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -177594,6 +178395,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -177898,6 +178701,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -178230,6 +179035,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -178401,6 +179208,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -178738,6 +179547,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -178848,7 +179659,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -179011,6 +179822,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -179367,6 +180180,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -179477,7 +180292,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -179640,6 +180455,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -179786,6 +180603,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -179922,6 +180741,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -180229,6 +181050,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -180459,6 +181282,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -180629,6 +181454,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -180944,6 +181771,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -181189,6 +182018,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -181523,6 +182354,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -181768,6 +182601,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -181913,6 +182748,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -182049,6 +182886,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -182356,6 +183195,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -182669,6 +183510,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -182886,6 +183729,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -183054,6 +183899,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -183369,6 +184216,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -183614,6 +184463,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -183944,6 +184795,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -184189,6 +185042,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -184334,6 +185189,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -184469,6 +185326,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -184766,6 +185625,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -185076,6 +185937,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -185302,6 +186165,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -185473,6 +186338,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -185810,6 +186677,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -185920,7 +186789,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -186083,6 +186952,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -186437,6 +187308,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -186547,7 +187420,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -186710,6 +187583,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -186852,6 +187727,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -186939,6 +187816,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -187081,6 +187960,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -187393,6 +188274,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -187630,6 +188513,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -187801,6 +188686,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -188140,6 +189027,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -188250,7 +189139,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -188413,6 +189302,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -188780,6 +189671,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -188890,7 +189783,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -189053,6 +189946,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -189196,6 +190091,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -189283,6 +190180,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -189425,6 +190324,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -189737,6 +190638,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -189971,6 +190874,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -190142,6 +191047,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -190479,6 +191386,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -190589,7 +191498,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -190752,6 +191661,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -191110,6 +192021,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -191220,7 +192133,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -191383,6 +192296,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -191525,6 +192440,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -191612,6 +192529,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -191754,6 +192673,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -192066,6 +192987,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -192298,6 +193221,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -192466,6 +193391,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -192803,6 +193730,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -192913,7 +193842,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -193076,6 +194005,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -193441,6 +194372,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -193551,7 +194484,7 @@ components: format: uri use_squash_pr_title_as_default: description: Whether a squash merge commit can use the pull - request title as default. **This property has been deprecated. + request title as default. **This property is closing down. Please use `squash_merge_commit_title` instead. type: boolean default: false @@ -193714,6 +194647,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -193856,6 +194791,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -193942,6 +194879,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -194083,6 +195022,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -194385,6 +195326,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -194982,6 +195925,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -195246,6 +196191,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - login - id @@ -195311,6 +196258,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - login - id @@ -195632,6 +196581,8 @@ components: type: string url: type: string + user_view_type: + type: string created_at: type: string draft: @@ -195791,6 +196742,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - login - id @@ -195854,6 +196807,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - login - id @@ -195986,6 +196941,8 @@ components: type: string url: type: string + user_view_type: + type: string required: - login - id @@ -196439,6 +197396,8 @@ components: url: type: string format: uri + user_view_type: + type: string body: type: - string @@ -197235,6 +198194,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -197415,6 +198376,8 @@ components: url: type: string format: uri + user_view_type: + type: string external_identifier: type: string external_reference: @@ -197690,6 +198653,30 @@ components: type: string required: - payload + webhook-secret-scanning-alert-publicly-leaked: + title: secret_scanning_alert publicly leaked event + type: object + properties: + action: + type: string + enum: + - publicly_leaked + alert: + "$ref": "#/components/schemas/secret-scanning-alert-webhook" + enterprise: + "$ref": "#/components/schemas/enterprise-webhooks" + installation: + "$ref": "#/components/schemas/simple-installation" + organization: + "$ref": "#/components/schemas/organization-simple-webhooks" + repository: + "$ref": "#/components/schemas/repository-webhooks" + sender: + "$ref": "#/components/schemas/simple-user" + required: + - action + - alert + - repository webhook-secret-scanning-alert-reopened: title: secret_scanning_alert reopened event type: object @@ -199062,6 +200049,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -199550,6 +200539,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -200039,6 +201030,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -200592,6 +201585,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -201082,6 +202077,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -202355,6 +203352,8 @@ components: url: type: string format: uri + user_view_type: + type: string artifacts_url: type: string format: uri @@ -202673,6 +203672,8 @@ components: url: type: string format: uri + user_view_type: + type: string private: description: Whether the repository is private or public. type: boolean @@ -203040,6 +204041,8 @@ components: url: type: string format: uri + user_view_type: + type: string private: description: Whether the repository is private or public. type: boolean @@ -203161,6 +204164,8 @@ components: url: type: string format: uri + user_view_type: + type: string updated_at: type: string format: date-time @@ -204224,6 +205229,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -204495,6 +205502,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -204860,6 +205869,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -205028,6 +206039,8 @@ components: url: type: string format: uri + user_view_type: + type: string required: - login - id @@ -209083,6 +210096,8 @@ components: push_protection_bypassed_at: '2020-11-06T21:48:51Z' resolution_comment: Example comment validity: active + publicly_leaked: false + multi_repo: false - number: 1 created_at: '2020-11-06T18:18:30Z' url: https://api.github.com/repos/owner/repo/secret-scanning/alerts/1 @@ -209165,6 +210180,8 @@ components: push_protection_bypassed_at: resolution_comment: validity: unknown + publicly_leaked: false + multi_repo: false actions-billing-usage: value: total_minutes_used: 305 @@ -226423,6 +227440,8 @@ components: push_protection_bypassed_at: '2020-11-06T21:48:51Z' resolution_comment: Example comment validity: inactive + publicly_leaked: false + multi_repo: false - number: 1 created_at: '2020-11-06T18:18:30Z' url: https://api.github.com/repos/owner/repo/secret-scanning/alerts/1 @@ -226440,6 +227459,8 @@ components: push_protection_bypassed_at: resolution_comment: validity: unknown + publicly_leaked: false + multi_repo: false secret-scanning-alert-open: value: number: 42 @@ -226459,6 +227480,8 @@ components: push_protection_bypassed_at: resolution_comment: validity: unknown + publicly_leaked: false + multi_repo: false secret-scanning-alert-resolved: value: number: 42 @@ -226496,6 +227519,8 @@ components: push_protection_bypassed_at: resolution_comment: Example comment validity: unknown + publicly_leaked: false + multi_repo: false secret-scanning-location-list: value: - type: commit @@ -232354,6 +233379,8 @@ components: resolved_by: secret_type: mailchimp_api_key secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2 + publicly_leaked: false + multi_repo: false location: type: commit details: @@ -232856,6 +233883,24 @@ components: required: false schema: type: string + secret-scanning-alert-publicly-leaked: + name: is_publicly_leaked + in: query + description: A boolean value representing whether or not to filter alerts by + the publicly-leaked tag being present. + required: false + schema: + type: boolean + default: false + secret-scanning-alert-multi-repo: + name: is_multi_repo + in: query + description: A boolean value representing whether or not to filter alerts by + the multi-repo tag being present. + required: false + schema: + type: boolean + default: false cost-center: name: cost_center_id description: The ID corresponding to the cost center.