drapcode-constant 1.5.5 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,6 +123,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
123
123
  '<script type="text/javascript" src="/resources/action/awsSnsActions.js"></script>',
124
124
  '<script type="text/javascript" src="/resources/action/docusignActions.js"></script>',
125
125
  '<script type="text/javascript" src="/resources/action/anyFileToTextActions.js"></script>',
126
+ '<script type="text/javascript" src="/resources/action/textAnonymizationActions.js"></script>',
126
127
  '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js"></script>',
127
128
  '<script src="https://unpkg.com/@popperjs/core@2"></script>',
128
129
  '<script src="https://unpkg.com/tippy.js@6"></script>',
@@ -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
+ AWS_SIGNATURE: string;
60
61
  SMS_OTP_AUTHENTICATOR: string;
61
62
  };
62
63
  export declare const loginPluginCode: string[];
@@ -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
+ AWS_SIGNATURE: "AWS_SIGNATURE",
63
64
  SMS_OTP_AUTHENTICATOR: "SMS_OTP_AUTHENTICATOR",
64
65
  };
65
66
  exports.loginPluginCode = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.5.5",
3
+ "version": "1.5.7",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",