Skip to content

Commit ed9a411

Browse files
authored
fix: revert "feat: publish new GitHub Enterprise Cloud (GHEC) specific @octokit/openapi-types-ghec package, plus lots of API changes (#251)" (#255)
This reverts commit 2805e56.
1 parent 3d4bcfd commit ed9a411

File tree

27 files changed

+11308
-170678
lines changed

27 files changed

+11308
-170678
lines changed

cache/api.github.com.json

+5,490-2,148
Large diffs are not rendered by default.

cache/ghec.json

-114,840
This file was deleted.

cache/ghes-3.2.json

+16-70
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "8.0.0",
4+
"version": "7.14.0",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {
@@ -103,6 +103,10 @@
103103
"name": "migrations",
104104
"description": "Move projects to or from GitHub."
105105
},
106+
{
107+
"name": "oidc",
108+
"description": "Endpoints to manage GitHub OIDC configuration using the REST API."
109+
},
106110
{
107111
"name": "orgs",
108112
"description": "Interact with GitHub Orgs."
@@ -131,6 +135,10 @@
131135
"name": "repos",
132136
"description": "Interact with GitHub Repos."
133137
},
138+
{
139+
"name": "scim",
140+
"description": "Provisioning of GitHub organization membership for SCIM-enabled providers."
141+
},
134142
{
135143
"name": "search",
136144
"description": "Look for stuff on GitHub."
@@ -33259,12 +33267,6 @@
3325933267
}
3326033268
}
3326133269
},
33262-
"301": {
33263-
"$ref": "#/components/responses/moved_permanently"
33264-
},
33265-
"404": {
33266-
"$ref": "#/components/responses/not_found"
33267-
},
3326833270
"410": {
3326933271
"$ref": "#/components/responses/gone"
3327033272
}
@@ -33372,12 +33374,6 @@
3337233374
}
3337333375
}
3337433376
},
33375-
"301": {
33376-
"$ref": "#/components/responses/moved_permanently"
33377-
},
33378-
"404": {
33379-
"$ref": "#/components/responses/not_found"
33380-
},
3338133377
"410": {
3338233378
"$ref": "#/components/responses/gone"
3338333379
},
@@ -33488,12 +33484,6 @@
3348833484
}
3348933485
}
3349033486
},
33491-
"301": {
33492-
"$ref": "#/components/responses/moved_permanently"
33493-
},
33494-
"404": {
33495-
"$ref": "#/components/responses/not_found"
33496-
},
3349733487
"410": {
3349833488
"$ref": "#/components/responses/gone"
3349933489
},
@@ -33535,12 +33525,6 @@
3353533525
"204": {
3353633526
"description": "Response"
3353733527
},
33538-
"301": {
33539-
"$ref": "#/components/responses/moved_permanently"
33540-
},
33541-
"404": {
33542-
"$ref": "#/components/responses/not_found"
33543-
},
3354433528
"410": {
3354533529
"$ref": "#/components/responses/gone"
3354633530
}
@@ -33604,9 +33588,6 @@
3360433588
}
3360533589
}
3360633590
},
33607-
"301": {
33608-
"$ref": "#/components/responses/moved_permanently"
33609-
},
3361033591
"404": {
3361133592
"$ref": "#/components/responses/not_found"
3361233593
},
@@ -35740,9 +35721,6 @@
3574035721
"400": {
3574135722
"$ref": "#/components/responses/bad_request"
3574235723
},
35743-
"409": {
35744-
"$ref": "#/components/responses/conflict"
35745-
},
3574635724
"422": {
3574735725
"$ref": "#/components/responses/validation_failed"
3574835726
}
@@ -35780,9 +35758,6 @@
3578035758
"404": {
3578135759
"$ref": "#/components/responses/not_found"
3578235760
},
35783-
"409": {
35784-
"$ref": "#/components/responses/conflict"
35785-
},
3578635761
"422": {
3578735762
"$ref": "#/components/responses/validation_failed"
3578835763
}
@@ -40431,7 +40406,7 @@
4043140406
"/repos/{owner}/{repo}/stargazers": {
4043240407
"get": {
4043340408
"summary": "List stargazers",
40434-
"description": "Lists the people that have starred the repository.\n\nYou can also find out _when_ stars were created by passing the following custom [media type](https://docs.github.com/[email protected]/rest/overview/media-types/) via the `Accept` header: `application/vnd.github.star+json`.",
40409+
"description": "Lists the people that have starred the repository.\n\nYou can also find out _when_ stars were created by passing the following custom [media type](https://docs.github.com/[email protected]/rest/overview/media-types/) via the `Accept` header:",
4043540410
"tags": [
4043640411
"activity"
4043740412
],
@@ -48330,7 +48305,7 @@
4833048305
"/user/starred": {
4833148306
"get": {
4833248307
"summary": "List repositories starred by the authenticated user",
48333-
"description": "Lists repositories the authenticated user has starred.\n\nYou can also find out _when_ stars were created by passing the following custom [media type](https://docs.github.com/[email protected]/rest/overview/media-types/) via the `Accept` header: `application/vnd.github.star+json`.",
48308+
"description": "Lists repositories the authenticated user has starred.\n\nYou can also find out _when_ stars were created by passing the following custom [media type](https://docs.github.com/[email protected]/rest/overview/media-types/) via the `Accept` header:",
4833448309
"tags": [
4833548310
"activity"
4833648311
],
@@ -49860,7 +49835,7 @@
4986049835
"/users/{username}/starred": {
4986149836
"get": {
4986249837
"summary": "List repositories starred by a user",
49863-
"description": "Lists repositories a user has starred.\n\nYou can also find out _when_ stars were created by passing the following custom [media type](https://docs.github.com/[email protected]/rest/overview/media-types/) via the `Accept` header: `application/vnd.github.star+json`.",
49838+
"description": "Lists repositories a user has starred.\n\nYou can also find out _when_ stars were created by passing the following custom [media type](https://docs.github.com/[email protected]/rest/overview/media-types/) via the `Accept` header:",
4986449839
"tags": [
4986549840
"activity"
4986649841
],
@@ -53168,7 +53143,6 @@
5316853143
"example": 80
5316953144
},
5317053145
"size": {
53171-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
5317253146
"type": "integer",
5317353147
"example": 108
5317453148
},
@@ -56562,7 +56536,6 @@
5656256536
"example": 80
5656356537
},
5656456538
"size": {
56565-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
5656656539
"type": "integer",
5656756540
"example": 108
5656856541
},
@@ -57345,7 +57318,6 @@
5734557318
"type": "integer"
5734657319
},
5734757320
"size": {
57348-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
5734957321
"type": "integer"
5735057322
},
5735157323
"default_branch": {
@@ -60247,7 +60219,6 @@
6024760219
"example": 80
6024860220
},
6024960221
"size": {
60250-
"description": "The size of the repository. Size is calculated hourly. When a repository is initially created, the size is 0.",
6025160222
"type": "integer",
6025260223
"example": 108
6025360224
},
@@ -91811,29 +91782,7 @@
9181191782
},
9181291783
"secret_type": "adafruit_io_key",
9181391784
"secret_type_display_name": "Adafruit IO Key",
91814-
"secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
91815-
"push_protection_bypassed_by": {
91816-
"login": "monalisa",
91817-
"id": 2,
91818-
"node_id": "MDQ6VXNlcjI=",
91819-
"avatar_url": "https://alambic.github.com/avatars/u/2?",
91820-
"gravatar_id": "",
91821-
"url": "https://api.github.com/users/monalisa",
91822-
"html_url": "https://github.com/monalisa",
91823-
"followers_url": "https://api.github.com/users/monalisa/followers",
91824-
"following_url": "https://api.github.com/users/monalisa/following{/other_user}",
91825-
"gists_url": "https://api.github.com/users/monalisa/gists{/gist_id}",
91826-
"starred_url": "https://api.github.com/users/monalisa/starred{/owner}{/repo}",
91827-
"subscriptions_url": "https://api.github.com/users/monalisa/subscriptions",
91828-
"organizations_url": "https://api.github.com/users/monalisa/orgs",
91829-
"repos_url": "https://api.github.com/users/monalisa/repos",
91830-
"events_url": "https://api.github.com/users/monalisa/events{/privacy}",
91831-
"received_events_url": "https://api.github.com/users/monalisa/received_events",
91832-
"type": "User",
91833-
"site_admin": true
91834-
},
91835-
"push_protection_bypassed": true,
91836-
"push_protection_bypassed_at": "2020-11-06T21:48:51Z"
91785+
"secret": "aio_XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
9183791786
},
9183891787
{
9183991788
"number": 1,
@@ -91847,10 +91796,7 @@
9184791796
"resolved_by": null,
9184891797
"secret_type": "mailchimp_api_key",
9184991798
"secret_type_display_name": "Mailchimp API Key",
91850-
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
91851-
"push_protection_bypassed_by": null,
91852-
"push_protection_bypassed": false,
91853-
"push_protection_bypassed_at": null
91799+
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2"
9185491800
}
9185591801
]
9185691802
},
@@ -95927,7 +95873,7 @@
9592795873
}
9592895874
},
9592995875
"validation_failed_simple": {
95930-
"description": "Validation failed, or the endpoint has been spammed.",
95876+
"description": "Validation failed",
9593195877
"content": {
9593295878
"application/json": {
9593395879
"schema": {
@@ -95952,7 +95898,7 @@
9595295898
}
9595395899
},
9595495900
"validation_failed": {
95955-
"description": "Validation failed, or the endpoint has been spammed.",
95901+
"description": "Validation failed",
9595695902
"content": {
9595795903
"application/json": {
9595895904
"schema": {

0 commit comments

Comments
 (0)