drapcode-constant 1.5.6 → 1.5.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,10 @@ export declare const pluginCode: {
57
57
  TWITTER_LOGIN: string;
58
58
  STRIPE_PAYMENT_METHODS: string;
59
59
  EMAIL_OTP_AUTHENTICATOR: string;
60
+ AWS_SIGNATURE: string;
60
61
  SMS_OTP_AUTHENTICATOR: string;
62
+ EMAIL_OTP_CONSENT_VALIDATOR: string;
63
+ SMS_OTP_CONSENT_VALIDATOR: string;
61
64
  };
62
65
  export declare const loginPluginCode: string[];
63
66
  export declare const chatGptModels: {
@@ -60,7 +60,10 @@ 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
+ AWS_SIGNATURE: "AWS_SIGNATURE",
63
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",
64
67
  };
65
68
  exports.loginPluginCode = [
66
69
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",