@privy-io/js-sdk-core
Advanced tools
Comparing version 0.30.2 to 0.30.3-beta-20241031170759
@@ -124,2 +124,3 @@ export default class EmailApi { | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -140,2 +141,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -236,6 +238,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -347,2 +345,3 @@ has_accepted_terms: boolean; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -363,2 +362,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -459,6 +459,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -465,0 +461,0 @@ has_accepted_terms: boolean; |
@@ -135,2 +135,3 @@ export default class FarcasterApi { | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -151,2 +152,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -247,6 +249,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -363,2 +361,3 @@ has_accepted_terms: boolean; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -379,2 +378,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -475,6 +475,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -481,0 +477,0 @@ has_accepted_terms: boolean; |
@@ -128,2 +128,3 @@ import type { OAuthProviderType } from '@privy-io/public-api'; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -144,2 +145,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -240,6 +242,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -357,2 +355,3 @@ has_accepted_terms: boolean; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -373,2 +372,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -469,6 +469,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -475,0 +471,0 @@ has_accepted_terms: boolean; |
@@ -124,2 +124,3 @@ export default class PhoneApi { | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -140,2 +141,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -236,6 +238,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -347,2 +345,3 @@ has_accepted_terms: boolean; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -363,2 +362,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -459,6 +459,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -465,0 +461,0 @@ has_accepted_terms: boolean; |
@@ -107,2 +107,3 @@ export default class UserApi { | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -123,2 +124,3 @@ recovery_method: "user-passcode" | "google-drive" | "icloud" | "privy"; | ||
imported: boolean; | ||
delegated: boolean; | ||
wallet_index: number; | ||
@@ -219,6 +221,2 @@ recovery_method: "privy"; | ||
})[]; | ||
delegated_wallets: { | ||
address: string; | ||
chain_type: "solana"; | ||
}[]; | ||
created_at: number; | ||
@@ -225,0 +223,0 @@ has_accepted_terms: boolean; |
{ | ||
"name": "@privy-io/js-sdk-core", | ||
"version": "0.30.2", | ||
"version": "0.30.3-beta-20241031170759", | ||
"description": "Vanilla JS client for the Privy Auth API", | ||
@@ -62,3 +62,3 @@ "keywords": [ | ||
"@privy-io/api-base": "^1.4.0", | ||
"@privy-io/public-api": "2.11.5", | ||
"@privy-io/public-api": "2.11.6-beta-20241031170759", | ||
"eventemitter3": "^5.0.1", | ||
@@ -65,0 +65,0 @@ "fetch-retry": "^5.0.6", |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
860273
6395
+ Added@privy-io/public-api@2.11.6-beta-20241031170759(transitive)
- Removed@privy-io/public-api@2.11.5(transitive)