@octokit/openapi 11.0.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +7867 -1059
- package/generated/api.github.com.json +1150 -152
- package/generated/ghec-diff-to-api.github.com.deref.json +4944 -11
- package/generated/ghec-diff-to-api.github.com.json +92 -1
- package/generated/ghec.deref.json +7870 -1062
- package/generated/ghec.json +1153 -155
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +0 -84
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +292 -4865
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +2 -675
- package/generated/ghes-3.5.deref.json +208 -60
- package/generated/ghes-3.5.json +21 -60
- package/generated/ghes-3.6-anicca-diff-to-ghes-3.7.deref.json +0 -48
- package/generated/ghes-3.6-diff-to-ghes-3.7.deref.json +2 -4739
- package/generated/ghes-3.6-diff-to-ghes-3.7.json +2 -684
- package/generated/ghes-3.6.deref.json +44 -60
- package/generated/ghes-3.6.json +21 -60
- package/generated/ghes-3.7-diff-to-ghes-3.8.deref.json +252 -11
- package/generated/ghes-3.7-diff-to-ghes-3.8.json +1 -1
- package/generated/ghes-3.7.deref.json +282 -63
- package/generated/ghes-3.7.json +133 -63
- package/generated/ghes-3.8-anicca-diff-to-api.github.com.deref.json +17 -38
- package/generated/ghes-3.8-diff-to-api.github.com.deref.json +252 -4758
- package/generated/ghes-3.8-diff-to-api.github.com.json +1 -672
- package/generated/ghes-3.8.deref.json +433 -70
- package/generated/ghes-3.8.json +284 -70
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +17 -84
- package/generated/github.ae-diff-to-api.github.com.deref.json +13247 -12990
- package/generated/github.ae-diff-to-api.github.com.json +1351 -1935
- package/generated/github.ae.deref.json +5201 -73
- package/generated/github.ae.json +424 -73
- package/package.json +1 -1
package/generated/ghes-3.7.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.1.1",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -7912,7 +7912,7 @@
|
|
|
7912
7912
|
"operationId": "gists/update",
|
|
7913
7913
|
"externalDocs": {
|
|
7914
7914
|
"description": "API method documentation",
|
|
7915
|
-
"url": "https://docs.github.com/
|
|
7915
|
+
"url": "https://docs.github.com/rest/reference/gists/#update-a-gist"
|
|
7916
7916
|
},
|
|
7917
7917
|
"parameters": [
|
|
7918
7918
|
{
|
|
@@ -7924,6 +7924,7 @@
|
|
|
7924
7924
|
"content": {
|
|
7925
7925
|
"application/json": {
|
|
7926
7926
|
"schema": {
|
|
7927
|
+
"type": "object",
|
|
7927
7928
|
"properties": {
|
|
7928
7929
|
"description": {
|
|
7929
7930
|
"description": "The description of the gist.",
|
|
@@ -7940,29 +7941,20 @@
|
|
|
7940
7941
|
},
|
|
7941
7942
|
"type": "object",
|
|
7942
7943
|
"additionalProperties": {
|
|
7943
|
-
"
|
|
7944
|
-
"nullable": true,
|
|
7945
|
-
"properties": {
|
|
7946
|
-
"content": {
|
|
7947
|
-
"description": "The new content of the file.",
|
|
7948
|
-
"type": "string"
|
|
7949
|
-
},
|
|
7950
|
-
"filename": {
|
|
7951
|
-
"description": "The new filename for the file.",
|
|
7952
|
-
"type": "string",
|
|
7953
|
-
"nullable": true
|
|
7954
|
-
}
|
|
7955
|
-
},
|
|
7956
|
-
"anyOf": [
|
|
7957
|
-
{
|
|
7958
|
-
"required": [
|
|
7959
|
-
"content"
|
|
7960
|
-
]
|
|
7961
|
-
},
|
|
7944
|
+
"oneOf": [
|
|
7962
7945
|
{
|
|
7963
|
-
"
|
|
7964
|
-
|
|
7965
|
-
|
|
7946
|
+
"type": "object",
|
|
7947
|
+
"properties": {
|
|
7948
|
+
"content": {
|
|
7949
|
+
"description": "The new content of the file.",
|
|
7950
|
+
"type": "string"
|
|
7951
|
+
},
|
|
7952
|
+
"filename": {
|
|
7953
|
+
"description": "The new filename for the file.",
|
|
7954
|
+
"type": "string",
|
|
7955
|
+
"nullable": true
|
|
7956
|
+
}
|
|
7957
|
+
}
|
|
7966
7958
|
},
|
|
7967
7959
|
{
|
|
7968
7960
|
"type": "object",
|
|
@@ -7972,19 +7964,6 @@
|
|
|
7972
7964
|
}
|
|
7973
7965
|
}
|
|
7974
7966
|
},
|
|
7975
|
-
"anyOf": [
|
|
7976
|
-
{
|
|
7977
|
-
"required": [
|
|
7978
|
-
"description"
|
|
7979
|
-
]
|
|
7980
|
-
},
|
|
7981
|
-
{
|
|
7982
|
-
"required": [
|
|
7983
|
-
"files"
|
|
7984
|
-
]
|
|
7985
|
-
}
|
|
7986
|
-
],
|
|
7987
|
-
"type": "object",
|
|
7988
7967
|
"nullable": true
|
|
7989
7968
|
},
|
|
7990
7969
|
"examples": {
|
|
@@ -33886,7 +33865,7 @@
|
|
|
33886
33865
|
"/repos/{owner}/{repo}/events": {
|
|
33887
33866
|
"get": {
|
|
33888
33867
|
"summary": "List repository events",
|
|
33889
|
-
"description": "",
|
|
33868
|
+
"description": "**Note**: This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.\n",
|
|
33890
33869
|
"tags": [
|
|
33891
33870
|
"activity"
|
|
33892
33871
|
],
|
|
@@ -42898,14 +42877,14 @@
|
|
|
42898
42877
|
},
|
|
42899
42878
|
"post": {
|
|
42900
42879
|
"summary": "Request reviewers for a pull request",
|
|
42901
|
-
"description": "This endpoint triggers [notifications](https://docs.github.com/
|
|
42880
|
+
"description": "This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. See \"[Secondary rate limits](https://docs.github.com/rest/overview/resources-in-the-rest-api#secondary-rate-limits)\" and \"[Dealing with secondary rate limits](https://docs.github.com/rest/guides/best-practices-for-integrators#dealing-with-secondary-rate-limits)\" for details.",
|
|
42902
42881
|
"tags": [
|
|
42903
42882
|
"pulls"
|
|
42904
42883
|
],
|
|
42905
42884
|
"operationId": "pulls/request-reviewers",
|
|
42906
42885
|
"externalDocs": {
|
|
42907
42886
|
"description": "API method documentation",
|
|
42908
|
-
"url": "https://docs.github.com/
|
|
42887
|
+
"url": "https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request"
|
|
42909
42888
|
},
|
|
42910
42889
|
"parameters": [
|
|
42911
42890
|
{
|
|
@@ -42939,19 +42918,7 @@
|
|
|
42939
42918
|
"type": "string"
|
|
42940
42919
|
}
|
|
42941
42920
|
}
|
|
42942
|
-
}
|
|
42943
|
-
"anyOf": [
|
|
42944
|
-
{
|
|
42945
|
-
"required": [
|
|
42946
|
-
"reviewers"
|
|
42947
|
-
]
|
|
42948
|
-
},
|
|
42949
|
-
{
|
|
42950
|
-
"required": [
|
|
42951
|
-
"team_reviewers"
|
|
42952
|
-
]
|
|
42953
|
-
}
|
|
42954
|
-
]
|
|
42921
|
+
}
|
|
42955
42922
|
},
|
|
42956
42923
|
"examples": {
|
|
42957
42924
|
"default": {
|
|
@@ -156071,6 +156038,56 @@
|
|
|
156071
156038
|
"sender"
|
|
156072
156039
|
]
|
|
156073
156040
|
},
|
|
156041
|
+
"webhook-rubygems-metadata": {
|
|
156042
|
+
"title": "Ruby Gems metadata",
|
|
156043
|
+
"type": "object",
|
|
156044
|
+
"properties": {
|
|
156045
|
+
"name": {
|
|
156046
|
+
"type": "string"
|
|
156047
|
+
},
|
|
156048
|
+
"description": {
|
|
156049
|
+
"type": "string"
|
|
156050
|
+
},
|
|
156051
|
+
"readme": {
|
|
156052
|
+
"type": "string"
|
|
156053
|
+
},
|
|
156054
|
+
"homepage": {
|
|
156055
|
+
"type": "string"
|
|
156056
|
+
},
|
|
156057
|
+
"version_info": {
|
|
156058
|
+
"type": "object",
|
|
156059
|
+
"properties": {
|
|
156060
|
+
"version": {
|
|
156061
|
+
"type": "string"
|
|
156062
|
+
}
|
|
156063
|
+
}
|
|
156064
|
+
},
|
|
156065
|
+
"platform": {
|
|
156066
|
+
"type": "string"
|
|
156067
|
+
},
|
|
156068
|
+
"metadata": {
|
|
156069
|
+
"type": "object",
|
|
156070
|
+
"additionalProperties": {
|
|
156071
|
+
"type": "string"
|
|
156072
|
+
}
|
|
156073
|
+
},
|
|
156074
|
+
"repo": {
|
|
156075
|
+
"type": "string"
|
|
156076
|
+
},
|
|
156077
|
+
"dependencies": {
|
|
156078
|
+
"type": "array",
|
|
156079
|
+
"items": {
|
|
156080
|
+
"type": "object",
|
|
156081
|
+
"additionalProperties": {
|
|
156082
|
+
"type": "string"
|
|
156083
|
+
}
|
|
156084
|
+
}
|
|
156085
|
+
},
|
|
156086
|
+
"commit_oid": {
|
|
156087
|
+
"type": "string"
|
|
156088
|
+
}
|
|
156089
|
+
}
|
|
156090
|
+
},
|
|
156074
156091
|
"webhook-package-published": {
|
|
156075
156092
|
"title": "package published event",
|
|
156076
156093
|
"type": "object",
|
|
@@ -156355,7 +156372,17 @@
|
|
|
156355
156372
|
},
|
|
156356
156373
|
"docker_metadata": {
|
|
156357
156374
|
"type": "array",
|
|
156358
|
-
"items": {
|
|
156375
|
+
"items": {
|
|
156376
|
+
"type": "object",
|
|
156377
|
+
"properties": {
|
|
156378
|
+
"tags": {
|
|
156379
|
+
"type": "array",
|
|
156380
|
+
"items": {
|
|
156381
|
+
"type": "string"
|
|
156382
|
+
}
|
|
156383
|
+
}
|
|
156384
|
+
}
|
|
156385
|
+
}
|
|
156359
156386
|
},
|
|
156360
156387
|
"draft": {
|
|
156361
156388
|
"type": "boolean"
|
|
@@ -156785,7 +156812,9 @@
|
|
|
156785
156812
|
},
|
|
156786
156813
|
"rubygems_metadata": {
|
|
156787
156814
|
"type": "array",
|
|
156788
|
-
"items": {
|
|
156815
|
+
"items": {
|
|
156816
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
156817
|
+
}
|
|
156789
156818
|
},
|
|
156790
156819
|
"source_url": {
|
|
156791
156820
|
"type": "string"
|
|
@@ -157134,7 +157163,17 @@
|
|
|
157134
157163
|
},
|
|
157135
157164
|
"docker_metadata": {
|
|
157136
157165
|
"type": "array",
|
|
157137
|
-
"items": {
|
|
157166
|
+
"items": {
|
|
157167
|
+
"type": "object",
|
|
157168
|
+
"properties": {
|
|
157169
|
+
"tags": {
|
|
157170
|
+
"type": "array",
|
|
157171
|
+
"items": {
|
|
157172
|
+
"type": "string"
|
|
157173
|
+
}
|
|
157174
|
+
}
|
|
157175
|
+
}
|
|
157176
|
+
}
|
|
157138
157177
|
},
|
|
157139
157178
|
"draft": {
|
|
157140
157179
|
"type": "boolean"
|
|
@@ -157154,7 +157193,10 @@
|
|
|
157154
157193
|
},
|
|
157155
157194
|
"metadata": {
|
|
157156
157195
|
"type": "array",
|
|
157157
|
-
"items": {
|
|
157196
|
+
"items": {
|
|
157197
|
+
"type": "object",
|
|
157198
|
+
"additionalProperties": true
|
|
157199
|
+
}
|
|
157158
157200
|
},
|
|
157159
157201
|
"name": {
|
|
157160
157202
|
"type": "string"
|
|
@@ -157366,7 +157408,9 @@
|
|
|
157366
157408
|
},
|
|
157367
157409
|
"rubygems_metadata": {
|
|
157368
157410
|
"type": "array",
|
|
157369
|
-
"items": {
|
|
157411
|
+
"items": {
|
|
157412
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
157413
|
+
}
|
|
157370
157414
|
},
|
|
157371
157415
|
"source_url": {
|
|
157372
157416
|
"type": "string",
|
|
@@ -232072,7 +232116,17 @@
|
|
|
232072
232116
|
},
|
|
232073
232117
|
"docker_metadata": {
|
|
232074
232118
|
"type": "array",
|
|
232075
|
-
"items": {
|
|
232119
|
+
"items": {
|
|
232120
|
+
"type": "object",
|
|
232121
|
+
"properties": {
|
|
232122
|
+
"tags": {
|
|
232123
|
+
"type": "array",
|
|
232124
|
+
"items": {
|
|
232125
|
+
"type": "string"
|
|
232126
|
+
}
|
|
232127
|
+
}
|
|
232128
|
+
}
|
|
232129
|
+
}
|
|
232076
232130
|
},
|
|
232077
232131
|
"draft": {
|
|
232078
232132
|
"type": "boolean"
|
|
@@ -232491,7 +232545,9 @@
|
|
|
232491
232545
|
},
|
|
232492
232546
|
"rubygems_metadata": {
|
|
232493
232547
|
"type": "array",
|
|
232494
|
-
"items": {
|
|
232548
|
+
"items": {
|
|
232549
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
232550
|
+
}
|
|
232495
232551
|
},
|
|
232496
232552
|
"summary": {
|
|
232497
232553
|
"type": "string"
|
|
@@ -232797,7 +232853,16 @@
|
|
|
232797
232853
|
"docker_metadata": {
|
|
232798
232854
|
"type": "array",
|
|
232799
232855
|
"items": {
|
|
232800
|
-
"
|
|
232856
|
+
"type": "object",
|
|
232857
|
+
"nullable": true,
|
|
232858
|
+
"properties": {
|
|
232859
|
+
"tags": {
|
|
232860
|
+
"type": "array",
|
|
232861
|
+
"items": {
|
|
232862
|
+
"type": "string"
|
|
232863
|
+
}
|
|
232864
|
+
}
|
|
232865
|
+
}
|
|
232801
232866
|
}
|
|
232802
232867
|
},
|
|
232803
232868
|
"draft": {
|
|
@@ -232817,7 +232882,10 @@
|
|
|
232817
232882
|
},
|
|
232818
232883
|
"metadata": {
|
|
232819
232884
|
"type": "array",
|
|
232820
|
-
"items": {
|
|
232885
|
+
"items": {
|
|
232886
|
+
"type": "object",
|
|
232887
|
+
"additionalProperties": true
|
|
232888
|
+
}
|
|
232821
232889
|
},
|
|
232822
232890
|
"name": {
|
|
232823
232891
|
"type": "string"
|
|
@@ -233000,7 +233068,9 @@
|
|
|
233000
233068
|
},
|
|
233001
233069
|
"rubygems_metadata": {
|
|
233002
233070
|
"type": "array",
|
|
233003
|
-
"items": {
|
|
233071
|
+
"items": {
|
|
233072
|
+
"$ref": "#/components/schemas/webhook-rubygems-metadata"
|
|
233073
|
+
}
|
|
233004
233074
|
},
|
|
233005
233075
|
"summary": {
|
|
233006
233076
|
"type": "string"
|
|
@@ -39225,44 +39225,6 @@
|
|
|
39225
39225
|
}
|
|
39226
39226
|
}
|
|
39227
39227
|
}
|
|
39228
|
-
},
|
|
39229
|
-
"post": {
|
|
39230
|
-
"responses": {
|
|
39231
|
-
"changed": {
|
|
39232
|
-
"201": {
|
|
39233
|
-
"content": {
|
|
39234
|
-
"changed": {
|
|
39235
|
-
"application/json": {
|
|
39236
|
-
"schema_changed": {
|
|
39237
|
-
"properties_changed": {
|
|
39238
|
-
"changed": {
|
|
39239
|
-
"requested_teams": {
|
|
39240
|
-
"items_changed": {
|
|
39241
|
-
"properties_changed": {
|
|
39242
|
-
"changed": {
|
|
39243
|
-
"parent": {
|
|
39244
|
-
"properties_changed": {
|
|
39245
|
-
"removed": [
|
|
39246
|
-
"notification_setting"
|
|
39247
|
-
]
|
|
39248
|
-
}
|
|
39249
|
-
}
|
|
39250
|
-
},
|
|
39251
|
-
"removed": [
|
|
39252
|
-
"notification_setting"
|
|
39253
|
-
]
|
|
39254
|
-
}
|
|
39255
|
-
}
|
|
39256
|
-
}
|
|
39257
|
-
}
|
|
39258
|
-
}
|
|
39259
|
-
}
|
|
39260
|
-
}
|
|
39261
|
-
}
|
|
39262
|
-
}
|
|
39263
|
-
}
|
|
39264
|
-
}
|
|
39265
|
-
}
|
|
39266
39228
|
}
|
|
39267
39229
|
},
|
|
39268
39230
|
"/repos/{owner}/{repo}/releases": {
|
|
@@ -39890,6 +39852,9 @@
|
|
|
39890
39852
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/approve": [
|
|
39891
39853
|
"post"
|
|
39892
39854
|
],
|
|
39855
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule": [
|
|
39856
|
+
"post"
|
|
39857
|
+
],
|
|
39893
39858
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/timing": [
|
|
39894
39859
|
"get"
|
|
39895
39860
|
],
|
|
@@ -39940,6 +39905,17 @@
|
|
|
39940
39905
|
"/repos/{owner}/{repo}/dependency-graph/sbom": [
|
|
39941
39906
|
"get"
|
|
39942
39907
|
],
|
|
39908
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules": [
|
|
39909
|
+
"get",
|
|
39910
|
+
"post"
|
|
39911
|
+
],
|
|
39912
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps": [
|
|
39913
|
+
"get"
|
|
39914
|
+
],
|
|
39915
|
+
"/repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}": [
|
|
39916
|
+
"get",
|
|
39917
|
+
"delete"
|
|
39918
|
+
],
|
|
39943
39919
|
"/repos/{owner}/{repo}/import": [
|
|
39944
39920
|
"get",
|
|
39945
39921
|
"put",
|
|
@@ -39985,6 +39961,9 @@
|
|
|
39985
39961
|
"get",
|
|
39986
39962
|
"post"
|
|
39987
39963
|
],
|
|
39964
|
+
"/repos/{owner}/{repo}/security-advisories/reports": [
|
|
39965
|
+
"post"
|
|
39966
|
+
],
|
|
39988
39967
|
"/repos/{owner}/{repo}/security-advisories/{ghsa_id}": [
|
|
39989
39968
|
"get",
|
|
39990
39969
|
"patch"
|