@octokit/openapi 6.4.0 → 6.6.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 +23 -3
- package/generated/api.github.com.json +16 -4
- package/generated/ghes-3.2-anicca-diff-to-ghes-3.3.deref.json +3232 -174
- 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 +148129 -3632
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +19589 -2088
- package/generated/ghes-3.2.deref.json +110 -790
- package/generated/ghes-3.2.json +143 -185
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +2 -2
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +52 -52
- package/generated/ghes-3.3.deref.json +45 -45
- package/generated/ghes-3.3.json +136 -136
- 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 +49 -49
- package/generated/ghes-3.4.deref.json +35 -26
- package/generated/ghes-3.4.json +105 -96
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +27 -0
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +230 -2
- package/generated/ghes-3.5-diff-to-api.github.com.json +348 -419
- package/generated/ghes-3.5.deref.json +185 -176
- package/generated/ghes-3.5.json +549 -764
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +27 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +229 -1
- package/generated/github.ae-diff-to-api.github.com.json +296 -335
- package/generated/github.ae.deref.json +268 -259
- package/generated/github.ae.json +667 -850
- package/package.json +7 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.6.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -75478,6 +75478,7 @@
|
|
|
75478
75478
|
},
|
|
75479
75479
|
"exclude": {
|
|
75480
75480
|
"type": "array",
|
|
75481
|
+
"description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
|
|
75481
75482
|
"items": { "type": "string", "enum": ["repositories"] }
|
|
75482
75483
|
}
|
|
75483
75484
|
},
|
|
@@ -105140,6 +105141,17 @@
|
|
|
105140
105141
|
"used": { "type": "integer" }
|
|
105141
105142
|
},
|
|
105142
105143
|
"required": ["limit", "remaining", "reset", "used"]
|
|
105144
|
+
},
|
|
105145
|
+
"dependency_snapshots": {
|
|
105146
|
+
"title": "Rate Limit",
|
|
105147
|
+
"type": "object",
|
|
105148
|
+
"properties": {
|
|
105149
|
+
"limit": { "type": "integer" },
|
|
105150
|
+
"remaining": { "type": "integer" },
|
|
105151
|
+
"reset": { "type": "integer" },
|
|
105152
|
+
"used": { "type": "integer" }
|
|
105153
|
+
},
|
|
105154
|
+
"required": ["limit", "remaining", "reset", "used"]
|
|
105143
105155
|
}
|
|
105144
105156
|
},
|
|
105145
105157
|
"required": ["core", "search"]
|
|
@@ -130434,7 +130446,7 @@
|
|
|
130434
130446
|
},
|
|
130435
130447
|
"post": {
|
|
130436
130448
|
"summary": "Review pending deployments for a workflow run",
|
|
130437
|
-
"description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\
|
|
130449
|
+
"description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\nRequired reviewers with read access to the repository contents and deployments can use this endpoint. Required reviewers must authenticate using an access token with the `repo` scope to use this endpoint.",
|
|
130438
130450
|
"tags": ["actions"],
|
|
130439
130451
|
"operationId": "actions/review-pending-deployments-for-run",
|
|
130440
130452
|
"externalDocs": {
|
|
@@ -130971,7 +130983,7 @@
|
|
|
130971
130983
|
},
|
|
130972
130984
|
"x-github": {
|
|
130973
130985
|
"githubCloudOnly": false,
|
|
130974
|
-
"enabledForGitHubApps":
|
|
130986
|
+
"enabledForGitHubApps": false,
|
|
130975
130987
|
"category": "actions",
|
|
130976
130988
|
"subcategory": "workflow-runs"
|
|
130977
130989
|
},
|
|
@@ -364875,6 +364887,14 @@
|
|
|
364875
364887
|
},
|
|
364876
364888
|
"required": ["repositories"],
|
|
364877
364889
|
"type": "object"
|
|
364890
|
+
},
|
|
364891
|
+
"examples": {
|
|
364892
|
+
"default": {
|
|
364893
|
+
"value": {
|
|
364894
|
+
"repositories": ["octocat/Hello-World"],
|
|
364895
|
+
"lock_repositories": true
|
|
364896
|
+
}
|
|
364897
|
+
}
|
|
364878
364898
|
}
|
|
364879
364899
|
}
|
|
364880
364900
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.6.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -10293,6 +10293,7 @@
|
|
|
10293
10293
|
},
|
|
10294
10294
|
"exclude": {
|
|
10295
10295
|
"type": "array",
|
|
10296
|
+
"description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
|
|
10296
10297
|
"items": { "type": "string", "enum": ["repositories"] }
|
|
10297
10298
|
}
|
|
10298
10299
|
},
|
|
@@ -16944,7 +16945,7 @@
|
|
|
16944
16945
|
},
|
|
16945
16946
|
"post": {
|
|
16946
16947
|
"summary": "Review pending deployments for a workflow run",
|
|
16947
|
-
"description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\
|
|
16948
|
+
"description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\nRequired reviewers with read access to the repository contents and deployments can use this endpoint. Required reviewers must authenticate using an access token with the `repo` scope to use this endpoint.",
|
|
16948
16949
|
"tags": ["actions"],
|
|
16949
16950
|
"operationId": "actions/review-pending-deployments-for-run",
|
|
16950
16951
|
"externalDocs": {
|
|
@@ -17006,7 +17007,7 @@
|
|
|
17006
17007
|
},
|
|
17007
17008
|
"x-github": {
|
|
17008
17009
|
"githubCloudOnly": false,
|
|
17009
|
-
"enabledForGitHubApps":
|
|
17010
|
+
"enabledForGitHubApps": false,
|
|
17010
17011
|
"category": "actions",
|
|
17011
17012
|
"subcategory": "workflow-runs"
|
|
17012
17013
|
},
|
|
@@ -41698,6 +41699,14 @@
|
|
|
41698
41699
|
},
|
|
41699
41700
|
"required": ["repositories"],
|
|
41700
41701
|
"type": "object"
|
|
41702
|
+
},
|
|
41703
|
+
"examples": {
|
|
41704
|
+
"default": {
|
|
41705
|
+
"value": {
|
|
41706
|
+
"repositories": ["octocat/Hello-World"],
|
|
41707
|
+
"lock_repositories": true
|
|
41708
|
+
}
|
|
41709
|
+
}
|
|
41701
41710
|
}
|
|
41702
41711
|
}
|
|
41703
41712
|
}
|
|
@@ -52557,7 +52566,10 @@
|
|
|
52557
52566
|
"actions_runner_registration": {
|
|
52558
52567
|
"$ref": "#/components/schemas/rate-limit"
|
|
52559
52568
|
},
|
|
52560
|
-
"scim": { "$ref": "#/components/schemas/rate-limit" }
|
|
52569
|
+
"scim": { "$ref": "#/components/schemas/rate-limit" },
|
|
52570
|
+
"dependency_snapshots": {
|
|
52571
|
+
"$ref": "#/components/schemas/rate-limit"
|
|
52572
|
+
}
|
|
52561
52573
|
},
|
|
52562
52574
|
"required": ["core", "search"]
|
|
52563
52575
|
},
|