@dynamic-labs/sdk-api-core
Advanced tools
Comparing version 0.0.484 to 0.0.485
{ | ||
"name": "@dynamic-labs/sdk-api-core", | ||
"version": "0.0.484", | ||
"version": "0.0.485", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -39,2 +39,3 @@ /** | ||
Zerodev = "zerodev", | ||
Telegram = "telegram", | ||
Turnkey = "turnkey", | ||
@@ -41,0 +42,0 @@ CoinbaseWaas = "coinbaseWaas", |
@@ -42,2 +42,3 @@ /* tslint:disable */ | ||
ProviderEnum["Zerodev"] = "zerodev"; | ||
ProviderEnum["Telegram"] = "telegram"; | ||
ProviderEnum["Turnkey"] = "turnkey"; | ||
@@ -44,0 +45,0 @@ ProviderEnum["CoinbaseWaas"] = "coinbaseWaas"; |
@@ -31,3 +31,4 @@ /** | ||
Twitch = "twitch", | ||
Twitter = "twitter" | ||
Twitter = "twitter", | ||
Telegram = "telegram" | ||
} | ||
@@ -34,0 +35,0 @@ export declare function SocialSignInProviderEnumFromJSON(json: any): SocialSignInProviderEnum; |
@@ -35,2 +35,3 @@ /* tslint:disable */ | ||
SocialSignInProviderEnum["Twitter"] = "twitter"; | ||
SocialSignInProviderEnum["Telegram"] = "telegram"; | ||
})(SocialSignInProviderEnum || (SocialSignInProviderEnum = {})); | ||
@@ -37,0 +38,0 @@ function SocialSignInProviderEnumFromJSON(json) { |
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
1383594
33238