@octokit/openapi 6.0.0 → 6.1.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -85337,6 +85337,20 @@
85337
85337
  "description": "The number of results per page (max 100).",
85338
85338
  "in": "query",
85339
85339
  "schema": { "type": "integer", "default": 30 }
85340
+ },
85341
+ {
85342
+ "name": "before",
85343
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.",
85344
+ "in": "query",
85345
+ "required": false,
85346
+ "schema": { "type": "string" }
85347
+ },
85348
+ {
85349
+ "name": "after",
85350
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.",
85351
+ "in": "query",
85352
+ "required": false,
85353
+ "schema": { "type": "string" }
85340
85354
  }
85341
85355
  ],
85342
85356
  "responses": {
@@ -302318,6 +302332,20 @@
302318
302332
  "description": "The number of results per page (max 100).",
302319
302333
  "in": "query",
302320
302334
  "schema": { "type": "integer", "default": 30 }
302335
+ },
302336
+ {
302337
+ "name": "before",
302338
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.",
302339
+ "in": "query",
302340
+ "required": false,
302341
+ "schema": { "type": "string" }
302342
+ },
302343
+ {
302344
+ "name": "after",
302345
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.",
302346
+ "in": "query",
302347
+ "required": false,
302348
+ "schema": { "type": "string" }
302321
302349
  }
302322
302350
  ],
302323
302351
  "responses": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -11245,7 +11245,13 @@
11245
11245
  { "$ref": "#/components/parameters/secret-scanning-alert-sort" },
11246
11246
  { "$ref": "#/components/parameters/direction" },
11247
11247
  { "$ref": "#/components/parameters/page" },
11248
- { "$ref": "#/components/parameters/per-page" }
11248
+ { "$ref": "#/components/parameters/per-page" },
11249
+ {
11250
+ "$ref": "#/components/parameters/secret-scanning-pagination-before-org-repo"
11251
+ },
11252
+ {
11253
+ "$ref": "#/components/parameters/secret-scanning-pagination-after-org-repo"
11254
+ }
11249
11255
  ],
11250
11256
  "responses": {
11251
11257
  "200": {
@@ -32987,7 +32993,13 @@
32987
32993
  { "$ref": "#/components/parameters/secret-scanning-alert-sort" },
32988
32994
  { "$ref": "#/components/parameters/direction" },
32989
32995
  { "$ref": "#/components/parameters/page" },
32990
- { "$ref": "#/components/parameters/per-page" }
32996
+ { "$ref": "#/components/parameters/per-page" },
32997
+ {
32998
+ "$ref": "#/components/parameters/secret-scanning-pagination-before-org-repo"
32999
+ },
33000
+ {
33001
+ "$ref": "#/components/parameters/secret-scanning-pagination-after-org-repo"
33002
+ }
32991
33003
  ],
32992
33004
  "responses": {
32993
33005
  "200": {
@@ -86166,6 +86178,20 @@
86166
86178
  "required": true,
86167
86179
  "schema": { "type": "integer" }
86168
86180
  },
86181
+ "secret-scanning-pagination-before-org-repo": {
86182
+ "name": "before",
86183
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.",
86184
+ "in": "query",
86185
+ "required": false,
86186
+ "schema": { "type": "string" }
86187
+ },
86188
+ "secret-scanning-pagination-after-org-repo": {
86189
+ "name": "after",
86190
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.",
86191
+ "in": "query",
86192
+ "required": false,
86193
+ "schema": { "type": "string" }
86194
+ },
86169
86195
  "team-slug": {
86170
86196
  "name": "team_slug",
86171
86197
  "description": "The slug of the team name.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -9132,6 +9132,22 @@
9132
9132
  "type": "string"
9133
9133
  },
9134
9134
  "style": "form"
9135
+ },
9136
+ {
9137
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.",
9138
+ "in": "query",
9139
+ "name": "before",
9140
+ "required": false,
9141
+ "schema": { "type": "string" },
9142
+ "style": "form"
9143
+ },
9144
+ {
9145
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.",
9146
+ "in": "query",
9147
+ "name": "after",
9148
+ "required": false,
9149
+ "schema": { "type": "string" },
9150
+ "style": "form"
9135
9151
  }
9136
9152
  ]
9137
9153
  },
@@ -11218,6 +11234,22 @@
11218
11234
  "type": "string"
11219
11235
  },
11220
11236
  "style": "form"
11237
+ },
11238
+ {
11239
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.",
11240
+ "in": "query",
11241
+ "name": "before",
11242
+ "required": false,
11243
+ "schema": { "type": "string" },
11244
+ "style": "form"
11245
+ },
11246
+ {
11247
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.",
11248
+ "in": "query",
11249
+ "name": "after",
11250
+ "required": false,
11251
+ "schema": { "type": "string" },
11252
+ "style": "form"
11221
11253
  }
11222
11254
  ]
11223
11255
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -7775,6 +7775,22 @@
7775
7775
  "type": "string"
7776
7776
  },
7777
7777
  "style": "form"
7778
+ },
7779
+ {
7780
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.",
7781
+ "in": "query",
7782
+ "name": "before",
7783
+ "required": false,
7784
+ "schema": { "type": "string" },
7785
+ "style": "form"
7786
+ },
7787
+ {
7788
+ "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.",
7789
+ "in": "query",
7790
+ "name": "after",
7791
+ "required": false,
7792
+ "schema": { "type": "string" },
7793
+ "style": "form"
7778
7794
  }
7779
7795
  ]
7780
7796
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.0.0",
4
+ "version": "6.1.2",
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" },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.0.0",
6
+ "version": "6.1.2",
7
7
  "description": "GitHub's official OpenAPI spec with Octokit extensions",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -26,10 +26,10 @@
26
26
  "devDependencies": {
27
27
  "@octokit/core": "^3.2.1",
28
28
  "deep-equal": "^2.0.5",
29
- "execa": "^5.1.1",
29
+ "execa": "^6.0.0",
30
30
  "github-enterprise-server-versions": "^1.1.0",
31
31
  "lodash": "^4.17.21",
32
- "map-obj": "^4.3.0",
32
+ "map-obj": "^5.0.0",
33
33
  "prettier": "^2.6.2",
34
34
  "semantic-release": "^19.0.3",
35
35
  "semantic-release-plugin-update-version-in-files": "^1.1.0",