drapcode-constant 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,6 +56,7 @@ export declare const pluginCode: {
56
56
  FACEBOOK_LOGIN: string;
57
57
  TWITTER_LOGIN: string;
58
58
  STRIPE_PAYMENT_METHODS: string;
59
+ EMAIL_OTP_AUTHENTICATOR: string;
59
60
  };
60
61
  export declare const loginPluginCode: string[];
61
62
  export declare const chatGptModels: {
@@ -59,6 +59,7 @@ exports.pluginCode = {
59
59
  FACEBOOK_LOGIN: "FACEBOOK_LOGIN",
60
60
  TWITTER_LOGIN: "TWITTER_LOGIN",
61
61
  STRIPE_PAYMENT_METHODS: "STRIPE_PAYMENT_METHODS",
62
+ EMAIL_OTP_AUTHENTICATOR: "EMAIL_OTP_AUTHENTICATOR",
62
63
  };
63
64
  exports.loginPluginCode = [
64
65
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",