@konplit-services/common 1.0.51 → 1.0.52

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.
@@ -90,6 +90,7 @@ export declare const email_lang: {
90
90
  doc_field_empty: string;
91
91
  email_otp: string;
92
92
  verify_success: string;
93
+ authtoken: string;
93
94
  welcome_email: string;
94
95
  verify_fail: string;
95
96
  phone_verify: string;
@@ -112,6 +112,7 @@ exports.email_lang = {
112
112
  //Registration Email Responses
113
113
  email_otp: "Email Verification Code (OTP) ",
114
114
  verify_success: "Email Verification Success",
115
+ authtoken: "Auth Verification",
115
116
  welcome_email: "Account Activated! Welcome to Valuepay System",
116
117
  verify_fail: "Email Verification Failure",
117
118
  phone_verify: "Phone Number Verified",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",