@shieldiot/pulse-lib 1.0.329 → 1.0.332
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/DeviceNode.d.ts +9 -0
- package/dist/cjs/lib/common/DeviceNode.js +22 -0
- package/dist/cjs/lib/common/DeviceNode.js.map +1 -0
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/cjs/lib/common/DevicesMap.d.ts +7 -0
- package/dist/cjs/lib/common/DevicesMap.js +16 -0
- package/dist/cjs/lib/common/DevicesMap.js.map +1 -0
- package/dist/cjs/lib/common/MapBounds.d.ts +7 -0
- package/dist/cjs/lib/common/MapBounds.js +19 -0
- package/dist/cjs/lib/common/MapBounds.js.map +1 -0
- package/dist/cjs/lib/common/index.d.ts +3 -0
- package/dist/cjs/lib/common/index.js +3 -0
- package/dist/cjs/lib/common/index.js.map +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +3 -3
- 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 +6 -6
- 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/AuditLog.d.ts +1 -1
- package/dist/cjs/lib/entities/AuditLog.js.map +1 -1
- package/dist/cjs/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +4 -4
- 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 +8 -8
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/Group.d.ts +1 -1
- package/dist/cjs/lib/entities/Group.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +1 -1
- package/dist/cjs/lib/entities/Insight.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/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/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/services/services.export.d.ts +7 -7
- package/dist/cjs/lib/services/services.export.js +12 -12
- package/dist/cjs/lib/services/services.export.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.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 +18 -12
- package/dist/cjs/lib/services/usrDevicesService.js +63 -5
- package/dist/cjs/lib/services/usrDevicesService.js.map +1 -1
- package/dist/cjs/lib/services/usrEventsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DeviceNode.d.ts +9 -0
- package/dist/esm/lib/common/DeviceNode.js +18 -0
- package/dist/esm/lib/common/DeviceNode.js.map +1 -0
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/DevicesMap.d.ts +7 -0
- package/dist/esm/lib/common/DevicesMap.js +12 -0
- package/dist/esm/lib/common/DevicesMap.js.map +1 -0
- package/dist/esm/lib/common/MapBounds.d.ts +7 -0
- package/dist/esm/lib/common/MapBounds.js +15 -0
- package/dist/esm/lib/common/MapBounds.js.map +1 -0
- package/dist/esm/lib/common/index.d.ts +3 -0
- package/dist/esm/lib/common/index.js +3 -0
- package/dist/esm/lib/common/index.js.map +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +3 -3
- 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 +6 -6
- 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/AuditLog.d.ts +1 -1
- package/dist/esm/lib/entities/AuditLog.js.map +1 -1
- package/dist/esm/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +4 -4
- 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 +8 -8
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/Group.d.ts +1 -1
- package/dist/esm/lib/entities/Group.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +1 -1
- package/dist/esm/lib/entities/Insight.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/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/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/services/services.export.d.ts +7 -7
- package/dist/esm/lib/services/services.export.js +12 -12
- package/dist/esm/lib/services/services.export.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.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 +18 -12
- package/dist/esm/lib/services/usrDevicesService.js +63 -5
- package/dist/esm/lib/services/usrDevicesService.js.map +1 -1
- package/dist/esm/lib/services/usrEventsService.d.ts +8 -8
- package/dist/esm/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DeviceNode.d.ts +9 -0
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/DevicesMap.d.ts +7 -0
- package/dist/types/lib/common/MapBounds.d.ts +7 -0
- package/dist/types/lib/common/index.d.ts +3 -0
- package/dist/types/lib/entities/AccountDTO.d.ts +3 -3
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/types/lib/entities/Alert.d.ts +6 -6
- package/dist/types/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/types/lib/entities/AuditLog.d.ts +1 -1
- package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +4 -4
- package/dist/types/lib/entities/Event.d.ts +7 -7
- package/dist/types/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/types/lib/entities/Group.d.ts +1 -1
- package/dist/types/lib/entities/Insight.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/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/services/services.export.d.ts +7 -7
- package/dist/types/lib/services/sysAccountsService.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 +18 -12
- package/dist/types/lib/services/usrEventsService.d.ts +8 -8
- package/dist/types/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { StringKeyValue } from '../common';
|
|
2
|
+
import { MaliciousIPCard } from '../common';
|
|
3
|
+
import { Event } from '../entities';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
5
|
import { EventStatusCode } from '../enums';
|
|
8
6
|
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
10
|
-
import { MaliciousIPCard } from '../common';
|
|
11
|
-
import { Event } from '../entities';
|
|
12
|
-
import { SeverityTypeCode } from '../enums';
|
|
13
7
|
import { EventWithDevice } from '../entities';
|
|
14
8
|
import { TimeSeriesOf2D } from '../common';
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { EventCategoryCode } from '../enums';
|
|
11
|
+
import { MaliciousIPData } from '../common';
|
|
12
|
+
import { IntDistribution } from '../entities';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
14
|
+
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { SessionRecord } from '../entities';
|
|
3
2
|
import { UsageRecord } from '../entities';
|
|
3
|
+
import { SessionRecord } from '../entities';
|
|
4
4
|
export declare class UsrNetworkService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
4
3
|
import { IntDistribution } from '../entities';
|
|
5
4
|
import { Distribution } from '../entities';
|
|
6
5
|
import { Rule } from '../entities';
|
|
7
6
|
import { SeverityTypeCode } from '../enums';
|
|
8
7
|
import { RuleActivityStatusCode } from '../enums';
|
|
8
|
+
import { EventTypeCode } from '../enums';
|
|
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 { Feature } from '../entities';
|
|
4
3
|
import { Stream } from '../entities';
|
|
5
|
-
import {
|
|
6
|
-
import { ConfigParam } from '../entities';
|
|
4
|
+
import { UserMemberships } from '../entities';
|
|
7
5
|
import { User } from '../entities';
|
|
8
6
|
import { AccountDTO } from '../entities';
|
|
9
7
|
import { Image } from '../entities';
|
|
10
|
-
import {
|
|
8
|
+
import { Feature } from '../entities';
|
|
9
|
+
import { FeatureCode } from '../enums';
|
|
10
|
+
import { ConfigParam } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DeviceTypeCode } from '../enums';
|
|
2
|
+
import { Location } from '../common';
|
|
3
|
+
export declare class DeviceNode {
|
|
4
|
+
deviceId: string;
|
|
5
|
+
score: number;
|
|
6
|
+
type: DeviceTypeCode;
|
|
7
|
+
location: Location;
|
|
8
|
+
constructor(deviceId?: string, score?: number, type?: DeviceTypeCode, location?: Location);
|
|
9
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Interval } from '../common';
|
|
2
|
-
import { SeverityConditionConfig } from '../common';
|
|
3
1
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
2
|
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
3
|
+
import { Interval } from '../common';
|
|
4
|
+
import { SeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -2,8 +2,10 @@ export * from './AccountRole';
|
|
|
2
2
|
export * from './ConsumptionData';
|
|
3
3
|
export * from './ConsumptionTimeDataPoint';
|
|
4
4
|
export * from './DeviceConfig';
|
|
5
|
+
export * from './DeviceNode';
|
|
5
6
|
export * from './DeviceScoreConfig';
|
|
6
7
|
export * from './DevicesAtRiskConfig';
|
|
8
|
+
export * from './DevicesMap';
|
|
7
9
|
export * from './EventSeverityConfig';
|
|
8
10
|
export * from './FloatKeyValue';
|
|
9
11
|
export * from './GeoData';
|
|
@@ -17,6 +19,7 @@ export * from './Location';
|
|
|
17
19
|
export * from './LoginParams';
|
|
18
20
|
export * from './MaliciousIPCard';
|
|
19
21
|
export * from './MaliciousIPData';
|
|
22
|
+
export * from './MapBounds';
|
|
20
23
|
export * from './NetworkMap';
|
|
21
24
|
export * from './Node';
|
|
22
25
|
export * from './RuleBasedSeverityConditionConfig';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { AccountSettings } from '../entities';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { AccountTypeCode } from '../enums';
|
|
5
2
|
import { AccountStatusCode } from '../enums';
|
|
6
3
|
import { FeatureCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
|
+
import { AccountSettings } from '../entities';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
2
|
+
import { AccountTypeCode } from '../enums';
|
|
1
3
|
import { AccountStatusCode } from '../enums';
|
|
2
4
|
import { StringKeyValue } from '../common';
|
|
3
5
|
import { AccountSettings } from '../entities';
|
|
4
6
|
import { DeviceReport } from '../entities';
|
|
5
7
|
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 { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
1
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import {
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
7
4
|
import { TrafficDirectionCode } from '../enums';
|
|
8
5
|
import { BaseEntity } from '../base';
|
|
9
|
-
import {
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
|
+
import { GeoData } from '../common';
|
|
9
|
+
import { StringKeyValue } from '../common';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
2
4
|
import { TrafficDirectionCode } from '../enums';
|
|
3
5
|
import { Device } from '../entities';
|
|
4
6
|
import { BaseEntity } from '../base';
|
|
5
7
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
8
|
import { EventStatusCode } from '../enums';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { StringKeyValue } from '../common';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Event } from '../entities';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
|
-
import { DeviceTypeCode } from '../enums';
|
|
5
1
|
import { DeviceStatusCode } from '../enums';
|
|
6
2
|
import { StringKeyValue } from '../common';
|
|
7
3
|
import { DeviceActionCode } from '../enums';
|
|
8
4
|
import { SIM } from '../entities';
|
|
5
|
+
import { Event } from '../entities';
|
|
6
|
+
import { GeoData } from '../common';
|
|
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,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Indicator } from '../common';
|
|
4
|
-
import { GeoData } from '../common';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
1
|
+
import { EventOccurrence } from '../entities';
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
6
3
|
import { BaseEntity } from '../base';
|
|
7
4
|
import { SeverityTypeCode } from '../enums';
|
|
8
5
|
import { RuleTypeCode } from '../enums';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
9
7
|
import { EventCategoryCode } from '../enums';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
8
|
+
import { EventTypeCode } from '../enums';
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
10
|
+
import { Indicator } from '../common';
|
|
11
|
+
import { GeoData } from '../common';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { TrafficDirectionCode } from '../enums';
|
|
3
|
-
import { Indicator } from '../common';
|
|
4
|
-
import { GeoData } from '../common';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
1
|
import { EventCategoryCode } from '../enums';
|
|
8
2
|
import { EventOccurrence } from '../entities';
|
|
9
|
-
import { Device } from '../entities';
|
|
10
3
|
import { BaseEntity } from '../base';
|
|
11
|
-
import { EventTypeCode } from '../enums';
|
|
12
4
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
+
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { Indicator } from '../common';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { Device } from '../entities';
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
|
+
import { RuleTypeCode } from '../enums';
|
|
11
|
+
import { GeoData } from '../common';
|
|
12
|
+
import { TrafficDirectionCode } from '../enums';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { InsightTypeCode } from '../enums';
|
|
1
2
|
import { InsightStatusCode } from '../enums';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { DirectionContextCode } from '../enums';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { InsightTypeCode } from '../enums';
|
|
6
6
|
export declare class Insight extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
streamId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { DataSourceCode } from '../enums';
|
|
2
3
|
import { EventTypeCode } from '../enums';
|
|
3
4
|
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
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 { EventSeverityConfig } from '../common';
|
|
2
|
+
import { DeviceActionCode } from '../enums';
|
|
3
|
+
import { DeviceConfig } from '../common';
|
|
1
4
|
import { DataIngestion } from '../entities';
|
|
2
5
|
import { SessionTransform } from '../common';
|
|
3
6
|
import { UsageTransform } from '../common';
|
|
4
7
|
import { Thresholds } from '../common';
|
|
5
8
|
import { ShieldexConfig } from '../common';
|
|
6
|
-
import { EventSeverityConfig } from '../common';
|
|
7
|
-
import { DeviceActionCode } from '../enums';
|
|
8
|
-
import { DeviceConfig } from '../common';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { UserTypeCode } from '../enums';
|
|
1
2
|
import { UserStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class User extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
externalId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UserTypeCode } from '../enums';
|
|
2
1
|
import { UserStatusCode } from '../enums';
|
|
3
2
|
import { AccountRole } from '../common';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsService } from './usrReportsService';
|
|
6
|
-
import { UsrRulesService } from './usrRulesService';
|
|
7
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
8
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
9
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -23,4 +17,10 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
23
17
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
24
18
|
import { UsrMembersService } from './usrMembersService';
|
|
25
19
|
import { UsrUserService } from './usrUserService';
|
|
26
|
-
|
|
20
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
21
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
22
|
+
import { UsrEventsService } from './usrEventsService';
|
|
23
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
24
|
+
import { UsrReportsService } from './usrReportsService';
|
|
25
|
+
import { UsrRulesService } from './usrRulesService';
|
|
26
|
+
export declare const Services: (typeof SupportStreamAnalyticsConfig | typeof SysAccountsService | typeof SysAuditLogService | typeof SysCheckpointsService | typeof SysConfigService | typeof SysFeaturesService | typeof SysGroupsService | 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 UsrReportsService | typeof UsrRulesService)[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
2
|
import { Image } from '../entities';
|
|
4
3
|
import { AccountReportDTO } from '../entities';
|
|
5
4
|
import { Account } from '../entities';
|
|
6
5
|
import { AccountSettings } from '../entities';
|
|
7
6
|
import { AccountTypeCode } from '../enums';
|
|
7
|
+
import { AccountStatusCode } from '../enums';
|
|
8
8
|
export declare class SysAccountsService {
|
|
9
9
|
private apiUrl;
|
|
10
10
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { UserStatusCode } from '../enums';
|
|
3
|
-
import { UserMemberships } from '../entities';
|
|
4
2
|
import { User } from '../entities';
|
|
5
3
|
import { UserTypeCode } from '../enums';
|
|
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
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Alert } from '../entities';
|
|
4
|
+
import { EventTypeCode } from '../enums';
|
|
5
|
+
import { IntDistribution } from '../entities';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { EventCategoryCode } from '../enums';
|
|
2
9
|
import { DeviceActionCode } from '../enums';
|
|
3
10
|
import { TimeSeriesOf2D } from '../common';
|
|
4
11
|
import { MaliciousIPCard } from '../common';
|
|
5
|
-
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { MaliciousIPData } from '../common';
|
|
8
|
-
import { IntDistribution } from '../entities';
|
|
9
|
-
import { Alert } from '../entities';
|
|
10
12
|
import { EventStatusCode } from '../enums';
|
|
13
|
+
import { RuleTypeCode } from '../enums';
|
|
11
14
|
import { AlertWithDevice } from '../entities';
|
|
12
|
-
import {
|
|
13
|
-
import { EventTypeCode } from '../enums';
|
|
14
|
-
import { EventCategoryCode } from '../enums';
|
|
15
|
-
import { StringKeyValue } from '../common';
|
|
15
|
+
import { MaliciousIPData } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { BulkDevices } from '../entities';
|
|
2
3
|
import { DeviceStatusCode } from '../enums';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
4
|
import { DeviceWithEvents } from '../entities';
|
|
5
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
6
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
7
|
-
import { Device } from '../entities';
|
|
8
|
-
import { BulkDevices } from '../entities';
|
|
9
5
|
import { DeviceTypeCode } from '../enums';
|
|
10
|
-
import {
|
|
6
|
+
import { MapBounds } from '../common';
|
|
7
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
11
8
|
import { DeviceReport } from '../entities';
|
|
9
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
10
|
+
import { Device } from '../entities';
|
|
12
11
|
import { IntDistribution } from '../entities';
|
|
13
12
|
import { DeviceActionCode } from '../enums';
|
|
14
|
-
import {
|
|
13
|
+
import { NetworkMap } from '../common';
|
|
14
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
15
|
+
import { DevicesMap } from '../common';
|
|
16
|
+
import { SeverityTypeCode } from '../enums';
|
|
15
17
|
export declare class UsrDevicesService {
|
|
16
18
|
private apiUrl;
|
|
17
19
|
private rest;
|
|
@@ -44,7 +46,7 @@ export declare class UsrDevicesService {
|
|
|
44
46
|
/**
|
|
45
47
|
* Find list of devices by query
|
|
46
48
|
*/
|
|
47
|
-
find(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Device>>;
|
|
49
|
+
find(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntitiesResponse<Device>>;
|
|
48
50
|
/**
|
|
49
51
|
* Export list of devices by query to a file with the specified format
|
|
50
52
|
*/
|
|
@@ -52,19 +54,19 @@ export declare class UsrDevicesService {
|
|
|
52
54
|
/**
|
|
53
55
|
* Find top 10 devices by their score filter by query
|
|
54
56
|
*/
|
|
55
|
-
findTop(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<DeviceWithEvents>>;
|
|
57
|
+
findTop(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntitiesResponse<DeviceWithEvents>>;
|
|
56
58
|
/**
|
|
57
59
|
* Find device distribution by type filtered by query
|
|
58
60
|
*/
|
|
59
|
-
countByType(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<IntDistribution>>;
|
|
61
|
+
countByType(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntityResponse<IntDistribution>>;
|
|
60
62
|
/**
|
|
61
63
|
* Find device distribution by status filtered by query
|
|
62
64
|
*/
|
|
63
|
-
countByStatus(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<IntDistribution>>;
|
|
65
|
+
countByStatus(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntityResponse<IntDistribution>>;
|
|
64
66
|
/**
|
|
65
67
|
* Find device distribution by action filtered by query
|
|
66
68
|
*/
|
|
67
|
-
countByAction(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<IntDistribution>>;
|
|
69
|
+
countByAction(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntityResponse<IntDistribution>>;
|
|
68
70
|
/**
|
|
69
71
|
* Add tag to a device
|
|
70
72
|
*/
|
|
@@ -105,4 +107,8 @@ export declare class UsrDevicesService {
|
|
|
105
107
|
* Find list of devices by Insight id query
|
|
106
108
|
*/
|
|
107
109
|
findByInsightContext(streamId?: string, insightId?: string, from?: number, to?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Device>>;
|
|
110
|
+
/**
|
|
111
|
+
* Find devices map
|
|
112
|
+
*/
|
|
113
|
+
findDevicesMap(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntityResponse<DevicesMap>>;
|
|
108
114
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { StringKeyValue } from '../common';
|
|
2
|
+
import { MaliciousIPCard } from '../common';
|
|
3
|
+
import { Event } from '../entities';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
5
|
import { EventStatusCode } from '../enums';
|
|
8
6
|
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
10
|
-
import { MaliciousIPCard } from '../common';
|
|
11
|
-
import { Event } from '../entities';
|
|
12
|
-
import { SeverityTypeCode } from '../enums';
|
|
13
7
|
import { EventWithDevice } from '../entities';
|
|
14
8
|
import { TimeSeriesOf2D } from '../common';
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { EventCategoryCode } from '../enums';
|
|
11
|
+
import { MaliciousIPData } from '../common';
|
|
12
|
+
import { IntDistribution } from '../entities';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
14
|
+
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { SessionRecord } from '../entities';
|
|
3
2
|
import { UsageRecord } from '../entities';
|
|
3
|
+
import { SessionRecord } from '../entities';
|
|
4
4
|
export declare class UsrNetworkService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
4
3
|
import { IntDistribution } from '../entities';
|
|
5
4
|
import { Distribution } from '../entities';
|
|
6
5
|
import { Rule } from '../entities';
|
|
7
6
|
import { SeverityTypeCode } from '../enums';
|
|
8
7
|
import { RuleActivityStatusCode } from '../enums';
|
|
8
|
+
import { EventTypeCode } from '../enums';
|
|
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 { Feature } from '../entities';
|
|
4
3
|
import { Stream } from '../entities';
|
|
5
|
-
import {
|
|
6
|
-
import { ConfigParam } from '../entities';
|
|
4
|
+
import { UserMemberships } from '../entities';
|
|
7
5
|
import { User } from '../entities';
|
|
8
6
|
import { AccountDTO } from '../entities';
|
|
9
7
|
import { Image } from '../entities';
|
|
10
|
-
import {
|
|
8
|
+
import { Feature } from '../entities';
|
|
9
|
+
import { FeatureCode } from '../enums';
|
|
10
|
+
import { ConfigParam } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|