Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-02-03 17:20:53 +00:00
parent 3e913ef09d
commit 9660df3fcc
990 changed files with 74805 additions and 60149 deletions

View file

@ -30,6 +30,16 @@ export type RequestParameters = {
*/
previews?: string[];
};
/**
* The name of the operation to execute.
* Required only if multiple operations are present in the query document.
*/
operationName?: string;
/**
* The GraphQL query string to be sent in the request.
* This is required and must contain a valid GraphQL document.
*/
query?: string;
/**
* Pass custom meta information for the request. The `request` object will be returned as is.
*/

View file

@ -1 +1 @@
export declare const VERSION = "13.7.0";
export declare const VERSION = "13.8.0";

View file

@ -1,6 +1,6 @@
{
"name": "@octokit/types",
"version": "13.7.0",
"version": "13.8.0",
"publishConfig": {
"access": "public",
"provenance": true