Skip to content

Commit 06a4e92

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHub] Update to 1.1.4-c03183a8896046a8cd867a6cab6116d9 from 1.1.4-7714c88ff6c09a4c649c225f5b2ccf5c
Detected Schema changes: ``` ├─┬Paths │ ├─┬/orgs/{org}/insights/api/summary-stats/{actor_type}/{actor_id} │ │ └─┬GET │ │ ├─┬Parameters │ │ │ └──[🔀] description (226088:20) │ │ └─┬Parameters │ │ ├──[🔀] description (226095:20) │ │ └──[🔀] required (226097:17)❌ │ ├─┬/orgs/{org}/insights/api/summary-stats │ │ └─┬GET │ │ ├─┬Parameters │ │ │ ├──[🔀] description (226095:20) │ │ │ └──[🔀] required (226097:17)❌ │ │ └─┬Parameters │ │ └──[🔀] description (226088:20) │ ├─┬/orgs/{org}/insights/api/time-stats/users/{user_id} │ │ └─┬GET │ │ ├─┬Parameters │ │ │ └──[🔀] description (226088:20) │ │ └─┬Parameters │ │ ├──[🔀] description (226095:20) │ │ └──[🔀] required (226097:17)❌ │ ├─┬/orgs/{org}/insights/api/subject-stats │ │ └─┬GET │ │ ├─┬Parameters │ │ │ └──[🔀] description (226088:20) │ │ └─┬Parameters │ │ ├──[🔀] description (226095:20) │ │ └──[🔀] required (226097:17)❌ │ ├─┬/orgs/{org}/insights/api/time-stats/{actor_type}/{actor_id} │ │ └─┬GET │ │ ├─┬Parameters │ │ │ └──[🔀] description (226088:20) │ │ └─┬Parameters │ │ ├──[🔀] description (226095:20) │ │ └──[🔀] required (226097:17)❌ │ ├─┬/orgs/{org}/insights/api/summary-stats/users/{user_id} │ │ └─┬GET │ │ ├─┬Parameters │ │ │ ├──[🔀] description (226095:20) │ │ │ └──[🔀] required (226097:17)❌ │ │ └─┬Parameters │ │ └──[🔀] description (226088:20) │ ├─┬/orgs/{org}/insights/api/user-stats/{user_id} │ │ └─┬GET │ │ ├─┬Parameters │ │ │ └──[🔀] description (226088:20) │ │ └─┬Parameters │ │ ├──[🔀] description (226095:20) │ │ └──[🔀] required (226097:17)❌ │ ├─┬/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations │ │ └─┬GET │ │ └─┬Responses │ │ └─┬200 │ │ └─┬application/json │ │ └─┬default │ │ └──[🔀] value (219821:7) │ ├─┬/orgs/{org}/insights/api/time-stats │ │ └─┬GET │ │ ├─┬Parameters │ │ │ └──[🔀] description (226088:20) │ │ └─┬Parameters │ │ ├──[🔀] description (226095:20) │ │ └──[🔀] required (226097:17)❌ │ ├─┬/orgs/{org}/insights/api/route-stats/{actor_type}/{actor_id} │ │ └─┬GET │ │ ├─┬Parameters │ │ │ ├──[🔀] description (226095:20) │ │ │ └──[🔀] required (226097:17)❌ │ │ └─┬Parameters │ │ └──[🔀] description (226088:20) │ └─┬/repos/{owner}/{repo}/releases │ └─┬POST │ └─┬Requestbody │ └─┬application/json │ └─┬Schema │ └─┬make_latest │ └──[🔀] default (37740:28)❌ ├─┬custom-property-updated │ └─┬POST │ └─┬Extensions │ └──[🔀] x-github (50474:9) ├─┬custom-property-created │ └─┬POST │ └─┬Extensions │ └──[🔀] x-github (50344:9) ├─┬custom-property-deleted │ └─┬POST │ └─┬Extensions │ └──[🔀] x-github (50409:9) └─┬Components ├─┬secret-scanning-location-pull-request-title │ └─┬pull_request_title_url │ └──[🔀] examples (89082:13) ├─┬copilot-dotcom-chat │ └─┬models │ └─┬Schema │ └─┬name │ └──[🔀] description (69111:30) ├─┬secret-scanning-location-pull-request-body │ └─┬pull_request_body_url │ └──[🔀] examples (89096:13) ├─┬copilot-ide-code-completions │ └─┬editors │ └─┬Schema │ └─┬models │ └─┬Schema │ └─┬name │ └──[🔀] description (68979:36) ├─┬copilot-ide-chat │ └─┬editors │ └─┬Schema │ └─┬models │ └─┬Schema │ └─┬name │ └──[🔀] description (69064:36) └─┬copilot-dotcom-pull-requests └─┬repositories └─┬Schema └─┬models └─┬Schema └─┬name └──[🔀] description (69162:36) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | paths | 29 | 10 | | webhooks | 3 | 0 | | components | 6 | 0 | Date: 11/20/24 | Commit: New: etc/specs/GitHub/previous.spec.yaml, Original: etc/specs/GitHub/current.spec.yaml - ❌ **BREAKING Changes**: _10_ out of _38_ - **Modifications**: _38_ - **Breaking Modifications**: _10_ ERROR: breaking changes discovered
1 parent e9ee0b2 commit 06a4e92

Some content is hidden

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

54 files changed

+183
-186
lines changed

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

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

clients/GitHub/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/GitHub/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/GitHub/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/GitHub/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/GitHub/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/GitHub/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/GitHub/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/GitHub/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/GitHub/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)