@octokit/openapi 6.3.1 → 6.6.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 +79 -8
- package/generated/api.github.com.json +75 -9
- 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 +50 -3
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
- package/generated/ghes-3.2.deref.json +61 -5
- package/generated/ghes-3.2.json +64 -5
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +8 -4
- 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 +61 -5
- package/generated/ghes-3.3.json +64 -5
- 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 +73 -9
- package/generated/ghes-3.4.json +68 -9
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +11008 -112568
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +220 -574
- package/generated/ghes-3.5-diff-to-api.github.com.json +147 -263
- package/generated/ghes-3.5.deref.json +2645 -297
- package/generated/ghes-3.5.json +3178 -609
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +41 -3
- package/generated/github.ae-diff-to-api.github.com.deref.json +220 -1
- package/generated/github.ae-diff-to-api.github.com.json +147 -1
- package/generated/github.ae.deref.json +3814 -315
- package/generated/github.ae.json +4253 -557
- package/package.json +7 -4
package/generated/ghes-3.4.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.6.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -16045,7 +16045,7 @@
|
|
|
16045
16045
|
},
|
|
16046
16046
|
"post": {
|
|
16047
16047
|
"summary": "Review pending deployments for a workflow run",
|
|
16048
|
-
"description": "Approve or reject pending deployments that are waiting on approval by a required reviewer.\n\
|
|
16048
|
+
"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.",
|
|
16049
16049
|
"tags": ["actions"],
|
|
16050
16050
|
"operationId": "actions/review-pending-deployments-for-run",
|
|
16051
16051
|
"externalDocs": {
|
|
@@ -16107,7 +16107,7 @@
|
|
|
16107
16107
|
},
|
|
16108
16108
|
"x-github": {
|
|
16109
16109
|
"githubCloudOnly": false,
|
|
16110
|
-
"enabledForGitHubApps":
|
|
16110
|
+
"enabledForGitHubApps": false,
|
|
16111
16111
|
"category": "actions",
|
|
16112
16112
|
"subcategory": "workflow-runs"
|
|
16113
16113
|
},
|
|
@@ -19908,7 +19908,7 @@
|
|
|
19908
19908
|
"operationId": "code-scanning/list-alerts-for-repo",
|
|
19909
19909
|
"externalDocs": {
|
|
19910
19910
|
"description": "API method documentation",
|
|
19911
|
-
"url": "https://docs.github.com/
|
|
19911
|
+
"url": "https://docs.github.com/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository"
|
|
19912
19912
|
},
|
|
19913
19913
|
"parameters": [
|
|
19914
19914
|
{ "$ref": "#/components/parameters/owner" },
|
|
@@ -19921,13 +19921,13 @@
|
|
|
19921
19921
|
{ "$ref": "#/components/parameters/direction" },
|
|
19922
19922
|
{
|
|
19923
19923
|
"name": "sort",
|
|
19924
|
-
"description": "The property by which to sort the results.",
|
|
19924
|
+
"description": "The property by which to sort the results. . `number` is deprecated - we recommend that you use `created` instead.",
|
|
19925
19925
|
"in": "query",
|
|
19926
19926
|
"required": false,
|
|
19927
19927
|
"schema": {
|
|
19928
19928
|
"type": "string",
|
|
19929
|
-
"enum": ["created", "
|
|
19930
|
-
"default": "
|
|
19929
|
+
"enum": ["created", "number", "updated"],
|
|
19930
|
+
"default": "created"
|
|
19931
19931
|
}
|
|
19932
19932
|
},
|
|
19933
19933
|
{
|
|
@@ -20254,7 +20254,6 @@
|
|
|
20254
20254
|
"200": {
|
|
20255
20255
|
"description": "Response",
|
|
20256
20256
|
"content": {
|
|
20257
|
-
"application/json+sarif": { "schema": { "type": "string" } },
|
|
20258
20257
|
"application/json": {
|
|
20259
20258
|
"schema": {
|
|
20260
20259
|
"$ref": "#/components/schemas/code-scanning-analysis"
|
|
@@ -20264,6 +20263,14 @@
|
|
|
20264
20263
|
"$ref": "#/components/examples/code-scanning-analysis-default"
|
|
20265
20264
|
}
|
|
20266
20265
|
}
|
|
20266
|
+
},
|
|
20267
|
+
"application/json+sarif": {
|
|
20268
|
+
"schema": { "type": "object", "additionalProperties": true },
|
|
20269
|
+
"examples": {
|
|
20270
|
+
"response": {
|
|
20271
|
+
"$ref": "#/components/examples/code-scanning-analysis-sarif"
|
|
20272
|
+
}
|
|
20273
|
+
}
|
|
20267
20274
|
}
|
|
20268
20275
|
}
|
|
20269
20276
|
},
|
|
@@ -20383,6 +20390,15 @@
|
|
|
20383
20390
|
}
|
|
20384
20391
|
},
|
|
20385
20392
|
"required": ["commit_sha", "ref", "sarif"]
|
|
20393
|
+
},
|
|
20394
|
+
"examples": {
|
|
20395
|
+
"default": {
|
|
20396
|
+
"value": {
|
|
20397
|
+
"commit_sha": "4b6472266afd7b471e86085a6659e8c7f2b119da",
|
|
20398
|
+
"ref": "refs/heads/master",
|
|
20399
|
+
"sarif": "H4sICMLGdF4AA2V4YW1wbGUuc2FyaWYAvVjdbts2FL7PUxDCijaA/CM7iRNfLkPXYgHSNstumlzQ0pHFVCI1korjFgH2ONtr7Ul2KFmy/mOn6QIkjsjDw0/nfN85NL8dEGL9pNwAImqRObECrWM1H40kXQ2XTAfJIlEgXcE1cD10RTQSVDE10K4aKSqZP1AxuKOIKg1ydJU60jSfSh8Hk6EzHA/vlOCWbfa7B6kYPpj90rlsWCZcmbHP5Bs+4oAWIjQD2SMOeJLh2vIQDnIaQerqXHjw8YIgxohybxAyDsS4cAPKsp03K4RcUs6+Up2D+JXpd8mibKIQN9fM/aMCdbyBujGSSQgVxJtx5qX2d2qUcIweQhEuDQf3GBO6CKHkogx/N3MVCKl/AeVKFuf4y5ubsMGDTj1ep+5I7sgmLIpxtU38hLtmMRGSuCFVyip5eKzs5ydh+LztVL6f2m6oih1BkYiuyQIIJWodxVpERPj4sEiWBNNH8EWT0DMG8EAjzKVHXCrB4FkPu/F64NMk1OeC+2yZSNoBOoR7CC0EzYWGbm+xFDFIzbI011+cLjfZtyJkmMZfumAh02uL3NpV2y+MZ6RAjxibyKrNxxJcVjANSb4eBGwZ1M0KsuyR2poLr5rMl8vaDSeVn6eTWEO2j2xIEcmhwlTKNOi4GMOI8gfuZYkvJ7b4v5Tiumyz7RnHeodFzpS8ASIZCH/AYdWi2z3sG8JtFxJ6fF9yR9CdifBr9Pd6d5V2+zbJKjjCFGGmsHuYFy2ytJq9tUxcLSRSQecppOGKrpUxYfxefMEFK+wOGa4hudQByBVT0L+EKtyACxnRsABhEx1QjVDs1KNI9MbpnhqfE45B6FJvu3hRu5VRU9MhZLmK7fqkKyQSTHNoyMqUFMqXCV3CwAeqEwmVokraK8IuBaGvHjQ0gMYrKjnjyw7uk9uD8tgmsBbFMPnU1bV2ZhkJNkuolUiWys3UPWzs5aaIUz9TBe8zMb+6+nT+6fLy91dlE3xzeDDT4zYszb0bW6NjJd0Rvn2EnLvWLFSdKPpBzInzfRgu8ETyMcH8nIfMnJCeC2PyfTA+UKngcnGH7Hw2hGkVQs5YlIRCtdWZYQ4/73es2JlxkfViOEIhoWJq5Oo6UBBfiKIqFBWhiE3jJGbFwVoxBHTRSuIS67sMeplei24X20shLjG+8gqbKC/bESiNMC+wd5q5id0yeS7CJEqXzmrTWNq3k05l84P6f4/bEmXFJjI0fIt1BGQssUnUDkBYeVhE5TqPnMH3jqogDcP0zKcTgLPTMSzOjhbjuVOmW23l1fYNStulfo6sXlFsGLhbDy5RECPRYGCTgOj2bd4nUQEivEd0H7KKYxqnEhFohuur3a3UPskbH/+Yg0+M5P2MHRJu3ziHh3Z2NCrWt3XF1rWTw8Ne/pfbWYXnDSE0SNZQQt1i18q7te2vOhu7ehWuvVyeu0wbLZi24mhoo6aOOTltzG/lgdVvVoXQq5V+pewkFIzL8fjEcadT55jOjpzFzHuOTtDNrMkJPMVQDd7F09RID72O/UPZ0tmctqZ7kWX6EmSZnDpP8GU67SXM8XE3YSrxbKsx6UReZ4y6n/FVZfJjs9Z7stma75W5yQtkzjk5eSJxk1lv4o7+j8TlhaJ2lsKWZO6lruDPBLib3x5ZN/KGWzZ+pn///evv7OOf4iIBv3oY9L/l1wiJ9p0Tc+F1zZnOE9NxXWEus6IQhr5pMfoqxi8WPsuu0azsns4UC6WzNzHIzbeEx4P/AJ3SefgcFAAA"
|
|
20400
|
+
}
|
|
20401
|
+
}
|
|
20386
20402
|
}
|
|
20387
20403
|
}
|
|
20388
20404
|
}
|
|
@@ -66131,7 +66147,7 @@
|
|
|
66131
66147
|
]
|
|
66132
66148
|
},
|
|
66133
66149
|
"code-scanning-analysis-default": {
|
|
66134
|
-
"summary": "
|
|
66150
|
+
"summary": "application/json response",
|
|
66135
66151
|
"value": {
|
|
66136
66152
|
"ref": "refs/heads/main",
|
|
66137
66153
|
"commit_sha": "c18c69115654ff0166991962832dc2bd7756e655",
|
|
@@ -66150,6 +66166,49 @@
|
|
|
66150
66166
|
"warning": ""
|
|
66151
66167
|
}
|
|
66152
66168
|
},
|
|
66169
|
+
"code-scanning-analysis-sarif": {
|
|
66170
|
+
"summary": "application/json+sarif response",
|
|
66171
|
+
"value": {
|
|
66172
|
+
"runs": [
|
|
66173
|
+
{
|
|
66174
|
+
"tool": {
|
|
66175
|
+
"driver": {
|
|
66176
|
+
"name": "CodeQL",
|
|
66177
|
+
"organization": "GitHub",
|
|
66178
|
+
"semanticVersion": "1.0.0",
|
|
66179
|
+
"rules": [
|
|
66180
|
+
{
|
|
66181
|
+
"id": "js/unused-local-variable",
|
|
66182
|
+
"name": "js/unused-local-variable"
|
|
66183
|
+
}
|
|
66184
|
+
]
|
|
66185
|
+
}
|
|
66186
|
+
},
|
|
66187
|
+
"results": [
|
|
66188
|
+
{
|
|
66189
|
+
"guid": "326aa09f-9af8-13cf-9851-3d0e5183ec38",
|
|
66190
|
+
"message": { "text": "Unused variable foo." },
|
|
66191
|
+
"locations": [
|
|
66192
|
+
{
|
|
66193
|
+
"physicalLocation": {
|
|
66194
|
+
"artifactLocation": { "uri": "file1.js" },
|
|
66195
|
+
"region": { "startLine": 1 }
|
|
66196
|
+
}
|
|
66197
|
+
}
|
|
66198
|
+
],
|
|
66199
|
+
"ruleId": "js/unused-local-variable",
|
|
66200
|
+
"properties": [
|
|
66201
|
+
{ "github/alertNumber": 2 },
|
|
66202
|
+
{
|
|
66203
|
+
"github/alertUrl": "https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2"
|
|
66204
|
+
}
|
|
66205
|
+
]
|
|
66206
|
+
}
|
|
66207
|
+
]
|
|
66208
|
+
}
|
|
66209
|
+
]
|
|
66210
|
+
}
|
|
66211
|
+
},
|
|
66153
66212
|
"code-scanning-analysis-deletion": {
|
|
66154
66213
|
"summary": "Default response",
|
|
66155
66214
|
"value": {
|