@shieldiot/pulse-lib 1.0.394 → 1.0.395
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/DeviceConfig.d.ts +1 -1
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +26 -23
- package/dist/cjs/lib/common/DeviceScoreConfig.js +55 -37
- package/dist/cjs/lib/common/DeviceScoreConfig.js.map +1 -1
- package/dist/cjs/lib/common/FloatInterval.d.ts +5 -0
- package/dist/cjs/lib/common/FloatInterval.js +16 -0
- package/dist/cjs/lib/common/FloatInterval.js.map +1 -0
- package/dist/cjs/lib/common/TimeSeries.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 +2 -2
- 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 +5 -5
- 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 +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +7 -7
- 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 +5 -5
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- 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 +3 -3
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +3 -3
- package/dist/cjs/lib/entities/Insight.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/ReportInstance.d.ts +2 -2
- package/dist/cjs/lib/entities/ReportInstance.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/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +2 -2
- package/dist/cjs/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/cjs/lib/services/usrDevicesService.d.ts +10 -10
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrReportsService.d.ts +2 -2
- package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +26 -23
- package/dist/esm/lib/common/DeviceScoreConfig.js +55 -37
- package/dist/esm/lib/common/DeviceScoreConfig.js.map +1 -1
- package/dist/esm/lib/common/FloatInterval.d.ts +5 -0
- package/dist/esm/lib/common/FloatInterval.js +12 -0
- package/dist/esm/lib/common/FloatInterval.js.map +1 -0
- package/dist/esm/lib/common/TimeSeries.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 +2 -2
- 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 +5 -5
- 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 +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +7 -7
- 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 +5 -5
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- 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 +3 -3
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +3 -3
- package/dist/esm/lib/entities/Insight.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/ReportInstance.d.ts +2 -2
- package/dist/esm/lib/entities/ReportInstance.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/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +2 -2
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +2 -2
- package/dist/esm/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/esm/lib/services/usrDevicesService.d.ts +10 -10
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrReportsService.d.ts +2 -2
- package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +26 -23
- package/dist/types/lib/common/FloatInterval.d.ts +5 -0
- package/dist/types/lib/common/TimeSeries.d.ts +1 -1
- package/dist/types/lib/common/index.d.ts +1 -0
- package/dist/types/lib/entities/Account.d.ts +2 -2
- 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 +5 -5
- 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 +1 -1
- package/dist/types/lib/entities/Event.d.ts +7 -7
- package/dist/types/lib/entities/EventOccurrence.d.ts +1 -1
- package/dist/types/lib/entities/EventWithDevice.d.ts +5 -5
- package/dist/types/lib/entities/Feature.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +3 -3
- package/dist/types/lib/entities/Insight.d.ts +3 -3
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/ReportInstance.d.ts +2 -2
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +2 -2
- package/dist/types/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/types/lib/services/usrDevicesService.d.ts +10 -10
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrReportsService.d.ts +2 -2
- package/dist/types/lib/services/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,25 +1,28 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Interval } from '../common';
|
|
3
|
-
import { SeverityConditionConfig } from '../common';
|
|
4
|
-
import { RuleCountThresholdConfig } from '../common';
|
|
1
|
+
import { FloatInterval } from '../common';
|
|
5
2
|
export declare class DeviceScoreConfig {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
3
|
+
decayHalfLifeMinutes: number;
|
|
4
|
+
rarityBeta: number;
|
|
5
|
+
raritySmoothingKMode: string;
|
|
6
|
+
raritySmoothingKFixed: number;
|
|
7
|
+
rarityClip: FloatInterval;
|
|
8
|
+
rarityMode: string;
|
|
9
|
+
alphaLow: number;
|
|
10
|
+
alphaMedium: number;
|
|
11
|
+
alphaHigh: number;
|
|
12
|
+
alphaCritical: number;
|
|
13
|
+
tHMedEvents: number;
|
|
14
|
+
tHHighEvents: number;
|
|
15
|
+
tHCritEvents: number;
|
|
16
|
+
tHLowToMedEvents: number;
|
|
17
|
+
tHLowToMedTypes: number;
|
|
18
|
+
tHMedToHighEvents: number;
|
|
19
|
+
tHMedToHighTypes: number;
|
|
20
|
+
tHHighToCritEvents: number;
|
|
21
|
+
tHHighToCritTypes: number;
|
|
22
|
+
calibrationMode: string;
|
|
23
|
+
calibrationRegularization: number;
|
|
24
|
+
maxContributionPerTypeSeverity: number;
|
|
25
|
+
trainingDays: number;
|
|
26
|
+
scoringDays: number;
|
|
27
|
+
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, calibrationRegularization?: number, maxContributionPerTypeSeverity?: number, trainingDays?: number, scoringDays?: number);
|
|
25
28
|
}
|
|
@@ -3,60 +3,78 @@ 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(
|
|
7
|
-
if (
|
|
8
|
-
this.
|
|
6
|
+
constructor(decayHalfLifeMinutes, rarityBeta, raritySmoothingKMode, raritySmoothingKFixed, rarityClip, rarityMode, alphaLow, alphaMedium, alphaHigh, alphaCritical, tHMedEvents, tHHighEvents, tHCritEvents, tHLowToMedEvents, tHLowToMedTypes, tHMedToHighEvents, tHMedToHighTypes, tHHighToCritEvents, tHHighToCritTypes, calibrationMode, calibrationRegularization, maxContributionPerTypeSeverity, trainingDays, scoringDays) {
|
|
7
|
+
if (decayHalfLifeMinutes !== undefined) {
|
|
8
|
+
this.decayHalfLifeMinutes = decayHalfLifeMinutes;
|
|
9
9
|
}
|
|
10
|
-
if (
|
|
11
|
-
this.
|
|
10
|
+
if (rarityBeta !== undefined) {
|
|
11
|
+
this.rarityBeta = rarityBeta;
|
|
12
12
|
}
|
|
13
|
-
if (
|
|
14
|
-
this.
|
|
13
|
+
if (raritySmoothingKMode !== undefined) {
|
|
14
|
+
this.raritySmoothingKMode = raritySmoothingKMode;
|
|
15
15
|
}
|
|
16
|
-
if (
|
|
17
|
-
this.
|
|
16
|
+
if (raritySmoothingKFixed !== undefined) {
|
|
17
|
+
this.raritySmoothingKFixed = raritySmoothingKFixed;
|
|
18
18
|
}
|
|
19
|
-
if (
|
|
20
|
-
this.
|
|
19
|
+
if (rarityClip !== undefined) {
|
|
20
|
+
this.rarityClip = rarityClip;
|
|
21
21
|
}
|
|
22
|
-
if (
|
|
23
|
-
this.
|
|
22
|
+
if (rarityMode !== undefined) {
|
|
23
|
+
this.rarityMode = rarityMode;
|
|
24
24
|
}
|
|
25
|
-
if (
|
|
26
|
-
this.
|
|
25
|
+
if (alphaLow !== undefined) {
|
|
26
|
+
this.alphaLow = alphaLow;
|
|
27
27
|
}
|
|
28
|
-
if (
|
|
29
|
-
this.
|
|
28
|
+
if (alphaMedium !== undefined) {
|
|
29
|
+
this.alphaMedium = alphaMedium;
|
|
30
30
|
}
|
|
31
|
-
if (
|
|
32
|
-
this.
|
|
31
|
+
if (alphaHigh !== undefined) {
|
|
32
|
+
this.alphaHigh = alphaHigh;
|
|
33
33
|
}
|
|
34
|
-
if (
|
|
35
|
-
this.
|
|
34
|
+
if (alphaCritical !== undefined) {
|
|
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
|
+
}
|
|
61
|
+
if (tHHighToCritTypes !== undefined) {
|
|
62
|
+
this.tHHighToCritTypes = tHHighToCritTypes;
|
|
63
|
+
}
|
|
64
|
+
if (calibrationMode !== undefined) {
|
|
65
|
+
this.calibrationMode = calibrationMode;
|
|
66
|
+
}
|
|
67
|
+
if (calibrationRegularization !== undefined) {
|
|
68
|
+
this.calibrationRegularization = calibrationRegularization;
|
|
69
|
+
}
|
|
70
|
+
if (maxContributionPerTypeSeverity !== undefined) {
|
|
71
|
+
this.maxContributionPerTypeSeverity = maxContributionPerTypeSeverity;
|
|
72
|
+
}
|
|
73
|
+
if (trainingDays !== undefined) {
|
|
74
|
+
this.trainingDays = trainingDays;
|
|
75
|
+
}
|
|
76
|
+
if (scoringDays !== undefined) {
|
|
77
|
+
this.scoringDays = scoringDays;
|
|
60
78
|
}
|
|
61
79
|
}
|
|
62
80
|
}
|
|
@@ -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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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FloatInterval = void 0;
|
|
4
|
+
// FloatInterval represents an interval of min and max float numbers
|
|
5
|
+
class FloatInterval {
|
|
6
|
+
constructor(from, to) {
|
|
7
|
+
if (from !== undefined) {
|
|
8
|
+
this.from = from;
|
|
9
|
+
}
|
|
10
|
+
if (to !== undefined) {
|
|
11
|
+
this.to = to;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.FloatInterval = FloatInterval;
|
|
16
|
+
//# sourceMappingURL=FloatInterval.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FloatInterval.js","sourceRoot":"","sources":["../../../../src/lib/common/FloatInterval.ts"],"names":[],"mappings":";;;AAGA,oEAAoE;AACpE,MAAa,aAAa;IAQrB,YAAY,IAAa,EAAE,EAAW;QACnC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,EAAE,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QAAC,CAAC;IAC3C,CAAC;CAEJ;AAbD,sCAaC"}
|
|
@@ -8,6 +8,7 @@ export * from './DeviceScoreConfig';
|
|
|
8
8
|
export * from './DevicesAtRiskConfig';
|
|
9
9
|
export * from './DevicesMap';
|
|
10
10
|
export * from './EventSeverityConfig';
|
|
11
|
+
export * from './FloatInterval';
|
|
11
12
|
export * from './FloatKeyValue';
|
|
12
13
|
export * from './GeoData';
|
|
13
14
|
export * from './GraphSeries';
|
|
@@ -11,6 +11,7 @@ tslib_1.__exportStar(require("./DeviceScoreConfig"), exports);
|
|
|
11
11
|
tslib_1.__exportStar(require("./DevicesAtRiskConfig"), exports);
|
|
12
12
|
tslib_1.__exportStar(require("./DevicesMap"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./EventSeverityConfig"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./FloatInterval"), exports);
|
|
14
15
|
tslib_1.__exportStar(require("./FloatKeyValue"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./GeoData"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./GraphSeries"), 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,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,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 { AccountTypeCode } from '../enums';
|
|
2
|
+
import { AccountStatusCode } from '../enums';
|
|
1
3
|
import { StringKeyValue } from '../common';
|
|
2
4
|
import { AccountSettings } from '../entities';
|
|
3
5
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { AccountTypeCode } from '../enums';
|
|
5
|
-
import { AccountStatusCode } from '../enums';
|
|
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":";;;AAIA,kCAAqC;AAIrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { AccountSettings } from '../entities';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { AccountTypeCode } from '../enums';
|
|
2
4
|
import { AccountStatusCode } from '../enums';
|
|
3
5
|
import { FeatureCode } from '../enums';
|
|
4
6
|
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":";;;AACA,kCAAqC;AAQrC,kDAAkD;AAClD,MAAa,UAAW,SAAQ,iBAAU;CAoCzC;AApCD,gCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { AccountSettings } from '../entities';
|
|
3
1
|
import { DeviceReport } from '../entities';
|
|
4
2
|
import { IntDistribution } from '../entities';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
6
4
|
import { AccountTypeCode } from '../enums';
|
|
7
5
|
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":";;;AAEA,kCAAqC;AAQrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
3
2
|
import { RuleTypeCode } from '../enums';
|
|
4
3
|
import { StringKeyValue } from '../common';
|
|
5
|
-
import { TrafficDirectionCode } from '../enums';
|
|
6
|
-
import { EventStatusCode } from '../enums';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
4
|
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { TrafficDirectionCode } from '../enums';
|
|
9
6
|
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
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":";;;AAKA,kCAAqC;AAOrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventCategoryCode } from '../enums';
|
|
2
|
-
import { TrafficDirectionCode } from '../enums';
|
|
3
|
-
import { Device } from '../entities';
|
|
4
|
-
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
1
|
import { GeoData } from '../common';
|
|
8
2
|
import { StringKeyValue } from '../common';
|
|
9
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { EventTypeCode } from '../enums';
|
|
10
5
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
|
+
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { Device } from '../entities';
|
|
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":";;;AAEA,kCAAqC;AAWrC,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":";;;AAAA,kCAAqC;AAKrC,gEAAgE;AAChE,MAAa,YAAa,SAAQ,iBAAU;CAM3C;AAND,oCAMC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DeviceTypeCode } from '../enums';
|
|
2
1
|
import { DeviceStatusCode } from '../enums';
|
|
3
2
|
import { StringKeyValue } from '../common';
|
|
4
3
|
import { DeviceActionCode } from '../enums';
|
|
5
4
|
import { SIM } from '../entities';
|
|
6
5
|
import { GeoData } from '../common';
|
|
7
6
|
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":";;;AAKA,kCAAqC;AAKrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DeviceTypeCode } from '../enums';
|
|
2
1
|
import { DeviceStatusCode } from '../enums';
|
|
3
2
|
import { StringKeyValue } from '../common';
|
|
4
3
|
import { DeviceActionCode } from '../enums';
|
|
@@ -6,6 +5,7 @@ import { SIM } from '../entities';
|
|
|
6
5
|
import { Event } from '../entities';
|
|
7
6
|
import { GeoData } from '../common';
|
|
8
7
|
import { BaseEntity } from '../base';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
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":";;;AAMA,kCAAqC;AAKrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Indicator } from '../common';
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
3
2
|
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { GeoData } from '../common';
|
|
6
|
-
import { StringKeyValue } from '../common';
|
|
7
|
-
import { EventOccurrence } from '../entities';
|
|
8
3
|
import { TrafficDirectionCode } from '../enums';
|
|
9
|
-
import { EventTypeCode } from '../enums';
|
|
10
4
|
import { SeverityTypeCode } from '../enums';
|
|
11
5
|
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { Indicator } from '../common';
|
|
7
|
+
import { GeoData } from '../common';
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
10
|
+
import { EventOccurrence } from '../entities';
|
|
11
|
+
import { BaseEntity } from '../base';
|
|
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":";;;AAUA,kCAAqC;AAIrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
1
|
import { StringKeyValue } from '../common';
|
|
3
|
-
import {
|
|
2
|
+
import { Device } from '../entities';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import {
|
|
7
|
-
import { Indicator } from '../common';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
6
|
import { RuleTypeCode } from '../enums';
|
|
9
7
|
import { GeoData } from '../common';
|
|
10
8
|
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { EventOccurrence } from '../entities';
|
|
11
10
|
import { TrafficDirectionCode } from '../enums';
|
|
12
|
-
import {
|
|
11
|
+
import { EventStatusCode } from '../enums';
|
|
12
|
+
import { Indicator } from '../common';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAarC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -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":";;;AAAA,kCAAqC;AAKrC,qEAAqE;AACrE,MAAa,OAAQ,SAAQ,iBAAU;CAStC;AATD,0BASC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
|
-
import { RuleTypeCode } from '../enums';
|
|
4
1
|
import { DataSourceCode } from '../enums';
|
|
5
2
|
import { ConditionDescription } from '../common';
|
|
6
3
|
import { DeviceTypeCode } from '../enums';
|
|
7
4
|
import { EventTypeCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { RuleTypeCode } 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":";;;AAKA,kCAAqC;AAKrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { DirectionContextCode } from '../enums';
|
|
3
|
-
import { RegulatoryViolation } from '../entities';
|
|
4
1
|
import { MitreAttackCategory } from '../entities';
|
|
5
2
|
import { BaseEntity } from '../base';
|
|
6
3
|
import { InsightTypeCode } from '../enums';
|
|
7
4
|
import { InsightStatusCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { DirectionContextCode } from '../enums';
|
|
7
|
+
import { RegulatoryViolation } from '../entities';
|
|
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":";;;AACA,kCAAqC;AASrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAsDtC;AAtDD,0BAsDC"}
|
|
@@ -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":";;;AAEA,kCAAqC;AAIrC,wEAAwE;AACxE,MAAa,MAAO,SAAQ,iBAAU;CA8BrC;AA9BD,wBA8BC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IntDistribution } from '../entities';
|
|
2
|
-
import { DeviceReport } from '../entities';
|
|
3
1
|
import { ReportTypeCode } from '../enums';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { IntDistribution } from '../entities';
|
|
4
|
+
import { DeviceReport } from '../entities';
|
|
5
5
|
export declare class ReportInstance extends BaseEntity {
|
|
6
6
|
accountId: string;
|
|
7
7
|
from: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportInstance.js","sourceRoot":"","sources":["../../../../src/lib/entities/ReportInstance.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ReportInstance.js","sourceRoot":"","sources":["../../../../src/lib/entities/ReportInstance.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAMrC,qDAAqD;AACrD,MAAa,cAAe,SAAQ,iBAAU;CAoC7C;AApCD,wCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { RuleTypeCode } from '../enums';
|
|
5
2
|
import { DataSourceCode } from '../enums';
|
|
6
3
|
import { ConditionDescription } from '../common';
|
|
7
4
|
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":";;;AAMA,kCAAqC;AAIrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -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":";;;AAAA,kCAAqC;AAMrC,+LAA+L;AAC/L,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|