drapcode-constant 1.5.4 → 1.5.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,7 @@ export declare const pluginCode: {
|
|
57
57
|
TWITTER_LOGIN: string;
|
58
58
|
STRIPE_PAYMENT_METHODS: string;
|
59
59
|
EMAIL_OTP_AUTHENTICATOR: string;
|
60
|
+
SMS_OTP_AUTHENTICATOR: string;
|
60
61
|
};
|
61
62
|
export declare const loginPluginCode: string[];
|
62
63
|
export declare const chatGptModels: {
|
@@ -60,6 +60,7 @@ exports.pluginCode = {
|
|
60
60
|
TWITTER_LOGIN: "TWITTER_LOGIN",
|
61
61
|
STRIPE_PAYMENT_METHODS: "STRIPE_PAYMENT_METHODS",
|
62
62
|
EMAIL_OTP_AUTHENTICATOR: "EMAIL_OTP_AUTHENTICATOR",
|
63
|
+
SMS_OTP_AUTHENTICATOR: "SMS_OTP_AUTHENTICATOR",
|
63
64
|
};
|
64
65
|
exports.loginPluginCode = [
|
65
66
|
exports.pluginCode.LOGIN,
|