Skip to content

Commit 05b620a

Browse files
authored
[GitHubAE] Update to 1.1.4 (hash: 399de97e27391f2cc23286a97dfad2fa) from 1.1.4 (hash: cbd87d3c7c7ad8ae59d7c5749c53f099)
Detected Schema changes: ├─┬Paths │ ├─┬/repos/{owner}/{repo}/releases/latest │ │ └─┬GET │ │ └─┬External Docs │ │ └──[M] url (26384:14) │ ├─┬/gists/{gist_id} │ │ └─┬PATCH │ │ └─┬Requestbody │ │ └─┬application/json │ │ └─┬Schema │ │ ├──[-] additionalProperties (3577:37) │ │ ├──[+] anyOf (3587:17) │ │ ├──[+] anyOf (3585:17) │ │ └─┬files │ │ └──[M] additionalProperties (3561:21) │ ├─┬/repos/{owner}/{repo}/releases/{release_id} │ │ ├─┬GET │ │ │ └─┬External Docs │ │ │ └──[M] url (26450:14) │ │ ├─┬DELETE │ │ │ └─┬External Docs │ │ │ └──[M] url (26548:14) │ │ └─┬PATCH │ │ └─┬External Docs │ │ └──[M] url (26481:14) │ ├─┬/repos/{owner}/{repo}/git/commits/{commit_sha} │ │ └─┬GET │ │ └──[M] description (19821:20) │ ├─┬/repos/{owner}/{repo}/releases/tags/{tag} │ │ └─┬GET │ │ └─┬External Docs │ │ └──[M] url (26412:14) │ ├─┬/repos/{owner}/{repo}/git/commits │ │ └─┬POST │ │ └──[M] description (19652:20) │ ├─┬/repos/{owner}/{repo}/releases/assets/{asset_id} │ │ ├─┬GET │ │ │ └─┬External Docs │ │ │ └──[M] url (26276:14) │ │ ├─┬DELETE │ │ │ └─┬External Docs │ │ │ └──[M] url (26359:14) │ │ └─┬PATCH │ │ └─┬External Docs │ │ └──[M] url (26308:14) │ ├─┬/repos/{owner}/{repo}/releases │ │ ├─┬GET │ │ │ └─┬External Docs │ │ │ └──[M] url (26155:14) │ │ └──POST │ └─┬/repos/{owner}/{repo}/releases/{release_id}/assets │ ├─┬GET │ │ └─┬External Docs │ │ └──[M] url (26570:14) │ └─┬POST │ └─┬External Docs │ └──[M] url (26629:14) └─┬Components ├─┬workflow-run │ └─┬pull_requests │ └──[-] description (54836:24) └─┬check-run └─┬pull_requests └──[-] description (56252:24) Date: 06/27/23 | Commit: New: etc/specs/GitHubAE/previous.spec.yaml, Original: etc/specs/GitHubAE/current.spec.yaml Document Element | Total Changes | Breaking Changes paths | 17 | 0 components | 2 | 0 INFO: Total Changes: 19
1 parent f678b41 commit 05b620a

File tree

14 files changed

+30
-28
lines changed

14 files changed

+30
-28
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12750,7 +12750,7 @@ $client->operations()->repos()->listReleases( owner: 'generated',
1275012750
);
1275112751
```
1275212752

12753-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#list-releases).
12753+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#list-releases).
1275412754

1275512755

1275612756
### repos/create-release
@@ -12796,7 +12796,7 @@ $client->operations()->repos()->getReleaseAsset( owner: 'generated',
1279612796
);
1279712797
```
1279812798

12799-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-release-asset).
12799+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#get-a-release-asset).
1280012800

1280112801

1280212802
### repos/delete-release-asset
@@ -12820,7 +12820,7 @@ $client->operations()->repos()->deleteReleaseAsset( owner: 'generated',
1282012820
);
1282112821
```
1282212822

12823-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#delete-a-release-asset).
12823+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#delete-a-release-asset).
1282412824

1282512825

1282612826
### repos/update-release-asset
@@ -12844,7 +12844,7 @@ $client->operations()->repos()->updateReleaseAsset( owner: 'generated',
1284412844
);
1284512845
```
1284612846

12847-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#update-a-release-asset).
12847+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#update-a-release-asset).
1284812848

1284912849

1285012850
### repos/get-latest-release
@@ -12866,7 +12866,7 @@ $client->operations()->repos()->getLatestRelease( owner: 'generated',
1286612866
);
1286712867
```
1286812868

12869-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-the-latest-release).
12869+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#get-the-latest-release).
1287012870

1287112871

1287212872
### repos/get-release-by-tag
@@ -12890,7 +12890,7 @@ $client->operations()->repos()->getReleaseByTag( owner: 'generated',
1289012890
);
1289112891
```
1289212892

12893-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-release-by-tag-name).
12893+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#get-a-release-by-tag-name).
1289412894

1289512895

1289612896
### repos/get-release
@@ -12914,7 +12914,7 @@ $client->operations()->repos()->getRelease( owner: 'generated',
1291412914
);
1291512915
```
1291612916

12917-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#get-a-release).
12917+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#get-a-release).
1291812918

1291912919

1292012920
### repos/delete-release
@@ -12938,7 +12938,7 @@ $client->operations()->repos()->deleteRelease( owner: 'generated',
1293812938
);
1293912939
```
1294012940

