@shieldiot/pulse-lib 1.0.384 → 1.0.386
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/DevicesMap.d.ts +1 -1
- package/dist/cjs/lib/common/NetworkMap.d.ts +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 +1 -1
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +3 -3
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +4 -4
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/cjs/lib/entities/AlertWithDevice.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 +6 -6
- package/dist/cjs/lib/entities/Event.js.map +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/FeaturesGroup.d.ts +1 -1
- package/dist/cjs/lib/entities/FeaturesGroup.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/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 +2 -2
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +1 -1
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +1 -1
- 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/StreamConfig.d.ts +3 -3
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/entities/User.d.ts +2 -2
- 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/enums/EventTypeCode.d.ts +3 -2
- package/dist/cjs/lib/enums/EventTypeCode.js +6 -3
- package/dist/cjs/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/cjs/lib/services/services.export.d.ts +8 -8
- package/dist/cjs/lib/services/services.export.js +14 -14
- package/dist/cjs/lib/services/services.export.js.map +1 -1
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +11 -11
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +3 -3
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DevicesMap.d.ts +1 -1
- package/dist/esm/lib/common/NetworkMap.d.ts +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 +1 -1
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +3 -3
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +4 -4
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/esm/lib/entities/AlertWithDevice.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 +6 -6
- package/dist/esm/lib/entities/Event.js.map +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/FeaturesGroup.d.ts +1 -1
- package/dist/esm/lib/entities/FeaturesGroup.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/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 +2 -2
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +1 -1
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +1 -1
- 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/StreamConfig.d.ts +3 -3
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/entities/User.d.ts +2 -2
- 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/enums/EventTypeCode.d.ts +3 -2
- package/dist/esm/lib/enums/EventTypeCode.js +6 -3
- package/dist/esm/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/esm/lib/services/services.export.d.ts +8 -8
- package/dist/esm/lib/services/services.export.js +14 -14
- package/dist/esm/lib/services/services.export.js.map +1 -1
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +11 -11
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +3 -3
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DevicesMap.d.ts +1 -1
- package/dist/types/lib/common/NetworkMap.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +2 -2
- package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/types/lib/entities/AccountReportDTO.d.ts +3 -3
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +5 -5
- 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 +6 -6
- package/dist/types/lib/entities/EventWithDevice.d.ts +5 -5
- package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +3 -3
- 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 +2 -2
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +1 -1
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/User.d.ts +2 -2
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/enums/EventTypeCode.d.ts +3 -2
- package/dist/types/lib/services/services.export.d.ts +8 -8
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +11 -11
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +3 -3
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@ export declare enum EventTypeCode {
|
|
|
16
16
|
DEVICE_TAKEOVER_ATTEMPT = 14,
|
|
17
17
|
UNKNOWN_OPERATION = 15,
|
|
18
18
|
CRYPTO_MINING = 16,
|
|
19
|
+
SUSPICIOUS_IP = 17,
|
|
19
20
|
ABNORMAL_OUTBOUND_PORTS = 18,
|
|
20
21
|
ABNORMAL_OUTBOUND_ENDPOINTS = 19,
|
|
21
22
|
SIM_SWITCH = 20,
|
|
@@ -24,7 +25,6 @@ export declare enum EventTypeCode {
|
|
|
24
25
|
ANOMALY_DETECTED = 23,
|
|
25
26
|
CASE_MUTATED_DNS_QUERY = 24,
|
|
26
27
|
DGA_DNS_QUERY = 25,
|
|
27
|
-
SUSPICIOUS_IP = 26,
|
|
28
28
|
SUSPICIOUS_IP_OUT = 27,
|
|
29
29
|
IP_LOOKUP_DNS_REQUEST = 28,
|
|
30
30
|
EXCESSIVE_NONSTD_DNS_ATTEMPTS = 29,
|
|
@@ -35,6 +35,7 @@ export declare enum EventTypeCode {
|
|
|
35
35
|
IOT_OUTBOUND_LONG_CONN_ALT_SSH = 34,
|
|
36
36
|
IOT_OUTBOUND_FAST_CONNECT_BURST = 35,
|
|
37
37
|
IOT_LOCAL_FAST_CONNECT_BURST = 36,
|
|
38
|
-
IOT_HIGH_RISK_TLD_QUERY = 37
|
|
38
|
+
IOT_HIGH_RISK_TLD_QUERY = 37,
|
|
39
|
+
IOT_DNS_TXT_PUBLIC_RESOLVER = 38
|
|
39
40
|
}
|
|
40
41
|
export declare function GetEventTypeCodes(): Map<EventTypeCode, string>;
|
|
@@ -35,6 +35,8 @@ export var EventTypeCode;
|
|
|
35
35
|
EventTypeCode[EventTypeCode["UNKNOWN_OPERATION"] = 15] = "UNKNOWN_OPERATION";
|
|
36
36
|
// Crypto Mining [16]
|
|
37
37
|
EventTypeCode[EventTypeCode["CRYPTO_MINING"] = 16] = "CRYPTO_MINING";
|
|
38
|
+
// Suspicious IP IN [17] sid 5000001
|
|
39
|
+
EventTypeCode[EventTypeCode["SUSPICIOUS_IP"] = 17] = "SUSPICIOUS_IP";
|
|
38
40
|
// Abnormal number of outbound ports [18]
|
|
39
41
|
EventTypeCode[EventTypeCode["ABNORMAL_OUTBOUND_PORTS"] = 18] = "ABNORMAL_OUTBOUND_PORTS";
|
|
40
42
|
// Abnormal number of outbound endpoints (destinations) [19]
|
|
@@ -51,8 +53,6 @@ export var EventTypeCode;
|
|
|
51
53
|
EventTypeCode[EventTypeCode["CASE_MUTATED_DNS_QUERY"] = 24] = "CASE_MUTATED_DNS_QUERY";
|
|
52
54
|
// DGA DNS Query [25] sid 3000001
|
|
53
55
|
EventTypeCode[EventTypeCode["DGA_DNS_QUERY"] = 25] = "DGA_DNS_QUERY";
|
|
54
|
-
// Suspicious IP IN [26] sid 5000001
|
|
55
|
-
EventTypeCode[EventTypeCode["SUSPICIOUS_IP"] = 26] = "SUSPICIOUS_IP";
|
|
56
56
|
// Suspicious IP OUT [27] sid 5000002
|
|
57
57
|
EventTypeCode[EventTypeCode["SUSPICIOUS_IP_OUT"] = 27] = "SUSPICIOUS_IP_OUT";
|
|
58
58
|
// DNS request for known IP/MAC lookup service [28] sid 5000003
|
|
@@ -75,6 +75,8 @@ export var EventTypeCode;
|
|
|
75
75
|
EventTypeCode[EventTypeCode["IOT_LOCAL_FAST_CONNECT_BURST"] = 36] = "IOT_LOCAL_FAST_CONNECT_BURST";
|
|
76
76
|
// DNS query to high-risk TLD [37]
|
|
77
77
|
EventTypeCode[EventTypeCode["IOT_HIGH_RISK_TLD_QUERY"] = 37] = "IOT_HIGH_RISK_TLD_QUERY";
|
|
78
|
+
// DNS query of type TXT from IoT device to public resolver sid 5000013
|
|
79
|
+
EventTypeCode[EventTypeCode["IOT_DNS_TXT_PUBLIC_RESOLVER"] = 38] = "IOT_DNS_TXT_PUBLIC_RESOLVER";
|
|
78
80
|
})(EventTypeCode || (EventTypeCode = {}));
|
|
79
81
|
// Return list of EventTypeCode values and their display names
|
|
80
82
|
export function GetEventTypeCodes() {
|
|
@@ -96,6 +98,7 @@ export function GetEventTypeCodes() {
|
|
|
96
98
|
result.set(EventTypeCode.DEVICE_TAKEOVER_ATTEMPT, 'Device Takeover Attempt');
|
|
97
99
|
result.set(EventTypeCode.UNKNOWN_OPERATION, 'Unknown Operation');
|
|
98
100
|
result.set(EventTypeCode.CRYPTO_MINING, 'Crypto Mining');
|
|
101
|
+
result.set(EventTypeCode.SUSPICIOUS_IP, 'Suspicious Ip');
|
|
99
102
|
result.set(EventTypeCode.ABNORMAL_OUTBOUND_PORTS, 'Abnormal Outbound Ports');
|
|
100
103
|
result.set(EventTypeCode.ABNORMAL_OUTBOUND_ENDPOINTS, 'Abnormal Outbound Endpoints');
|
|
101
104
|
result.set(EventTypeCode.SIM_SWITCH, 'Sim Switch');
|
|
@@ -104,7 +107,6 @@ export function GetEventTypeCodes() {
|
|
|
104
107
|
result.set(EventTypeCode.ANOMALY_DETECTED, 'Anomaly Detected');
|
|
105
108
|
result.set(EventTypeCode.CASE_MUTATED_DNS_QUERY, 'Case Mutated Dns Query');
|
|
106
109
|
result.set(EventTypeCode.DGA_DNS_QUERY, 'Dga Dns Query');
|
|
107
|
-
result.set(EventTypeCode.SUSPICIOUS_IP, 'Suspicious Ip');
|
|
108
110
|
result.set(EventTypeCode.SUSPICIOUS_IP_OUT, 'Suspicious Ip Out');
|
|
109
111
|
result.set(EventTypeCode.IP_LOOKUP_DNS_REQUEST, 'Ip Lookup Dns Request');
|
|
110
112
|
result.set(EventTypeCode.EXCESSIVE_NONSTD_DNS_ATTEMPTS, 'Excessive Nonstd Dns Attempts');
|
|
@@ -116,6 +118,7 @@ export function GetEventTypeCodes() {
|
|
|
116
118
|
result.set(EventTypeCode.IOT_OUTBOUND_FAST_CONNECT_BURST, 'Iot Outbound Fast Connect Burst');
|
|
117
119
|
result.set(EventTypeCode.IOT_LOCAL_FAST_CONNECT_BURST, 'Iot Local Fast Connect Burst');
|
|
118
120
|
result.set(EventTypeCode.IOT_HIGH_RISK_TLD_QUERY, 'Iot High Risk Tld Query');
|
|
121
|
+
result.set(EventTypeCode.IOT_DNS_TXT_PUBLIC_RESOLVER, 'Iot Dns Txt Public Resolver');
|
|
119
122
|
return result;
|
|
120
123
|
}
|
|
121
124
|
//# sourceMappingURL=EventTypeCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/EventTypeCode.ts"],"names":[],"mappings":"AACA,kBAAkB;AAClB,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"EventTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/EventTypeCode.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
6
|
-
import { UsrReportsService } from './usrReportsService';
|
|
7
|
-
import { UsrRulesService } from './usrRulesService';
|
|
8
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
9
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
10
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -25,4 +18,11 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
25
18
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
26
19
|
import { UsrMembersService } from './usrMembersService';
|
|
27
20
|
import { UsrUserService } from './usrUserService';
|
|
28
|
-
|
|
21
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
22
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
23
|
+
import { UsrEventsService } from './usrEventsService';
|
|
24
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
25
|
+
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
26
|
+
import { UsrReportsService } from './usrReportsService';
|
|
27
|
+
import { UsrRulesService } from './usrRulesService';
|
|
28
|
+
export declare const Services: (typeof SupportStreamAnalyticsConfig | typeof SysAccountsService | typeof SysAuditLogService | typeof SysCheckpointsService | typeof SysConfigService | typeof SysFeaturesService | typeof SysGroupsService | typeof SysIdsRulesService | typeof SysInsightsService | typeof SysKeysService | typeof SysMembersService | typeof SysRuleTemplatesService | typeof SysRulesService | typeof SysStatisticsService | typeof SysStreamsService | typeof SysUsersService | typeof UsrInsightsService | typeof UsrIntegrationsService | typeof UsrMembersService | typeof UsrUserService | typeof UsrAlertsService | typeof UsrDevicesService | typeof UsrEventsService | typeof UsrNetworkService | typeof UsrReportsInstanceService | typeof UsrReportsService | typeof UsrRulesService)[];
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
6
|
-
import { UsrReportsService } from './usrReportsService';
|
|
7
|
-
import { UsrRulesService } from './usrRulesService';
|
|
8
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
9
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
10
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -25,14 +18,14 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
25
18
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
26
19
|
import { UsrMembersService } from './usrMembersService';
|
|
27
20
|
import { UsrUserService } from './usrUserService';
|
|
21
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
22
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
23
|
+
import { UsrEventsService } from './usrEventsService';
|
|
24
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
25
|
+
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
26
|
+
import { UsrReportsService } from './usrReportsService';
|
|
27
|
+
import { UsrRulesService } from './usrRulesService';
|
|
28
28
|
export const Services = [
|
|
29
|
-
UsrAlertsService,
|
|
30
|
-
UsrDevicesService,
|
|
31
|
-
UsrEventsService,
|
|
32
|
-
UsrNetworkService,
|
|
33
|
-
UsrReportsInstanceService,
|
|
34
|
-
UsrReportsService,
|
|
35
|
-
UsrRulesService,
|
|
36
29
|
SupportStreamAnalyticsConfig,
|
|
37
30
|
SysAccountsService,
|
|
38
31
|
SysAuditLogService,
|
|
@@ -53,5 +46,12 @@ export const Services = [
|
|
|
53
46
|
UsrIntegrationsService,
|
|
54
47
|
UsrMembersService,
|
|
55
48
|
UsrUserService,
|
|
49
|
+
UsrAlertsService,
|
|
50
|
+
UsrDevicesService,
|
|
51
|
+
UsrEventsService,
|
|
52
|
+
UsrNetworkService,
|
|
53
|
+
UsrReportsInstanceService,
|
|
54
|
+
UsrReportsService,
|
|
55
|
+
UsrRulesService,
|
|
56
56
|
];
|
|
57
57
|
//# sourceMappingURL=services.export.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services.export.js","sourceRoot":"","sources":["../../../../src/lib/services/services.export.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"services.export.js","sourceRoot":"","sources":["../../../../src/lib/services/services.export.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,4BAA4B;IAC5B,kBAAkB;IAClB,kBAAkB;IAClB,qBAAqB;IACrB,gBAAgB;IAChB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB,kBAAkB;IAClB,cAAc;IACd,iBAAiB;IACjB,uBAAuB;IACvB,eAAe;IACf,oBAAoB;IACpB,iBAAiB;IACjB,eAAe;IACf,kBAAkB;IAClB,sBAAsB;IACtB,iBAAiB;IACjB,cAAc;IACd,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,iBAAiB;IACjB,yBAAyB;IACzB,iBAAiB;IACjB,eAAe;CAElB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Feature } from '../entities';
|
|
3
2
|
import { FeaturesGroup } from '../entities';
|
|
3
|
+
import { Feature } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Group } from '../entities';
|
|
3
2
|
import { User } from '../entities';
|
|
3
|
+
import { Group } from '../entities';
|
|
4
4
|
export declare class SysGroupsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
|
-
import { IdsRule } from '../entities';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
3
|
import { RuleActivityStatusCode } from '../enums';
|
|
6
4
|
import { EventTypeCode } from '../enums';
|
|
5
|
+
import { Rule } from '../entities';
|
|
6
|
+
import { IdsRule } from '../entities';
|
|
7
7
|
export declare class SysIdsRulesService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ApiKey } from '../entities';
|
|
3
2
|
import { StringIntValue } from '../common';
|
|
3
|
+
import { ApiKey } from '../entities';
|
|
4
4
|
export declare class SysKeysService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { UserMemberships } from '../entities';
|
|
3
2
|
import { User } from '../entities';
|
|
4
3
|
import { UserTypeCode } from '../enums';
|
|
5
4
|
import { UserStatusCode } from '../enums';
|
|
5
|
+
import { UserMemberships } from '../entities';
|
|
6
6
|
export declare class SysUsersService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
4
|
+
import { AlertWithDevice } from '../entities';
|
|
4
5
|
import { StringKeyValue } from '../common';
|
|
6
|
+
import { Alert } from '../entities';
|
|
5
7
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { TimeSeriesOf2D } from '../common';
|
|
8
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
9
8
|
import { MaliciousIPCard } from '../common';
|
|
10
|
-
import { Alert } from '../entities';
|
|
11
|
-
import { EventCategoryCode } from '../enums';
|
|
12
9
|
import { EventStatusCode } from '../enums';
|
|
13
|
-
import {
|
|
14
|
-
import { AlertWithDevice } from '../entities';
|
|
10
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
15
11
|
import { IntDistribution } from '../entities';
|
|
12
|
+
import { DeviceActionCode } from '../enums';
|
|
13
|
+
import { TimeSeriesOf2D } from '../common';
|
|
14
|
+
import { RuleTypeCode } from '../enums';
|
|
15
|
+
import { MaliciousIPData } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { DeviceReport } from '../entities';
|
|
3
|
-
import { BulkDevices } from '../entities';
|
|
4
|
-
import { DeviceStatusCode } from '../enums';
|
|
5
|
-
import { DeviceWithEvents } from '../entities';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
8
|
-
import { Device } from '../entities';
|
|
9
|
-
import { IntDistribution } from '../entities';
|
|
10
2
|
import { NetworkMapTypeCode } from '../enums';
|
|
3
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
+
import { MapBounds } from '../common';
|
|
11
5
|
import { DeviceTypeCode } from '../enums';
|
|
12
|
-
import {
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
13
7
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
8
|
+
import { DeviceStatusCode } from '../enums';
|
|
9
|
+
import { DeviceReport } from '../entities';
|
|
10
|
+
import { DeviceActionCode } from '../enums';
|
|
11
|
+
import { NetworkMap } from '../common';
|
|
12
|
+
import { DeviceWithEvents } from '../entities';
|
|
13
|
+
import { IntDistribution } from '../entities';
|
|
14
14
|
import { DevicesMap } from '../common';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
15
|
+
import { Device } from '../entities';
|
|
16
|
+
import { BulkDevices } from '../entities';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { EventCategoryCode } from '../enums';
|
|
3
|
+
import { EventWithDevice } from '../entities';
|
|
2
4
|
import { MaliciousIPData } from '../common';
|
|
5
|
+
import { MaliciousIPCard } from '../common';
|
|
6
|
+
import { Event } from '../entities';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
9
|
import { TimeSeriesOf2D } from '../common';
|
|
4
10
|
import { TimeSeriesOfFloat } from '../common';
|
|
5
11
|
import { StringKeyValue } from '../common';
|
|
6
|
-
import { Event } from '../entities';
|
|
7
|
-
import { EventCategoryCode } from '../enums';
|
|
8
12
|
import { EventStatusCode } from '../enums';
|
|
9
13
|
import { RuleTypeCode } from '../enums';
|
|
10
|
-
import { MaliciousIPCard } from '../common';
|
|
11
|
-
import { EventTypeCode } from '../enums';
|
|
12
|
-
import { SeverityTypeCode } from '../enums';
|
|
13
|
-
import { EventWithDevice } from '../entities';
|
|
14
14
|
import { IntDistribution } from '../entities';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { IntDistribution } from '../entities';
|
|
3
2
|
import { Insight } from '../entities';
|
|
4
3
|
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { IntDistribution } from '../entities';
|
|
5
5
|
export declare class UsrInsightsService {
|
|
6
6
|
private apiUrl;
|
|
7
7
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ReportSourceCode } from '../enums';
|
|
3
2
|
import { ReportInstance } from '../entities';
|
|
3
|
+
import { ReportSourceCode } from '../enums';
|
|
4
4
|
export declare class UsrReportsInstanceService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
-
import { IntDistribution } from '../entities';
|
|
4
|
-
import { Distribution } from '../entities';
|
|
5
2
|
import { Rule } from '../entities';
|
|
6
3
|
import { SeverityTypeCode } from '../enums';
|
|
7
4
|
import { RuleActivityStatusCode } from '../enums';
|
|
8
5
|
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
7
|
+
import { IntDistribution } from '../entities';
|
|
8
|
+
import { Distribution } from '../entities';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { LoginParams } from '../common';
|
|
3
|
+
import { User } from '../entities';
|
|
3
4
|
import { AccountDTO } from '../entities';
|
|
5
|
+
import { Image } from '../entities';
|
|
4
6
|
import { Feature } from '../entities';
|
|
7
|
+
import { Stream } from '../entities';
|
|
5
8
|
import { UserMemberships } from '../entities';
|
|
6
9
|
import { FeatureCode } from '../enums';
|
|
7
10
|
import { ConfigParam } from '../entities';
|
|
8
|
-
import { User } from '../entities';
|
|
9
|
-
import { Image } from '../entities';
|
|
10
|
-
import { Stream } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DevicesAtRiskConfig } from '../common';
|
|
2
1
|
import { DeviceScoreConfig } from '../common';
|
|
2
|
+
import { DevicesAtRiskConfig } from '../common';
|
|
3
3
|
export declare class DeviceConfig {
|
|
4
4
|
devicesAtRiskConfig: DevicesAtRiskConfig;
|
|
5
5
|
deviceScoreConfig: DeviceScoreConfig;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
4
2
|
import { AccountSettings } from '../entities';
|
|
5
3
|
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,9 +1,9 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { AccountTypeCode } from '../enums';
|
|
3
2
|
import { AccountStatusCode } from '../enums';
|
|
4
3
|
import { FeatureCode } from '../enums';
|
|
5
4
|
import { StringKeyValue } from '../common';
|
|
6
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,10 +1,10 @@
|
|
|
1
|
+
import { IntDistribution } from '../entities';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
3
|
+
import { AccountTypeCode } from '../enums';
|
|
1
4
|
import { AccountStatusCode } from '../enums';
|
|
2
5
|
import { StringKeyValue } from '../common';
|
|
3
6
|
import { AccountSettings } from '../entities';
|
|
4
7
|
import { DeviceReport } from '../entities';
|
|
5
|
-
import { IntDistribution } from '../entities';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
|
-
import { AccountTypeCode } from '../enums';
|
|
8
8
|
export declare class AccountReportDTO extends BaseEntity {
|
|
9
9
|
name: string;
|
|
10
10
|
externalId: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { TrafficDirectionCode } from '../enums';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
|
-
import {
|
|
3
|
-
import { EventStatusCode } from '../enums';
|
|
3
|
+
import { RuleTypeCode } from '../enums';
|
|
4
4
|
import { GeoData } from '../common';
|
|
5
5
|
import { StringKeyValue } from '../common';
|
|
6
6
|
import { EventCategoryCode } from '../enums';
|
|
7
|
-
import {
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
8
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
1
3
|
import { EventCategoryCode } from '../enums';
|
|
2
|
-
import { TrafficDirectionCode } from '../enums';
|
|
3
4
|
import { Device } from '../entities';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { GeoData } from '../common';
|
|
6
|
-
import { StringKeyValue } from '../common';
|
|
7
|
-
import { EventStatusCode } from '../enums';
|
|
8
|
-
import { RuleTypeCode } from '../enums';
|
|
9
6
|
import { EventTypeCode } from '../enums';
|
|
10
7
|
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { EventStatusCode } from '../enums';
|
|
9
|
+
import { StringKeyValue } from '../common';
|
|
10
|
+
import { TrafficDirectionCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { GeoData } from '../common';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
3
|
import { DeviceTypeCode } from '../enums';
|
|
3
4
|
import { DeviceStatusCode } from '../enums';
|
|
4
5
|
import { StringKeyValue } from '../common';
|
|
5
6
|
import { DeviceActionCode } from '../enums';
|
|
6
7
|
import { SIM } from '../entities';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { StringKeyValue } from '../common';
|
|
2
|
+
import { DeviceActionCode } from '../enums';
|
|
1
3
|
import { SIM } from '../entities';
|
|
2
4
|
import { Event } from '../entities';
|
|
3
5
|
import { GeoData } from '../common';
|
|
4
6
|
import { BaseEntity } from '../base';
|
|
5
7
|
import { DeviceTypeCode } from '../enums';
|
|
6
8
|
import { DeviceStatusCode } from '../enums';
|
|
7
|
-
import { StringKeyValue } from '../common';
|
|
8
|
-
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { EventOccurrence } from '../entities';
|
|
1
6
|
import { EventTypeCode } from '../enums';
|
|
2
7
|
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
8
|
+
import { Indicator } from '../common';
|
|
4
9
|
import { RuleTypeCode } from '../enums';
|
|
5
10
|
import { GeoData } from '../common';
|
|
6
11
|
import { TrafficDirectionCode } from '../enums';
|
|
7
|
-
import { Indicator } 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,15 +1,15 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
1
2
|
import { GeoData } from '../common';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
2
4
|
import { EventOccurrence } from '../entities';
|
|
3
5
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import {
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { Device } from '../entities';
|
|
6
7
|
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { EventStatusCode } from '../enums';
|
|
7
9
|
import { Indicator } from '../common';
|
|
8
10
|
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import { EventStatusCode } from '../enums';
|
|
10
11
|
import { StringKeyValue } from '../common';
|
|
11
|
-
import {
|
|
12
|
-
import { Device } from '../entities';
|
|
12
|
+
import { BaseEntity } from '../base';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -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 IdsRule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { InsightTypeCode } from '../enums';
|
|
3
2
|
import { DirectionContextCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { IntegrationTypeCode } from '../enums';
|
|
2
|
+
import { IntegrationTriggerCode } from '../enums';
|
|
1
3
|
import { HttpMethodCode } from '../enums';
|
|
2
4
|
import { StringKeyValue } from '../common';
|
|
3
5
|
import { EventTypeCode } from '../enums';
|
|
4
6
|
import { SeverityTypeCode } from '../enums';
|
|
5
7
|
import { DeviceActionCode } from '../enums';
|
|
6
8
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { IntegrationTypeCode } from '../enums';
|
|
8
|
-
import { IntegrationTriggerCode } from '../enums';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { IntDistribution } from '../entities';
|
|
3
2
|
import { DeviceReport } from '../entities';
|
|
4
3
|
import { ReportTypeCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class ReportInstance extends BaseEntity {
|
|
6
6
|
accountId: string;
|
|
7
7
|
from: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RuleTypeCode } from '../enums';
|
|
2
1
|
import { DataSourceCode } from '../enums';
|
|
3
2
|
import { ConditionDescription } from '../common';
|
|
4
3
|
import { DeviceTypeCode } from '../enums';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
5
|
import { SeverityTypeCode } from '../enums';
|
|
7
6
|
import { BaseEntity } from '../base';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|