octokit-auth-probot
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -6,3 +6,3 @@ import { StrategyOptions } from "./types"; | ||
<T_1 = any>(request: import("@octokit/types").RequestInterface<object>, route: string, parameters?: import("@octokit/types").RequestParameters | undefined): Promise<import("@octokit/types").OctokitResponse<T_1, number>>; | ||
}; | ||
} | ((request: import("@octokit/auth-app/dist-types/types").RequestInterface, route: string | import("@octokit/types").EndpointOptions, parameters?: import("@octokit/types").RequestParameters | undefined) => Promise<import("@octokit/types").OctokitResponse<any, number>>); | ||
}; | ||
@@ -9,0 +9,0 @@ export declare namespace createProbotAuth { |
@@ -14,3 +14,3 @@ import { Octokit } from "@octokit/core"; | ||
}) | (OctokitStrategyOptions & AppAuth.StrategyOptions); | ||
export declare type AuthOptions = TokenAuthTypes["AuthOptions"] | AppAuth.AuthOptions | { | ||
export declare type AuthOptions = TokenAuthTypes["AuthOptions"] | AppAuth.InstallationAuthOptions | { | ||
type: "event-octokit"; | ||
@@ -17,0 +17,0 @@ event: { |
{ | ||
"name": "octokit-auth-probot", | ||
"description": "Octokit authentication strategy that supports token, app (JWT), and event-based installation authentication", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"license": "ISC", | ||
@@ -6,0 +6,0 @@ "files": [ |
26548
327