@privy-io/public-api
Advanced tools
Comparing version 1.3.0-beta-20231002151026 to 1.3.0-beta-20231002184050
@@ -161,2 +161,3 @@ var $gPw21$privyioapibase = require("@privy-io/api-base"); | ||
github_oauth: (0, $gPw21$privyioapibase.z).boolean(), | ||
tiktok_oauth: (0, $gPw21$privyioapibase.z).boolean(), | ||
linkedin_oauth: (0, $gPw21$privyioapibase.z).boolean(), | ||
@@ -277,2 +278,3 @@ apple_oauth: (0, $gPw21$privyioapibase.z).boolean(), | ||
"github", | ||
"tiktok", | ||
"linkedin", | ||
@@ -418,2 +420,3 @@ "apple" | ||
$parcel$export($c51512243cb13f0a$exports, "LinkedInOauthAccount", () => $c51512243cb13f0a$export$25b982740d2e431c); | ||
$parcel$export($c51512243cb13f0a$exports, "TiktokOauthAccount", () => $c51512243cb13f0a$export$5e8143c3f32ac816); | ||
$parcel$export($c51512243cb13f0a$exports, "AppleOauthAccount", () => $c51512243cb13f0a$export$67af8a2e34850611); | ||
@@ -505,2 +508,8 @@ $parcel$export($c51512243cb13f0a$exports, "CustomJwtAccount", () => $c51512243cb13f0a$export$5da87a1cf22b57d0); | ||
}); | ||
const $c51512243cb13f0a$export$5e8143c3f32ac816 = (0, $gPw21$privyioapibase.z).object({ | ||
type: (0, $gPw21$privyioapibase.z).literal("tiktok_oauth"), | ||
subject: (0, $gPw21$privyioapibase.z).string(), | ||
username: (0, $gPw21$privyioapibase.z).string().nullable(), | ||
verified_at: (0, $gPw21$privyioapibase.z).number() | ||
}); | ||
const $c51512243cb13f0a$export$67af8a2e34850611 = (0, $gPw21$privyioapibase.z).object({ | ||
@@ -526,2 +535,3 @@ type: (0, $gPw21$privyioapibase.z).literal("apple_oauth"), | ||
$c51512243cb13f0a$export$55430b29b82d98a8, | ||
$c51512243cb13f0a$export$5e8143c3f32ac816, | ||
$c51512243cb13f0a$export$25b982740d2e431c, | ||
@@ -528,0 +538,0 @@ $c51512243cb13f0a$export$67af8a2e34850611, |
{ | ||
"name": "@privy-io/public-api", | ||
"version": "1.3.0-beta-20231002151026", | ||
"version": "1.3.0-beta-20231002184050", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "npm": ">=8.0.0 <10.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
227123
4619