12941-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#delete-a-release).
12941+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#delete-a-release).
1294212942

1294312943

1294412944
### repos/update-release
@@ -12962,7 +12962,7 @@ $client->operations()->repos()->updateRelease( owner: 'generated',
1296212962
);
1296312963
```
1296412964

12965-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#update-a-release).
12965+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/releases#update-a-release).
1296612966

1296712967

1296812968
### repos/list-release-assets
@@ -12990,7 +12990,7 @@ $client->operations()->repos()->listReleaseAssets( owner: 'generated',
1299012990
);
1299112991
```
1299212992

12993-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#list-release-assets).
12993+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#list-release-assets).
1299412994

1299512995

1299612996
### repos/upload-release-asset
@@ -13018,7 +13018,7 @@ $client->operations()->repos()->uploadReleaseAsset( owner: 'generated',
1301813018
);
1301913019
```
1302013020

13021-
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/reference/repos#upload-a-release-asset).
13021+
You can find more about this operation over at the [API method documentation](https://docs.github.com/github-ae@latest/rest/releases/assets#upload-a-release-asset).
1302213022

1302313023

1302413024
### reactions/list-for-release

etc/openapi-client-generator.state

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/Schema/AliasAbstract/Tiet60F581B5/Tiet6E9CEA5B/TietD326503D/Tiet1C6D1B0F.php renamed to src/Schema/AliasAbstract/Tiet6E2F9577/TietDA128ABF/Tiet5ED532B6/Tiet57F1B98F.php

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

src/Schema/AliasAbstract/TietF4D05651/Tiet50B425DE/TietAE387861/Tiet151BFE65.php renamed to src/Schema/AliasAbstract/TietF14A01A7/Tiet783B65D2/Tiet057A94DB/Tiet8FD7E566.php

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

src/Schema/CheckRun.php

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

src/Schema/Gists/Update/Request/ApplicationJson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
final readonly class ApplicationJson
1010
{
11-
public const SCHEMA_JSON = '{"type":["object","null"],"anyOf":[{"required":["description"]},{"required":["files"]}],"properties":{"description":{"type":"string","description":"The description of the gist.","examples":["Example Ruby script"]},"files":{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"anyOf":[{"required":["content"]},{"required":["filename"]},{"maxProperties":0,"type":"object"}],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}}}';
11+
public const SCHEMA_JSON = '{"type":["object","null"],"properties":{"description":{"type":"string","description":"The description of the gist.","examples":["Example Ruby script"]},"files":{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}},"additionalProperties":false}';
1212
public const SCHEMA_TITLE = '';
1313
public const SCHEMA_DESCRIPTION = '';
1414
public const SCHEMA_EXAMPLE_DATA = '{"description":"Example Ruby script","files":{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}}';

src/Schema/Gists/Update/Request/ApplicationJson/Files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
final readonly class Files
88
{
9-
public const SCHEMA_JSON = '{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"anyOf":[{"required":["content"]},{"required":["filename"]},{"maxProperties":0,"type":"object"}],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}';
9+
public const SCHEMA_JSON = '{"type":"object","description":"The gist files to be updated, renamed, or deleted. Each `key` must match the current filename\\n(including extension) of the targeted gist file. For example: `hello.py`.\\n\\nTo delete a file, set the whole file to null. For example: `hello.py : null`.","additionalProperties":{"type":["object","null"],"properties":{"content":{"type":"string","description":"The new content of the file."},"filename":{"type":["string","null"],"description":"The new filename for the file."}}},"examples":[{"hello.rb":{"content":"blah","filename":"goodbye.rb"}}]}';
1010
public const SCHEMA_TITLE = '';
1111
public const SCHEMA_DESCRIPTION = 'The gist files to be updated, renamed, or deleted. Each `key` must match the current filename
1212
(including extension) of the targeted gist file. For example: `hello.py`.

src/Schema/Operations/Actions/ListWorkflowRuns/Response/ApplicationJson/Ok.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
use ApiClients\Client\GitHubAE\Schema;
88

9-
final readonly class Ok extends Schema\AliasAbstract\TietF4D05651\Tiet50B425DE\TietAE387861\Tiet151BFE65
9+
final readonly class Ok extends Schema\AliasAbstract\TietF14A01A7\Tiet783B65D2\Tiet057A94DB\Tiet8FD7E566
1010
{
1111
}

src/Schema/Operations/Actions/ListWorkflowRuns/Response/ApplicationJson/Ok/Application/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
use ApiClients\Client\GitHubAE\Schema;
88

9-
final readonly class Json extends Schema\AliasAbstract\TietF4D05651\Tiet50B425DE\TietAE387861\Tiet151BFE65
9+
final readonly class Json extends Schema\AliasAbstract\TietF14A01A7\Tiet783B65D2\Tiet057A94DB\Tiet8FD7E566
1010
{
1111
}

src/Schema/Operations/Actions/ListWorkflowRunsForRepo/Response/ApplicationJson/Ok.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
use ApiClients\Client\GitHubAE\Schema;
88

9-
final readonly class Ok extends Schema\AliasAbstract\TietF4D05651\Tiet50B425DE\TietAE387861\Tiet151BFE65
9+
final readonly class Ok extends Schema\AliasAbstract\TietF14A01A7\Tiet783B65D2\Tiet057A94DB\Tiet8FD7E566
1010
{
1111
}

0 commit comments

Comments
 (0)