@konplit-services/common 1.0.40 → 1.0.41

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.
@@ -3,6 +3,8 @@ export declare const lang: {
3
3
  user_not_found: string;
4
4
  invalid_user: string;
5
5
  user_exist: string;
6
+ user_email_exist: string;
7
+ user_phone_exist: string;
6
8
  user_email_not_verfied: string;
7
9
  user_phone_not_verfied: string;
8
10
  invalid_key: string;
@@ -8,6 +8,8 @@ exports.lang = {
8
8
  //user
9
9
  invalid_user: "invalid email or password",
10
10
  user_exist: "user already exists",
11
+ user_email_exist: "user emal already exists",
12
+ user_phone_exist: "user phone number already exists",
11
13
  user_email_not_verfied: "user email not verified",
12
14
  user_phone_not_verfied: "user phone not verified",
13
15
  invalid_key: "invalid key",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",