From 64b64d559fb6b81255da2200622c60c9107569f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 11:31:06 -0700 Subject: [PATCH] fix(TypeScript): description updates (#47) Co-authored-by: Octokit Bot <33075676+octokitbot@users.noreply.github.com> --- scripts/update-endpoints/generated/endpoints.json | 6 +++--- src/generated/Endpoints.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index d9a8d26f7..e8a8569b3 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -6359,7 +6359,7 @@ "alias": null, "allowNull": false, "deprecated": null, - "description": "Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account.", + "description": "Either `true` to create a private repository or `false` to create a public one.", "enum": null, "name": "private", "type": "boolean", @@ -9849,7 +9849,7 @@ "alias": null, "allowNull": false, "deprecated": null, - "description": "Either `true` to make the repository private or `false` to make it public. Creating private repositories requires a paid GitHub account. Default: `false`. \n**Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.", + "description": "Either `true` to make the repository private or `false` to make it public. Default: `false`. \n**Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private.", "enum": null, "name": "private", "type": "boolean", @@ -36521,7 +36521,7 @@ "alias": null, "allowNull": false, "deprecated": null, - "description": "Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account.", + "description": "Either `true` to create a private repository or `false` to create a public one.", "enum": null, "name": "private", "type": "boolean", diff --git a/src/generated/Endpoints.ts b/src/generated/Endpoints.ts index 98daee408..52cab435a 100644 --- a/src/generated/Endpoints.ts +++ b/src/generated/Endpoints.ts @@ -9455,7 +9455,7 @@ type ReposCreateInOrgEndpoint = { */ homepage?: string; /** - * Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account. + * Either `true` to create a private repository or `false` to create a public one. */ private?: boolean; /** @@ -13028,7 +13028,7 @@ type ReposUpdateEndpoint = { */ homepage?: string; /** - * Either `true` to make the repository private or `false` to make it public. Creating private repositories requires a paid GitHub account. Default: `false`. + * Either `true` to make the repository private or `false` to make it public. Default: `false`. * **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. **Note**: You will get a `422` error if the organization restricts [changing repository visibility](https://help.github.com/articles/repository-permission-levels-for-an-organization#changing-the-visibility-of-repositories) to organization owners and a non-owner tries to change the value of private. */ private?: boolean; @@ -38033,7 +38033,7 @@ type ReposCreateForAuthenticatedUserEndpoint = { */ homepage?: string; /** - * Either `true` to create a private repository or `false` to create a public one. Creating private repositories requires a paid GitHub account. + * Either `true` to create a private repository or `false` to create a public one. */ private?: boolean; /**