@valentine-efagene/qshelter-common 2.0.115 → 2.0.117

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.
@@ -23,6 +23,12 @@ export declare enum NotificationType {
23
23
  APPLICATION_TERMINATION_REQUESTED = "applicationTerminationRequested",
24
24
  APPLICATION_TERMINATION_APPROVED = "applicationTerminationApproved",
25
25
  APPLICATION_TERMINATED = "applicationTerminated",
26
+ APPLICATION_SUPERSEDED = "applicationSuperseded",
27
+ UNIT_LOCKED = "unitLocked",
28
+ UNIT_RELEASED = "unitReleased",
29
+ QUESTIONNAIRE_PHASE_COMPLETED = "questionnairePhaseCompleted",
30
+ DOCUMENTATION_PHASE_COMPLETED = "documentationPhaseCompleted",
31
+ PAYMENT_PHASE_COMPLETED = "paymentPhaseCompleted",
26
32
  OFFER_LETTER_SENT = "offerLetterSent",
27
33
  OFFER_LETTER_SIGNED = "offerLetterSigned",
28
34
  OFFER_LETTER_EXPIRED = "offerLetterExpired",
@@ -30,6 +30,14 @@ export var NotificationType;
30
30
  NotificationType["APPLICATION_TERMINATION_REQUESTED"] = "applicationTerminationRequested";
31
31
  NotificationType["APPLICATION_TERMINATION_APPROVED"] = "applicationTerminationApproved";
32
32
  NotificationType["APPLICATION_TERMINATED"] = "applicationTerminated";
33
+ NotificationType["APPLICATION_SUPERSEDED"] = "applicationSuperseded";
34
+ // Unit Locking
35
+ NotificationType["UNIT_LOCKED"] = "unitLocked";
36
+ NotificationType["UNIT_RELEASED"] = "unitReleased";
37
+ // Phase Completion
38
+ NotificationType["QUESTIONNAIRE_PHASE_COMPLETED"] = "questionnairePhaseCompleted";
39
+ NotificationType["DOCUMENTATION_PHASE_COMPLETED"] = "documentationPhaseCompleted";
40
+ NotificationType["PAYMENT_PHASE_COMPLETED"] = "paymentPhaseCompleted";
33
41
  // Offer Letters
34
42
  NotificationType["OFFER_LETTER_SENT"] = "offerLetterSent";
35
43
  NotificationType["OFFER_LETTER_SIGNED"] = "offerLetterSigned";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valentine-efagene/qshelter-common",
3
- "version": "2.0.115",
3
+ "version": "2.0.117",
4
4
  "description": "Shared database schemas and utilities for QShelter services",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",