@valentine-efagene/qshelter-common 2.0.147 → 2.0.148

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.
@@ -37,6 +37,10 @@ export declare enum NotificationType {
37
37
  UNDERWRITING_CONDITIONAL = "underwritingConditional",
38
38
  DOCUMENT_APPROVED = "documentApproved",
39
39
  DOCUMENT_REJECTED = "documentRejected",
40
+ BANK_REVIEW_REQUIRED = "bankReviewRequired",
41
+ STAGE_COMPLETED = "stageCompleted",
42
+ SLA_WARNING = "slaWarning",
43
+ SLA_BREACHED = "slaBreached",
40
44
  ADMIN_CONTRIBUTION_RECEIVED = "adminContributionReceived",
41
45
  ADMIN_PROPERTY_ALLOCATION = "adminPropertyAllocation",
42
46
  ADMIN_INVITE = "adminInviteAdmin",
@@ -49,6 +49,11 @@ export var NotificationType;
49
49
  // Documents
50
50
  NotificationType["DOCUMENT_APPROVED"] = "documentApproved";
51
51
  NotificationType["DOCUMENT_REJECTED"] = "documentRejected";
52
+ // Approval Stages (Bank/Organization Reviews)
53
+ NotificationType["BANK_REVIEW_REQUIRED"] = "bankReviewRequired";
54
+ NotificationType["STAGE_COMPLETED"] = "stageCompleted";
55
+ NotificationType["SLA_WARNING"] = "slaWarning";
56
+ NotificationType["SLA_BREACHED"] = "slaBreached";
52
57
  // Admin
53
58
  NotificationType["ADMIN_CONTRIBUTION_RECEIVED"] = "adminContributionReceived";
54
59
  NotificationType["ADMIN_PROPERTY_ALLOCATION"] = "adminPropertyAllocation";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valentine-efagene/qshelter-common",
3
- "version": "2.0.147",
3
+ "version": "2.0.148",
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",