Skip to content

Commit

Permalink
WIP: schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Octokit Bot committed Nov 20, 2024
1 parent 413975c commit c89a61b
Show file tree
Hide file tree
Showing 29 changed files with 259,425 additions and 436,272 deletions.
5,321 changes: 3,344 additions & 1,977 deletions cache/api.github.com.json

Large diffs are not rendered by default.

4,413 changes: 2,860 additions & 1,553 deletions cache/ghec.json

Large diffs are not rendered by default.

2,891 changes: 1,459 additions & 1,432 deletions cache/ghes-3.11.json

Large diffs are not rendered by default.

2,971 changes: 1,520 additions & 1,451 deletions cache/ghes-3.12.json

Large diffs are not rendered by default.

3,319 changes: 1,699 additions & 1,620 deletions cache/ghes-3.13.json

Large diffs are not rendered by default.

3,202 changes: 1,638 additions & 1,564 deletions cache/ghes-3.14.json

Large diffs are not rendered by default.

13,826 changes: 9,648 additions & 4,178 deletions cache/ghes-3.10.json → cache/ghes-3.15.json

Large diffs are not rendered by default.

142,657 changes: 0 additions & 142,657 deletions cache/github.ae.json

This file was deleted.

2,249 changes: 1,204 additions & 1,045 deletions packages/openapi-webhooks-types-ghec/types.d.ts

Large diffs are not rendered by default.

1,998 changes: 1,017 additions & 981 deletions packages/openapi-webhooks-types-ghes-3.11/types.d.ts

Large diffs are not rendered by default.

2,010 changes: 1,023 additions & 987 deletions packages/openapi-webhooks-types-ghes-3.12/types.d.ts

Large diffs are not rendered by default.

2,015 changes: 1,024 additions & 991 deletions packages/openapi-webhooks-types-ghes-3.13/types.d.ts

Large diffs are not rendered by default.

2,096 changes: 1,051 additions & 1,045 deletions packages/openapi-webhooks-types-ghes-3.14/types.d.ts

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/openapi-webhooks-types-ghes-3.15/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MIT License Copyright (c) 2020 Octokit contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17 changes: 17 additions & 0 deletions packages/openapi-webhooks-types-ghes-3.15/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @octokit/openapi-webhooks-types-ghes-3.15

> Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.15
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)

## Usage

```ts
import { components } from "@octokit/openapi-webhooks-types-ghes-3.15";

type Repository = components["schemas"]["full-repository"];
```

## License

[MIT](LICENSE)
18 changes: 18 additions & 0 deletions packages/openapi-webhooks-types-ghes-3.15/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "@octokit/openapi-webhooks-types-ghes-3.15",
"description": "Generated TypeScript definitions based on GitHub's OpenAPI spec for ghes-3.15",
"repository": {
"type": "git",
"url": "git+https://github.com/octokit/openapi-webhooks.git",
"directory": "packages/openapi-webhooks-types-ghes-3.15"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "0.0.0-development",
"main": "",
"types": "types.d.ts",
"author": "wolfy1339 <[email protected]>",
"license": "MIT"
}
66,368 changes: 66,368 additions & 0 deletions packages/openapi-webhooks-types-ghes-3.15/types.d.ts

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/openapi-webhooks-types-transition/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ export type RepositoryVulnerabilityAlertEvent =
| WebhookEventDefinition<"repository-vulnerability-alert-resolve">;
export type SecretScanningAlertCreatedEvent =
WebhookEventDefinition<"secret-scanning-alert-created">;
export type SecretScanningAlertPubliclyLeakedEvent =
WebhookEventDefinition<"secret-scanning-alert-publicly-leaked">;
export type SecretScanningAlertReopenedEvent =
WebhookEventDefinition<"secret-scanning-alert-reopened">;
export type SecretScanningAlertResolvedEvent =
Expand All @@ -622,6 +624,7 @@ export type SecretScanningAlertValidatedEvent =
WebhookEventDefinition<"secret-scanning-alert-validated">;
export type SecretScanningAlertEvent =
| WebhookEventDefinition<"secret-scanning-alert-created">
| WebhookEventDefinition<"secret-scanning-alert-publicly-leaked">
| WebhookEventDefinition<"secret-scanning-alert-reopened">
| WebhookEventDefinition<"secret-scanning-alert-resolved">
| WebhookEventDefinition<"secret-scanning-alert-validated">;
Expand Down Expand Up @@ -973,6 +976,7 @@ export type EventPayloadMap = {
| WebhookEventDefinition<"repository_vulnerability_alert.resolve">;
secret_scanning_alert:
| WebhookEventDefinition<"secret_scanning_alert.created">
| WebhookEventDefinition<"secret_scanning_alert.publicly_leaked">
| WebhookEventDefinition<"secret_scanning_alert.reopened">
| WebhookEventDefinition<"secret_scanning_alert.resolved">
| WebhookEventDefinition<"secret_scanning_alert.validated">;
Expand Down
2,184 changes: 1,167 additions & 1,017 deletions packages/openapi-webhooks-types/types.d.ts

Large diffs are not rendered by default.

Loading

0 comments on commit c89a61b

Please sign in to comment.