Skip to content

Commit ea59b51

Browse files
authored
Merge pull request #1399 from php-api-clients/GitHubEnterprise-3.15/from-1.1.4-f994914a014deb77ece836279f42b93e-from-1.1.4-f994914a014deb77ece836279f42b93e
2 parents dd84d4c + 3560085 commit ea59b51

File tree

7,575 files changed

+2837782
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,575 files changed

+2837782
-0
lines changed

clients/GitHubEnterprise-3.15/README.md

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

clients/GitHubEnterprise-3.15/composer.lock

Lines changed: 12071 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/GitHubEnterprise-3.15/etc/openapi-client-generator.state

Lines changed: 30315 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
services:
2+
- class: ApiClients\Client\GitHubEnterprise\PHPStan\ClientCallReturnTypes
3+
tags:
4+
- phpstan.broker.dynamicMethodReturnTypeExtension
5+

clients/GitHubEnterprise-3.15/src/Client.php

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

clients/GitHubEnterprise-3.15/src/ClientInterface.php

Lines changed: 15 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace ApiClients\Client\GitHubEnterprise\Error;
6+
7+
use ApiClients\Client\GitHubEnterprise\Schema;
8+
use Error;
9+
10+
final class BasicError extends Error
11+
{
12+
public function __construct(public int $status, public Schema\BasicError $error)
13+
{
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace ApiClients\Client\GitHubEnterprise\Error\Operations\CodeScanning\ListAlertsForEnterprise\Response\ApplicationJson;
6+
7+
use ApiClients\Client\GitHubEnterprise\Schema;
8+
use Error;
9+
10+
final class ServiceUnavailable extends Error
11+
{
12+
public function __construct(public int $status, public Schema\Operations\CodeScanning\ListAlertsForEnterprise\Response\ApplicationJson\ServiceUnavailable $error)
13+
{
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace ApiClients\Client\GitHubEnterprise\Error\Operations\EnterpriseAdmin\DeletePreReceiveEnvironment\Response\ApplicationJson;
6+
7+
use ApiClients\Client\GitHubEnterprise\Schema;
8+
use Error;
9+
10+
final class UnprocessableEntity extends Error
11+
{
12+
public function __construct(public int $status, public Schema\Operations\EnterpriseAdmin\DeletePreReceiveEnvironment\Response\ApplicationJson\UnprocessableEntity $error)
13+
{
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace ApiClients\Client\GitHubEnterprise\Error\Operations\Gists\CheckIsStarred\Response\ApplicationJson;
6+
7+
use ApiClients\Client\GitHubEnterprise\Schema;
8+
use Error;
9+
10+
final class NotFound extends Error
11+
{
12+
public function __construct(public int $status, public Schema\Operations\Gists\CheckIsStarred\Response\ApplicationJson\NotFound $error)
13+
{
14+
}
15+
}

0 commit comments

Comments
 (0)