docta-package 1.2.33 → 1.2.35

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.
@@ -25,5 +25,6 @@ export declare enum EnumStatusCode {
25
25
  DOCTOR_DEACTIVATED = "DOCTOR_DEACTIVATED",
26
26
  INVALID_TIME_GAP = "INVALID_TIME_GAP",
27
27
  OVERLAP_EXISTS = "OVERLAP_EXISTS",
28
- BOLD_TIME_ERROR = "BOLD_TIME_ERROR"
28
+ BOLD_TIME_ERROR = "BOLD_TIME_ERROR",
29
+ LOGGED_IN_SUCCESSFULLY = "LOGGED_IN_SUCCESSFULLY"
29
30
  }
@@ -30,4 +30,5 @@ var EnumStatusCode;
30
30
  EnumStatusCode["INVALID_TIME_GAP"] = "INVALID_TIME_GAP";
31
31
  EnumStatusCode["OVERLAP_EXISTS"] = "OVERLAP_EXISTS";
32
32
  EnumStatusCode["BOLD_TIME_ERROR"] = "BOLD_TIME_ERROR";
33
+ EnumStatusCode["LOGGED_IN_SUCCESSFULLY"] = "LOGGED_IN_SUCCESSFULLY";
33
34
  })(EnumStatusCode || (exports.EnumStatusCode = EnumStatusCode = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docta-package",
3
- "version": "1.2.33",
3
+ "version": "1.2.35",
4
4
  "description": "This package will contail all the required files to run the docta micro-service app",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",