Skip to content

Commit

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

* Generated by GitHub Actions (ts / generate)

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

* 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 May 24, 2024
1 parent e11e418 commit 7ada9c7
Show file tree
Hide file tree
Showing 3 changed files with 22 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.17.0",
"@octokit/graphql-schema": "15.18.0",
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
Expand Down
11 changes: 6 additions & 5 deletions pnpm-lock.yaml

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

15 changes: 15 additions & 0 deletions src/generated/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3459,6 +3459,19 @@ export type ConvertedToDiscussionEvent = Node & {
id: Scalars['ID']['output'];
};

/** Copilot endpoint information */
export type CopilotEndpoints = {
__typename?: 'CopilotEndpoints';
/** Copilot API endpoint */
api: Scalars['String']['output'];
/** Copilot origin tracker endpoint */
originTracker: Scalars['String']['output'];
/** Copilot proxy endpoint */
proxy: Scalars['String']['output'];
/** Copilot telemetry endpoint */
telemetry: Scalars['String']['output'];
};

/** Autogenerated input type of CopyProjectV2 */
export type CopyProjectV2Input = {
/** A unique identifier for the client performing the mutation. */
Expand Down Expand Up @@ -29884,6 +29897,8 @@ export type User = Actor & Node & PackageOwner & ProfileOwner & ProjectOwner & P
companyHTML: Scalars['HTML']['output'];
/** The collection of contributions this user has made to different repositories. */
contributionsCollection: ContributionsCollection;
/** The user's Copilot endpoint information */
copilotEndpoints?: Maybe<CopilotEndpoints>;
/** Identifies the date and time when the object was created. */
createdAt: Scalars['DateTime']['output'];
/** Identifies the primary key from the database. */
Expand Down

0 comments on commit 7ada9c7

Please sign in to comment.