clarion-shared-types 1.0.5 → 1.0.7

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.
@@ -31,4 +31,5 @@ __exportStar(require("./intefaces/incident-reporter"), exports);
31
31
  __exportStar(require("./intefaces/incident-type"), exports);
32
32
  __exportStar(require("./intefaces/incident-assignment"), exports);
33
33
  __exportStar(require("./intefaces/incident-response-unit-assignment"), exports);
34
+ __exportStar(require("./intefaces/incident-status-changed"), exports);
34
35
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/incident/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,OAAO;AACP,+DAA6C;AAC7C,gEAA8C;AAC9C,8DAA4C;AAC5C,iEAA+C;AAC/C,+DAA6C;AAC7C,gEAA8C;AAC9C,4EAA0D;AAE1D,YAAY;AACZ,uDAAqC;AACrC,8DAA4C;AAC5C,kEAAgD;AAChD,gEAA8C;AAC9C,gEAA8C;AAC9C,4DAA0C;AAC1C,kEAAgD;AAChD,gFAA8D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/incident/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,OAAO;AACP,+DAA6C;AAC7C,gEAA8C;AAC9C,8DAA4C;AAC5C,iEAA+C;AAC/C,+DAA6C;AAC7C,gEAA8C;AAC9C,4EAA0D;AAE1D,YAAY;AACZ,uDAAqC;AACrC,8DAA4C;AAC5C,kEAAgD;AAChD,gEAA8C;AAC9C,gEAA8C;AAC9C,4DAA0C;AAC1C,kEAAgD;AAChD,gFAA8D;AAC9D,sEAAoD"}
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=workflow-query-info.js.map
3
+ //# sourceMappingURL=incident-status-changed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incident-status-changed.js","sourceRoot":"","sources":["../../../../../src/modules/incident/intefaces/incident-status-changed.ts"],"names":[],"mappings":""}
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./interfaces/workflow-query-info"), exports);
18
17
  __exportStar(require("./interfaces/workflow-state"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/workflow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AACjD,8DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/workflow/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C"}
@@ -15,4 +15,5 @@ export * from './intefaces/incident-reporter';
15
15
  export * from './intefaces/incident-type';
16
16
  export * from './intefaces/incident-assignment';
17
17
  export * from './intefaces/incident-response-unit-assignment';
18
+ export * from './intefaces/incident-status-changed';
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/incident/index.ts"],"names":[],"mappings":"AAAA,OAAO;AACP,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC;AAE1D,YAAY;AACZ,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/incident/index.ts"],"names":[],"mappings":"AAAA,OAAO;AACP,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2CAA2C,CAAC;AAE1D,YAAY;AACZ,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC;AAChD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,qCAAqC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=incident-status-changed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incident-status-changed.js","sourceRoot":"","sources":["../../../../../src/modules/incident/intefaces/incident-status-changed.ts"],"names":[],"mappings":""}
@@ -1,3 +1,2 @@
1
- export * from './interfaces/workflow-query-info';
2
1
  export * from './interfaces/workflow-state';
3
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/workflow/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/workflow/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -13,3 +13,4 @@ export * from './intefaces/incident-reporter';
13
13
  export * from './intefaces/incident-type';
14
14
  export * from './intefaces/incident-assignment';
15
15
  export * from './intefaces/incident-response-unit-assignment';
16
+ export * from './intefaces/incident-status-changed';
@@ -0,0 +1,6 @@
1
+ import { Incident } from "./incident";
2
+ export interface IncidentStatusChanged {
3
+ incident: Incident;
4
+ extensionDays?: number;
5
+ timestamp?: number;
6
+ }
@@ -1,2 +1 @@
1
- export * from './interfaces/workflow-query-info';
2
1
  export * from './interfaces/workflow-state';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clarion-shared-types",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -1 +0,0 @@
1
- {"version":3,"file":"workflow-query-info.js","sourceRoot":"","sources":["../../../../../src/modules/workflow/interfaces/workflow-query-info.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=workflow-query-info.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workflow-query-info.js","sourceRoot":"","sources":["../../../../../src/modules/workflow/interfaces/workflow-query-info.ts"],"names":[],"mappings":""}
@@ -1,27 +0,0 @@
1
- export interface WorkflowQueryInfo {
2
- expirationDescription: string;
3
- expirationDate: string;
4
- expirationTime: string;
5
- durationToExpirationMs: number;
6
- expirationTimestampMs: number;
7
- effectiveElapsedTimeMs: number;
8
- workflowStartTimeMs: number;
9
- durationOnHoldMs: number;
10
- durationRemainingToOnHoldExpirationMs: number;
11
- onHoldStartDate: string;
12
- onHoldStartTime: string;
13
- onHoldStartTimestampMs: number;
14
- onHoldExpiryDate: string;
15
- onHoldExpiryTime: string;
16
- onHoldDurationFormatted: string;
17
- onHoldMaxDurationMs: number;
18
- appealDeadlineDate?: string;
19
- appealDeadlineTime?: string;
20
- appealDeadlineTimestampMs?: number;
21
- durationRemainingToAppealExpirationMs?: number;
22
- appealPeriodDurationMs?: number;
23
- closeDate?: string;
24
- closeTime?: string;
25
- closeTimestampMs?: number;
26
- appealAvailable?: boolean;
27
- }