@shieldiot/pulse-lib 1.0.325 → 1.0.327
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/DeviceScoreConfig.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +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 +23 -0
- package/dist/cjs/lib/entities/AccountReportDTO.js +9 -0
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -0
- 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 +3 -3
- package/dist/cjs/lib/entities/DataIngestion.d.ts +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/EventWithDevice.d.ts +7 -7
- package/dist/cjs/lib/entities/EventWithDevice.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 -0
- package/dist/cjs/lib/entities/InsightQuery.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/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/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/cjs/lib/entities/index.d.ts +1 -0
- package/dist/cjs/lib/entities/index.js +1 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/enums/ReportSourceCode.d.ts +6 -0
- package/dist/cjs/lib/enums/ReportSourceCode.js +23 -0
- package/dist/cjs/lib/enums/ReportSourceCode.js.map +1 -0
- package/dist/cjs/lib/enums/index.d.ts +1 -0
- package/dist/cjs/lib/enums/index.js +1 -0
- package/dist/cjs/lib/enums/index.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +6 -1
- package/dist/cjs/lib/services/sysAccountsService.js +25 -0
- package/dist/cjs/lib/services/sysAccountsService.js.map +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +5 -5
- package/dist/cjs/lib/services/usrDevicesService.d.ts +7 -7
- package/dist/cjs/lib/services/usrEventsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrReportsService.d.ts +2 -1
- package/dist/cjs/lib/services/usrReportsService.js +4 -1
- package/dist/cjs/lib/services/usrReportsService.js.map +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +5 -5
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +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 +23 -0
- package/dist/esm/lib/entities/AccountReportDTO.js +5 -0
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -0
- 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 +3 -3
- package/dist/esm/lib/entities/DataIngestion.d.ts +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/EventWithDevice.d.ts +7 -7
- package/dist/esm/lib/entities/EventWithDevice.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 -0
- package/dist/esm/lib/entities/InsightQuery.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/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/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/esm/lib/entities/index.d.ts +1 -0
- package/dist/esm/lib/entities/index.js +1 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/enums/ReportSourceCode.d.ts +6 -0
- package/dist/esm/lib/enums/ReportSourceCode.js +19 -0
- package/dist/esm/lib/enums/ReportSourceCode.js.map +1 -0
- package/dist/esm/lib/enums/index.d.ts +1 -0
- package/dist/esm/lib/enums/index.js +1 -0
- package/dist/esm/lib/enums/index.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +6 -1
- package/dist/esm/lib/services/sysAccountsService.js +25 -0
- package/dist/esm/lib/services/sysAccountsService.js.map +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +5 -5
- package/dist/esm/lib/services/usrDevicesService.d.ts +7 -7
- package/dist/esm/lib/services/usrEventsService.d.ts +7 -7
- package/dist/esm/lib/services/usrReportsService.d.ts +2 -1
- package/dist/esm/lib/services/usrReportsService.js +4 -1
- package/dist/esm/lib/services/usrReportsService.js.map +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +5 -5
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/types/lib/entities/AccountReportDTO.d.ts +23 -0
- package/dist/types/lib/entities/Alert.d.ts +5 -5
- package/dist/types/lib/entities/AlertWithDevice.d.ts +3 -3
- package/dist/types/lib/entities/DataIngestion.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/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -0
- package/dist/types/lib/entities/Integration.d.ts +3 -3
- 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/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/types/lib/entities/index.d.ts +1 -0
- package/dist/types/lib/enums/ReportSourceCode.d.ts +6 -0
- package/dist/types/lib/enums/index.d.ts +1 -0
- package/dist/types/lib/services/sysAccountsService.d.ts +6 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +5 -5
- package/dist/types/lib/services/usrDevicesService.d.ts +7 -7
- package/dist/types/lib/services/usrEventsService.d.ts +7 -7
- package/dist/types/lib/services/usrReportsService.d.ts +2 -1
- package/dist/types/lib/services/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +5 -5
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { EventTypeCode } from '../enums';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { EventWithDevice } from '../entities';
|
|
2
6
|
import { MaliciousIPData } from '../common';
|
|
3
|
-
import {
|
|
7
|
+
import { MaliciousIPCard } from '../common';
|
|
8
|
+
import { Event } from '../entities';
|
|
4
9
|
import { EventStatusCode } from '../enums';
|
|
5
10
|
import { RuleTypeCode } from '../enums';
|
|
6
|
-
import {
|
|
11
|
+
import { IntDistribution } from '../entities';
|
|
7
12
|
import { TimeSeriesOf2D } from '../common';
|
|
8
|
-
import { Event } from '../entities';
|
|
9
|
-
import { EventTypeCode } from '../enums';
|
|
10
|
-
import { SeverityTypeCode } from '../enums';
|
|
11
|
-
import { EventCategoryCode } from '../enums';
|
|
12
13
|
import { TimeSeriesOfFloat } from '../common';
|
|
13
|
-
import { MaliciousIPCard } from '../common';
|
|
14
14
|
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
@@ -2,6 +2,7 @@ import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../.
|
|
|
2
2
|
import { TimeSeries } from '../common';
|
|
3
3
|
import { GraphSeries } from '../common';
|
|
4
4
|
import { Report } from '../entities';
|
|
5
|
+
import { ReportSourceCode } from '../enums';
|
|
5
6
|
export declare class UsrReportsService {
|
|
6
7
|
private apiUrl;
|
|
7
8
|
private rest;
|
|
@@ -34,7 +35,7 @@ export declare class UsrReportsService {
|
|
|
34
35
|
/**
|
|
35
36
|
* Create compliance report and send it by email
|
|
36
37
|
*/
|
|
37
|
-
getComplianceReportByMail(streamId?: string, from?: number, to?: number, addresses?: string[]): import("rxjs").Observable<ActionResponse>;
|
|
38
|
+
getComplianceReportByMail(streamId?: string, from?: number, to?: number, addresses?: string[], source?: ReportSourceCode): import("rxjs").Observable<ActionResponse>;
|
|
38
39
|
/**
|
|
39
40
|
* Get histogram of network activity over time
|
|
40
41
|
*/
|
|
@@ -75,7 +75,7 @@ export class UsrReportsService {
|
|
|
75
75
|
/**
|
|
76
76
|
* Create compliance report and send it by email
|
|
77
77
|
*/
|
|
78
|
-
getComplianceReportByMail(streamId, from, to, addresses) {
|
|
78
|
+
getComplianceReportByMail(streamId, from, to, addresses, source) {
|
|
79
79
|
const params = [];
|
|
80
80
|
if (streamId != null) {
|
|
81
81
|
params.push(`streamId=${streamId}`);
|
|
@@ -89,6 +89,9 @@ export class UsrReportsService {
|
|
|
89
89
|
if (addresses != null) {
|
|
90
90
|
params.push(`addresses=${addresses}`);
|
|
91
91
|
}
|
|
92
|
+
if (source != null) {
|
|
93
|
+
params.push(`source=${source}`);
|
|
94
|
+
}
|
|
92
95
|
return this.rest.get(`${this.baseUrl}/compliance-by-mail`, ...params);
|
|
93
96
|
}
|
|
94
97
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usrReportsService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrReportsService.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"usrReportsService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrReportsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Distribution } from '../entities';
|
|
3
|
-
import { Rule } from '../entities';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
3
|
import { RuleActivityStatusCode } from '../enums';
|
|
6
4
|
import { EventTypeCode } from '../enums';
|
|
7
5
|
import { TimeSeriesOfFloat } from '../common';
|
|
8
6
|
import { IntDistribution } from '../entities';
|
|
7
|
+
import { Distribution } from '../entities';
|
|
8
|
+
import { Rule } 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
|
-
import { Feature } from '../entities';
|
|
3
|
-
import { FeatureCode } from '../enums';
|
|
4
|
-
import { LoginParams } from '../common';
|
|
5
|
-
import { Image } from '../entities';
|
|
6
2
|
import { Stream } from '../entities';
|
|
7
3
|
import { UserMemberships } from '../entities';
|
|
8
|
-
import { ConfigParam } from '../entities';
|
|
9
4
|
import { User } from '../entities';
|
|
5
|
+
import { Image } from '../entities';
|
|
6
|
+
import { Feature } from '../entities';
|
|
7
|
+
import { ConfigParam } from '../entities';
|
|
8
|
+
import { LoginParams } from '../common';
|
|
10
9
|
import { AccountDTO } from '../entities';
|
|
10
|
+
import { FeatureCode } from '../enums';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Interval } from '../common';
|
|
2
1
|
import { SeverityConditionConfig } from '../common';
|
|
3
2
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
3
|
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
4
|
+
import { Interval } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { FeatureCode } from '../enums';
|
|
4
2
|
import { StringKeyValue } from '../common';
|
|
5
3
|
import { AccountSettings } from '../entities';
|
|
6
4
|
import { BaseEntity } from '../base';
|
|
5
|
+
import { AccountTypeCode } from '../enums';
|
|
6
|
+
import { AccountStatusCode } from '../enums';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { AccountSettings } from '../entities';
|
|
2
|
+
import { DeviceReport } from '../entities';
|
|
3
|
+
import { IntDistribution } from '../entities';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
|
+
import { AccountTypeCode } from '../enums';
|
|
6
|
+
import { AccountStatusCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
export declare class AccountReportDTO extends BaseEntity {
|
|
9
|
+
name: string;
|
|
10
|
+
externalId: string;
|
|
11
|
+
description: string;
|
|
12
|
+
type: AccountTypeCode;
|
|
13
|
+
status: AccountStatusCode;
|
|
14
|
+
groups: string[];
|
|
15
|
+
expiredOn: number;
|
|
16
|
+
tags: string[];
|
|
17
|
+
labels: StringKeyValue[];
|
|
18
|
+
settings: AccountSettings;
|
|
19
|
+
healthScore: number;
|
|
20
|
+
membersCount: number;
|
|
21
|
+
latestDeviceReport: DeviceReport;
|
|
22
|
+
deviceDistributionByStatus: IntDistribution;
|
|
23
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
2
|
import { EventStatusCode } from '../enums';
|
|
3
3
|
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
|
-
import { EventTypeCode } from '../enums';
|
|
7
4
|
import { GeoData } from '../common';
|
|
8
|
-
import { StringKeyValue } from '../common';
|
|
9
5
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Device } from '../entities';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
1
|
import { RuleTypeCode } from '../enums';
|
|
4
2
|
import { StringKeyValue } from '../common';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
5
4
|
import { TrafficDirectionCode } from '../enums';
|
|
5
|
+
import { Device } from '../entities';
|
|
6
6
|
import { BaseEntity } from '../base';
|
|
7
7
|
import { EventTypeCode } from '../enums';
|
|
8
8
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
9
10
|
import { GeoData } from '../common';
|
|
10
|
-
import { EventCategoryCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
1
|
import { DeviceActionCode } from '../enums';
|
|
3
2
|
import { SIM } from '../entities';
|
|
4
3
|
import { GeoData } from '../common';
|
|
5
4
|
import { BaseEntity } from '../base';
|
|
6
5
|
import { DeviceTypeCode } from '../enums';
|
|
7
6
|
import { DeviceStatusCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DeviceStatusCode } from '../enums';
|
|
1
2
|
import { StringKeyValue } from '../common';
|
|
2
3
|
import { DeviceActionCode } from '../enums';
|
|
3
4
|
import { SIM } from '../entities';
|
|
@@ -5,7 +6,6 @@ import { Event } from '../entities';
|
|
|
5
6
|
import { GeoData } from '../common';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
8
|
import { DeviceTypeCode } from '../enums';
|
|
8
|
-
import { DeviceStatusCode } from '../enums';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
|
-
import { EventCategoryCode } from '../enums';
|
|
1
|
+
import { EventOccurrence } from '../entities';
|
|
4
2
|
import { TrafficDirectionCode } from '../enums';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
6
|
-
import {
|
|
4
|
+
import { EventStatusCode } from '../enums';
|
|
7
5
|
import { Indicator } from '../common';
|
|
8
|
-
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import { GeoData } from '../common';
|
|
10
6
|
import { StringKeyValue } from '../common';
|
|
11
|
-
import {
|
|
7
|
+
import { GeoData } from '../common';
|
|
8
|
+
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
11
|
+
import { RuleTypeCode } from '../enums';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Indicator } from '../common';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
1
|
+
import { GeoData } from '../common';
|
|
4
2
|
import { EventCategoryCode } from '../enums';
|
|
3
|
+
import { EventOccurrence } from '../entities';
|
|
5
4
|
import { TrafficDirectionCode } from '../enums';
|
|
5
|
+
import { Device } from '../entities';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
6
7
|
import { EventTypeCode } from '../enums';
|
|
7
8
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
10
|
+
import { Indicator } from '../common';
|
|
8
11
|
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import { EventOccurrence } from '../entities';
|
|
11
|
-
import { Device } from '../entities';
|
|
12
|
-
import { BaseEntity } from '../base';
|
|
12
|
+
import { StringKeyValue } from '../common';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { DirectionContextCode } from '../enums';
|
|
1
3
|
import { BaseEntity } from '../base';
|
|
2
4
|
import { InsightTypeCode } from '../enums';
|
|
3
5
|
import { InsightStatusCode } from '../enums';
|
|
4
|
-
import { SeverityTypeCode } from '../enums';
|
|
5
|
-
import { DirectionContextCode } from '../enums';
|
|
6
6
|
export declare class Insight extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
1
|
import { DeviceActionCode } from '../enums';
|
|
5
2
|
import { BaseEntity } from '../base';
|
|
6
3
|
import { IntegrationTypeCode } from '../enums';
|
|
7
4
|
import { IntegrationTriggerCode } from '../enums';
|
|
8
5
|
import { HttpMethodCode } from '../enums';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
1
|
import { BaseEntity } from '../base';
|
|
3
2
|
import { RuleTypeCode } from '../enums';
|
|
4
3
|
import { DataSourceCode } from '../enums';
|
|
5
4
|
import { Condition } from '../entities';
|
|
6
5
|
import { DeviceTypeCode } from '../enums';
|
|
7
6
|
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
1
2
|
import { SeverityTypeCode } from '../enums';
|
|
2
3
|
import { BaseEntity } from '../base';
|
|
3
4
|
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,8 +1,8 @@
|
|
|
1
|
-
import { DeviceConfig } from '../common';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { Thresholds } from '../common';
|
|
4
2
|
import { ShieldexConfig } from '../common';
|
|
5
3
|
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,11 +1,11 @@
|
|
|
1
|
+
import { ShieldexConfig } from '../common';
|
|
2
|
+
import { EventSeverityConfig } from '../common';
|
|
3
|
+
import { DeviceActionCode } from '../enums';
|
|
1
4
|
import { DeviceConfig } from '../common';
|
|
2
5
|
import { DataIngestion } from '../entities';
|
|
3
6
|
import { SessionTransform } from '../common';
|
|
4
7
|
import { UsageTransform } from '../common';
|
|
5
8
|
import { Thresholds } from '../common';
|
|
6
|
-
import { ShieldexConfig } from '../common';
|
|
7
|
-
import { EventSeverityConfig } from '../common';
|
|
8
|
-
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -21,6 +21,7 @@ export * from './MemberRoleCode';
|
|
|
21
21
|
export * from './NetworkMapTypeCode';
|
|
22
22
|
export * from './OperatorCode';
|
|
23
23
|
export * from './PermissionCode';
|
|
24
|
+
export * from './ReportSourceCode';
|
|
24
25
|
export * from './ReportTypeCode';
|
|
25
26
|
export * from './RuleActivityStatusCode';
|
|
26
27
|
export * from './RuleTypeCode';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Account } from '../entities';
|
|
3
2
|
import { AccountSettings } from '../entities';
|
|
4
3
|
import { AccountTypeCode } from '../enums';
|
|
5
4
|
import { AccountStatusCode } from '../enums';
|
|
6
5
|
import { Image } from '../entities';
|
|
6
|
+
import { AccountReportDTO } from '../entities';
|
|
7
|
+
import { Account } from '../entities';
|
|
7
8
|
export declare class SysAccountsService {
|
|
8
9
|
private apiUrl;
|
|
9
10
|
private rest;
|
|
@@ -41,4 +42,8 @@ export declare class SysAccountsService {
|
|
|
41
42
|
* Get account's logo image
|
|
42
43
|
*/
|
|
43
44
|
getLogo(id?: string): import("rxjs").Observable<EntityResponse<Image>>;
|
|
45
|
+
/**
|
|
46
|
+
* Find list of account reports by query
|
|
47
|
+
*/
|
|
48
|
+
findAccountReports(search?: string, type?: AccountTypeCode[], status?: AccountStatusCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<AccountReportDTO>>;
|
|
44
49
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { UserTypeCode } from '../enums';
|
|
3
2
|
import { UserStatusCode } from '../enums';
|
|
4
3
|
import { UserMemberships } from '../entities';
|
|
5
4
|
import { User } from '../entities';
|
|
5
|
+
import { UserTypeCode } from '../enums';
|
|
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 { Alert } from '../entities';
|
|
3
3
|
import { EventTypeCode } from '../enums';
|
|
4
|
-
import { RuleTypeCode } from '../enums';
|
|
5
|
-
import { IntDistribution } from '../entities';
|
|
6
|
-
import { TimeSeriesOf2D } from '../common';
|
|
7
|
-
import { MaliciousIPCard } from '../common';
|
|
8
4
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
+
import { IntDistribution } from '../entities';
|
|
9
6
|
import { EventCategoryCode } from '../enums';
|
|
10
7
|
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { RuleTypeCode } from '../enums';
|
|
9
|
+
import { MaliciousIPData } from '../common';
|
|
10
|
+
import { TimeSeriesOf2D } from '../common';
|
|
11
11
|
import { StringKeyValue } from '../common';
|
|
12
12
|
import { EventStatusCode } from '../enums';
|
|
13
13
|
import { AlertWithDevice } from '../entities';
|
|
14
|
-
import { MaliciousIPData } from '../common';
|
|
15
14
|
import { TimeSeriesOfFloat } from '../common';
|
|
15
|
+
import { MaliciousIPCard } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { DeviceWithEvents } from '../entities';
|
|
4
3
|
import { IntDistribution } from '../entities';
|
|
4
|
+
import { NetworkMap } from '../common';
|
|
5
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
6
|
+
import { DeviceStatusCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
5
9
|
import { DeviceActionCode } from '../enums';
|
|
6
10
|
import { NetworkMapTypeCode } from '../enums';
|
|
7
|
-
import { NetworkMap } from '../common';
|
|
8
11
|
import { DeviceReport } from '../entities';
|
|
9
|
-
import { BulkDevices } from '../entities';
|
|
10
12
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
11
|
-
import { DeviceStatusCode } from '../enums';
|
|
12
|
-
import { DeviceWithEvents } from '../entities';
|
|
13
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
14
13
|
import { Device } from '../entities';
|
|
14
|
+
import { BulkDevices } from '../entities';
|
|
15
15
|
export declare class UsrDevicesService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { EventTypeCode } from '../enums';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { EventWithDevice } from '../entities';
|
|
2
6
|
import { MaliciousIPData } from '../common';
|
|
3
|
-
import {
|
|
7
|
+
import { MaliciousIPCard } from '../common';
|
|
8
|
+
import { Event } from '../entities';
|
|
4
9
|
import { EventStatusCode } from '../enums';
|
|
5
10
|
import { RuleTypeCode } from '../enums';
|
|
6
|
-
import {
|
|
11
|
+
import { IntDistribution } from '../entities';
|
|
7
12
|
import { TimeSeriesOf2D } from '../common';
|
|
8
|
-
import { Event } from '../entities';
|
|
9
|
-
import { EventTypeCode } from '../enums';
|
|
10
|
-
import { SeverityTypeCode } from '../enums';
|
|
11
|
-
import { EventCategoryCode } from '../enums';
|
|
12
13
|
import { TimeSeriesOfFloat } from '../common';
|
|
13
|
-
import { MaliciousIPCard } from '../common';
|
|
14
14
|
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
@@ -2,6 +2,7 @@ import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../.
|
|
|
2
2
|
import { TimeSeries } from '../common';
|
|
3
3
|
import { GraphSeries } from '../common';
|
|
4
4
|
import { Report } from '../entities';
|
|
5
|
+
import { ReportSourceCode } from '../enums';
|
|
5
6
|
export declare class UsrReportsService {
|
|
6
7
|
private apiUrl;
|
|
7
8
|
private rest;
|
|
@@ -34,7 +35,7 @@ export declare class UsrReportsService {
|
|
|
34
35
|
/**
|
|
35
36
|
* Create compliance report and send it by email
|
|
36
37
|
*/
|
|
37
|
-
getComplianceReportByMail(streamId?: string, from?: number, to?: number, addresses?: string[]): import("rxjs").Observable<ActionResponse>;
|
|
38
|
+
getComplianceReportByMail(streamId?: string, from?: number, to?: number, addresses?: string[], source?: ReportSourceCode): import("rxjs").Observable<ActionResponse>;
|
|
38
39
|
/**
|
|
39
40
|
* Get histogram of network activity over time
|
|
40
41
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Distribution } from '../entities';
|
|
3
|
-
import { Rule } from '../entities';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
3
|
import { RuleActivityStatusCode } from '../enums';
|
|
6
4
|
import { EventTypeCode } from '../enums';
|
|
7
5
|
import { TimeSeriesOfFloat } from '../common';
|
|
8
6
|
import { IntDistribution } from '../entities';
|
|
7
|
+
import { Distribution } from '../entities';
|
|
8
|
+
import { Rule } 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
|
-
import { Feature } from '../entities';
|
|
3
|
-
import { FeatureCode } from '../enums';
|
|
4
|
-
import { LoginParams } from '../common';
|
|
5
|
-
import { Image } from '../entities';
|
|
6
2
|
import { Stream } from '../entities';
|
|
7
3
|
import { UserMemberships } from '../entities';
|
|
8
|
-
import { ConfigParam } from '../entities';
|
|
9
4
|
import { User } from '../entities';
|
|
5
|
+
import { Image } from '../entities';
|
|
6
|
+
import { Feature } from '../entities';
|
|
7
|
+
import { ConfigParam } from '../entities';
|
|
8
|
+
import { LoginParams } from '../common';
|
|
10
9
|
import { AccountDTO } from '../entities';
|
|
10
|
+
import { FeatureCode } from '../enums';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|