@haechi-labs/face-types
Advanced tools
Comparing version 1.9.5 to 1.10.0-alpha.0
@@ -1,2 +0,9 @@ | ||
export type LoginProviderType = 'google.com' | 'facebook.com' | 'apple.com' | 'kakao.com' | 'twitter.com'; | ||
export declare const LoginProvider: { | ||
readonly Google: "google.com"; | ||
readonly Apple: "apple.com"; | ||
readonly Discord: "discord.com"; | ||
readonly Facebook: "facebook.com"; | ||
readonly Kakao: "kakao.com"; | ||
}; | ||
export type LoginProviderType = typeof LoginProvider[keyof typeof LoginProvider]; | ||
export interface LoginWithIdTokenRequest { | ||
@@ -3,0 +10,0 @@ idToken: string; |
@@ -7,2 +7,11 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LoginProvider = void 0; | ||
exports.LoginProvider = { | ||
Google: 'google.com', | ||
Apple: 'apple.com', | ||
// Twitter: 'twitter.com', TODO: Unsupported Twitter | ||
Discord: 'discord.com', | ||
Facebook: 'facebook.com', | ||
Kakao: 'kakao.com', | ||
}; | ||
//# sourceMappingURL=auth.js.map |
{ | ||
"name": "@haechi-labs/face-types", | ||
"version": "1.9.5", | ||
"version": "1.10.0-alpha.0", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "", | ||
}, | ||
"gitHead": "eb8bbfb60b2a2b277267cff869c1bf7191a705ce", | ||
"gitHead": "9040febb8cbcfbdb8197d818afdfe3472f45b077", | ||
"publishConfig": { | ||
@@ -30,0 +30,0 @@ "access": "public" |
@@ -6,9 +6,13 @@ /* | ||
export type LoginProviderType = | ||
| 'google.com' | ||
| 'facebook.com' | ||
| 'apple.com' | ||
| 'kakao.com' | ||
| 'twitter.com'; | ||
export const LoginProvider = { | ||
Google: 'google.com', | ||
Apple: 'apple.com', | ||
// Twitter: 'twitter.com', TODO: Unsupported Twitter | ||
Discord: 'discord.com', | ||
Facebook: 'facebook.com', | ||
Kakao: 'kakao.com', | ||
} as const; | ||
export type LoginProviderType = typeof LoginProvider[keyof typeof LoginProvider]; | ||
export interface LoginWithIdTokenRequest { | ||
@@ -15,0 +19,0 @@ idToken: string; |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
100737
2075
2