/** * Dashboard API * Dashboard API documentation * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The 'turnkey' value is deprecated and will be removed in a future version. * @export * @enum {string} */ export declare enum ProviderEnum { EmailOnly = "emailOnly", MagicLink = "magicLink", Apple = "apple", Bitbucket = "bitbucket", Coinbasesocial = "coinbasesocial", Discord = "discord", Epicgames = "epicgames", Facebook = "facebook", Farcaster = "farcaster", Github = "github", Gitlab = "gitlab", Google = "google", Instagram = "instagram", Linkedin = "linkedin", Microsoft = "microsoft", Twitch = "twitch", Twitter = "twitter", Blocto = "blocto", Banxa = "banxa", CoinbaseOnramp = "coinbaseOnramp", CryptoDotCom = "cryptoDotCom", Dynamic = "dynamic", Alchemy = "alchemy", Zerodev = "zerodev", Telegram = "telegram", Turnkey = "turnkey", CoinbaseWaas = "coinbaseWaas", Sms = "sms", Spotify = "spotify", Tiktok = "tiktok", Line = "line", Steam = "steam", Shopify = "shopify", Zksync = "zksync", Kraken = "kraken", Blockaid = "blockaid", Passkey = "passkey", Okta = "okta", Sendgrid = "sendgrid", Resend = "resend" } export declare function ProviderEnumFromJSON(json: any): ProviderEnum; export declare function ProviderEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderEnum; export declare function ProviderEnumToJSON(value?: ProviderEnum | null): any;