@raycast/utils
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -110,3 +110,3 @@ import { OAuth } from "@raycast/api"; | ||
*/ | ||
static slack: (options: import("./providers").ProviderOptions) => OAuthService; | ||
static slack: (options: import("./providers").ProviderWithDefaultClientOptions) => OAuthService; | ||
/** | ||
@@ -113,0 +113,0 @@ * Zoom OAuth service provided out of the box. |
@@ -21,5 +21,5 @@ import { OAuthService } from "./OAuthService"; | ||
export declare const linearService: (options: ProviderWithDefaultClientOptions) => OAuthService; | ||
export declare const slackService: (options: ProviderOptions) => OAuthService; | ||
export declare const slackService: (options: ProviderWithDefaultClientOptions) => OAuthService; | ||
export declare const zoomService: (options: ProviderOptions) => OAuthService; | ||
export {}; | ||
//# sourceMappingURL=providers.d.ts.map |
{ | ||
"name": "@raycast/utils", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"description": "Set of utilities to streamline building Raycast extensions", | ||
@@ -5,0 +5,0 @@ "author": "Raycast Technologies Ltd.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
218100