Skip to content

Commit dd84d4c

Browse files
authored
Merge pull request #1394 from php-api-clients/GitHubEnterprise-3.14/from-1.1.4-15f794337a26277abf54b138881ec64f-from-1.1.4-15f794337a26277abf54b138881ec64f
2 parents d416b05 + d9b34fc commit dd84d4c

File tree

7,573 files changed

+2828305
-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,573 files changed

+2828305
-0
lines changed

clients/GitHubEnterprise-3.14/README.md

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

clients/GitHubEnterprise-3.14/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.14/etc/openapi-client-generator.state

Lines changed: 30307 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.14/src/Client.php

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

clients/GitHubEnterprise-3.14/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)