clarion-shared-types 1.0.67 → 1.0.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.
- package/dist/cjs/modules/incident/enums/incident-actions.enum.js +4 -1
- package/dist/cjs/modules/incident/enums/incident-actions.enum.js.map +1 -1
- package/dist/esm/modules/incident/enums/incident-actions.enum.js +4 -1
- package/dist/esm/modules/incident/enums/incident-actions.enum.js.map +1 -1
- package/dist/types/modules/incident/enums/incident-actions.enum.d.ts +4 -1
- package/dist/types/modules/web-notification/interfaces/web-notification.d.ts +2 -2
- package/package.json +1 -1
|
@@ -4,8 +4,11 @@ exports.IncidentActions = void 0;
|
|
|
4
4
|
var IncidentActions;
|
|
5
5
|
(function (IncidentActions) {
|
|
6
6
|
IncidentActions["CREATED"] = "Created";
|
|
7
|
-
IncidentActions["STATUS_CHANGED"] = "Status Changed";
|
|
8
7
|
IncidentActions["UPDATED"] = "Updated";
|
|
8
|
+
IncidentActions["STATUS_CHANGED"] = "Status Changed";
|
|
9
|
+
IncidentActions["ESCALATED"] = "Escalated";
|
|
10
|
+
IncidentActions["RESOLVED"] = "Resolved";
|
|
11
|
+
IncidentActions["ON_HOLD"] = "On Hold";
|
|
9
12
|
IncidentActions["ASSIGNED"] = "Assigned";
|
|
10
13
|
IncidentActions["RESPONSE_UNIT_ASSIGNED"] = "Response Unit Assigned";
|
|
11
14
|
IncidentActions["REOPENED"] = "Reopened";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"incident-actions.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-actions.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"incident-actions.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-actions.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAgBX;AAhBD,WAAY,eAAe;IACvB,sCAAmB,CAAA;IACnB,sCAAmB,CAAA;IACnB,oDAAiC,CAAA;IACjC,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,wCAAqB,CAAA;IACrB,oEAAiD,CAAA;IACjD,wCAAqB,CAAA;IACrB,oDAAiC,CAAA;IACjC,0CAAuB,CAAA;IACvB,wDAAqC,CAAA;IACrC,gDAA6B,CAAA;IAC7B,iEAA8C,CAAA;IAC9C,0CAAuB,CAAA;AAC3B,CAAC,EAhBW,eAAe,+BAAf,eAAe,QAgB1B"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
export var IncidentActions;
|
|
2
2
|
(function (IncidentActions) {
|
|
3
3
|
IncidentActions["CREATED"] = "Created";
|
|
4
|
-
IncidentActions["STATUS_CHANGED"] = "Status Changed";
|
|
5
4
|
IncidentActions["UPDATED"] = "Updated";
|
|
5
|
+
IncidentActions["STATUS_CHANGED"] = "Status Changed";
|
|
6
|
+
IncidentActions["ESCALATED"] = "Escalated";
|
|
7
|
+
IncidentActions["RESOLVED"] = "Resolved";
|
|
8
|
+
IncidentActions["ON_HOLD"] = "On Hold";
|
|
6
9
|
IncidentActions["ASSIGNED"] = "Assigned";
|
|
7
10
|
IncidentActions["RESPONSE_UNIT_ASSIGNED"] = "Response Unit Assigned";
|
|
8
11
|
IncidentActions["REOPENED"] = "Reopened";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"incident-actions.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-actions.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"incident-actions.enum.js","sourceRoot":"","sources":["../../../../../src/modules/incident/enums/incident-actions.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,eAgBX;AAhBD,WAAY,eAAe;IACvB,sCAAmB,CAAA;IACnB,sCAAmB,CAAA;IACnB,oDAAiC,CAAA;IACjC,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,wCAAqB,CAAA;IACrB,oEAAiD,CAAA;IACjD,wCAAqB,CAAA;IACrB,oDAAiC,CAAA;IACjC,0CAAuB,CAAA;IACvB,wDAAqC,CAAA;IACrC,gDAA6B,CAAA;IAC7B,iEAA8C,CAAA;IAC9C,0CAAuB,CAAA;AAC3B,CAAC,EAhBW,eAAe,KAAf,eAAe,QAgB1B"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export declare enum IncidentActions {
|
|
2
2
|
CREATED = "Created",
|
|
3
|
-
STATUS_CHANGED = "Status Changed",
|
|
4
3
|
UPDATED = "Updated",
|
|
4
|
+
STATUS_CHANGED = "Status Changed",
|
|
5
|
+
ESCALATED = "Escalated",
|
|
6
|
+
RESOLVED = "Resolved",
|
|
7
|
+
ON_HOLD = "On Hold",
|
|
5
8
|
ASSIGNED = "Assigned",
|
|
6
9
|
RESPONSE_UNIT_ASSIGNED = "Response Unit Assigned",
|
|
7
10
|
REOPENED = "Reopened",
|
|
@@ -24,8 +24,8 @@ export interface WebNotification<TEntity = any> {
|
|
|
24
24
|
clickAction?: string;
|
|
25
25
|
userId: number;
|
|
26
26
|
actorUserId?: number;
|
|
27
|
-
controlCentreId?:
|
|
28
|
-
organizationId:
|
|
27
|
+
controlCentreId?: number;
|
|
28
|
+
organizationId: number;
|
|
29
29
|
metadata?: Record<string, any>;
|
|
30
30
|
clickedAt?: string;
|
|
31
31
|
createdAt: string;
|