Skip to content

Commit 0248354

Browse files
committed
WIP
1 parent c51cfc8 commit 0248354

File tree

23 files changed

+163
-33
lines changed

23 files changed

+163
-33
lines changed

cache/api.github.com.json

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {
@@ -70656,12 +70656,35 @@
7065670656
"schema": {
7065770657
"type": "array",
7065870658
"items": {
70659-
"$ref": "#/components/schemas/organization-fine-grained-permission"
70659+
"title": "Organization Fine-Grained Permission",
70660+
"description": "A fine-grained permission that protects organization resources.",
70661+
"type": "object",
70662+
"properties": {
70663+
"name": {
70664+
"type": "string"
70665+
},
70666+
"description": {
70667+
"type": "string"
70668+
}
70669+
},
70670+
"required": [
70671+
"name",
70672+
"description"
70673+
]
7066070674
}
7066170675
},
7066270676
"examples": {
7066370677
"default": {
70664-
"$ref": "#/components/examples/organization-fine-grained-permission-example"
70678+
"value": [
70679+
{
70680+
"name": "read_organization_custom_org_role",
70681+
"description": "View organization roles"
70682+
},
70683+
{
70684+
"name": "write_organization_custom_org_role",
70685+
"description": "Manage custom organization roles"
70686+
}
70687+
]
7066570688
}
7066670689
}
7066770690
}

cache/ghec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

cache/ghes-3.10.json

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {
@@ -63757,12 +63757,35 @@
6375763757
"schema": {
6375863758
"type": "array",
6375963759
"items": {
63760-
"$ref": "#/components/schemas/organization-fine-grained-permission"
63760+
"title": "Organization Fine-Grained Permission",
63761+
"description": "A fine-grained permission that protects organization resources.",
63762+
"type": "object",
63763+
"properties": {
63764+
"name": {
63765+
"type": "string"
63766+
},
63767+
"description": {
63768+
"type": "string"
63769+
}
63770+
},
63771+
"required": [
63772+
"name",
63773+
"description"
63774+
]
6376163775
}
6376263776
},
6376363777
"examples": {
6376463778
"default": {
63765-
"$ref": "#/components/examples/organization-fine-grained-permission-example"
63779+
"value": [
63780+
{
63781+
"name": "read_organization_custom_org_role",
63782+
"description": "View organization roles"
63783+
},
63784+
{
63785+
"name": "write_organization_custom_org_role",
63786+
"description": "Manage custom organization roles"
63787+
}
63788+
]
6376663789
}
6376763790
}
6376863791
}

cache/ghes-3.11.json

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {
@@ -65260,12 +65260,35 @@
6526065260
"schema": {
6526165261
"type": "array",
6526265262
"items": {
65263-
"$ref": "#/components/schemas/organization-fine-grained-permission"
65263+
"title": "Organization Fine-Grained Permission",
65264+
"description": "A fine-grained permission that protects organization resources.",
65265+
"type": "object",
65266+
"properties": {
65267+
"name": {
65268+
"type": "string"
65269+
},
65270+
"description": {
65271+
"type": "string"
65272+
}
65273+
},
65274+
"required": [
65275+
"name",
65276+
"description"
65277+
]
6526465278
}
6526565279
},
6526665280
"examples": {
6526765281
"default": {
65268-
"$ref": "#/components/examples/organization-fine-grained-permission-example"
65282+
"value": [
65283+
{
65284+
"name": "read_organization_custom_org_role",
65285+
"description": "View organization roles"
65286+
},
65287+
{
65288+
"name": "write_organization_custom_org_role",
65289+
"description": "Manage custom organization roles"
65290+
}
65291+
]
6526965292
}
6527065293
}
6527165294
}

