From c32979494984f32651a45414db45d711db13c16d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 06:07:39 +0000 Subject: [PATCH] Update dependency @octokit/graphql-schema to v14.9.0 (#627) * Update dependency @octokit/graphql-schema to v14.9.0 * Generated by GitHub Actions (ts / generate) https://github.com/int128/hide-comment-action/actions/runs/5206770228 * Empty commit to trigger GitHub Actions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com> --- package.json | 2 +- src/generated/graphql-types.ts | 8 +++++++- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b31d556f..fee4fb38 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@graphql-codegen/import-types-preset": "2.2.6", "@graphql-codegen/typescript": "4.0.0", "@graphql-codegen/typescript-operations": "4.0.0", - "@octokit/graphql-schema": "14.8.0", + "@octokit/graphql-schema": "14.9.0", "@tsconfig/node16": "1.0.4", "@types/jest": "29.5.2", "@types/node": "16.18.34", diff --git a/src/generated/graphql-types.ts b/src/generated/graphql-types.ts index 4c098af6..90e76200 100644 --- a/src/generated/graphql-types.ts +++ b/src/generated/graphql-types.ts @@ -8043,7 +8043,7 @@ export enum IpAllowListForInstalledAppsEnabledSettingValue { export type IpAllowListOwner = App | Enterprise | Organization; /** An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project. */ -export type Issue = Assignable & Closable & Comment & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment & { +export type Issue = Assignable & Closable & Comment & Deletable & Labelable & Lockable & Node & ProjectV2Owner & Reactable & RepositoryNode & Subscribable & UniformResourceLocatable & Updatable & UpdatableComment & { __typename?: 'Issue'; /** Reason that the conversation was locked. */ activeLockReason?: Maybe; @@ -8149,6 +8149,8 @@ export type Issue = Assignable & Closable & Comment & Labelable & Lockable & Nod userContentEdits?: Maybe; /** Indicates if the object can be closed by the viewer. */ viewerCanClose: Scalars['Boolean']['output']; + /** Check if the current viewer can delete this object. */ + viewerCanDelete: Scalars['Boolean']['output']; /** Can user react to this subject */ viewerCanReact: Scalars['Boolean']['output']; /** Indicates if the object can be reopened by the viewer. */ @@ -14114,10 +14116,14 @@ export type OrganizationMigration = Node & { export enum OrganizationMigrationState { /** The Octoshift migration has failed. */ Failed = 'FAILED', + /** The Octoshift migration has invalid credentials. */ + FailedValidation = 'FAILED_VALIDATION', /** The Octoshift migration is in progress. */ InProgress = 'IN_PROGRESS', /** The Octoshift migration has not started. */ NotStarted = 'NOT_STARTED', + /** The Octoshift migration needs to have its credentials validated. */ + PendingValidation = 'PENDING_VALIDATION', /** The Octoshift migration is performing post repository migrations. */ PostRepoMigration = 'POST_REPO_MIGRATION', /** The Octoshift migration is performing pre repository migrations. */ diff --git a/yarn.lock b/yarn.lock index 83c9dccc..9f217c6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2010,10 +2010,10 @@ is-plain-object "^5.0.0" universal-user-agent "^6.0.0" -"@octokit/graphql-schema@14.8.0": - version "14.8.0" - resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.8.0.tgz#1e8e431ef9ed70ab361d21c750b76c044a040d6f" - integrity sha512-bH1RJFRxFc47GXFmAj23Hmc32Wh7mrMme2onm4t+gxq1KT4RZ1B3qw7PaxDNg88DyzUsZoduSfYI4eU5dWApXQ== +"@octokit/graphql-schema@14.9.0": + version "14.9.0" + resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.9.0.tgz#c3cb76dd20034db633c8455fa27546fc31c771b6" + integrity sha512-AkbnSrNsZovG9UDHaDTlHOtjUWX0fqluzT7u5Ogd9EKzXm5uCwfNu/qf5WhVhn3He1RsuhfcsB3li96VnQ00zQ== dependencies: graphql "^16.0.0" graphql-tag "^2.10.3"