@valentine-efagene/qshelter-common 2.0.116 → 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.
@@ -26,6 +26,9 @@ export declare enum NotificationType {
26
26
  APPLICATION_SUPERSEDED = "applicationSuperseded",
27
27
  UNIT_LOCKED = "unitLocked",
28
28
  UNIT_RELEASED = "unitReleased",
29
+ QUESTIONNAIRE_PHASE_COMPLETED = "questionnairePhaseCompleted",
30
+ DOCUMENTATION_PHASE_COMPLETED = "documentationPhaseCompleted",
31
+ PAYMENT_PHASE_COMPLETED = "paymentPhaseCompleted",
29
32
  OFFER_LETTER_SENT = "offerLetterSent",
30
33
  OFFER_LETTER_SIGNED = "offerLetterSigned",
31
34
  OFFER_LETTER_EXPIRED = "offerLetterExpired",
@@ -34,6 +34,10 @@ export var NotificationType;
34
34
  // Unit Locking
35
35
  NotificationType["UNIT_LOCKED"] = "unitLocked";
36
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";
37
41
  // Offer Letters
38
42
  NotificationType["OFFER_LETTER_SENT"] = "offerLetterSent";
39
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.116",
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",