plac-micro-common 1.2.67 → 1.2.68

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.
@@ -1,12 +1,13 @@
1
1
  export declare enum ApplicationStatus {
2
2
  New = "new",// Agent drafting
3
+ Completed = "completed",// Agent completed but not yet submitted
3
4
  Submitted = "submitted",// Agent submitted to Admin
4
5
  InReview = "in_review",// Admin picked up / reviewing
5
6
  EditRequired = "edit_required",// Admin requires Agent to edit/resubmit
6
7
  MoreDocRequired = "more_doc_required",// Admin requires additional docs upload
7
8
  Resubmitted = "resubmitted",// Agent resubmitted after edit/docs
8
9
  Rejected = "rejected",// final reject
9
- Accepted = "accepted",// final accept
10
+ Accepted = "accepted",// final accept
10
11
  Transferred = "transferred",// pushed to core successfully
11
12
  Cancelled = "cancelled"
12
13
  }
@@ -4,6 +4,7 @@ exports.UwAnswerValueType = exports.AppCoverageType = exports.AppPhLaRelation =
4
4
  var ApplicationStatus;
5
5
  (function (ApplicationStatus) {
6
6
  ApplicationStatus["New"] = "new";
7
+ ApplicationStatus["Completed"] = "completed";
7
8
  ApplicationStatus["Submitted"] = "submitted";
8
9
  ApplicationStatus["InReview"] = "in_review";
9
10
  ApplicationStatus["EditRequired"] = "edit_required";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plac-micro-common",
3
- "version": "1.2.67",
3
+ "version": "1.2.68",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {