drapcode-constant 1.5.7 → 1.5.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -59,6 +59,8 @@ export declare const pluginCode: {
|
|
59
59
|
EMAIL_OTP_AUTHENTICATOR: string;
|
60
60
|
AWS_SIGNATURE: string;
|
61
61
|
SMS_OTP_AUTHENTICATOR: string;
|
62
|
+
EMAIL_OTP_CONSENT_VALIDATOR: string;
|
63
|
+
SMS_OTP_CONSENT_VALIDATOR: string;
|
62
64
|
};
|
63
65
|
export declare const loginPluginCode: string[];
|
64
66
|
export declare const chatGptModels: {
|
@@ -62,6 +62,8 @@ exports.pluginCode = {
|
|
62
62
|
EMAIL_OTP_AUTHENTICATOR: "EMAIL_OTP_AUTHENTICATOR",
|
63
63
|
AWS_SIGNATURE: "AWS_SIGNATURE",
|
64
64
|
SMS_OTP_AUTHENTICATOR: "SMS_OTP_AUTHENTICATOR",
|
65
|
+
EMAIL_OTP_CONSENT_VALIDATOR: "EMAIL_OTP_CONSENT_VALIDATOR",
|
66
|
+
SMS_OTP_CONSENT_VALIDATOR: "SMS_OTP_CONSENT_VALIDATOR",
|
65
67
|
};
|
66
68
|
exports.loginPluginCode = [
|
67
69
|
exports.pluginCode.LOGIN,
|