@octokit/openapi 7.1.0 → 7.2.0
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 +391 -3
- package/generated/api.github.com.json +319 -3
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +7 -1
- package/generated/ghes-3.2.json +7 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +7 -1
- package/generated/ghes-3.3.json +7 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +7 -1
- package/generated/ghes-3.4.json +7 -1
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +1 -1
- package/generated/ghes-3.5.deref.json +7 -1
- package/generated/ghes-3.5.json +7 -1
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +6 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.6.deref.json +51 -1
- package/generated/ghes-3.6.json +51 -1
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +6 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +1 -1
- package/generated/github.ae-diff-to-api.github.com.json +1 -1
- package/generated/github.ae.deref.json +51 -1
- package/generated/github.ae.json +51 -1
- package/package.json +1 -1
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -53125,6 +53125,12 @@
|
|
|
53125
53125
|
"text/plain": {
|
|
53126
53126
|
"schema": {
|
|
53127
53127
|
"type": "string"
|
|
53128
|
+
},
|
|
53129
|
+
"examples": {
|
|
53130
|
+
"default": {
|
|
53131
|
+
"summary": "Example response",
|
|
53132
|
+
"value": "Responsive is better than fast"
|
|
53133
|
+
}
|
|
53128
53134
|
}
|
|
53129
53135
|
}
|
|
53130
53136
|
}
|
|
@@ -18008,6 +18008,12 @@
|
|
|
18008
18008
|
"/enterprises/{enterprise}/code-scanning/alerts": [
|
|
18009
18009
|
"get"
|
|
18010
18010
|
],
|
|
18011
|
+
"/enterprises/{enterprise}/consumed-licenses": [
|
|
18012
|
+
"get"
|
|
18013
|
+
],
|
|
18014
|
+
"/enterprises/{enterprise}/license-sync-status": [
|
|
18015
|
+
"get"
|
|
18016
|
+
],
|
|
18011
18017
|
"/enterprises/{enterprise}/settings/billing/actions": [
|
|
18012
18018
|
"get"
|
|
18013
18019
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -436658,6 +436658,12 @@
|
|
|
436658
436658
|
"text/plain": {
|
|
436659
436659
|
"schema": {
|
|
436660
436660
|
"type": "string"
|
|
436661
|
+
},
|
|
436662
|
+
"examples": {
|
|
436663
|
+
"default": {
|
|
436664
|
+
"summary": "Example response",
|
|
436665
|
+
"value": "Responsive is better than fast"
|
|
436666
|
+
}
|
|
436661
436667
|
}
|
|
436662
436668
|
}
|
|
436663
436669
|
}
|
|
@@ -438697,6 +438703,50 @@
|
|
|
438697
438703
|
}
|
|
438698
438704
|
}
|
|
438699
438705
|
},
|
|
438706
|
+
"/enterprises/{enterprise}/consumed-licenses": {
|
|
438707
|
+
"get": {
|
|
438708
|
+
"summary": "List enterprise consumed licenses",
|
|
438709
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
438710
|
+
"tags": [
|
|
438711
|
+
"enterprise-admin"
|
|
438712
|
+
],
|
|
438713
|
+
"operationId": "enterprise-admin/get-consumed-licenses",
|
|
438714
|
+
"externalDocs": {
|
|
438715
|
+
"description": "API method documentation",
|
|
438716
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#list-enterprise-consumed-licenses"
|
|
438717
|
+
},
|
|
438718
|
+
"x-octokit": {
|
|
438719
|
+
"api.github.com": "removed"
|
|
438720
|
+
},
|
|
438721
|
+
"responses": {
|
|
438722
|
+
"501": {
|
|
438723
|
+
"description": "Not Implemented"
|
|
438724
|
+
}
|
|
438725
|
+
}
|
|
438726
|
+
}
|
|
438727
|
+
},
|
|
438728
|
+
"/enterprises/{enterprise}/license-sync-status": {
|
|
438729
|
+
"get": {
|
|
438730
|
+
"summary": "Get a license sync status",
|
|
438731
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
438732
|
+
"tags": [
|
|
438733
|
+
"enterprise-admin"
|
|
438734
|
+
],
|
|
438735
|
+
"operationId": "enterprise-admin/get-license-sync-status",
|
|
438736
|
+
"externalDocs": {
|
|
438737
|
+
"description": "API method documentation",
|
|
438738
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-a-license-sync-status"
|
|
438739
|
+
},
|
|
438740
|
+
"x-octokit": {
|
|
438741
|
+
"api.github.com": "removed"
|
|
438742
|
+
},
|
|
438743
|
+
"responses": {
|
|
438744
|
+
"501": {
|
|
438745
|
+
"description": "Not Implemented"
|
|
438746
|
+
}
|
|
438747
|
+
}
|
|
438748
|
+
}
|
|
438749
|
+
},
|
|
438700
438750
|
"/enterprises/{enterprise}/settings/billing/actions": {
|
|
438701
438751
|
"get": {
|
|
438702
438752
|
"summary": "Get GitHub Actions billing for an enterprise",
|
package/generated/ghes-3.6.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -53547,6 +53547,12 @@
|
|
|
53547
53547
|
"text/plain": {
|
|
53548
53548
|
"schema": {
|
|
53549
53549
|
"type": "string"
|
|
53550
|
+
},
|
|
53551
|
+
"examples": {
|
|
53552
|
+
"default": {
|
|
53553
|
+
"summary": "Example response",
|
|
53554
|
+
"value": "Responsive is better than fast"
|
|
53555
|
+
}
|
|
53550
53556
|
}
|
|
53551
53557
|
}
|
|
53552
53558
|
}
|
|
@@ -53702,6 +53708,50 @@
|
|
|
53702
53708
|
}
|
|
53703
53709
|
}
|
|
53704
53710
|
},
|
|
53711
|
+
"/enterprises/{enterprise}/consumed-licenses": {
|
|
53712
|
+
"get": {
|
|
53713
|
+
"summary": "List enterprise consumed licenses",
|
|
53714
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
53715
|
+
"tags": [
|
|
53716
|
+
"enterprise-admin"
|
|
53717
|
+
],
|
|
53718
|
+
"operationId": "enterprise-admin/get-consumed-licenses",
|
|
53719
|
+
"externalDocs": {
|
|
53720
|
+
"description": "API method documentation",
|
|
53721
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#list-enterprise-consumed-licenses"
|
|
53722
|
+
},
|
|
53723
|
+
"x-octokit": {
|
|
53724
|
+
"api.github.com": "removed"
|
|
53725
|
+
},
|
|
53726
|
+
"responses": {
|
|
53727
|
+
"501": {
|
|
53728
|
+
"description": "Not Implemented"
|
|
53729
|
+
}
|
|
53730
|
+
}
|
|
53731
|
+
}
|
|
53732
|
+
},
|
|
53733
|
+
"/enterprises/{enterprise}/license-sync-status": {
|
|
53734
|
+
"get": {
|
|
53735
|
+
"summary": "Get a license sync status",
|
|
53736
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
53737
|
+
"tags": [
|
|
53738
|
+
"enterprise-admin"
|
|
53739
|
+
],
|
|
53740
|
+
"operationId": "enterprise-admin/get-license-sync-status",
|
|
53741
|
+
"externalDocs": {
|
|
53742
|
+
"description": "API method documentation",
|
|
53743
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-a-license-sync-status"
|
|
53744
|
+
},
|
|
53745
|
+
"x-octokit": {
|
|
53746
|
+
"api.github.com": "removed"
|
|
53747
|
+
},
|
|
53748
|
+
"responses": {
|
|
53749
|
+
"501": {
|
|
53750
|
+
"description": "Not Implemented"
|
|
53751
|
+
}
|
|
53752
|
+
}
|
|
53753
|
+
}
|
|
53754
|
+
},
|
|
53705
53755
|
"/enterprises/{enterprise}/settings/billing/actions": {
|
|
53706
53756
|
"get": {
|
|
53707
53757
|
"summary": "Get GitHub Actions billing for an enterprise",
|
|
@@ -10707,6 +10707,12 @@
|
|
|
10707
10707
|
"/enterprises/{enterprise}/code-scanning/alerts": [
|
|
10708
10708
|
"get"
|
|
10709
10709
|
],
|
|
10710
|
+
"/enterprises/{enterprise}/consumed-licenses": [
|
|
10711
|
+
"get"
|
|
10712
|
+
],
|
|
10713
|
+
"/enterprises/{enterprise}/license-sync-status": [
|
|
10714
|
+
"get"
|
|
10715
|
+
],
|
|
10710
10716
|
"/enterprises/{enterprise}/secret-scanning/alerts": [
|
|
10711
10717
|
"get"
|
|
10712
10718
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -382750,6 +382750,12 @@
|
|
|
382750
382750
|
"text/plain": {
|
|
382751
382751
|
"schema": {
|
|
382752
382752
|
"type": "string"
|
|
382753
|
+
},
|
|
382754
|
+
"examples": {
|
|
382755
|
+
"default": {
|
|
382756
|
+
"summary": "Example response",
|
|
382757
|
+
"value": "Responsive is better than fast"
|
|
382758
|
+
}
|
|
382753
382759
|
}
|
|
382754
382760
|
}
|
|
382755
382761
|
}
|
|
@@ -385063,6 +385069,50 @@
|
|
|
385063
385069
|
}
|
|
385064
385070
|
}
|
|
385065
385071
|
},
|
|
385072
|
+
"/enterprises/{enterprise}/consumed-licenses": {
|
|
385073
|
+
"get": {
|
|
385074
|
+
"summary": "List enterprise consumed licenses",
|
|
385075
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
385076
|
+
"tags": [
|
|
385077
|
+
"enterprise-admin"
|
|
385078
|
+
],
|
|
385079
|
+
"operationId": "enterprise-admin/get-consumed-licenses",
|
|
385080
|
+
"externalDocs": {
|
|
385081
|
+
"description": "API method documentation",
|
|
385082
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#list-enterprise-consumed-licenses"
|
|
385083
|
+
},
|
|
385084
|
+
"x-octokit": {
|
|
385085
|
+
"api.github.com": "removed"
|
|
385086
|
+
},
|
|
385087
|
+
"responses": {
|
|
385088
|
+
"501": {
|
|
385089
|
+
"description": "Not Implemented"
|
|
385090
|
+
}
|
|
385091
|
+
}
|
|
385092
|
+
}
|
|
385093
|
+
},
|
|
385094
|
+
"/enterprises/{enterprise}/license-sync-status": {
|
|
385095
|
+
"get": {
|
|
385096
|
+
"summary": "Get a license sync status",
|
|
385097
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
385098
|
+
"tags": [
|
|
385099
|
+
"enterprise-admin"
|
|
385100
|
+
],
|
|
385101
|
+
"operationId": "enterprise-admin/get-license-sync-status",
|
|
385102
|
+
"externalDocs": {
|
|
385103
|
+
"description": "API method documentation",
|
|
385104
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-a-license-sync-status"
|
|
385105
|
+
},
|
|
385106
|
+
"x-octokit": {
|
|
385107
|
+
"api.github.com": "removed"
|
|
385108
|
+
},
|
|
385109
|
+
"responses": {
|
|
385110
|
+
"501": {
|
|
385111
|
+
"description": "Not Implemented"
|
|
385112
|
+
}
|
|
385113
|
+
}
|
|
385114
|
+
}
|
|
385115
|
+
},
|
|
385066
385116
|
"/enterprises/{enterprise}/secret-scanning/alerts": {
|
|
385067
385117
|
"get": {
|
|
385068
385118
|
"summary": "List secret scanning alerts for an enterprise",
|
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.2.0",
|
|
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": {
|
|
@@ -45802,6 +45802,12 @@
|
|
|
45802
45802
|
"text/plain": {
|
|
45803
45803
|
"schema": {
|
|
45804
45804
|
"type": "string"
|
|
45805
|
+
},
|
|
45806
|
+
"examples": {
|
|
45807
|
+
"default": {
|
|
45808
|
+
"summary": "Example response",
|
|
45809
|
+
"value": "Responsive is better than fast"
|
|
45810
|
+
}
|
|
45805
45811
|
}
|
|
45806
45812
|
}
|
|
45807
45813
|
}
|
|
@@ -46231,6 +46237,50 @@
|
|
|
46231
46237
|
}
|
|
46232
46238
|
}
|
|
46233
46239
|
},
|
|
46240
|
+
"/enterprises/{enterprise}/consumed-licenses": {
|
|
46241
|
+
"get": {
|
|
46242
|
+
"summary": "List enterprise consumed licenses",
|
|
46243
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
46244
|
+
"tags": [
|
|
46245
|
+
"enterprise-admin"
|
|
46246
|
+
],
|
|
46247
|
+
"operationId": "enterprise-admin/get-consumed-licenses",
|
|
46248
|
+
"externalDocs": {
|
|
46249
|
+
"description": "API method documentation",
|
|
46250
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#list-enterprise-consumed-licenses"
|
|
46251
|
+
},
|
|
46252
|
+
"x-octokit": {
|
|
46253
|
+
"api.github.com": "removed"
|
|
46254
|
+
},
|
|
46255
|
+
"responses": {
|
|
46256
|
+
"501": {
|
|
46257
|
+
"description": "Not Implemented"
|
|
46258
|
+
}
|
|
46259
|
+
}
|
|
46260
|
+
}
|
|
46261
|
+
},
|
|
46262
|
+
"/enterprises/{enterprise}/license-sync-status": {
|
|
46263
|
+
"get": {
|
|
46264
|
+
"summary": "Get a license sync status",
|
|
46265
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
46266
|
+
"tags": [
|
|
46267
|
+
"enterprise-admin"
|
|
46268
|
+
],
|
|
46269
|
+
"operationId": "enterprise-admin/get-license-sync-status",
|
|
46270
|
+
"externalDocs": {
|
|
46271
|
+
"description": "API method documentation",
|
|
46272
|
+
"url": "https://docs.github.com/rest/reference/enterprise-admin#get-a-license-sync-status"
|
|
46273
|
+
},
|
|
46274
|
+
"x-octokit": {
|
|
46275
|
+
"api.github.com": "removed"
|
|
46276
|
+
},
|
|
46277
|
+
"responses": {
|
|
46278
|
+
"501": {
|
|
46279
|
+
"description": "Not Implemented"
|
|
46280
|
+
}
|
|
46281
|
+
}
|
|
46282
|
+
}
|
|
46283
|
+
},
|
|
46234
46284
|
"/enterprises/{enterprise}/secret-scanning/alerts": {
|
|
46235
46285
|
"get": {
|
|
46236
46286
|
"summary": "List secret scanning alerts for an enterprise",
|