Skip to content

Commit e8ecdca

Browse files
authored
Merge pull request #1359 from php-api-clients/GitHubEnterpriseCloud/from-1.1.4-28f60a7c508878e338d4b3b75488656f-from-1.1.4-28f60a7c508878e338d4b3b75488656f
2 parents 2656cbb + 8c23f64 commit e8ecdca

File tree

63 files changed

+421
-232
lines changed

Some content is hidden

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

63 files changed

+421
-232
lines changed

clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state

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

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetRouteStatsByActor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ final class GetRouteStatsByActor
3030
private string $actorType;
3131
/**The ID of the actor **/
3232
private int $actorId;
33-
/**The minimum timestamp to query for stats **/
33+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3434
private string $minTimestamp;
35-
/**The maximum timestamp to query for stats **/
35+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3636
private string $maxTimestamp;
3737
/**The property to sort the results by. **/
3838
private array $sort;

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetRouteStatsByActorListing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ final class GetRouteStatsByActorListing
3030
private string $actorType;
3131
/**The ID of the actor **/
3232
private int $actorId;
33-
/**The minimum timestamp to query for stats **/
33+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3434
private string $minTimestamp;
35-
/**The maximum timestamp to query for stats **/
35+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3636
private string $maxTimestamp;
3737
/**The property to sort the results by. **/
3838
private array $sort;

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetSubjectStats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ final class GetSubjectStats
2626
public const OPERATION_MATCH = 'GET /orgs/{org}/insights/api/subject-stats';
2727
/**The organization name. The name is not case sensitive. **/
2828
private string $org;
29-
/**The minimum timestamp to query for stats **/
29+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3030
private string $minTimestamp;
31-
/**The maximum timestamp to query for stats **/
31+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3232
private string $maxTimestamp;
3333
/**The property to sort the results by. **/
3434
private array $sort;

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetSubjectStatsListing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ final class GetSubjectStatsListing
2626
public const OPERATION_MATCH = 'LIST /orgs/{org}/insights/api/subject-stats';
2727
/**The organization name. The name is not case sensitive. **/
2828
private string $org;
29-
/**The minimum timestamp to query for stats **/
29+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3030
private string $minTimestamp;
31-
/**The maximum timestamp to query for stats **/
31+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3232
private string $maxTimestamp;
3333
/**The property to sort the results by. **/
3434
private array $sort;

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetSummaryStats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ final class GetSummaryStats
2323
public const OPERATION_MATCH = 'GET /orgs/{org}/insights/api/summary-stats';
2424
/**The organization name. The name is not case sensitive. **/
2525
private string $org;
26-
/**The minimum timestamp to query for stats **/
26+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
2727
private string $minTimestamp;
28-
/**The maximum timestamp to query for stats **/
28+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
2929
private string $maxTimestamp;
3030

3131
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Insights\Api\SummaryStats $hydrator, string $org, string $minTimestamp, string $maxTimestamp)

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetSummaryStatsByActor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ final class GetSummaryStatsByActor
2323
public const OPERATION_MATCH = 'GET /orgs/{org}/insights/api/summary-stats/{actor_type}/{actor_id}';
2424
/**The organization name. The name is not case sensitive. **/
2525
private string $org;
26-
/**The minimum timestamp to query for stats **/
26+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
2727
private string $minTimestamp;
28-
/**The maximum timestamp to query for stats **/
28+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
2929
private string $maxTimestamp;
3030
/**The type of the actor **/
3131
private string $actorType;

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetSummaryStatsByUser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ final class GetSummaryStatsByUser
2525
private string $org;
2626
/**The ID of the user to query for stats **/
2727
private string $userId;
28-
/**The minimum timestamp to query for stats **/
28+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
2929
private string $minTimestamp;
30-
/**The maximum timestamp to query for stats **/
30+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3131
private string $maxTimestamp;
3232

3333
public function __construct(private readonly SchemaValidator $responseSchemaValidator, private readonly Internal\Hydrator\Operation\Orgs\Org\Insights\Api\SummaryStats\Users\UserId $hydrator, string $org, string $userId, string $minTimestamp, string $maxTimestamp)

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetTimeStats.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ final class GetTimeStats
2626
public const OPERATION_MATCH = 'GET /orgs/{org}/insights/api/time-stats';
2727
/**The organization name. The name is not case sensitive. **/
2828
private string $org;
29-
/**The minimum timestamp to query for stats **/
29+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3030
private string $minTimestamp;
31-
/**The maximum timestamp to query for stats **/
31+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3232
private string $maxTimestamp;
3333
/**The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) **/
3434
private string $timestampIncrement;

clients/GitHubEnterpriseCloud/src/Internal/Operation/ApiInsights/GetTimeStatsByActor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ final class GetTimeStatsByActor
3030
private string $actorType;
3131
/**The ID of the actor **/
3232
private int $actorId;
33-
/**The minimum timestamp to query for stats **/
33+
/**The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3434
private string $minTimestamp;
35-
/**The maximum timestamp to query for stats **/
35+
/**The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. **/
3636
private string $maxTimestamp;
3737
/**The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) **/
3838
private string $timestampIncrement;

0 commit comments

Comments
 (0)