@shieldiot/pulse-lib 1.0.323 → 1.0.324
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 +2 -2
- package/dist/cjs/lib/common/NetworkMap.d.ts +1 -1
- package/dist/cjs/lib/common/TokenData.d.ts +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/Alert.d.ts +4 -4
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/ApiKey.d.ts +1 -1
- package/dist/cjs/lib/entities/ApiKey.js.map +1 -1
- 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 +4 -4
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +5 -5
- package/dist/cjs/lib/entities/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/Integration.d.ts +4 -4
- package/dist/cjs/lib/entities/Integration.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 +1 -1
- 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/UserMembership.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/enums/EventTypeCode.d.ts +5 -1
- package/dist/cjs/lib/enums/EventTypeCode.js +12 -0
- package/dist/cjs/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.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 +6 -6
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrReportsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +2 -2
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/NetworkMap.d.ts +1 -1
- package/dist/esm/lib/common/TokenData.d.ts +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/Alert.d.ts +4 -4
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/ApiKey.d.ts +1 -1
- package/dist/esm/lib/entities/ApiKey.js.map +1 -1
- 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 +4 -4
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +5 -5
- package/dist/esm/lib/entities/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/Integration.d.ts +4 -4
- package/dist/esm/lib/entities/Integration.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 +1 -1
- 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/UserMembership.d.ts +2 -2
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/enums/EventTypeCode.d.ts +5 -1
- package/dist/esm/lib/enums/EventTypeCode.js +12 -0
- package/dist/esm/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/esm/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/sysMembersService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.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 +6 -6
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrReportsService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +2 -2
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/NetworkMap.d.ts +1 -1
- package/dist/types/lib/common/TokenData.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/ApiKey.d.ts +1 -1
- 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 +4 -4
- package/dist/types/lib/entities/Event.d.ts +5 -5
- 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/Integration.d.ts +4 -4
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/enums/EventTypeCode.d.ts +5 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/types/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/types/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/types/lib/services/sysMembersService.d.ts +1 -1
- package/dist/types/lib/services/sysRulesService.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 +6 -6
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrReportsService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +2 -2
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { RuleCountThresholdConfig } from '../common';
|
|
2
|
-
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
3
1
|
import { Interval } from '../common';
|
|
4
2
|
import { SeverityConditionConfig } from '../common';
|
|
3
|
+
import { RuleCountThresholdConfig } from '../common';
|
|
4
|
+
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
1
|
import { AccountSettings } from '../entities';
|
|
3
2
|
import { BaseEntity } from '../base';
|
|
4
3
|
import { AccountTypeCode } from '../enums';
|
|
5
4
|
import { AccountStatusCode } from '../enums';
|
|
6
5
|
import { FeatureCode } from '../enums';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAQrC,kDAAkD;AAClD,MAAa,UAAW,SAAQ,iBAAU;CAoCzC;AApCD,gCAoCC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventCategoryCode } from '../enums';
|
|
2
|
-
import {
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { EventStatusCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
3
5
|
import { RuleTypeCode } from '../enums';
|
|
4
6
|
import { GeoData } from '../common';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
6
|
-
import { TrafficDirectionCode } from '../enums';
|
|
7
7
|
import { BaseEntity } from '../base';
|
|
8
8
|
import { EventTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TrafficDirectionCode } from '../enums';
|
|
3
|
-
import { Device } from '../entities';
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
3
|
import { RuleTypeCode } from '../enums';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
7
|
import { GeoData } from '../common';
|
|
8
8
|
import { StringKeyValue } from '../common';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { Device } from '../entities';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AASrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/lib/entities/ApiKey.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/lib/entities/ApiKey.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,+FAA+F;AAC/F,MAAa,MAAO,SAAQ,iBAAU;CAwBrC;AAxBD,wBAwBC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { DeviceTypeCode } from '../enums';
|
|
1
2
|
import { DeviceStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
import { DeviceActionCode } from '../enums';
|
|
4
5
|
import { SIM } from '../entities';
|
|
5
6
|
import { GeoData } from '../common';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { DeviceTypeCode } from '../enums';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceWithEvents.js","sourceRoot":"","sources":["../../../../src/lib/entities/DeviceWithEvents.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"DeviceWithEvents.js","sourceRoot":"","sources":["../../../../src/lib/entities/DeviceWithEvents.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAKrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
1
|
import { Indicator } from '../common';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
4
4
|
import { EventOccurrence } from '../entities';
|
|
5
5
|
import { BaseEntity } from '../base';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
7
|
import { EventStatusCode } from '../enums';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
|
-
import { GeoData } from '../common';
|
|
9
8
|
import { StringKeyValue } from '../common';
|
|
10
|
-
import { EventCategoryCode } from '../enums';
|
|
11
9
|
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { EventTypeCode } from '../enums';
|
|
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 { EventStatusCode } from '../enums';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
1
|
import { GeoData } from '../common';
|
|
4
2
|
import { StringKeyValue } from '../common';
|
|
5
3
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
-
import {
|
|
4
|
+
import { Device } from '../entities';
|
|
7
5
|
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
|
+
import { EventOccurrence } from '../entities';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
8
10
|
import { SeverityTypeCode } from '../enums';
|
|
9
11
|
import { Indicator } from '../common';
|
|
10
12
|
import { EventCategoryCode } from '../enums';
|
|
11
|
-
import { EventOccurrence } from '../entities';
|
|
12
|
-
import { Device } from '../entities';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;AAQA,kCAAqC;AAOrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeaturesGroup.js","sourceRoot":"","sources":["../../../../src/lib/entities/FeaturesGroup.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"FeaturesGroup.js","sourceRoot":"","sources":["../../../../src/lib/entities/FeaturesGroup.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAKrC,+FAA+F;AAC/F,MAAa,aAAc,SAAQ,iBAAU;CAS5C;AATD,sCASC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { DeviceActionCode } from '../enums';
|
|
5
1
|
import { BaseEntity } from '../base';
|
|
6
2
|
import { IntegrationTypeCode } from '../enums';
|
|
7
3
|
import { IntegrationTriggerCode } from '../enums';
|
|
8
4
|
import { HttpMethodCode } from '../enums';
|
|
5
|
+
import { StringKeyValue } from '../common';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAWrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { DataSourceCode } from '../enums';
|
|
1
2
|
import { EventTypeCode } from '../enums';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { DataSourceCode } from '../enums';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAIrC,qFAAqF;AACrF,MAAa,YAAa,SAAQ,iBAAU;CA2B3C;AA3BD,oCA2BC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { Thresholds } from '../common';
|
|
3
2
|
import { ShieldexConfig } from '../common';
|
|
4
3
|
import { EventSeverityConfig } from '../common';
|
|
5
4
|
import { DeviceConfig } from '../common';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class StreamAnalyticsConfig extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
thresholds: Thresholds;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamAnalyticsConfig.js","sourceRoot":"","sources":["../../../../src/lib/entities/StreamAnalyticsConfig.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"StreamAnalyticsConfig.js","sourceRoot":"","sources":["../../../../src/lib/entities/StreamAnalyticsConfig.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAIrC,0EAA0E;AAC1E,MAAa,qBAAsB,SAAQ,iBAAU;CAkBpD;AAlBD,sDAkBC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DeviceActionCode } from '../enums';
|
|
2
|
-
import { DeviceConfig } from '../common';
|
|
3
|
-
import { DataIngestion } from '../entities';
|
|
4
1
|
import { SessionTransform } from '../common';
|
|
5
2
|
import { UsageTransform } from '../common';
|
|
6
3
|
import { Thresholds } from '../common';
|
|
7
4
|
import { ShieldexConfig } from '../common';
|
|
8
5
|
import { EventSeverityConfig } from '../common';
|
|
6
|
+
import { DeviceActionCode } from '../enums';
|
|
7
|
+
import { DeviceConfig } from '../common';
|
|
8
|
+
import { DataIngestion } from '../entities';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AccountRole } from '../common';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { UserTypeCode } from '../enums';
|
|
4
2
|
import { UserStatusCode } from '../enums';
|
|
3
|
+
import { AccountRole } from '../common';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMembership.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMembership.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UserMembership.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMembership.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAIrC,4EAA4E;AAC5E,MAAa,cAAe,SAAQ,iBAAU;CA2B7C;AA3BD,wCA2BC"}
|
|
@@ -18,6 +18,10 @@ export declare enum EventTypeCode {
|
|
|
18
18
|
CRYPTO_MINING = 16,
|
|
19
19
|
SUSPICIOUS_IP = 17,
|
|
20
20
|
ABNORMAL_OUTBOUND_PORTS = 18,
|
|
21
|
-
ABNORMAL_OUTBOUND_ENDPOINTS = 19
|
|
21
|
+
ABNORMAL_OUTBOUND_ENDPOINTS = 19,
|
|
22
|
+
SIM_SWITCH = 20,
|
|
23
|
+
SIM_MISUSAGE = 21,
|
|
24
|
+
DEVICE_DISCONNECTION = 22,
|
|
25
|
+
ANOMALY_DETECTED = 23
|
|
22
26
|
}
|
|
23
27
|
export declare function GetEventTypeCodes(): Map<EventTypeCode, string>;
|
|
@@ -45,6 +45,14 @@ var EventTypeCode;
|
|
|
45
45
|
EventTypeCode[EventTypeCode["ABNORMAL_OUTBOUND_PORTS"] = 18] = "ABNORMAL_OUTBOUND_PORTS";
|
|
46
46
|
// Abnormal number of outbound endpoints (destinations) [19]
|
|
47
47
|
EventTypeCode[EventTypeCode["ABNORMAL_OUTBOUND_ENDPOINTS"] = 19] = "ABNORMAL_OUTBOUND_ENDPOINTS";
|
|
48
|
+
// SIM switched [20]
|
|
49
|
+
EventTypeCode[EventTypeCode["SIM_SWITCH"] = 20] = "SIM_SWITCH";
|
|
50
|
+
// Sim misusage [21]
|
|
51
|
+
EventTypeCode[EventTypeCode["SIM_MISUSAGE"] = 21] = "SIM_MISUSAGE";
|
|
52
|
+
// Device disconnection [22]
|
|
53
|
+
EventTypeCode[EventTypeCode["DEVICE_DISCONNECTION"] = 22] = "DEVICE_DISCONNECTION";
|
|
54
|
+
// Anomaly detected [23]
|
|
55
|
+
EventTypeCode[EventTypeCode["ANOMALY_DETECTED"] = 23] = "ANOMALY_DETECTED";
|
|
48
56
|
})(EventTypeCode || (exports.EventTypeCode = EventTypeCode = {}));
|
|
49
57
|
// Return list of EventTypeCode values and their display names
|
|
50
58
|
function GetEventTypeCodes() {
|
|
@@ -69,6 +77,10 @@ function GetEventTypeCodes() {
|
|
|
69
77
|
result.set(EventTypeCode.SUSPICIOUS_IP, 'Suspicious Ip');
|
|
70
78
|
result.set(EventTypeCode.ABNORMAL_OUTBOUND_PORTS, 'Abnormal Outbound Ports');
|
|
71
79
|
result.set(EventTypeCode.ABNORMAL_OUTBOUND_ENDPOINTS, 'Abnormal Outbound Endpoints');
|
|
80
|
+
result.set(EventTypeCode.SIM_SWITCH, 'Sim Switch');
|
|
81
|
+
result.set(EventTypeCode.SIM_MISUSAGE, 'Sim Misusage');
|
|
82
|
+
result.set(EventTypeCode.DEVICE_DISCONNECTION, 'Device Disconnection');
|
|
83
|
+
result.set(EventTypeCode.ANOMALY_DETECTED, 'Anomaly Detected');
|
|
72
84
|
return result;
|
|
73
85
|
}
|
|
74
86
|
//# sourceMappingURL=EventTypeCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/EventTypeCode.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EventTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/EventTypeCode.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Account } from '../entities';
|
|
3
|
-
import { AccountSettings } from '../entities';
|
|
4
2
|
import { AccountTypeCode } from '../enums';
|
|
5
3
|
import { AccountStatusCode } from '../enums';
|
|
6
4
|
import { Image } from '../entities';
|
|
5
|
+
import { Account } from '../entities';
|
|
6
|
+
import { AccountSettings } from '../entities';
|
|
7
7
|
export declare class SysAccountsService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
3
2
|
import { Checkpoint } from '../entities';
|
|
3
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
4
4
|
export declare class SysCheckpointsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { InsightSpec } from '../entities';
|
|
3
2
|
import { InsightQuery } from '../entities';
|
|
3
|
+
import { InsightSpec } from '../entities';
|
|
4
4
|
export declare class SysInsightsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Member } from '../entities';
|
|
3
2
|
import { MemberRoleCode } from '../enums';
|
|
3
|
+
import { Member } from '../entities';
|
|
4
4
|
export declare class SysMembersService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
3
2
|
import { Rule } from '../entities';
|
|
3
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
4
4
|
export declare class SysRulesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { UserTypeCode } from '../enums';
|
|
4
3
|
import { UserStatusCode } from '../enums';
|
|
5
4
|
import { UserMemberships } from '../entities';
|
|
5
|
+
import { User } 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 {
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { AlertWithDevice } from '../entities';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
3
7
|
import { IntDistribution } from '../entities';
|
|
4
|
-
import { TimeSeriesOf2D } from '../common';
|
|
5
8
|
import { MaliciousIPCard } from '../common';
|
|
6
9
|
import { EventCategoryCode } from '../enums';
|
|
7
10
|
import { EventStatusCode } from '../enums';
|
|
8
|
-
import { MaliciousIPData } from '../common';
|
|
9
|
-
import { StringKeyValue } from '../common';
|
|
10
|
-
import { EventTypeCode } from '../enums';
|
|
11
|
-
import { SeverityTypeCode } from '../enums';
|
|
12
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
13
11
|
import { RuleTypeCode } from '../enums';
|
|
14
|
-
import {
|
|
12
|
+
import { MaliciousIPData } from '../common';
|
|
15
13
|
import { DeviceActionCode } from '../enums';
|
|
14
|
+
import { TimeSeriesOf2D } from '../common';
|
|
15
|
+
import { Alert } from '../entities';
|
|
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 { DeviceStatusCode } from '../enums';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { IntDistribution } from '../entities';
|
|
2
5
|
import { DeviceActionCode } from '../enums';
|
|
3
6
|
import { NetworkMapTypeCode } from '../enums';
|
|
7
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
8
|
import { Device } from '../entities';
|
|
5
9
|
import { BulkDevices } from '../entities';
|
|
6
|
-
import { DeviceTypeCode } from '../enums';
|
|
7
|
-
import { SeverityTypeCode } from '../enums';
|
|
8
|
-
import { DeviceWithEvents } from '../entities';
|
|
9
|
-
import { IntDistribution } from '../entities';
|
|
10
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
11
10
|
import { DeviceReport } from '../entities';
|
|
12
|
-
import { DeviceStatusCode } from '../enums';
|
|
13
11
|
import { NetworkMap } from '../common';
|
|
14
12
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
13
|
+
import { DeviceTypeCode } from '../enums';
|
|
14
|
+
import { DeviceWithEvents } 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 {
|
|
3
|
-
import { EventWithDevice } from '../entities';
|
|
4
|
-
import { IntDistribution } from '../entities';
|
|
2
|
+
import { MaliciousIPData } from '../common';
|
|
5
3
|
import { TimeSeriesOf2D } from '../common';
|
|
6
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
7
4
|
import { MaliciousIPCard } from '../common';
|
|
8
|
-
import {
|
|
5
|
+
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { EventWithDevice } from '../entities';
|
|
9
7
|
import { SeverityTypeCode } from '../enums';
|
|
10
8
|
import { EventCategoryCode } from '../enums';
|
|
11
9
|
import { RuleTypeCode } from '../enums';
|
|
12
|
-
import {
|
|
10
|
+
import { IntDistribution } from '../entities';
|
|
11
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
13
12
|
import { StringKeyValue } from '../common';
|
|
13
|
+
import { Event } from '../entities';
|
|
14
14
|
import { EventTypeCode } from '../enums';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Report } from '../entities';
|
|
3
2
|
import { TimeSeries } from '../common';
|
|
4
3
|
import { GraphSeries } from '../common';
|
|
4
|
+
import { Report } from '../entities';
|
|
5
5
|
export declare class UsrReportsService {
|
|
6
6
|
private apiUrl;
|
|
7
7
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { LoginParams } from '../common';
|
|
3
|
-
import { User } from '../entities';
|
|
4
2
|
import { Image } from '../entities';
|
|
5
3
|
import { Stream } from '../entities';
|
|
6
4
|
import { FeatureCode } from '../enums';
|
|
5
|
+
import { User } from '../entities';
|
|
7
6
|
import { AccountDTO } from '../entities';
|
|
8
7
|
import { Feature } from '../entities';
|
|
9
8
|
import { UserMemberships } from '../entities';
|
|
10
9
|
import { ConfigParam } from '../entities';
|
|
10
|
+
import { LoginParams } from '../common';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { RuleCountThresholdConfig } from '../common';
|
|
2
|
-
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
3
1
|
import { Interval } from '../common';
|
|
4
2
|
import { SeverityConditionConfig } from '../common';
|
|
3
|
+
import { RuleCountThresholdConfig } from '../common';
|
|
4
|
+
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
1
|
import { AccountSettings } from '../entities';
|
|
3
2
|
import { BaseEntity } from '../base';
|
|
4
3
|
import { AccountTypeCode } from '../enums';
|
|
5
4
|
import { AccountStatusCode } from '../enums';
|
|
6
5
|
import { FeatureCode } from '../enums';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,kDAAkD;AAClD,MAAM,OAAO,UAAW,SAAQ,UAAU;CAoCzC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventCategoryCode } from '../enums';
|
|
2
|
-
import {
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { EventStatusCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
3
5
|
import { RuleTypeCode } from '../enums';
|
|
4
6
|
import { GeoData } from '../common';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
6
|
-
import { TrafficDirectionCode } from '../enums';
|
|
7
7
|
import { BaseEntity } from '../base';
|
|
8
8
|
import { EventTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { TrafficDirectionCode } from '../enums';
|
|
3
|
-
import { Device } from '../entities';
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
3
|
import { RuleTypeCode } from '../enums';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
7
|
import { GeoData } from '../common';
|
|
8
8
|
import { StringKeyValue } from '../common';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
9
|
+
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { Device } from '../entities';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,oFAAoF;AACpF,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2E9C"}
|