@clerk/types
Advanced tools
Comparing version 2.0.0-alpha.7 to 2.0.0-alpha.8
@@ -1,2 +0,2 @@ | ||
export declare type OAuthProvider = 'facebook' | 'google' | 'hubspot' | 'github' | 'tiktok' | 'gitlab' | 'discord' | 'twitter' | 'twitch' | 'linkedin' | 'dropbox' | 'bitbucket'; | ||
export declare type OAuthProvider = 'facebook' | 'google' | 'hubspot' | 'github' | 'tiktok' | 'gitlab' | 'discord' | 'twitter' | 'twitch' | 'linkedin' | 'dropbox' | 'bitbucket' | 'microsoft'; | ||
export declare type OAuthStrategy = `oauth_${OAuthProvider}`; | ||
@@ -3,0 +3,0 @@ export declare type AuthenticateWithRedirectParams = { |
{ | ||
"name": "@clerk/types", | ||
"version": "2.0.0-alpha.7", | ||
"version": "2.0.0-alpha.8", | ||
"license": "MIT", | ||
@@ -51,3 +51,3 @@ "description": "Typings for Clerk libraries.", | ||
"homepage": "https://clerk.dev/", | ||
"gitHead": "816bd81797e925efc86680fc87c38a86e44c93ec" | ||
"gitHead": "722ba9b52c24f878c34b3c4109a76c8b1454f02d" | ||
} |
@@ -13,3 +13,4 @@ export type OAuthProvider = | ||
| 'dropbox' | ||
| 'bitbucket'; | ||
| 'bitbucket' | ||
| 'microsoft'; | ||
@@ -16,0 +17,0 @@ export type OAuthStrategy = `oauth_${OAuthProvider}`; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141059
2842