@adtrackify/at-tracking-event-types 3.6.0 → 3.6.1
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/types/api/destinations/destination-catalog.d.ts +1 -1
- package/dist/cjs/types/api/destinations/destinations.d.ts +2 -5
- package/dist/cjs/types/api/destinations/destinations.js +0 -7
- package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
- package/dist/cjs/types/api/destinations/index.d.ts +0 -1
- package/dist/cjs/types/api/destinations/index.js +0 -1
- package/dist/cjs/types/api/destinations/index.js.map +1 -1
- package/dist/cjs/types/api/emq/emq-types.d.ts +1 -3
- package/dist/cjs/types/api/emq/emq-types.js +1 -7
- package/dist/cjs/types/api/emq/emq-types.js.map +1 -1
- package/dist/cjs/types/api/events/alert-events.d.ts +2 -4
- package/dist/cjs/types/api/events/alert-events.js +1 -4
- package/dist/cjs/types/api/events/alert-events.js.map +1 -1
- package/dist/cjs/types/api/service-events/service-event-details.d.ts +1 -1
- package/dist/esm/types/api/destinations/destination-catalog.d.ts +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +2 -5
- package/dist/esm/types/api/destinations/destinations.js +1 -2
- package/dist/esm/types/api/destinations/destinations.js.map +1 -1
- package/dist/esm/types/api/destinations/index.d.ts +0 -1
- package/dist/esm/types/api/destinations/index.js +0 -1
- package/dist/esm/types/api/destinations/index.js.map +1 -1
- package/dist/esm/types/api/emq/emq-types.d.ts +1 -3
- package/dist/esm/types/api/emq/emq-types.js +0 -1
- package/dist/esm/types/api/emq/emq-types.js.map +1 -1
- package/dist/esm/types/api/events/alert-events.d.ts +2 -4
- package/dist/esm/types/api/events/alert-events.js +0 -2
- package/dist/esm/types/api/events/alert-events.js.map +1 -1
- package/dist/esm/types/api/service-events/service-event-details.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/types/api/destinations/emq-health.d.ts +0 -1
- package/dist/cjs/types/api/destinations/emq-health.js +0 -6
- package/dist/cjs/types/api/destinations/emq-health.js.map +0 -1
- package/dist/esm/types/api/destinations/emq-health.d.ts +0 -1
- package/dist/esm/types/api/destinations/emq-health.js +0 -2
- package/dist/esm/types/api/destinations/emq-health.js.map +0 -1
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { TRACKING_EVENT_NAME } from '../../event/base/event-name-enum.js';
|
|
2
|
-
import { EmqHealthStatus } from '
|
|
2
|
+
import { EmqHealthStatus } from '../emq/emq-health.js';
|
|
3
3
|
import { DESTINATION, DESTINATION_TYPE, EVENT_TRIGGER_CONDITION } from './destination-enums.js';
|
|
4
|
-
import { DestinationHealthStatus } from '../health/health-status.js';
|
|
5
|
-
export { DESTINATION, DESTINATION_TYPE, EVENT_TRIGGER_CONDITION } from './destination-enums.js';
|
|
6
|
-
export { DESTINATION_HEALTH_STATUS } from '../health/health-enums.js';
|
|
7
|
-
export type { DestinationHealthStatus } from '../health/health-status.js';
|
|
4
|
+
import type { DestinationHealthStatus } from '../health/health-status.js';
|
|
8
5
|
export interface Destination {
|
|
9
6
|
id: string;
|
|
10
7
|
accountId: string;
|
|
@@ -1,10 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DESTINATION_HEALTH_STATUS = exports.EVENT_TRIGGER_CONDITION = exports.DESTINATION_TYPE = exports.DESTINATION = void 0;
|
|
4
|
-
var destination_enums_js_1 = require("./destination-enums.js");
|
|
5
|
-
Object.defineProperty(exports, "DESTINATION", { enumerable: true, get: function () { return destination_enums_js_1.DESTINATION; } });
|
|
6
|
-
Object.defineProperty(exports, "DESTINATION_TYPE", { enumerable: true, get: function () { return destination_enums_js_1.DESTINATION_TYPE; } });
|
|
7
|
-
Object.defineProperty(exports, "EVENT_TRIGGER_CONDITION", { enumerable: true, get: function () { return destination_enums_js_1.EVENT_TRIGGER_CONDITION; } });
|
|
8
|
-
var health_enums_js_1 = require("../health/health-enums.js");
|
|
9
|
-
Object.defineProperty(exports, "DESTINATION_HEALTH_STATUS", { enumerable: true, get: function () { return health_enums_js_1.DESTINATION_HEALTH_STATUS; } });
|
|
10
3
|
//# sourceMappingURL=destinations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":""}
|
|
@@ -20,5 +20,4 @@ __exportStar(require("./destination-catalog.js"), exports);
|
|
|
20
20
|
__exportStar(require("./third-party-destination-configs.js"), exports);
|
|
21
21
|
__exportStar(require("./third-party-integration-configs.js"), exports);
|
|
22
22
|
__exportStar(require("./third-party-contact-acquisition-configs.js"), exports);
|
|
23
|
-
__exportStar(require("./emq-health.js"), exports);
|
|
24
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,yDAAuC;AACvC,oDAAkC;AAClC,2DAAyC;AACzC,uEAAqD;AACrD,uEAAqD;AACrD,+EAA6D
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,yDAAuC;AACvC,oDAAkC;AAClC,2DAAyC;AACzC,uEAAqD;AACrD,uEAAqD;AACrD,+EAA6D"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import type { EmqDataSummary } from '../service-events/index.js';
|
|
2
1
|
import { MATCH_KEY_IDENTIFIER, EMQ_TREND, EMQ_DIAGNOSTIC_SEVERITY, DATA_FRESHNESS_UPLOAD_FREQUENCY } from './emq-enums.js';
|
|
3
|
-
|
|
4
|
-
export type { EmqDataSummary };
|
|
2
|
+
import type { EmqDataSummary } from '../service-events/index.js';
|
|
5
3
|
export interface EmqMatchKeyIssue {
|
|
6
4
|
issueCategory: string;
|
|
7
5
|
expectedEmqIncrease: number;
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EMQ_SCORE_THRESHOLDS =
|
|
4
|
-
var emq_enums_js_1 = require("./emq-enums.js");
|
|
5
|
-
Object.defineProperty(exports, "MATCH_KEY_IDENTIFIER", { enumerable: true, get: function () { return emq_enums_js_1.MATCH_KEY_IDENTIFIER; } });
|
|
6
|
-
Object.defineProperty(exports, "DEDUPE_KEY", { enumerable: true, get: function () { return emq_enums_js_1.DEDUPE_KEY; } });
|
|
7
|
-
Object.defineProperty(exports, "EMQ_TREND", { enumerable: true, get: function () { return emq_enums_js_1.EMQ_TREND; } });
|
|
8
|
-
Object.defineProperty(exports, "EMQ_DIAGNOSTIC_SEVERITY", { enumerable: true, get: function () { return emq_enums_js_1.EMQ_DIAGNOSTIC_SEVERITY; } });
|
|
9
|
-
Object.defineProperty(exports, "DATA_FRESHNESS_UPLOAD_FREQUENCY", { enumerable: true, get: function () { return emq_enums_js_1.DATA_FRESHNESS_UPLOAD_FREQUENCY; } });
|
|
3
|
+
exports.EMQ_SCORE_THRESHOLDS = void 0;
|
|
10
4
|
exports.EMQ_SCORE_THRESHOLDS = {
|
|
11
5
|
HEALTHY: 7,
|
|
12
6
|
WARNING: 4,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":";;;AA+Ka,QAAA,oBAAoB,GAAG;IAClC,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,CAAC;CACF,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type {
|
|
3
|
-
export { INTEGRATION_ERROR_TYPE, AUDIT_TYPE };
|
|
4
|
-
export type { EmqDataSummary, EmqDataIngestedEventDetail, DestinationForwardingErrorEventDetail, IntegrationTokenErrorEventDetail, };
|
|
1
|
+
import { AUDIT_TYPE } from '../service-events/index.js';
|
|
2
|
+
import type { EmqDataIngestedEventDetail, DestinationForwardingErrorEventDetail, IntegrationTokenErrorEventDetail } from '../service-events/index.js';
|
|
5
3
|
export declare enum ALERT_SEVERITY {
|
|
6
4
|
INFO = "info",
|
|
7
5
|
WARNING = "warning",
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HEALTH_ALERT_TYPE = exports.ACCOUNT_ALERT_TYPE = exports.SUBSCRIPTION_ALERT_TYPE = exports.ALERT_EVENT_DETAIL_TYPE = exports.ALERT_CATEGORY = exports.ALERT_SEVERITY =
|
|
4
|
-
const index_js_1 = require("../service-events/index.js");
|
|
5
|
-
Object.defineProperty(exports, "INTEGRATION_ERROR_TYPE", { enumerable: true, get: function () { return index_js_1.INTEGRATION_ERROR_TYPE; } });
|
|
6
|
-
Object.defineProperty(exports, "AUDIT_TYPE", { enumerable: true, get: function () { return index_js_1.AUDIT_TYPE; } });
|
|
3
|
+
exports.HEALTH_ALERT_TYPE = exports.ACCOUNT_ALERT_TYPE = exports.SUBSCRIPTION_ALERT_TYPE = exports.ALERT_EVENT_DETAIL_TYPE = exports.ALERT_CATEGORY = exports.ALERT_SEVERITY = void 0;
|
|
7
4
|
var ALERT_SEVERITY;
|
|
8
5
|
(function (ALERT_SEVERITY) {
|
|
9
6
|
ALERT_SEVERITY["INFO"] = "info";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert-events.js","sourceRoot":"","sources":["../../../../../src/types/api/events/alert-events.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"alert-events.js","sourceRoot":"","sources":["../../../../../src/types/api/events/alert-events.ts"],"names":[],"mappings":";;;AAqBA,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAMD,IAAY,cASX;AATD,WAAY,cAAc;IAExB,qCAAmB,CAAA;IAEnB,+CAA6B,CAAA;IAE7B,iCAAe,CAAA;IAEf,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QASzB;AAMD,IAAY,uBAeX;AAfD,WAAY,uBAAuB;IAEjC,gEAAqC,CAAA;IAErC,sFAA2D,CAAA;IAE3D,4EAAiD,CAAA;IAEjD,iGAAsE,CAAA;IAEtE,sFAA2D,CAAA;IAE3D,4EAAiD,CAAA;IAEjD,iGAAsE,CAAA;AACxE,CAAC,EAfW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAelC;AAKD,IAAY,uBAMX;AAND,WAAY,uBAAuB;IACjC,4DAAiC,CAAA;IACjC,wDAA6B,CAAA;IAC7B,sEAA2C,CAAA;IAC3C,wEAA6C,CAAA;IAC7C,4EAAiD,CAAA;AACnD,CAAC,EANW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAMlC;AAKD,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAE5B,iEAA2C,CAAA;IAE3C,6DAAuC,CAAA;IAEvC,2EAAqD,CAAA;AACvD,CAAC,EAPW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAO7B;AAKD,IAAY,iBAaX;AAbD,WAAY,iBAAiB;IAE3B,oEAA+C,CAAA;IAE/C,oEAA+C,CAAA;IAE/C,wDAAmC,CAAA;IAEnC,4EAAuD,CAAA;IAEvD,kDAA6B,CAAA;IAE7B,sDAAiC,CAAA;AACnC,CAAC,EAbW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAa5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DESTINATION } from '../destinations/
|
|
1
|
+
import type { DESTINATION } from '../destinations/destination-enums.js';
|
|
2
2
|
import type { NotificationType, NOTIFICATION_SEVERITY } from '../notifications/notification-enums.js';
|
|
3
3
|
import { INTEGRATION_ERROR_TYPE, AUDIT_TYPE } from './service-event-enums.js';
|
|
4
4
|
import type { EmqDataPoint } from '../emq/emq-types.js';
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { TRACKING_EVENT_NAME } from '../../event/base/event-name-enum.js';
|
|
2
|
-
import { EmqHealthStatus } from '
|
|
2
|
+
import { EmqHealthStatus } from '../emq/emq-health.js';
|
|
3
3
|
import { DESTINATION, DESTINATION_TYPE, EVENT_TRIGGER_CONDITION } from './destination-enums.js';
|
|
4
|
-
import { DestinationHealthStatus } from '../health/health-status.js';
|
|
5
|
-
export { DESTINATION, DESTINATION_TYPE, EVENT_TRIGGER_CONDITION } from './destination-enums.js';
|
|
6
|
-
export { DESTINATION_HEALTH_STATUS } from '../health/health-enums.js';
|
|
7
|
-
export type { DestinationHealthStatus } from '../health/health-status.js';
|
|
4
|
+
import type { DestinationHealthStatus } from '../health/health-status.js';
|
|
8
5
|
export interface Destination {
|
|
9
6
|
id: string;
|
|
10
7
|
accountId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":""}
|
|
@@ -4,5 +4,4 @@ export * from './destination-catalog.js';
|
|
|
4
4
|
export * from './third-party-destination-configs.js';
|
|
5
5
|
export * from './third-party-integration-configs.js';
|
|
6
6
|
export * from './third-party-contact-acquisition-configs.js';
|
|
7
|
-
export * from './emq-health.js';
|
|
8
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":"AAKA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":"AAKA,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import type { EmqDataSummary } from '../service-events/index.js';
|
|
2
1
|
import { MATCH_KEY_IDENTIFIER, EMQ_TREND, EMQ_DIAGNOSTIC_SEVERITY, DATA_FRESHNESS_UPLOAD_FREQUENCY } from './emq-enums.js';
|
|
3
|
-
|
|
4
|
-
export type { EmqDataSummary };
|
|
2
|
+
import type { EmqDataSummary } from '../service-events/index.js';
|
|
5
3
|
export interface EmqMatchKeyIssue {
|
|
6
4
|
issueCategory: string;
|
|
7
5
|
expectedEmqIncrease: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"emq-types.js","sourceRoot":"","sources":["../../../../../src/types/api/emq/emq-types.ts"],"names":[],"mappings":"AA+KA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,CAAC;CACF,CAAC"}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import type {
|
|
3
|
-
export { INTEGRATION_ERROR_TYPE, AUDIT_TYPE };
|
|
4
|
-
export type { EmqDataSummary, EmqDataIngestedEventDetail, DestinationForwardingErrorEventDetail, IntegrationTokenErrorEventDetail, };
|
|
1
|
+
import { AUDIT_TYPE } from '../service-events/index.js';
|
|
2
|
+
import type { EmqDataIngestedEventDetail, DestinationForwardingErrorEventDetail, IntegrationTokenErrorEventDetail } from '../service-events/index.js';
|
|
5
3
|
export declare enum ALERT_SEVERITY {
|
|
6
4
|
INFO = "info",
|
|
7
5
|
WARNING = "warning",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert-events.js","sourceRoot":"","sources":["../../../../../src/types/api/events/alert-events.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"alert-events.js","sourceRoot":"","sources":["../../../../../src/types/api/events/alert-events.ts"],"names":[],"mappings":"AAqBA,MAAM,CAAN,IAAY,cAIX;AAJD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;AACvB,CAAC,EAJW,cAAc,KAAd,cAAc,QAIzB;AAMD,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IAExB,qCAAmB,CAAA;IAEnB,+CAA6B,CAAA;IAE7B,iCAAe,CAAA;IAEf,mCAAiB,CAAA;AACnB,CAAC,EATW,cAAc,KAAd,cAAc,QASzB;AAMD,MAAM,CAAN,IAAY,uBAeX;AAfD,WAAY,uBAAuB;IAEjC,gEAAqC,CAAA;IAErC,sFAA2D,CAAA;IAE3D,4EAAiD,CAAA;IAEjD,iGAAsE,CAAA;IAEtE,sFAA2D,CAAA;IAE3D,4EAAiD,CAAA;IAEjD,iGAAsE,CAAA;AACxE,CAAC,EAfW,uBAAuB,KAAvB,uBAAuB,QAelC;AAKD,MAAM,CAAN,IAAY,uBAMX;AAND,WAAY,uBAAuB;IACjC,4DAAiC,CAAA;IACjC,wDAA6B,CAAA;IAC7B,sEAA2C,CAAA;IAC3C,wEAA6C,CAAA;IAC7C,4EAAiD,CAAA;AACnD,CAAC,EANW,uBAAuB,KAAvB,uBAAuB,QAMlC;AAKD,MAAM,CAAN,IAAY,kBAOX;AAPD,WAAY,kBAAkB;IAE5B,iEAA2C,CAAA;IAE3C,6DAAuC,CAAA;IAEvC,2EAAqD,CAAA;AACvD,CAAC,EAPW,kBAAkB,KAAlB,kBAAkB,QAO7B;AAKD,MAAM,CAAN,IAAY,iBAaX;AAbD,WAAY,iBAAiB;IAE3B,oEAA+C,CAAA;IAE/C,oEAA+C,CAAA;IAE/C,wDAAmC,CAAA;IAEnC,4EAAuD,CAAA;IAEvD,kDAA6B,CAAA;IAE7B,sDAAiC,CAAA;AACnC,CAAC,EAbW,iBAAiB,KAAjB,iBAAiB,QAa5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DESTINATION } from '../destinations/
|
|
1
|
+
import type { DESTINATION } from '../destinations/destination-enums.js';
|
|
2
2
|
import type { NotificationType, NOTIFICATION_SEVERITY } from '../notifications/notification-enums.js';
|
|
3
3
|
import { INTEGRATION_ERROR_TYPE, AUDIT_TYPE } from './service-event-enums.js';
|
|
4
4
|
import type { EmqDataPoint } from '../emq/emq-types.js';
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { EMQ_HEALTH_STATUS, type EmqHealthStatus, type EmqHealthCondition, } from '../emq/emq-health.js';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EMQ_HEALTH_STATUS = void 0;
|
|
4
|
-
var emq_health_js_1 = require("../emq/emq-health.js");
|
|
5
|
-
Object.defineProperty(exports, "EMQ_HEALTH_STATUS", { enumerable: true, get: function () { return emq_health_js_1.EMQ_HEALTH_STATUS; } });
|
|
6
|
-
//# sourceMappingURL=emq-health.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emq-health.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/emq-health.ts"],"names":[],"mappings":";;;AAUA,sDAI8B;AAH5B,kHAAA,iBAAiB,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { EMQ_HEALTH_STATUS, type EmqHealthStatus, type EmqHealthCondition, } from '../emq/emq-health.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emq-health.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/emq-health.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,iBAAiB,GAGlB,MAAM,sBAAsB,CAAC"}
|