Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions cache/api.github.com.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "3.1.1",
"version": "3.1.2",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -29744,7 +29744,12 @@
{ "$ref": "#/components/parameters/owner" },
{ "$ref": "#/components/parameters/repo" },
{ "$ref": "#/components/parameters/release-id" },
{ "name": "name", "in": "query", "schema": { "type": "string" } },
{
"name": "name",
"in": "query",
"required": true,
"schema": { "type": "string" }
},
{ "name": "label", "in": "query", "schema": { "type": "string" } }
],
"requestBody": {
Expand Down Expand Up @@ -51682,6 +51687,7 @@
"ref": { "type": "string" },
"repo": {
"type": "object",
"nullable": true,
"properties": {
"archive_url": { "type": "string" },
"assignees_url": { "type": "string" },
Expand Down
10 changes: 8 additions & 2 deletions cache/ghes-2.22.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "3.1.1",
"version": "3.1.2",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -27421,7 +27421,12 @@
{ "$ref": "#/components/parameters/owner" },
{ "$ref": "#/components/parameters/repo" },
{ "$ref": "#/components/parameters/release-id" },
{ "name": "name", "in": "query", "schema": { "type": "string" } },
{
"name": "name",
"in": "query",
"required": true,
"schema": { "type": "string" }
},
{ "name": "label", "in": "query", "schema": { "type": "string" } }
],
"requestBody": {
Expand Down Expand Up @@ -45779,6 +45784,7 @@
"ref": { "type": "string" },
"repo": {
"type": "object",
"nullable": true,
"properties": {
"archive_url": { "type": "string" },
"assignees_url": { "type": "string" },
Expand Down
10 changes: 8 additions & 2 deletions cache/ghes-3.0.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "3.1.1",
"version": "3.1.2",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -28581,7 +28581,12 @@
{ "$ref": "#/components/parameters/owner" },
{ "$ref": "#/components/parameters/repo" },
{ "$ref": "#/components/parameters/release-id" },
{ "name": "name", "in": "query", "schema": { "type": "string" } },
{
"name": "name",
"in": "query",
"required": true,
"schema": { "type": "string" }
},
{ "name": "label", "in": "query", "schema": { "type": "string" } }
],
"requestBody": {
Expand Down Expand Up @@ -47106,6 +47111,7 @@
"ref": { "type": "string" },
"repo": {
"type": "object",
"nullable": true,
"properties": {
"archive_url": { "type": "string" },
"assignees_url": { "type": "string" },
Expand Down
10 changes: 8 additions & 2 deletions cache/ghes-3.1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "3.1.1",
"version": "3.1.2",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -28915,7 +28915,12 @@
{ "$ref": "#/components/parameters/owner" },
{ "$ref": "#/components/parameters/repo" },
{ "$ref": "#/components/parameters/release-id" },
{ "name": "name", "in": "query", "schema": { "type": "string" } },
{
"name": "name",
"in": "query",
"required": true,
"schema": { "type": "string" }
},
{ "name": "label", "in": "query", "schema": { "type": "string" } }
],
"requestBody": {
Expand Down Expand Up @@ -47746,6 +47751,7 @@
"ref": { "type": "string" },
"repo": {
"type": "object",
"nullable": true,
"properties": {
"archive_url": { "type": "string" },
"assignees_url": { "type": "string" },
Expand Down
10 changes: 8 additions & 2 deletions cache/github.ae.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "3.1.1",
"version": "3.1.2",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -26086,7 +26086,12 @@
{ "$ref": "#/components/parameters/owner" },
{ "$ref": "#/components/parameters/repo" },
{ "$ref": "#/components/parameters/release-id" },
{ "name": "name", "in": "query", "schema": { "type": "string" } },
{
"name": "name",
"in": "query",
"required": true,
"schema": { "type": "string" }
},
{ "name": "label", "in": "query", "schema": { "type": "string" } }
],
"requestBody": {
Expand Down Expand Up @@ -44235,6 +44240,7 @@
"ref": { "type": "string" },
"repo": {
"type": "object",
"nullable": true,
"properties": {
"archive_url": { "type": "string" },
"assignees_url": { "type": "string" },
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-2.22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": { "openapi-version": "3.1.1" }
"octokit": { "openapi-version": "3.1.2" }
}
4 changes: 2 additions & 2 deletions packages/openapi-types-ghes-2.22/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8156,7 +8156,7 @@ export interface components {
watchers_count: number;
created_at: string;
updated_at: string;
};
} | null;
sha: string;
user: {
avatar_url: string;
Expand Down Expand Up @@ -23710,7 +23710,7 @@ export interface operations {
release_id: components["parameters"]["release-id"];
};
query: {
name?: string;
name: string;
label?: string;
};
};
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": { "openapi-version": "3.1.1" }
"octokit": { "openapi-version": "3.1.2" }
}
4 changes: 2 additions & 2 deletions packages/openapi-types-ghes-3.0/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8445,7 +8445,7 @@ export interface components {
watchers_count: number;
created_at: string;
updated_at: string;
};
} | null;
sha: string;
user: {
avatar_url: string;
Expand Down Expand Up @@ -24734,7 +24734,7 @@ export interface operations {
release_id: components["parameters"]["release-id"];
};
query: {
name?: string;
name: string;
label?: string;
};
};
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": { "openapi-version": "3.1.1" }
"octokit": { "openapi-version": "3.1.2" }
}
4 changes: 2 additions & 2 deletions packages/openapi-types-ghes-3.1/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8680,7 +8680,7 @@ export interface components {
watchers_count: number;
created_at: string;
updated_at: string;
};
} | null;
sha: string;
user: {
avatar_url: string;
Expand Down Expand Up @@ -25305,7 +25305,7 @@ export interface operations {
release_id: components["parameters"]["release-id"];
};
query: {
name?: string;
name: string;
label?: string;
};
};
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-github.ae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": { "openapi-version": "3.1.1" }
"octokit": { "openapi-version": "3.1.2" }
}
4 changes: 2 additions & 2 deletions packages/openapi-types-github.ae/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8056,7 +8056,7 @@ export interface components {
watchers_count: number;
created_at: string;
updated_at: string;
};
} | null;
sha: string;
user: {
avatar_url: string;
Expand Down Expand Up @@ -22932,7 +22932,7 @@ export interface operations {
release_id: components["parameters"]["release-id"];
};
query: {
name?: string;
name: string;
label?: string;
};
};
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"types": "types.d.ts",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": { "openapi-version": "3.1.1" }
"octokit": { "openapi-version": "3.1.2" }
}
4 changes: 2 additions & 2 deletions packages/openapi-types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9820,7 +9820,7 @@ export interface components {
watchers_count: number;
created_at: string;
updated_at: string;
};
} | null;
sha: string;
user: {
avatar_url: string;
Expand Down Expand Up @@ -27539,7 +27539,7 @@ export interface operations {
release_id: components["parameters"]["release-id"];
};
query: {
name?: string;
name: string;
label?: string;
};
};
Expand Down