@octokit/openapi 7.7.0 → 7.8.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 +619 -24
- package/generated/api.github.com.json +44 -20
- 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 +356 -4
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +19 -4
- package/generated/ghes-3.2.deref.json +460 -15
- package/generated/ghes-3.2.json +31 -15
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
- package/generated/ghes-3.3.deref.json +467 -16
- package/generated/ghes-3.3.json +38 -16
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
- package/generated/ghes-3.4.deref.json +495 -16
- package/generated/ghes-3.4.json +38 -16
- 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 +418 -4
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +22 -4
- package/generated/ghes-3.5.deref.json +508 -16
- package/generated/ghes-3.5.json +38 -16
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +15 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +28 -2
- package/generated/ghes-3.6-diff-to-api.github.com.json +16 -2
- package/generated/ghes-3.6.deref.json +508 -16
- package/generated/ghes-3.6.json +38 -16
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +15 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +363 -5
- package/generated/github.ae-diff-to-api.github.com.json +26 -5
- package/generated/github.ae.deref.json +467 -16
- package/generated/github.ae.json +38 -16
- package/package.json +1 -1
package/generated/ghes-3.2.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.8.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": {
|
|
@@ -12582,17 +12582,6 @@
|
|
|
12582
12582
|
}
|
|
12583
12583
|
}
|
|
12584
12584
|
},
|
|
12585
|
-
"302": {
|
|
12586
|
-
"description": "Response if requester is not an organization member",
|
|
12587
|
-
"headers": {
|
|
12588
|
-
"Location": {
|
|
12589
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
12590
|
-
"schema": {
|
|
12591
|
-
"type": "string"
|
|
12592
|
-
}
|
|
12593
|
-
}
|
|
12594
|
-
}
|
|
12595
|
-
},
|
|
12596
12585
|
"422": {
|
|
12597
12586
|
"$ref": "#/components/responses/validation_failed"
|
|
12598
12587
|
}
|
|
@@ -26756,6 +26745,9 @@
|
|
|
26756
26745
|
},
|
|
26757
26746
|
"500": {
|
|
26758
26747
|
"$ref": "#/components/responses/internal_error"
|
|
26748
|
+
},
|
|
26749
|
+
"503": {
|
|
26750
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
26759
26751
|
}
|
|
26760
26752
|
},
|
|
26761
26753
|
"x-github": {
|
|
@@ -27177,6 +27169,9 @@
|
|
|
27177
27169
|
},
|
|
27178
27170
|
"500": {
|
|
27179
27171
|
"$ref": "#/components/responses/internal_error"
|
|
27172
|
+
},
|
|
27173
|
+
"503": {
|
|
27174
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
27180
27175
|
}
|
|
27181
27176
|
},
|
|
27182
27177
|
"x-github": {
|
|
@@ -37218,6 +37213,9 @@
|
|
|
37218
37213
|
},
|
|
37219
37214
|
"500": {
|
|
37220
37215
|
"$ref": "#/components/responses/internal_error"
|
|
37216
|
+
},
|
|
37217
|
+
"503": {
|
|
37218
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
37221
37219
|
}
|
|
37222
37220
|
},
|
|
37223
37221
|
"x-github": {
|
|
@@ -37784,6 +37782,9 @@
|
|
|
37784
37782
|
},
|
|
37785
37783
|
"500": {
|
|
37786
37784
|
"$ref": "#/components/responses/internal_error"
|
|
37785
|
+
},
|
|
37786
|
+
"503": {
|
|
37787
|
+
"$ref": "#/components/responses/service_unavailable"
|
|
37787
37788
|
}
|
|
37788
37789
|
},
|
|
37789
37790
|
"x-github": {
|
|
@@ -41518,7 +41519,7 @@
|
|
|
41518
41519
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
41519
41520
|
"post": {
|
|
41520
41521
|
"summary": "Create a repository using a template",
|
|
41521
|
-
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template.
|
|
41522
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
41522
41523
|
"tags": [
|
|
41523
41524
|
"repos"
|
|
41524
41525
|
],
|
|
@@ -53557,6 +53558,10 @@
|
|
|
53557
53558
|
"starred_at": {
|
|
53558
53559
|
"type": "string",
|
|
53559
53560
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53561
|
+
},
|
|
53562
|
+
"anonymous_access_enabled": {
|
|
53563
|
+
"type": "boolean",
|
|
53564
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53560
53565
|
}
|
|
53561
53566
|
},
|
|
53562
53567
|
"required": [
|
|
@@ -56941,6 +56946,10 @@
|
|
|
56941
56946
|
"starred_at": {
|
|
56942
56947
|
"type": "string",
|
|
56943
56948
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56949
|
+
},
|
|
56950
|
+
"anonymous_access_enabled": {
|
|
56951
|
+
"type": "boolean",
|
|
56952
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56944
56953
|
}
|
|
56945
56954
|
},
|
|
56946
56955
|
"required": [
|
|
@@ -63254,6 +63263,11 @@
|
|
|
63254
63263
|
"nullable": true,
|
|
63255
63264
|
"type": "string",
|
|
63256
63265
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
63266
|
+
},
|
|
63267
|
+
"help_uri": {
|
|
63268
|
+
"nullable": true,
|
|
63269
|
+
"type": "string",
|
|
63270
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
63257
63271
|
}
|
|
63258
63272
|
}
|
|
63259
63273
|
},
|
|
@@ -84695,7 +84709,8 @@
|
|
|
84695
84709
|
"security",
|
|
84696
84710
|
"external/cwe/cwe-022"
|
|
84697
84711
|
],
|
|
84698
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
84712
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
84713
|
+
"help_uri": "https://codeql.github.com/"
|
|
84699
84714
|
},
|
|
84700
84715
|
"tool": {
|
|
84701
84716
|
"name": "CodeQL",
|
|
@@ -84764,7 +84779,8 @@
|
|
|
84764
84779
|
"security",
|
|
84765
84780
|
"external/cwe/cwe-022"
|
|
84766
84781
|
],
|
|
84767
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
84782
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
84783
|
+
"help_uri": "https://codeql.github.com/"
|
|
84768
84784
|
},
|
|
84769
84785
|
"tool": {
|
|
84770
84786
|
"name": "CodeQL",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.8.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": {
|
|
@@ -5619,6 +5619,10 @@
|
|
|
5619
5619
|
"starred_at": {
|
|
5620
5620
|
"type": "string",
|
|
5621
5621
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
5622
|
+
},
|
|
5623
|
+
"anonymous_access_enabled": {
|
|
5624
|
+
"type": "boolean",
|
|
5625
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
5622
5626
|
}
|
|
5623
5627
|
},
|
|
5624
5628
|
"required": [
|
|
@@ -32962,6 +32966,11 @@
|
|
|
32962
32966
|
"nullable": true,
|
|
32963
32967
|
"type": "string",
|
|
32964
32968
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
32969
|
+
},
|
|
32970
|
+
"help_uri": {
|
|
32971
|
+
"nullable": true,
|
|
32972
|
+
"type": "string",
|
|
32973
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
32965
32974
|
}
|
|
32966
32975
|
}
|
|
32967
32976
|
},
|
|
@@ -33122,7 +33131,8 @@
|
|
|
33122
33131
|
"security",
|
|
33123
33132
|
"external/cwe/cwe-022"
|
|
33124
33133
|
],
|
|
33125
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
33134
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
33135
|
+
"help_uri": "https://codeql.github.com/"
|
|
33126
33136
|
},
|
|
33127
33137
|
"tool": {
|
|
33128
33138
|
"name": "CodeQL",
|
|
@@ -33578,6 +33588,11 @@
|
|
|
33578
33588
|
"nullable": true,
|
|
33579
33589
|
"type": "string",
|
|
33580
33590
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
33591
|
+
},
|
|
33592
|
+
"help_uri": {
|
|
33593
|
+
"nullable": true,
|
|
33594
|
+
"type": "string",
|
|
33595
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
33581
33596
|
}
|
|
33582
33597
|
}
|
|
33583
33598
|
},
|
|
@@ -33738,7 +33753,8 @@
|
|
|
33738
33753
|
"security",
|
|
33739
33754
|
"external/cwe/cwe-022"
|
|
33740
33755
|
],
|
|
33741
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
33756
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
33757
|
+
"help_uri": "https://codeql.github.com/"
|
|
33742
33758
|
},
|
|
33743
33759
|
"tool": {
|
|
33744
33760
|
"name": "CodeQL",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.8.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": {
|
|
@@ -7916,6 +7916,10 @@
|
|
|
7916
7916
|
"starred_at": {
|
|
7917
7917
|
"type": "string",
|
|
7918
7918
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
7919
|
+
},
|
|
7920
|
+
"anonymous_access_enabled": {
|
|
7921
|
+
"type": "boolean",
|
|
7922
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
7919
7923
|
}
|
|
7920
7924
|
},
|
|
7921
7925
|
"required": [
|
|
@@ -9419,6 +9423,11 @@
|
|
|
9419
9423
|
"nullable": true,
|
|
9420
9424
|
"type": "string",
|
|
9421
9425
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
9426
|
+
},
|
|
9427
|
+
"help_uri": {
|
|
9428
|
+
"nullable": true,
|
|
9429
|
+
"type": "string",
|
|
9430
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
9422
9431
|
}
|
|
9423
9432
|
}
|
|
9424
9433
|
}
|
|
@@ -11070,7 +11079,8 @@
|
|
|
11070
11079
|
"security",
|
|
11071
11080
|
"external/cwe/cwe-022"
|
|
11072
11081
|
],
|
|
11073
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
11082
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
11083
|
+
"help_uri": "https://codeql.github.com/"
|
|
11074
11084
|
},
|
|
11075
11085
|
"tool": {
|
|
11076
11086
|
"name": "CodeQL",
|
|
@@ -11140,7 +11150,8 @@
|
|
|
11140
11150
|
"security",
|
|
11141
11151
|
"external/cwe/cwe-022"
|
|
11142
11152
|
],
|
|
11143
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
11153
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
11154
|
+
"help_uri": "https://codeql.github.com/"
|
|
11144
11155
|
},
|
|
11145
11156
|
"tool": {
|
|
11146
11157
|
"name": "CodeQL",
|