@adtrackify/at-tracking-event-types 4.13.0 → 4.14.0

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.
@@ -83,8 +83,8 @@ export interface EmqQualityDataWithDetails extends EmqQualityData {
83
83
  dedupeKeys: EmqDedupeKeyData[];
84
84
  }
85
85
  export declare const EMQ_SCORE_THRESHOLDS: {
86
- readonly HEALTHY: 7;
87
- readonly WARNING: 4;
86
+ readonly HEALTHY: 6.7;
87
+ readonly WARNING: 6;
88
88
  };
89
89
  export interface EmqEventSummary {
90
90
  eventName: string;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EMQ_SCORE_THRESHOLDS = void 0;
4
4
  exports.EMQ_SCORE_THRESHOLDS = {
5
- HEALTHY: 7,
6
- WARNING: 4,
5
+ HEALTHY: 6.7,
6
+ WARNING: 6,
7
7
  };
8
8
  //# sourceMappingURL=emq-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":";;;AAoLa,QAAA,oBAAoB,GAAG;IAClC,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,CAAC;CACF,CAAC"}
1
+ {"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":";;;AAoLa,QAAA,oBAAoB,GAAG;IAClC,OAAO,EAAE,GAAG;IACZ,OAAO,EAAE,CAAC;CACF,CAAC"}
@@ -26,6 +26,7 @@ export interface HealthCondition {
26
26
  confirmation: ConfirmationStrategy;
27
27
  status: CONDITION_STATUS;
28
28
  lastDetectedAt: string;
29
+ lastNotifiedAt?: string;
29
30
  dismissedAt?: string;
30
31
  dismissedSeverity?: NOTIFICATION_SEVERITY;
31
32
  occurrenceCount: number;
@@ -83,8 +83,8 @@ export interface EmqQualityDataWithDetails extends EmqQualityData {
83
83
  dedupeKeys: EmqDedupeKeyData[];
84
84
  }
85
85
  export declare const EMQ_SCORE_THRESHOLDS: {
86
- readonly HEALTHY: 7;
87
- readonly WARNING: 4;
86
+ readonly HEALTHY: 6.7;
87
+ readonly WARNING: 6;
88
88
  };
89
89
  export interface EmqEventSummary {
90
90
  eventName: string;
@@ -1,5 +1,5 @@
1
1
  export const EMQ_SCORE_THRESHOLDS = {
2
- HEALTHY: 7,
3
- WARNING: 4,
2
+ HEALTHY: 6.7,
3
+ WARNING: 6,
4
4
  };
5
5
  //# sourceMappingURL=emq-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":"AAoLA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,CAAC;CACF,CAAC"}
1
+ {"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":"AAoLA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,OAAO,EAAE,GAAG;IACZ,OAAO,EAAE,CAAC;CACF,CAAC"}
@@ -26,6 +26,7 @@ export interface HealthCondition {
26
26
  confirmation: ConfirmationStrategy;
27
27
  status: CONDITION_STATUS;
28
28
  lastDetectedAt: string;
29
+ lastNotifiedAt?: string;
29
30
  dismissedAt?: string;
30
31
  dismissedSeverity?: NOTIFICATION_SEVERITY;
31
32
  occurrenceCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"