cache/ghes-3.12.json

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {
@@ -66595,12 +66595,35 @@
6659566595
"schema": {
6659666596
"type": "array",
6659766597
"items": {
66598-
"$ref": "#/components/schemas/organization-fine-grained-permission"
66598+
"title": "Organization Fine-Grained Permission",
66599+
"description": "A fine-grained permission that protects organization resources.",
66600+
"type": "object",
66601+
"properties": {
66602+
"name": {
66603+
"type": "string"
66604+
},
66605+
"description": {
66606+
"type": "string"
66607+
}
66608+
},
66609+
"required": [
66610+
"name",
66611+
"description"
66612+
]
6659966613
}
6660066614
},
6660166615
"examples": {
6660266616
"default": {
66603-
"$ref": "#/components/examples/organization-fine-grained-permission-example"
66617+
"value": [
66618+
{
66619+
"name": "read_organization_custom_org_role",
66620+
"description": "View organization roles"
66621+
},
66622+
{
66623+
"name": "write_organization_custom_org_role",
66624+
"description": "Manage custom organization roles"
66625+
}
66626+
]
6660466627
}
6660566628
}
6660666629
}

cache/ghes-3.13.json

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {
@@ -67302,12 +67302,35 @@
6730267302
"schema": {
6730367303
"type": "array",
6730467304
"items": {
67305-
"$ref": "#/components/schemas/organization-fine-grained-permission"
67305+
"title": "Organization Fine-Grained Permission",
67306+
"description": "A fine-grained permission that protects organization resources.",
67307+
"type": "object",
67308+
"properties": {
67309+
"name": {
67310+
"type": "string"
67311+
},
67312+
"description": {
67313+
"type": "string"
67314+
}
67315+
},
67316+
"required": [
67317+
"name",
67318+
"description"
67319+
]
6730667320
}
6730767321
},
6730867322
"examples": {
6730967323
"default": {
67310-
"$ref": "#/components/examples/organization-fine-grained-permission-example"
67324+
"value": [
67325+
{
67326+
"name": "read_organization_custom_org_role",
67327+
"description": "View organization roles"
67328+
},
67329+
{
67330+
"name": "write_organization_custom_org_role",
67331+
"description": "Manage custom organization roles"
67332+
}
67333+
]
6731167334
}
6731267335
}
6731367336
}

cache/ghes-3.14.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

cache/ghes-3.15.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

cache/github.ae.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "17.1.0",
4+
"version": "17.1.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

packages/openapi-types-ghec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-ghes-3.10/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-ghes-3.10/types.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -105361,7 +105361,10 @@ export interface operations {
105361105361
/** @description Response */
105362105362
200: {
105363105363
content: {
105364-
"application/json": components["schemas"]["organization-fine-grained-permission"][];
105364+
"application/json": {
105365+
name: string;
105366+
description: string;
105367+
}[];
105365105368
};
105366105369
};
105367105370
404: components["responses"]["not_found"];

packages/openapi-types-ghes-3.11/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-ghes-3.11/types.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -106837,7 +106837,10 @@ export interface operations {
106837106837
/** @description Response */
106838106838
200: {
106839106839
content: {
106840-
"application/json": components["schemas"]["organization-fine-grained-permission"][];
106840+
"application/json": {
106841+
name: string;
106842+
description: string;
106843+
}[];
106841106844
};
106842106845
};
106843106846
404: components["responses"]["not_found"];

packages/openapi-types-ghes-3.12/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-ghes-3.12/types.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -107979,7 +107979,10 @@ export interface operations {
107979107979
/** @description Response */
107980107980
200: {
107981107981
content: {
107982-
"application/json": components["schemas"]["organization-fine-grained-permission"][];
107982+
"application/json": {
107983+
name: string;
107984+
description: string;
107985+
}[];
107983107986
};
107984107987
};
107985107988
404: components["responses"]["not_found"];

packages/openapi-types-ghes-3.13/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-ghes-3.13/types.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -108612,7 +108612,10 @@ export interface operations {
108612108612
/** @description Response */
108613108613
200: {
108614108614
content: {
108615-
"application/json": components["schemas"]["organization-fine-grained-permission"][];
108615+
"application/json": {
108616+
name: string;
108617+
description: string;
108618+
}[];
108616108619
};
108617108620
};
108618108621
404: components["responses"]["not_found"];

packages/openapi-types-ghes-3.14/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-ghes-3.15/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types-github.ae/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

packages/openapi-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1717
"license": "MIT",
1818
"octokit": {
19-
"openapi-version": "17.1.0"
19+
"openapi-version": "17.1.1"
2020
}
2121
}

0 commit comments

Comments
 (0)