Skip to content

Commit aee047a

Browse files
authored
[GitHubAE] Update to 1.1.4-397de02fc724c7604f3b4c57f10fe5f6 from 1.1.4-4c4e1701d928399d4897fc32d297d17b
Detected Schema changes: ├─┬check-run-completed │ └──POST └─┬Components └─┬webhook-issues-opened └─┬changes └─┬old_repository ├──[-] properties (94032:17)❌ └──[-] properties (94304:17)❌ Date: 10/03/23 | Commit: New: etc/specs/GitHubAE/previous.spec.yaml, Original: etc/specs/GitHubAE/current.spec.yaml Document Element | Total Changes | Breaking Changes components | 2 | 2 ❌ 2 Breaking changes out of 2 INFO: Removals: 2 INFO: Breaking Removals: 2 ERROR: breaking changes discovered
1 parent 140b3d8 commit aee047a

File tree

5 files changed

+875
-10
lines changed

5 files changed

+875
-10
lines changed

etc/openapi-client-generator.state

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"specHash": "4c4e1701d928399d4897fc32d297d17b",
2+
"specHash": "397de02fc724c7604f3b4c57f10fe5f6",
33
"generatedFiles": {
44
"files": [
55
{
@@ -1552,7 +1552,7 @@
15521552
},
15531553
{
15541554
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened.php",
1555-
"hash": "8138016a479af84f1f04ce8e5cb96362"
1555+
"hash": "4d50c783e17cf6374ff7ecc6ab8011ed"
15561556
},
15571557
{
15581558
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookIssuesPinned.php",
@@ -3080,15 +3080,15 @@
30803080
},
30813081
{
30823082
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes.php",
3083-
"hash": "f38a7656ca3e29b74c4c646afd29e038"
3083+
"hash": "7e440724188685c8cc8f7dc4d3723709"
30843084
},
30853085
{
30863086
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldIssue.php",
30873087
"hash": "015b78ff2bad9992e75dad6c1226db85"
30883088
},
30893089
{
30903090
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Changes\/OldRepository.php",
3091-
"hash": "a21b3c3787570fd4bca23de94175afdf"
3091+
"hash": "a3ce6e08e164e8fa5d1c1789ddde38e2"
30923092
},
30933093
{
30943094
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookIssuesOpened\/Issue.php",
@@ -9208,7 +9208,7 @@
92089208
},
92099209
{
92109210
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/AliasAbstract\/Tiet82D1D590\/Tiet5CF04E1D\/Tiet3B3E57B4\/TietBECF942D.php",
9211-
"hash": "9ff2abb859ced4d7d7ef3e2c4ba0d9b0"
9211+
"hash": "7ff5daa3763b97cdd02708c02727e1de"
92129212
},
92139213
{
92149214
"name": ".\/clients\/GitHubAE\/etc\/..\/\/src\/\/Schema\/WebhookPullRequestReviewEdited\/PullRequest\/Base\/Repo.php",

src/Schema/AliasAbstract/Tiet82D1D590/Tiet5CF04E1D/Tiet3B3E57B4/TietBECF942D.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,15 +812,15 @@ public function __construct(#[MapFrom('allow_auto_merge')]
812812
public string $issuesUrl, #[MapFrom('keys_url')]
813813
public string $keysUrl, #[MapFrom('labels_url')]
814814
public string $labelsUrl, public string|null $language, #[MapFrom('languages_url')]
815-
public string $languagesUrl, public Schema\WebhookIssuesOpened\Changes\OldRepository\License|null $license, #[MapFrom('master_branch')]
815+
public string $languagesUrl, public Schema\WebhookPullRequestReviewEdited\PullRequest\Base\Repo\License|null $license, #[MapFrom('master_branch')]
816816
public string|null $masterBranch, #[MapFrom('merges_url')]
817817
public string $mergesUrl, #[MapFrom('milestones_url')]
818818
public string $milestonesUrl, #[MapFrom('mirror_url')]
819819
public string|null $mirrorUrl, public string $name, #[MapFrom('node_id')]
820820
public string $nodeId, #[MapFrom('notifications_url')]
821821
public string $notificationsUrl, #[MapFrom('open_issues')]
822822
public int $openIssues, #[MapFrom('open_issues_count')]
823-
public int $openIssuesCount, public string|null $organization, public Schema\WebhookIssuesOpened\Changes\OldRepository\Owner|null $owner, public Schema\WebhookIssuesOpened\Changes\OldRepository\Permissions|null $permissions, public bool $private, public bool|null $public, #[MapFrom('pulls_url')]
823+
public int $openIssuesCount, public string|null $organization, public Schema\WebhookPullRequestReviewEdited\PullRequest\Base\Repo\Owner|null $owner, public Schema\WebhookPullRequestReviewEdited\PullRequest\Base\Repo\Permissions|null $permissions, public bool $private, public bool|null $public, #[MapFrom('pulls_url')]
824824
public string $pullsUrl, #[MapFrom('pushed_at')]
825825
public int|string $pushedAt, #[MapFrom('releases_url')]
826826
public string $releasesUrl, #[MapFrom('role_name')]

src/Schema/WebhookIssuesOpened.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,10 @@
14871487
"type": "string",
14881488
"format": "uri"
14891489
},
1490+
"has_discussions": {
1491+
"type": "boolean",
1492+
"description": "Whether the repository has discussions enabled."
1493+
},
14901494
"has_downloads": {
14911495
"type": "boolean",
14921496
"description": "Whether downloads are enabled.",
@@ -1863,6 +1867,10 @@
18631867
},
18641868
"watchers_count": {
18651869
"type": "integer"
1870+
},
1871+
"web_commit_signoff_required": {
1872+
"type": "boolean",
1873+
"description": "Whether to require commit signoff."
18661874
}
18671875
},
18681876
"description": "A git repository"
@@ -5171,6 +5179,7 @@
51715179
"git_refs_url": "generated",
51725180
"git_tags_url": "generated",
51735181
"git_url": "https:\\/\\/example.com\\/",
5182+
"has_discussions": false,
51745183
"has_downloads": false,
51755184
"has_issues": false,
51765185
"has_pages": false,
@@ -5261,7 +5270,8 @@
52615270
"url": "https:\\/\\/example.com\\/",
52625271
"visibility": "internal",
52635272
"watchers": 8,
5264-
"watchers_count": 14
5273+
"watchers_count": 14,
5274+
"web_commit_signoff_required": false
52655275
}
52665276
},
52675277
"enterprise": {

src/Schema/WebhookIssuesOpened/Changes.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,10 @@
14721472
"type": "string",
14731473
"format": "uri"
14741474
},
1475+
"has_discussions": {
1476+
"type": "boolean",
1477+
"description": "Whether the repository has discussions enabled."
1478+
},
14751479
"has_downloads": {
14761480
"type": "boolean",
14771481
"description": "Whether downloads are enabled.",
@@ -1848,6 +1852,10 @@
18481852
},
18491853
"watchers_count": {
18501854
"type": "integer"
1855+
},
1856+
"web_commit_signoff_required": {
1857+
"type": "boolean",
1858+
"description": "Whether to require commit signoff."
18511859
}
18521860
},
18531861
"description": "A git repository"
@@ -2165,6 +2173,7 @@
21652173
"git_refs_url": "generated",
21662174
"git_tags_url": "generated",
21672175
"git_url": "https:\\/\\/example.com\\/",
2176+
"has_discussions": false,
21682177
"has_downloads": false,
21692178
"has_issues": false,
21702179
"has_pages": false,
@@ -2255,7 +2264,8 @@
22552264
"url": "https:\\/\\/example.com\\/",
22562265
"visibility": "internal",
22572266
"watchers": 8,
2258-
"watchers_count": 14
2267+
"watchers_count": 14,
2268+
"web_commit_signoff_required": false
22592269
}
22602270
}';
22612271

0 commit comments

Comments
 (0)