@shieldiot/pulse-lib 1.0.395 → 1.0.396
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/lib/common/CalibrationTarget.d.ts +6 -0
- package/dist/cjs/lib/common/CalibrationTarget.js +16 -0
- package/dist/cjs/lib/common/CalibrationTarget.js.map +1 -0
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +12 -10
- package/dist/cjs/lib/common/DeviceScoreConfig.js +22 -19
- package/dist/cjs/lib/common/DeviceScoreConfig.js.map +1 -1
- package/dist/cjs/lib/common/TokenData.d.ts +1 -1
- package/dist/cjs/lib/common/index.d.ts +1 -0
- package/dist/cjs/lib/common/index.js +1 -0
- package/dist/cjs/lib/common/index.js.map +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +3 -3
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/ConfigParams.d.ts +1 -1
- package/dist/cjs/lib/entities/ConfigParams.js.map +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +1 -1
- package/dist/cjs/lib/entities/Device.js.map +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +5 -5
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventOccurrence.d.ts +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/cjs/lib/entities/Feature.d.ts +1 -1
- package/dist/cjs/lib/entities/Feature.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +1 -1
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +2 -2
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
- package/dist/cjs/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightSpec.js.map +1 -1
- package/dist/cjs/lib/entities/Integration.d.ts +3 -3
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +3 -3
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +2 -2
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +5 -5
- package/dist/cjs/lib/services/usrRulesService.d.ts +3 -3
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/CalibrationTarget.d.ts +6 -0
- package/dist/esm/lib/common/CalibrationTarget.js +12 -0
- package/dist/esm/lib/common/CalibrationTarget.js.map +1 -0
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +12 -10
- package/dist/esm/lib/common/DeviceScoreConfig.js +22 -19
- package/dist/esm/lib/common/DeviceScoreConfig.js.map +1 -1
- package/dist/esm/lib/common/TokenData.d.ts +1 -1
- package/dist/esm/lib/common/index.d.ts +1 -0
- package/dist/esm/lib/common/index.js +1 -0
- package/dist/esm/lib/common/index.js.map +1 -1
- package/dist/esm/lib/entities/Account.d.ts +1 -1
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +3 -3
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/ConfigParams.d.ts +1 -1
- package/dist/esm/lib/entities/ConfigParams.js.map +1 -1
- package/dist/esm/lib/entities/Device.d.ts +1 -1
- package/dist/esm/lib/entities/Device.js.map +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +5 -5
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventOccurrence.d.ts +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/esm/lib/entities/Feature.d.ts +1 -1
- package/dist/esm/lib/entities/Feature.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +1 -1
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +2 -2
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
- package/dist/esm/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/esm/lib/entities/InsightSpec.js.map +1 -1
- package/dist/esm/lib/entities/Integration.d.ts +3 -3
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +3 -3
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +2 -2
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +5 -5
- package/dist/esm/lib/services/usrRulesService.d.ts +3 -3
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/CalibrationTarget.d.ts +6 -0
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +12 -10
- package/dist/types/lib/common/TokenData.d.ts +1 -1
- package/dist/types/lib/common/index.d.ts +1 -0
- package/dist/types/lib/entities/Account.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/types/lib/entities/Alert.d.ts +3 -3
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/ConfigParams.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +1 -1
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +5 -5
- package/dist/types/lib/entities/EventOccurrence.d.ts +1 -1
- package/dist/types/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/types/lib/entities/Feature.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +1 -1
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +3 -3
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +2 -2
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +5 -5
- package/dist/types/lib/services/usrRulesService.d.ts +3 -3
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CalibrationTarget = void 0;
|
|
4
|
+
// CalibrationTarget represents a single calibration target entry
|
|
5
|
+
class CalibrationTarget {
|
|
6
|
+
constructor(severity, target) {
|
|
7
|
+
if (severity !== undefined) {
|
|
8
|
+
this.severity = severity;
|
|
9
|
+
}
|
|
10
|
+
if (target !== undefined) {
|
|
11
|
+
this.target = target;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.CalibrationTarget = CalibrationTarget;
|
|
16
|
+
//# sourceMappingURL=CalibrationTarget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CalibrationTarget.js","sourceRoot":"","sources":["../../../../src/lib/common/CalibrationTarget.ts"],"names":[],"mappings":";;;AAIA,iEAAiE;AACjE,MAAa,iBAAiB;IAQzB,YAAY,QAA2B,EAAE,MAAe;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAAC,CAAC;QACzD,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QAAC,CAAC;IACvD,CAAC;CAEJ;AAbD,8CAaC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FloatInterval } from '../common';
|
|
2
|
+
import { CalibrationTarget } from '../common';
|
|
2
3
|
export declare class DeviceScoreConfig {
|
|
3
4
|
decayHalfLifeMinutes: number;
|
|
4
5
|
rarityBeta: number;
|
|
@@ -10,19 +11,20 @@ export declare class DeviceScoreConfig {
|
|
|
10
11
|
alphaMedium: number;
|
|
11
12
|
alphaHigh: number;
|
|
12
13
|
alphaCritical: number;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
14
|
+
thMedEvents: number;
|
|
15
|
+
thHighEvents: number;
|
|
16
|
+
thCritEvents: number;
|
|
17
|
+
thLowToMedEvents: number;
|
|
18
|
+
thLowToMedTypes: number;
|
|
19
|
+
thMedToHighEvents: number;
|
|
20
|
+
thMedToHighTypes: number;
|
|
21
|
+
thHighToCritEvents: number;
|
|
22
|
+
thHighToCritTypes: number;
|
|
22
23
|
calibrationMode: string;
|
|
24
|
+
calibrationTargets: CalibrationTarget[];
|
|
23
25
|
calibrationRegularization: number;
|
|
24
26
|
maxContributionPerTypeSeverity: number;
|
|
25
27
|
trainingDays: number;
|
|
26
28
|
scoringDays: number;
|
|
27
|
-
constructor(decayHalfLifeMinutes?: number, rarityBeta?: number, raritySmoothingKMode?: string, raritySmoothingKFixed?: number, rarityClip?: FloatInterval, rarityMode?: string, alphaLow?: number, alphaMedium?: number, alphaHigh?: number, alphaCritical?: number,
|
|
29
|
+
constructor(decayHalfLifeMinutes?: number, rarityBeta?: number, raritySmoothingKMode?: string, raritySmoothingKFixed?: number, rarityClip?: FloatInterval, rarityMode?: string, alphaLow?: number, alphaMedium?: number, alphaHigh?: number, alphaCritical?: number, thMedEvents?: number, thHighEvents?: number, thCritEvents?: number, thLowToMedEvents?: number, thLowToMedTypes?: number, thMedToHighEvents?: number, thMedToHighTypes?: number, thHighToCritEvents?: number, thHighToCritTypes?: number, calibrationMode?: string, calibrationTargets?: CalibrationTarget[], calibrationRegularization?: number, maxContributionPerTypeSeverity?: number, trainingDays?: number, scoringDays?: number);
|
|
28
30
|
}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DeviceScoreConfig = void 0;
|
|
4
4
|
// DeviceScoreConfig is a set of parameters for device score config
|
|
5
5
|
class DeviceScoreConfig {
|
|
6
|
-
constructor(decayHalfLifeMinutes, rarityBeta, raritySmoothingKMode, raritySmoothingKFixed, rarityClip, rarityMode, alphaLow, alphaMedium, alphaHigh, alphaCritical,
|
|
6
|
+
constructor(decayHalfLifeMinutes, rarityBeta, raritySmoothingKMode, raritySmoothingKFixed, rarityClip, rarityMode, alphaLow, alphaMedium, alphaHigh, alphaCritical, thMedEvents, thHighEvents, thCritEvents, thLowToMedEvents, thLowToMedTypes, thMedToHighEvents, thMedToHighTypes, thHighToCritEvents, thHighToCritTypes, calibrationMode, calibrationTargets, calibrationRegularization, maxContributionPerTypeSeverity, trainingDays, scoringDays) {
|
|
7
7
|
if (decayHalfLifeMinutes !== undefined) {
|
|
8
8
|
this.decayHalfLifeMinutes = decayHalfLifeMinutes;
|
|
9
9
|
}
|
|
@@ -34,36 +34,39 @@ class DeviceScoreConfig {
|
|
|
34
34
|
if (alphaCritical !== undefined) {
|
|
35
35
|
this.alphaCritical = alphaCritical;
|
|
36
36
|
}
|
|
37
|
-
if (
|
|
38
|
-
this.
|
|
37
|
+
if (thMedEvents !== undefined) {
|
|
38
|
+
this.thMedEvents = thMedEvents;
|
|
39
39
|
}
|
|
40
|
-
if (
|
|
41
|
-
this.
|
|
40
|
+
if (thHighEvents !== undefined) {
|
|
41
|
+
this.thHighEvents = thHighEvents;
|
|
42
42
|
}
|
|
43
|
-
if (
|
|
44
|
-
this.
|
|
43
|
+
if (thCritEvents !== undefined) {
|
|
44
|
+
this.thCritEvents = thCritEvents;
|
|
45
45
|
}
|
|
46
|
-
if (
|
|
47
|
-
this.
|
|
46
|
+
if (thLowToMedEvents !== undefined) {
|
|
47
|
+
this.thLowToMedEvents = thLowToMedEvents;
|
|
48
48
|
}
|
|
49
|
-
if (
|
|
50
|
-
this.
|
|
49
|
+
if (thLowToMedTypes !== undefined) {
|
|
50
|
+
this.thLowToMedTypes = thLowToMedTypes;
|
|
51
51
|
}
|
|
52
|
-
if (
|
|
53
|
-
this.
|
|
52
|
+
if (thMedToHighEvents !== undefined) {
|
|
53
|
+
this.thMedToHighEvents = thMedToHighEvents;
|
|
54
54
|
}
|
|
55
|
-
if (
|
|
56
|
-
this.
|
|
55
|
+
if (thMedToHighTypes !== undefined) {
|
|
56
|
+
this.thMedToHighTypes = thMedToHighTypes;
|
|
57
57
|
}
|
|
58
|
-
if (
|
|
59
|
-
this.
|
|
58
|
+
if (thHighToCritEvents !== undefined) {
|
|
59
|
+
this.thHighToCritEvents = thHighToCritEvents;
|
|
60
60
|
}
|
|
61
|
-
if (
|
|
62
|
-
this.
|
|
61
|
+
if (thHighToCritTypes !== undefined) {
|
|
62
|
+
this.thHighToCritTypes = thHighToCritTypes;
|
|
63
63
|
}
|
|
64
64
|
if (calibrationMode !== undefined) {
|
|
65
65
|
this.calibrationMode = calibrationMode;
|
|
66
66
|
}
|
|
67
|
+
if (calibrationTargets !== undefined) {
|
|
68
|
+
this.calibrationTargets = calibrationTargets;
|
|
69
|
+
}
|
|
67
70
|
if (calibrationRegularization !== undefined) {
|
|
68
71
|
this.calibrationRegularization = calibrationRegularization;
|
|
69
72
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceScoreConfig.js","sourceRoot":"","sources":["../../../../src/lib/common/DeviceScoreConfig.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DeviceScoreConfig.js","sourceRoot":"","sources":["../../../../src/lib/common/DeviceScoreConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AccountRole"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CalibrationTarget"), exports);
|
|
5
6
|
tslib_1.__exportStar(require("./ConditionDescription"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./ConsumptionData"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./ConsumptionTimeDataPoint"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/common/index.ts"],"names":[],"mappings":";;;AAAA,wDAA8B;AAC9B,iEAAuC;AACvC,4DAAkC;AAClC,qEAA2C;AAC3C,yDAA+B;AAC/B,uDAA6B;AAC7B,8DAAoC;AACpC,gEAAsC;AACtC,uDAA6B;AAC7B,gEAAsC;AACtC,0DAAgC;AAChC,0DAAgC;AAChC,oDAA0B;AAC1B,wDAA8B;AAC9B,sDAA4B;AAC5B,kEAAwC;AACxC,wDAA8B;AAC9B,qDAA2B;AAC3B,iDAAuB;AACvB,qDAA2B;AAC3B,wDAA8B;AAC9B,4DAAkC;AAClC,4DAAkC;AAClC,sDAA4B;AAC5B,uDAA6B;AAC7B,iDAAuB;AACvB,6EAAmD;AACnD,qEAA2C;AAC3C,uDAA6B;AAC7B,6DAAmC;AACnC,oEAA0C;AAC1C,kEAAwC;AACxC,2DAAiC;AACjC,2DAAiC;AACjC,8DAAoC;AACpC,2DAAiC;AACjC,uDAA6B;AAC7B,0DAAgC;AAChC,4DAAkC;AAClC,+DAAqC;AACrC,sDAA4B;AAC5B,uDAA6B;AAC7B,2DAAiC;AACjC,wEAA8C;AAC9C,8DAAoC;AACpC,sDAA4B;AAC5B,kDAAwB;AACxB,2DAAiC;AACjC,mDAAyB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/common/index.ts"],"names":[],"mappings":";;;AAAA,wDAA8B;AAC9B,8DAAoC;AACpC,iEAAuC;AACvC,4DAAkC;AAClC,qEAA2C;AAC3C,yDAA+B;AAC/B,uDAA6B;AAC7B,8DAAoC;AACpC,gEAAsC;AACtC,uDAA6B;AAC7B,gEAAsC;AACtC,0DAAgC;AAChC,0DAAgC;AAChC,oDAA0B;AAC1B,wDAA8B;AAC9B,sDAA4B;AAC5B,kEAAwC;AACxC,wDAA8B;AAC9B,qDAA2B;AAC3B,iDAAuB;AACvB,qDAA2B;AAC3B,wDAA8B;AAC9B,4DAAkC;AAClC,4DAAkC;AAClC,sDAA4B;AAC5B,uDAA6B;AAC7B,iDAAuB;AACvB,6EAAmD;AACnD,qEAA2C;AAC3C,uDAA6B;AAC7B,6DAAmC;AACnC,oEAA0C;AAC1C,kEAAwC;AACxC,2DAAiC;AACjC,2DAAiC;AACjC,8DAAoC;AACpC,2DAAiC;AACjC,uDAA6B;AAC7B,0DAAgC;AAChC,4DAAkC;AAClC,+DAAqC;AACrC,sDAA4B;AAC5B,uDAA6B;AAC7B,2DAAiC;AACjC,wEAA8C;AAC9C,8DAAoC;AACpC,sDAA4B;AAC5B,kDAAwB;AACxB,2DAAiC;AACjC,mDAAyB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { AccountTypeCode } from '../enums';
|
|
2
3
|
import { AccountStatusCode } from '../enums';
|
|
3
4
|
import { StringKeyValue } from '../common';
|
|
4
5
|
import { AccountSettings } from '../entities';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAQrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AccountSettings } from '../entities';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { AccountTypeCode } from '../enums';
|
|
4
2
|
import { AccountStatusCode } from '../enums';
|
|
5
3
|
import { FeatureCode } from '../enums';
|
|
6
4
|
import { StringKeyValue } from '../common';
|
|
5
|
+
import { AccountSettings } from '../entities';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":";;;AAKA,kCAAqC;AAIrC,kDAAkD;AAClD,MAAa,UAAW,SAAQ,iBAAU;CAoCzC;AApCD,gCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { StringKeyValue } from '../common';
|
|
2
|
+
import { AccountSettings } from '../entities';
|
|
1
3
|
import { DeviceReport } from '../entities';
|
|
2
4
|
import { IntDistribution } from '../entities';
|
|
3
5
|
import { BaseEntity } from '../base';
|
|
4
6
|
import { AccountTypeCode } from '../enums';
|
|
5
7
|
import { AccountStatusCode } from '../enums';
|
|
6
|
-
import { StringKeyValue } from '../common';
|
|
7
|
-
import { AccountSettings } from '../entities';
|
|
8
8
|
export declare class AccountReportDTO extends BaseEntity {
|
|
9
9
|
name: string;
|
|
10
10
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAMrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { GeoData } from '../common';
|
|
2
|
+
import { EventCategoryCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
1
4
|
import { EventStatusCode } from '../enums';
|
|
2
5
|
import { RuleTypeCode } from '../enums';
|
|
3
6
|
import { StringKeyValue } from '../common';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
7
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
8
|
import { EventTypeCode } from '../enums';
|
|
8
9
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import { GeoData } from '../common';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAUrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { GeoData } from '../common';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
|
-
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { EventStatusCode } from '../enums';
|
|
7
1
|
import { RuleTypeCode } from '../enums';
|
|
8
2
|
import { EventCategoryCode } from '../enums';
|
|
9
3
|
import { TrafficDirectionCode } from '../enums';
|
|
10
4
|
import { Device } from '../entities';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { BaseEntity } from '../base';
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
10
|
+
import { GeoData } from '../common';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;AAOA,kCAAqC;AAMrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/ConfigParams.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ConfigParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/ConfigParams.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,gEAAgE;AAChE,MAAa,YAAa,SAAQ,iBAAU;CAM3C;AAND,oCAMC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { DeviceTypeCode } from '../enums';
|
|
1
2
|
import { DeviceStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
import { DeviceActionCode } from '../enums';
|
|
4
5
|
import { SIM } from '../entities';
|
|
5
6
|
import { GeoData } from '../common';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { DeviceTypeCode } from '../enums';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DeviceStatusCode } from '../enums';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
1
|
import { DeviceActionCode } from '../enums';
|
|
4
2
|
import { SIM } from '../entities';
|
|
5
3
|
import { Event } from '../entities';
|
|
6
4
|
import { GeoData } from '../common';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
8
6
|
import { DeviceTypeCode } from '../enums';
|
|
7
|
+
import { DeviceStatusCode } from '../enums';
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceWithEvents.js","sourceRoot":"","sources":["../../../../src/lib/entities/DeviceWithEvents.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DeviceWithEvents.js","sourceRoot":"","sources":["../../../../src/lib/entities/DeviceWithEvents.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAOrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
5
6
|
import { EventStatusCode } from '../enums';
|
|
6
7
|
import { Indicator } from '../common';
|
|
8
|
+
import { RuleTypeCode } from '../enums';
|
|
7
9
|
import { GeoData } from '../common';
|
|
8
|
-
import { StringKeyValue } from '../common';
|
|
9
|
-
import { EventCategoryCode } from '../enums';
|
|
10
10
|
import { EventOccurrence } from '../entities';
|
|
11
|
-
import {
|
|
11
|
+
import { TrafficDirectionCode } from '../enums';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAUrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { Device } from '../entities';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
|
-
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
1
|
import { EventCategoryCode } from '../enums';
|
|
9
|
-
import { EventOccurrence } from '../entities';
|
|
10
2
|
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
11
4
|
import { EventStatusCode } from '../enums';
|
|
5
|
+
import { StringKeyValue } from '../common';
|
|
12
6
|
import { Indicator } from '../common';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
|
+
import { GeoData } from '../common';
|
|
9
|
+
import { EventOccurrence } from '../entities';
|
|
10
|
+
import { Device } from '../entities';
|
|
11
|
+
import { EventTypeCode } from '../enums';
|
|
12
|
+
import { SeverityTypeCode } from '../enums';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../../src/lib/entities/Feature.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../../src/lib/entities/Feature.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,qEAAqE;AACrE,MAAa,OAAQ,SAAQ,iBAAU;CAStC;AATD,0BASC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
1
|
import { ConditionDescription } from '../common';
|
|
3
2
|
import { DeviceTypeCode } from '../enums';
|
|
4
3
|
import { EventTypeCode } from '../enums';
|
|
5
4
|
import { SeverityTypeCode } from '../enums';
|
|
6
5
|
import { BaseEntity } from '../base';
|
|
7
6
|
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { DataSourceCode } from '../enums';
|
|
8
8
|
export declare class IdsRule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdsRule.js","sourceRoot":"","sources":["../../../../src/lib/entities/IdsRule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IdsRule.js","sourceRoot":"","sources":["../../../../src/lib/entities/IdsRule.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAMrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MitreAttackCategory } from '../entities';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { InsightTypeCode } from '../enums';
|
|
4
2
|
import { InsightStatusCode } from '../enums';
|
|
5
3
|
import { SeverityTypeCode } from '../enums';
|
|
6
4
|
import { DirectionContextCode } from '../enums';
|
|
7
5
|
import { RegulatoryViolation } from '../entities';
|
|
6
|
+
import { MitreAttackCategory } from '../entities';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class Insight extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Insight.js","sourceRoot":"","sources":["../../../../src/lib/entities/Insight.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Insight.js","sourceRoot":"","sources":["../../../../src/lib/entities/Insight.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAsDtC;AAtDD,0BAsDC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { InsightTypeCode } from '../enums';
|
|
2
1
|
import { DirectionContextCode } from '../enums';
|
|
3
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { InsightTypeCode } from '../enums';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightQuery.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightQuery.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"InsightQuery.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightQuery.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAKrC,eAAe;AACf,kIAAkI;AAClI,MAAa,YAAa,SAAQ,iBAAU;CAqB3C;AArBD,oCAqBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightSpec.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightSpec.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"InsightSpec.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightSpec.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAKrC,cAAc;AACd,mFAAmF;AACnF,MAAa,WAAY,SAAQ,iBAAU;CAkB1C;AAlBD,kCAkBC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
1
|
import { BaseEntity } from '../base';
|
|
5
2
|
import { IntegrationTypeCode } from '../enums';
|
|
6
3
|
import { IntegrationTriggerCode } from '../enums';
|
|
7
4
|
import { HttpMethodCode } from '../enums';
|
|
8
5
|
import { StringKeyValue } from '../common';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAWrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../../src/lib/entities/Report.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../../src/lib/entities/Report.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAMrC,wEAAwE;AACxE,MAAa,MAAO,SAAQ,iBAAU;CA8BrC;AA9BD,wBA8BC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
1
4
|
import { RuleTypeCode } from '../enums';
|
|
2
5
|
import { DataSourceCode } from '../enums';
|
|
3
6
|
import { ConditionDescription } from '../common';
|
|
4
7
|
import { DeviceTypeCode } from '../enums';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAQrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
1
|
import { SeverityTypeCode } from '../enums';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { DataSourceCode } from '../enums';
|
|
4
|
+
import { EventTypeCode } from '../enums';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAMrC,qFAAqF;AACrF,MAAa,YAAa,SAAQ,iBAAU;CA2B3C;AA3BD,oCA2BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAIrC,+LAA+L;AAC/L,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { DeviceConfig } from '../common';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { Thresholds } from '../common';
|
|
2
4
|
import { ShieldexConfig } from '../common';
|
|
3
5
|
import { EventSeverityConfig } from '../common';
|
|
4
|
-
import { DeviceConfig } from '../common';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class StreamAnalyticsConfig extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
thresholds: Thresholds;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamAnalyticsConfig.js","sourceRoot":"","sources":["../../../../src/lib/entities/StreamAnalyticsConfig.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"StreamAnalyticsConfig.js","sourceRoot":"","sources":["../../../../src/lib/entities/StreamAnalyticsConfig.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAOrC,0EAA0E;AAC1E,MAAa,qBAAsB,SAAQ,iBAAU;CAkBpD;AAlBD,sDAkBC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UsageTransform } from '../common';
|
|
2
|
-
import { Thresholds } from '../common';
|
|
3
|
-
import { ShieldexConfig } from '../common';
|
|
4
|
-
import { DeviceActionCode } from '../enums';
|
|
5
|
-
import { IdsConfig } from '../entities';
|
|
6
1
|
import { DataIngestion } from '../entities';
|
|
2
|
+
import { Thresholds } from '../common';
|
|
7
3
|
import { EventSeverityConfig } from '../common';
|
|
4
|
+
import { DeviceActionCode } from '../enums';
|
|
8
5
|
import { DeviceConfig } from '../common';
|
|
9
6
|
import { SessionTransform } from '../common';
|
|
7
|
+
import { UsageTransform } from '../common';
|
|
8
|
+
import { ShieldexConfig } from '../common';
|
|
9
|
+
import { IdsConfig } from '../entities';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|