diff --git a/cache/api.github.com.json b/cache/api.github.com.json index a684c5d7..231262c1 100644 --- a/cache/api.github.com.json +++ b/cache/api.github.com.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { @@ -70656,12 +70656,35 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/organization-fine-grained-permission" + "title": "Organization Fine-Grained Permission", + "description": "A fine-grained permission that protects organization resources.", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "required": [ + "name", + "description" + ] } }, "examples": { "default": { - "$ref": "#/components/examples/organization-fine-grained-permission-example" + "value": [ + { + "name": "read_organization_custom_org_role", + "description": "View organization roles" + }, + { + "name": "write_organization_custom_org_role", + "description": "Manage custom organization roles" + } + ] } } } diff --git a/cache/ghec.json b/cache/ghec.json index a0289dec..f72d0179 100644 --- a/cache/ghec.json +++ b/cache/ghec.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { diff --git a/cache/ghes-3.10.json b/cache/ghes-3.10.json index c89d1cb5..f1624718 100644 --- a/cache/ghes-3.10.json +++ b/cache/ghes-3.10.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { @@ -63757,12 +63757,35 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/organization-fine-grained-permission" + "title": "Organization Fine-Grained Permission", + "description": "A fine-grained permission that protects organization resources.", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "required": [ + "name", + "description" + ] } }, "examples": { "default": { - "$ref": "#/components/examples/organization-fine-grained-permission-example" + "value": [ + { + "name": "read_organization_custom_org_role", + "description": "View organization roles" + }, + { + "name": "write_organization_custom_org_role", + "description": "Manage custom organization roles" + } + ] } } } diff --git a/cache/ghes-3.11.json b/cache/ghes-3.11.json index 28936290..74c5b583 100644 --- a/cache/ghes-3.11.json +++ b/cache/ghes-3.11.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { @@ -65260,12 +65260,35 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/organization-fine-grained-permission" + "title": "Organization Fine-Grained Permission", + "description": "A fine-grained permission that protects organization resources.", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "required": [ + "name", + "description" + ] } }, "examples": { "default": { - "$ref": "#/components/examples/organization-fine-grained-permission-example" + "value": [ + { + "name": "read_organization_custom_org_role", + "description": "View organization roles" + }, + { + "name": "write_organization_custom_org_role", + "description": "Manage custom organization roles" + } + ] } } } diff --git a/cache/ghes-3.12.json b/cache/ghes-3.12.json index 054dfb7d..2d7897a6 100644 --- a/cache/ghes-3.12.json +++ b/cache/ghes-3.12.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { @@ -66595,12 +66595,35 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/organization-fine-grained-permission" + "title": "Organization Fine-Grained Permission", + "description": "A fine-grained permission that protects organization resources.", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "required": [ + "name", + "description" + ] } }, "examples": { "default": { - "$ref": "#/components/examples/organization-fine-grained-permission-example" + "value": [ + { + "name": "read_organization_custom_org_role", + "description": "View organization roles" + }, + { + "name": "write_organization_custom_org_role", + "description": "Manage custom organization roles" + } + ] } } } diff --git a/cache/ghes-3.13.json b/cache/ghes-3.13.json index dbd4b52e..900e26d2 100644 --- a/cache/ghes-3.13.json +++ b/cache/ghes-3.13.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { @@ -67302,12 +67302,35 @@ "schema": { "type": "array", "items": { - "$ref": "#/components/schemas/organization-fine-grained-permission" + "title": "Organization Fine-Grained Permission", + "description": "A fine-grained permission that protects organization resources.", + "type": "object", + "properties": { + "name": { + "type": "string" + }, + "description": { + "type": "string" + } + }, + "required": [ + "name", + "description" + ] } }, "examples": { "default": { - "$ref": "#/components/examples/organization-fine-grained-permission-example" + "value": [ + { + "name": "read_organization_custom_org_role", + "description": "View organization roles" + }, + { + "name": "write_organization_custom_org_role", + "description": "Manage custom organization roles" + } + ] } } } diff --git a/cache/ghes-3.14.json b/cache/ghes-3.14.json index 0e65284b..ec54ac67 100644 --- a/cache/ghes-3.14.json +++ b/cache/ghes-3.14.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { diff --git a/cache/ghes-3.15.json b/cache/ghes-3.15.json index 8e54b167..01e87eb9 100644 --- a/cache/ghes-3.15.json +++ b/cache/ghes-3.15.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { diff --git a/cache/github.ae.json b/cache/github.ae.json index 6cc979c6..6dcaab7c 100644 --- a/cache/github.ae.json +++ b/cache/github.ae.json @@ -1,7 +1,7 @@ { "openapi": "3.0.3", "info": { - "version": "17.1.0", + "version": "17.1.1", "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": { diff --git a/packages/openapi-types-ghec/package.json b/packages/openapi-types-ghec/package.json index d3db9654..0e44d2ed 100644 --- a/packages/openapi-types-ghec/package.json +++ b/packages/openapi-types-ghec/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-ghes-3.10/package.json b/packages/openapi-types-ghes-3.10/package.json index 8822b38f..3ef4d10e 100644 --- a/packages/openapi-types-ghes-3.10/package.json +++ b/packages/openapi-types-ghes-3.10/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-ghes-3.10/types.d.ts b/packages/openapi-types-ghes-3.10/types.d.ts index e3653e32..f11a50a2 100644 --- a/packages/openapi-types-ghes-3.10/types.d.ts +++ b/packages/openapi-types-ghes-3.10/types.d.ts @@ -105361,7 +105361,10 @@ export interface operations { /** @description Response */ 200: { content: { - "application/json": components["schemas"]["organization-fine-grained-permission"][]; + "application/json": { + name: string; + description: string; + }[]; }; }; 404: components["responses"]["not_found"]; diff --git a/packages/openapi-types-ghes-3.11/package.json b/packages/openapi-types-ghes-3.11/package.json index 62df980d..940a44e8 100644 --- a/packages/openapi-types-ghes-3.11/package.json +++ b/packages/openapi-types-ghes-3.11/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-ghes-3.11/types.d.ts b/packages/openapi-types-ghes-3.11/types.d.ts index 0321c0dd..78f9f3d4 100644 --- a/packages/openapi-types-ghes-3.11/types.d.ts +++ b/packages/openapi-types-ghes-3.11/types.d.ts @@ -106837,7 +106837,10 @@ export interface operations { /** @description Response */ 200: { content: { - "application/json": components["schemas"]["organization-fine-grained-permission"][]; + "application/json": { + name: string; + description: string; + }[]; }; }; 404: components["responses"]["not_found"]; diff --git a/packages/openapi-types-ghes-3.12/package.json b/packages/openapi-types-ghes-3.12/package.json index cc9dda61..9d9a79bc 100644 --- a/packages/openapi-types-ghes-3.12/package.json +++ b/packages/openapi-types-ghes-3.12/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-ghes-3.12/types.d.ts b/packages/openapi-types-ghes-3.12/types.d.ts index 8a400f12..6dd909f1 100644 --- a/packages/openapi-types-ghes-3.12/types.d.ts +++ b/packages/openapi-types-ghes-3.12/types.d.ts @@ -107979,7 +107979,10 @@ export interface operations { /** @description Response */ 200: { content: { - "application/json": components["schemas"]["organization-fine-grained-permission"][]; + "application/json": { + name: string; + description: string; + }[]; }; }; 404: components["responses"]["not_found"]; diff --git a/packages/openapi-types-ghes-3.13/package.json b/packages/openapi-types-ghes-3.13/package.json index 84afe120..9818ce52 100644 --- a/packages/openapi-types-ghes-3.13/package.json +++ b/packages/openapi-types-ghes-3.13/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-ghes-3.13/types.d.ts b/packages/openapi-types-ghes-3.13/types.d.ts index 02ba6a51..3e37b908 100644 --- a/packages/openapi-types-ghes-3.13/types.d.ts +++ b/packages/openapi-types-ghes-3.13/types.d.ts @@ -108612,7 +108612,10 @@ export interface operations { /** @description Response */ 200: { content: { - "application/json": components["schemas"]["organization-fine-grained-permission"][]; + "application/json": { + name: string; + description: string; + }[]; }; }; 404: components["responses"]["not_found"]; diff --git a/packages/openapi-types-ghes-3.14/package.json b/packages/openapi-types-ghes-3.14/package.json index 94689488..27449c78 100644 --- a/packages/openapi-types-ghes-3.14/package.json +++ b/packages/openapi-types-ghes-3.14/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-ghes-3.15/package.json b/packages/openapi-types-ghes-3.15/package.json index 050757d0..6622c8eb 100644 --- a/packages/openapi-types-ghes-3.15/package.json +++ b/packages/openapi-types-ghes-3.15/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types-github.ae/package.json b/packages/openapi-types-github.ae/package.json index eb3cc4ef..2f283466 100644 --- a/packages/openapi-types-github.ae/package.json +++ b/packages/openapi-types-github.ae/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types/package.json b/packages/openapi-types/package.json index 9405a7c5..9dffdc91 100644 --- a/packages/openapi-types/package.json +++ b/packages/openapi-types/package.json @@ -16,6 +16,6 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "17.1.0" + "openapi-version": "17.1.1" } } diff --git a/packages/openapi-types/types.d.ts b/packages/openapi-types/types.d.ts index 57634ccf..998a326d 100644 --- a/packages/openapi-types/types.d.ts +++ b/packages/openapi-types/types.d.ts @@ -115911,7 +115911,10 @@ export interface operations { /** @description Response */ 200: { content: { - "application/json": components["schemas"]["organization-fine-grained-permission"][]; + "application/json": { + name: string; + description: string; + }[]; }; }; 404: components["responses"]["not_found"];