@shieldiot/pulse-lib 1.0.320 → 1.0.322
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/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +2 -2
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/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/DataIngestion.d.ts +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +6 -6
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
- package/dist/cjs/lib/entities/Integration.d.ts +2 -2
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/Radius.d.ts +1 -1
- package/dist/cjs/lib/entities/Radius.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +2 -2
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +2 -2
- package/dist/cjs/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/cjs/lib/services/usrDevicesService.d.ts +8 -8
- 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/usrRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +7 -2
- package/dist/cjs/lib/services/usrUserService.js +6 -0
- package/dist/cjs/lib/services/usrUserService.js.map +1 -1
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +2 -2
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/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/DataIngestion.d.ts +1 -1
- package/dist/esm/lib/entities/Event.d.ts +6 -6
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
- package/dist/esm/lib/entities/Integration.d.ts +2 -2
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/Radius.d.ts +1 -1
- package/dist/esm/lib/entities/Radius.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +2 -2
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +1 -1
- package/dist/esm/lib/entities/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +2 -2
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +2 -2
- package/dist/esm/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/esm/lib/services/usrDevicesService.d.ts +8 -8
- 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/usrRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +7 -2
- package/dist/esm/lib/services/usrUserService.js +6 -0
- package/dist/esm/lib/services/usrUserService.js.map +1 -1
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/entities/Account.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/DataIngestion.d.ts +1 -1
- package/dist/types/lib/entities/Event.d.ts +6 -6
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +2 -2
- package/dist/types/lib/entities/Radius.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/types/lib/entities/StreamConfig.d.ts +1 -1
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- 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/sysRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +2 -2
- package/dist/types/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/types/lib/services/usrDevicesService.d.ts +8 -8
- 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/usrRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +7 -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,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
4
2
|
import { AccountSettings } from '../entities';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { AccountTypeCode } from '../enums';
|
|
5
|
+
import { AccountStatusCode } from '../enums';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAMrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
4
|
-
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
|
-
import { GeoData } from '../common';
|
|
7
1
|
import { EventCategoryCode } from '../enums';
|
|
8
2
|
import { TrafficDirectionCode } from '../enums';
|
|
9
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { GeoData } from '../common';
|
|
5
|
+
import { StringKeyValue } from '../common';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { EventStatusCode } from '../enums';
|
|
9
|
+
import { RuleTypeCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAUrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventStatusCode } from '../enums';
|
|
2
1
|
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
5
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
7
|
import { GeoData } from '../common';
|
|
8
|
-
import {
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
9
10
|
import { Device } from '../entities';
|
|
10
|
-
import { BaseEntity } from '../base';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAWrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
|
-
import { Indicator } from '../common';
|
|
4
|
-
import { RuleTypeCode } from '../enums';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
1
|
+
import { GeoData } from '../common';
|
|
6
2
|
import { EventOccurrence } from '../entities';
|
|
7
3
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
8
5
|
import { SeverityTypeCode } from '../enums';
|
|
9
6
|
import { EventStatusCode } from '../enums';
|
|
10
|
-
import {
|
|
7
|
+
import { Indicator } from '../common';
|
|
11
8
|
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
|
+
import { RuleTypeCode } from '../enums';
|
|
11
|
+
import { StringKeyValue } from '../common';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAWrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { StringKeyValue } from '../common';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { EventOccurrence } from '../entities';
|
|
3
|
+
import { TrafficDirectionCode } from '../enums';
|
|
4
|
+
import { Device } from '../entities';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
4
6
|
import { EventStatusCode } from '../enums';
|
|
5
|
-
import { Indicator } from '../common';
|
|
6
7
|
import { RuleTypeCode } from '../enums';
|
|
7
8
|
import { GeoData } from '../common';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
11
|
+
import { Indicator } from '../common';
|
|
8
12
|
import { EventCategoryCode } from '../enums';
|
|
9
|
-
import { EventOccurrence } from '../entities';
|
|
10
|
-
import { TrafficDirectionCode } from '../enums';
|
|
11
|
-
import { EventTypeCode } from '../enums';
|
|
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,6 +1,6 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { InsightTypeCode } from '../enums';
|
|
2
3
|
import { DirectionContextCode } from '../enums';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightQuery.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightQuery.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"InsightQuery.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightQuery.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAMrC,eAAe;AACf,kIAAkI;AAClI,MAAa,YAAa,SAAQ,iBAAU;CAkB3C;AAlBD,oCAkBC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { DeviceActionCode } from '../enums';
|
|
3
1
|
import { BaseEntity } from '../base';
|
|
4
2
|
import { IntegrationTypeCode } from '../enums';
|
|
5
3
|
import { IntegrationTriggerCode } from '../enums';
|
|
6
4
|
import { HttpMethodCode } from '../enums';
|
|
7
5
|
import { StringKeyValue } from '../common';
|
|
8
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radius.js","sourceRoot":"","sources":["../../../../src/lib/entities/Radius.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Radius.js","sourceRoot":"","sources":["../../../../src/lib/entities/Radius.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,yDAAyD;AACzD,MAAa,MAAO,SAAQ,iBAAU;CAoCrC;AApCD,wBAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { DataSourceCode } from '../enums';
|
|
2
|
+
import { Condition } from '../entities';
|
|
1
3
|
import { DeviceTypeCode } from '../enums';
|
|
2
4
|
import { EventTypeCode } from '../enums';
|
|
3
5
|
import { SeverityTypeCode } from '../enums';
|
|
4
6
|
import { BaseEntity } from '../base';
|
|
5
7
|
import { RuleTypeCode } from '../enums';
|
|
6
|
-
import { DataSourceCode } from '../enums';
|
|
7
|
-
import { Condition } from '../entities';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;AAKA,kCAAqC;AAKrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAyDnC;AAzDD,oBAyDC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { DataSourceCode } from '../enums';
|
|
4
2
|
import { EventTypeCode } from '../enums';
|
|
3
|
+
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 +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,3 +1,4 @@
|
|
|
1
|
+
import { UsageTransform } from '../common';
|
|
1
2
|
import { Thresholds } from '../common';
|
|
2
3
|
import { ShieldexConfig } from '../common';
|
|
3
4
|
import { EventSeverityConfig } from '../common';
|
|
@@ -5,7 +6,6 @@ import { DeviceActionCode } from '../enums';
|
|
|
5
6
|
import { DeviceConfig } from '../common';
|
|
6
7
|
import { DataIngestion } from '../entities';
|
|
7
8
|
import { SessionTransform } from '../common';
|
|
8
|
-
import { UsageTransform } from '../common';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { UserTypeCode } from '../enums';
|
|
3
2
|
import { UserStatusCode } from '../enums';
|
|
4
3
|
import { StringKeyValue } from '../common';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class User extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../src/lib/entities/User.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../src/lib/entities/User.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAIrC,sGAAsG;AACtG,+DAA+D;AAC/D,MAAa,IAAK,SAAQ,iBAAU;CAiCnC;AAjCD,oBAiCC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UserTypeCode } from '../enums';
|
|
2
|
-
import { UserStatusCode } from '../enums';
|
|
3
1
|
import { AccountRole } from '../common';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { UserTypeCode } from '../enums';
|
|
4
|
+
import { UserStatusCode } from '../enums';
|
|
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":";;;AACA,kCAAqC;AAMrC,4EAA4E;AAC5E,MAAa,cAAe,SAAQ,iBAAU;CA2B7C;AA3BD,wCA2BC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Account } from '../entities';
|
|
3
|
+
import { AccountSettings } from '../entities';
|
|
2
4
|
import { AccountTypeCode } from '../enums';
|
|
3
5
|
import { AccountStatusCode } from '../enums';
|
|
4
6
|
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 { Rule } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Rule } from '../entities';
|
|
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 { 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 { Alert } from '../entities';
|
|
3
|
-
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import { DeviceActionCode } from '../enums';
|
|
5
2
|
import { MaliciousIPCard } from '../common';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
|
-
import { IntDistribution } from '../entities';
|
|
8
|
-
import { StringKeyValue } from '../common';
|
|
9
3
|
import { EventTypeCode } from '../enums';
|
|
10
4
|
import { SeverityTypeCode } from '../enums';
|
|
11
|
-
import {
|
|
12
|
-
import { MaliciousIPData } from '../common';
|
|
13
|
-
import { TimeSeriesOf2D } from '../common';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
14
6
|
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { TimeSeriesOf2D } from '../common';
|
|
15
9
|
import { TimeSeriesOfFloat } from '../common';
|
|
10
|
+
import { StringKeyValue } from '../common';
|
|
11
|
+
import { RuleTypeCode } from '../enums';
|
|
12
|
+
import { AlertWithDevice } from '../entities';
|
|
13
|
+
import { Alert } from '../entities';
|
|
14
|
+
import { MaliciousIPData } from '../common';
|
|
15
|
+
import { IntDistribution } 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 {
|
|
3
|
-
import {
|
|
2
|
+
import { Device } from '../entities';
|
|
3
|
+
import { BulkDevices } from '../entities';
|
|
4
4
|
import { DeviceWithEvents } from '../entities';
|
|
5
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
5
|
import { NetworkMapTypeCode } from '../enums';
|
|
8
6
|
import { NetworkMap } from '../common';
|
|
9
|
-
import {
|
|
10
|
-
import { Device } from '../entities';
|
|
11
|
-
import { BulkDevices } from '../entities';
|
|
7
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
12
8
|
import { DeviceTypeCode } from '../enums';
|
|
9
|
+
import { DeviceStatusCode } from '../enums';
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
13
11
|
import { IntDistribution } from '../entities';
|
|
14
|
-
import {
|
|
12
|
+
import { DeviceActionCode } from '../enums';
|
|
13
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
14
|
+
import { DeviceReport } from '../entities';
|
|
15
15
|
export declare class UsrDevicesService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import { EventStatusCode } from '../enums';
|
|
5
|
-
import { TimeSeriesOf2D } from '../common';
|
|
2
|
+
import { IntDistribution } from '../entities';
|
|
6
3
|
import { TimeSeriesOfFloat } from '../common';
|
|
7
4
|
import { MaliciousIPCard } from '../common';
|
|
8
5
|
import { Event } from '../entities';
|
|
9
6
|
import { SeverityTypeCode } from '../enums';
|
|
10
7
|
import { RuleTypeCode } from '../enums';
|
|
11
|
-
import { EventWithDevice } from '../entities';
|
|
12
8
|
import { MaliciousIPData } from '../common';
|
|
13
|
-
import {
|
|
9
|
+
import { TimeSeriesOf2D } from '../common';
|
|
14
10
|
import { StringKeyValue } from '../common';
|
|
11
|
+
import { EventTypeCode } from '../enums';
|
|
12
|
+
import { EventCategoryCode } from '../enums';
|
|
13
|
+
import { EventStatusCode } from '../enums';
|
|
14
|
+
import { EventWithDevice } from '../entities';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -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,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { RuleActivityStatusCode } from '../enums';
|
|
3
2
|
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { TimeSeriesOfFloat } from '../common';
|
|
5
4
|
import { IntDistribution } from '../entities';
|
|
6
5
|
import { Distribution } from '../entities';
|
|
7
6
|
import { Rule } from '../entities';
|
|
8
7
|
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { RuleActivityStatusCode } from '../enums';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { AccountDTO } from '../entities';
|
|
2
3
|
import { UserMemberships } from '../entities';
|
|
3
4
|
import { FeatureCode } from '../enums';
|
|
5
|
+
import { ConfigParam } from '../entities';
|
|
4
6
|
import { LoginParams } from '../common';
|
|
5
|
-
import { User } from '../entities';
|
|
6
|
-
import { AccountDTO } from '../entities';
|
|
7
7
|
import { Image } from '../entities';
|
|
8
8
|
import { Feature } from '../entities';
|
|
9
9
|
import { Stream } from '../entities';
|
|
10
|
+
import { User } from '../entities';
|
|
10
11
|
export declare class UsrUserService {
|
|
11
12
|
private apiUrl;
|
|
12
13
|
private rest;
|
|
@@ -66,4 +67,8 @@ export declare class UsrUserService {
|
|
|
66
67
|
* Ask for premium request
|
|
67
68
|
*/
|
|
68
69
|
premiumRequest(featureCode?: FeatureCode): import("rxjs").Observable<ActionResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* Get system configuration parameters
|
|
72
|
+
*/
|
|
73
|
+
getSysConfig(): import("rxjs").Observable<EntitiesResponse<ConfigParam>>;
|
|
69
74
|
}
|
|
@@ -97,6 +97,12 @@ class UsrUserService {
|
|
|
97
97
|
}
|
|
98
98
|
return this.rest.get(`${this.baseUrl}/premium-request`, ...params);
|
|
99
99
|
}
|
|
100
|
+
/**
|
|
101
|
+
* Get system configuration parameters
|
|
102
|
+
*/
|
|
103
|
+
getSysConfig() {
|
|
104
|
+
return this.rest.get(`${this.baseUrl}/get-sys-config`);
|
|
105
|
+
}
|
|
100
106
|
}
|
|
101
107
|
exports.UsrUserService = UsrUserService;
|
|
102
108
|
//# sourceMappingURL=usrUserService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usrUserService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrUserService.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"usrUserService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrUserService.ts"],"names":[],"mappings":"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"}
|
|
@@ -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,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
4
2
|
import { AccountSettings } from '../entities';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { AccountTypeCode } from '../enums';
|
|
5
|
+
import { AccountStatusCode } from '../enums';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,2DAA2D;AAC3D,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAiCtC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
4
|
-
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
|
-
import { GeoData } from '../common';
|
|
7
1
|
import { EventCategoryCode } from '../enums';
|
|
8
2
|
import { TrafficDirectionCode } from '../enums';
|
|
9
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { GeoData } from '../common';
|
|
5
|
+
import { StringKeyValue } from '../common';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { EventStatusCode } from '../enums';
|
|
9
|
+
import { RuleTypeCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAUrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAM,OAAO,KAAM,SAAQ,UAAU;CAwEpC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventStatusCode } from '../enums';
|
|
2
1
|
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
5
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
7
|
import { GeoData } from '../common';
|
|
8
|
-
import {
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
9
10
|
import { Device } from '../entities';
|
|
10
|
-
import { BaseEntity } from '../base';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAWrC,oFAAoF;AACpF,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2E9C"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
|
-
import { Indicator } from '../common';
|
|
4
|
-
import { RuleTypeCode } from '../enums';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
1
|
+
import { GeoData } from '../common';
|
|
6
2
|
import { EventOccurrence } from '../entities';
|
|
7
3
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
8
5
|
import { SeverityTypeCode } from '../enums';
|
|
9
6
|
import { EventStatusCode } from '../enums';
|
|
10
|
-
import {
|
|
7
|
+
import { Indicator } from '../common';
|
|
11
8
|
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
|
+
import { RuleTypeCode } from '../enums';
|
|
11
|
+
import { StringKeyValue } from '../common';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAWrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAM,OAAO,KAAM,SAAQ,UAAU;CA8EpC"}
|