@kipicore/dbcore 1.1.188 → 1.1.189

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.
@@ -43,7 +43,8 @@ export declare enum USER_ERROR_MESSAGES {
43
43
  INVALID_DATA = "Invalid data provided for user operation.",
44
44
  DELETE_FAIL_HAS_INSTITUTE_JOINED = "Unable to delete account: user data linked with existing institute.",
45
45
  UPDATE_YOUR_PROFILE = "Invalid Request Please Update Your Profile , In Profile Have not Request Subject",
46
- UID_NO_EXITS = "Given Uid No already exits"
46
+ UID_NO_EXITS = "Given Uid No already exits",
47
+ PASSWORD_NOT_EXIST = "Account created using social account.You have to set password for login with password!"
47
48
  }
48
49
  export declare const USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES: {
49
50
  NOT_FOUND: string;
@@ -51,6 +51,7 @@ var USER_ERROR_MESSAGES;
51
51
  USER_ERROR_MESSAGES["DELETE_FAIL_HAS_INSTITUTE_JOINED"] = "Unable to delete account: user data linked with existing institute.";
52
52
  USER_ERROR_MESSAGES["UPDATE_YOUR_PROFILE"] = "Invalid Request Please Update Your Profile , In Profile Have not Request Subject";
53
53
  USER_ERROR_MESSAGES["UID_NO_EXITS"] = "Given Uid No already exits";
54
+ USER_ERROR_MESSAGES["PASSWORD_NOT_EXIST"] = "Account created using social account.You have to set password for login with password!";
54
55
  })(USER_ERROR_MESSAGES || (exports.USER_ERROR_MESSAGES = USER_ERROR_MESSAGES = {}));
55
56
  exports.USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES = {
56
57
  NOT_FOUND: 'User fee type account record not found.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.188",
3
+ "version": "1.1.189",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",