Skip to content

Commit

Permalink
Update dependency @octokit/graphql-schema to v15.20.0 (#981)
Browse files Browse the repository at this point in the history
* Update dependency @octokit/graphql-schema to v15.20.0

* Generated by GitHub Actions (ts / generate)

https://github.com/int128/hide-comment-action/actions/runs/9522589979

* 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>
  • Loading branch information
3 people authored Jun 15, 2024
1 parent d9c02ca commit 64324dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@graphql-codegen/import-types-preset": "3.0.0",
"@graphql-codegen/typescript": "4.0.7",
"@graphql-codegen/typescript-operations": "4.2.1",
"@octokit/graphql-schema": "15.19.0",
"@octokit/graphql-schema": "15.20.0",
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6595,6 +6595,10 @@ export type Enterprise = AnnouncementBanner & Node & {
* personal access tokens (classic) with read:enterprise or admin:enterprise scope.
*/
ownerInfo?: Maybe<EnterpriseOwnerInfo>;
/** The raw content of the enterprise README. */
readme?: Maybe<Scalars['String']['output']>;
/** The content of the enterprise README as HTML. */
readmeHTML: Scalars['HTML']['output'];
/** The HTTP path for this enterprise. */
resourcePath: Scalars['URI']['output'];
/** The URL-friendly identifier for the enterprise. */
Expand Down

0 comments on commit 64324dd

Please sign in to comment.