@shieldiot/pulse-lib 1.0.385 → 1.0.387
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/cjs/lib/common/Node.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/cjs/lib/common/TokenData.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +2 -2
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +3 -3
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +5 -5
- 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/Device.d.ts +2 -2
- 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 +7 -7
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +5 -5
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +3 -3
- package/dist/cjs/lib/entities/IdsRule.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/Integration.d.ts +4 -4
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/Member.d.ts +1 -1
- package/dist/cjs/lib/entities/Member.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/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.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/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/enums/EventTypeCode.d.ts +3 -1
- package/dist/cjs/lib/enums/EventTypeCode.js +6 -0
- package/dist/cjs/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +14 -14
- package/dist/cjs/lib/pulse-client.js +27 -27
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +5 -5
- package/dist/cjs/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/cjs/lib/services/usrRulesService.d.ts +3 -3
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/esm/lib/common/Node.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/esm/lib/common/TokenData.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +2 -2
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +3 -3
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +5 -5
- 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/Device.d.ts +2 -2
- 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 +7 -7
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +5 -5
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +3 -3
- package/dist/esm/lib/entities/IdsRule.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/Integration.d.ts +4 -4
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/Member.d.ts +1 -1
- package/dist/esm/lib/entities/Member.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/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.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/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/enums/EventTypeCode.d.ts +3 -1
- package/dist/esm/lib/enums/EventTypeCode.js +6 -0
- package/dist/esm/lib/enums/EventTypeCode.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +14 -14
- package/dist/esm/lib/pulse-client.js +14 -14
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysMembersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +5 -5
- package/dist/esm/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/esm/lib/services/usrRulesService.d.ts +3 -3
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/types/lib/common/Node.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/common/TokenData.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +2 -2
- package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/types/lib/entities/AccountReportDTO.d.ts +3 -3
- package/dist/types/lib/entities/Alert.d.ts +5 -5
- 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/Device.d.ts +2 -2
- 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 +5 -5
- package/dist/types/lib/entities/IdsRule.d.ts +3 -3
- package/dist/types/lib/entities/Insight.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +4 -4
- package/dist/types/lib/entities/Member.d.ts +1 -1
- package/dist/types/lib/entities/Radius.d.ts +1 -1
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/enums/EventTypeCode.d.ts +3 -1
- package/dist/types/lib/pulse-client.d.ts +14 -14
- package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/types/lib/services/sysMembersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +5 -5
- package/dist/types/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/types/lib/services/usrRulesService.d.ts +3 -3
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Interval } from '../common';
|
|
2
1
|
import { SeverityConditionConfig } from '../common';
|
|
3
2
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
3
|
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
4
|
+
import { Interval } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountSettings } from '../entities';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { AccountTypeCode } from '../enums';
|
|
2
4
|
import { AccountStatusCode } from '../enums';
|
|
3
5
|
import { StringKeyValue } from '../common';
|
|
4
|
-
import { AccountSettings } from '../entities';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
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":";;;AACA,kCAAqC;AAOrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { AccountTypeCode } from '../enums';
|
|
1
2
|
import { AccountStatusCode } from '../enums';
|
|
2
3
|
import { FeatureCode } from '../enums';
|
|
3
4
|
import { StringKeyValue } from '../common';
|
|
4
5
|
import { AccountSettings } from '../entities';
|
|
5
6
|
import { BaseEntity } from '../base';
|
|
6
|
-
import { AccountTypeCode } from '../enums';
|
|
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":";;;AAKA,kCAAqC;AAIrC,kDAAkD;AAClD,MAAa,UAAW,SAAQ,iBAAU;CAoCzC;AApCD,gCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { DeviceReport } from '../entities';
|
|
2
|
+
import { IntDistribution } from '../entities';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
1
4
|
import { AccountTypeCode } from '../enums';
|
|
2
5
|
import { AccountStatusCode } from '../enums';
|
|
3
6
|
import { StringKeyValue } from '../common';
|
|
4
7
|
import { AccountSettings } from '../entities';
|
|
5
|
-
import { DeviceReport } from '../entities';
|
|
6
|
-
import { IntDistribution } from '../entities';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class AccountReportDTO extends BaseEntity {
|
|
9
9
|
name: string;
|
|
10
10
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAQrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
1
|
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import {
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
3
|
import { EventStatusCode } from '../enums';
|
|
8
4
|
import { RuleTypeCode } from '../enums';
|
|
5
|
+
import { GeoData } from '../common';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
9
7
|
import { StringKeyValue } from '../common';
|
|
8
|
+
import { TrafficDirectionCode } from '../enums';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
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":";;;AAQA,kCAAqC;AAIrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
1
3
|
import { EventStatusCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
2
6
|
import { RuleTypeCode } from '../enums';
|
|
3
7
|
import { GeoData } from '../common';
|
|
4
|
-
import {
|
|
8
|
+
import { TrafficDirectionCode } from '../enums';
|
|
5
9
|
import { Device } from '../entities';
|
|
6
10
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
|
-
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import { StringKeyValue } from '../common';
|
|
10
|
-
import { TrafficDirectionCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +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":";;;AASA,kCAAqC;AAIrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DeviceTypeCode } from '../enums';
|
|
2
|
-
import { DeviceStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
4
2
|
import { DeviceActionCode } from '../enums';
|
|
5
3
|
import { SIM } from '../entities';
|
|
6
4
|
import { GeoData } from '../common';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
6
|
+
import { DeviceTypeCode } from '../enums';
|
|
7
|
+
import { DeviceStatusCode } 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":";;;AAIA,kCAAqC;AAMrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { SIM } from '../entities';
|
|
2
|
-
import { Event } from '../entities';
|
|
3
|
-
import { GeoData } from '../common';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
1
|
import { DeviceTypeCode } from '../enums';
|
|
6
2
|
import { DeviceStatusCode } from '../enums';
|
|
7
3
|
import { StringKeyValue } from '../common';
|
|
8
4
|
import { DeviceActionCode } from '../enums';
|
|
5
|
+
import { SIM } from '../entities';
|
|
6
|
+
import { Event } from '../entities';
|
|
7
|
+
import { GeoData } from '../common';
|
|
8
|
+
import { BaseEntity } from '../base';
|
|
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":";;;AAOA,kCAAqC;AAIrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import { EventStatusCode } from '../enums';
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
5
3
|
import { Indicator } from '../common';
|
|
6
4
|
import { RuleTypeCode } from '../enums';
|
|
5
|
+
import { TrafficDirectionCode } from '../enums';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventStatusCode } from '../enums';
|
|
7
8
|
import { GeoData } from '../common';
|
|
8
|
-
import { EventTypeCode } from '../enums';
|
|
9
|
-
import { SeverityTypeCode } from '../enums';
|
|
10
9
|
import { StringKeyValue } from '../common';
|
|
11
|
-
import {
|
|
10
|
+
import { EventCategoryCode } from '../enums';
|
|
11
|
+
import { EventOccurrence } from '../entities';
|
|
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":";;;AAKA,kCAAqC;AASrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
1
|
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
4
3
|
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { EventOccurrence } from '../entities';
|
|
6
4
|
import { TrafficDirectionCode } from '../enums';
|
|
7
5
|
import { Device } from '../entities';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
9
|
import { Indicator } from '../common';
|
|
9
|
-
import { RuleTypeCode } from '../enums';
|
|
10
10
|
import { GeoData } from '../common';
|
|
11
11
|
import { StringKeyValue } from '../common';
|
|
12
|
-
import {
|
|
12
|
+
import { EventOccurrence } 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":";;;AAKA,kCAAqC;AAUrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
3
|
+
import { RuleTypeCode } from '../enums';
|
|
1
4
|
import { DataSourceCode } from '../enums';
|
|
2
5
|
import { ConditionDescription } from '../common';
|
|
3
6
|
import { DeviceTypeCode } from '../enums';
|
|
4
7
|
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
8
|
export declare class IdsRule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdsRule.js","sourceRoot":"","sources":["../../../../src/lib/entities/IdsRule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IdsRule.js","sourceRoot":"","sources":["../../../../src/lib/entities/IdsRule.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AASrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { InsightTypeCode } from '../enums';
|
|
2
3
|
import { InsightStatusCode } from '../enums';
|
|
3
4
|
import { SeverityTypeCode } from '../enums';
|
|
4
5
|
import { DirectionContextCode } from '../enums';
|
|
5
6
|
import { RegulatoryViolation } from '../entities';
|
|
6
7
|
import { MitreAttackCategory } from '../entities';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class Insight extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Insight.js","sourceRoot":"","sources":["../../../../src/lib/entities/Insight.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Insight.js","sourceRoot":"","sources":["../../../../src/lib/entities/Insight.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAUrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAsDtC;AAtDD,0BAsDC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
|
-
import { IntegrationTypeCode } from '../enums';
|
|
3
|
-
import { IntegrationTriggerCode } from '../enums';
|
|
4
|
-
import { HttpMethodCode } from '../enums';
|
|
5
1
|
import { StringKeyValue } from '../common';
|
|
6
2
|
import { EventTypeCode } from '../enums';
|
|
7
3
|
import { SeverityTypeCode } from '../enums';
|
|
8
4
|
import { DeviceActionCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
|
+
import { IntegrationTypeCode } from '../enums';
|
|
7
|
+
import { IntegrationTriggerCode } from '../enums';
|
|
8
|
+
import { HttpMethodCode } 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":";;;AAIA,kCAAqC;AAOrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Member.js","sourceRoot":"","sources":["../../../../src/lib/entities/Member.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Member.js","sourceRoot":"","sources":["../../../../src/lib/entities/Member.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,8EAA8E;AAC9E,qFAAqF;AACrF,MAAa,MAAO,SAAQ,iBAAU;CAYrC;AAZD,wBAYC"}
|
|
@@ -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":";;;AAAA,kCAAqC;AAKrC,yDAAyD;AACzD,MAAa,MAAO,SAAQ,iBAAU;CAoCrC;AApCD,wBAoCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../../src/lib/entities/Report.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../../src/lib/entities/Report.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAMrC,wEAAwE;AACxE,MAAa,MAAO,SAAQ,iBAAU;CA8BrC;AA9BD,wBA8BC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
1
3
|
import { DataSourceCode } from '../enums';
|
|
2
4
|
import { ConditionDescription } from '../common';
|
|
3
5
|
import { DeviceTypeCode } from '../enums';
|
|
4
6
|
import { EventTypeCode } from '../enums';
|
|
5
7
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -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":";;;AAAA,kCAAqC;AAUrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAIrC,+LAA+L;AAC/L,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EventSeverityConfig } from '../common';
|
|
2
|
-
import { DeviceActionCode } from '../enums';
|
|
3
|
-
import { DeviceConfig } from '../common';
|
|
4
|
-
import { IdsConfig } from '../entities';
|
|
5
1
|
import { DataIngestion } from '../entities';
|
|
6
2
|
import { SessionTransform } from '../common';
|
|
7
|
-
import { Thresholds } from '../common';
|
|
8
3
|
import { UsageTransform } from '../common';
|
|
4
|
+
import { Thresholds } from '../common';
|
|
9
5
|
import { ShieldexConfig } from '../common';
|
|
6
|
+
import { DeviceActionCode } from '../enums';
|
|
7
|
+
import { EventSeverityConfig } from '../common';
|
|
8
|
+
import { DeviceConfig } from '../common';
|
|
9
|
+
import { IdsConfig } from '../entities';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
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 { 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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { UserTypeCode } from '../enums';
|
|
2
3
|
import { UserStatusCode } from '../enums';
|
|
3
4
|
import { AccountRole } from '../common';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class UserMemberships extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMemberships.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMemberships.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UserMemberships.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMemberships.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAOrC,2EAA2E;AAC3E,MAAa,eAAgB,SAAQ,iBAAU;CA2B9C;AA3BD,0CA2BC"}
|
|
@@ -35,6 +35,8 @@ export declare enum EventTypeCode {
|
|
|
35
35
|
IOT_OUTBOUND_LONG_CONN_ALT_SSH = 34,
|
|
36
36
|
IOT_OUTBOUND_FAST_CONNECT_BURST = 35,
|
|
37
37
|
IOT_LOCAL_FAST_CONNECT_BURST = 36,
|
|
38
|
-
IOT_HIGH_RISK_TLD_QUERY = 37
|
|
38
|
+
IOT_HIGH_RISK_TLD_QUERY = 37,
|
|
39
|
+
IOT_DNS_TXT_PUBLIC_RESOLVER = 38,
|
|
40
|
+
IOT_FTP_PLAINTEXT_CREDS = 39
|
|
39
41
|
}
|
|
40
42
|
export declare function GetEventTypeCodes(): Map<EventTypeCode, string>;
|
|
@@ -79,6 +79,10 @@ var EventTypeCode;
|
|
|
79
79
|
EventTypeCode[EventTypeCode["IOT_LOCAL_FAST_CONNECT_BURST"] = 36] = "IOT_LOCAL_FAST_CONNECT_BURST";
|
|
80
80
|
// DNS query to high-risk TLD [37]
|
|
81
81
|
EventTypeCode[EventTypeCode["IOT_HIGH_RISK_TLD_QUERY"] = 37] = "IOT_HIGH_RISK_TLD_QUERY";
|
|
82
|
+
// DNS query of type TXT from IoT device to public resolver sid 5000013
|
|
83
|
+
EventTypeCode[EventTypeCode["IOT_DNS_TXT_PUBLIC_RESOLVER"] = 38] = "IOT_DNS_TXT_PUBLIC_RESOLVER";
|
|
84
|
+
// FTP credentials sent in cleartext (USER/PASS over TCP/21)[39] sid 3000002
|
|
85
|
+
EventTypeCode[EventTypeCode["IOT_FTP_PLAINTEXT_CREDS"] = 39] = "IOT_FTP_PLAINTEXT_CREDS";
|
|
82
86
|
})(EventTypeCode || (exports.EventTypeCode = EventTypeCode = {}));
|
|
83
87
|
// Return list of EventTypeCode values and their display names
|
|
84
88
|
function GetEventTypeCodes() {
|
|
@@ -120,6 +124,8 @@ function GetEventTypeCodes() {
|
|
|
120
124
|
result.set(EventTypeCode.IOT_OUTBOUND_FAST_CONNECT_BURST, 'Iot Outbound Fast Connect Burst');
|
|
121
125
|
result.set(EventTypeCode.IOT_LOCAL_FAST_CONNECT_BURST, 'Iot Local Fast Connect Burst');
|
|
122
126
|
result.set(EventTypeCode.IOT_HIGH_RISK_TLD_QUERY, 'Iot High Risk Tld Query');
|
|
127
|
+
result.set(EventTypeCode.IOT_DNS_TXT_PUBLIC_RESOLVER, 'Iot Dns Txt Public Resolver');
|
|
128
|
+
result.set(EventTypeCode.IOT_FTP_PLAINTEXT_CREDS, 'Iot Ftp Plaintext Creds');
|
|
123
129
|
return result;
|
|
124
130
|
}
|
|
125
131
|
//# 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,3 +1,10 @@
|
|
|
1
|
+
import { UsrAlertsService } from "./services";
|
|
2
|
+
import { UsrDevicesService } from "./services";
|
|
3
|
+
import { UsrEventsService } from "./services";
|
|
4
|
+
import { UsrNetworkService } from "./services";
|
|
5
|
+
import { UsrReportsInstanceService } from "./services";
|
|
6
|
+
import { UsrReportsService } from "./services";
|
|
7
|
+
import { UsrRulesService } from "./services";
|
|
1
8
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
2
9
|
import { SysAccountsService } from "./services";
|
|
3
10
|
import { SysAuditLogService } from "./services";
|
|
@@ -18,17 +25,17 @@ import { UsrInsightsService } from "./services";
|
|
|
18
25
|
import { UsrIntegrationsService } from "./services";
|
|
19
26
|
import { UsrMembersService } from "./services";
|
|
20
27
|
import { UsrUserService } from "./services";
|
|
21
|
-
import { UsrAlertsService } from "./services";
|
|
22
|
-
import { UsrDevicesService } from "./services";
|
|
23
|
-
import { UsrEventsService } from "./services";
|
|
24
|
-
import { UsrNetworkService } from "./services";
|
|
25
|
-
import { UsrReportsInstanceService } from "./services";
|
|
26
|
-
import { UsrReportsService } from "./services";
|
|
27
|
-
import { UsrRulesService } from "./services";
|
|
28
28
|
export declare class PulseClient {
|
|
29
29
|
private restSvc;
|
|
30
30
|
private axiosInst;
|
|
31
31
|
constructor(apiUrl: string, apiKey?: string, accessToken?: string);
|
|
32
|
+
readonly UsrAlertsService: UsrAlertsService;
|
|
33
|
+
readonly UsrDevicesService: UsrDevicesService;
|
|
34
|
+
readonly UsrEventsService: UsrEventsService;
|
|
35
|
+
readonly UsrNetworkService: UsrNetworkService;
|
|
36
|
+
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
37
|
+
readonly UsrReportsService: UsrReportsService;
|
|
38
|
+
readonly UsrRulesService: UsrRulesService;
|
|
32
39
|
readonly SupportStreamAnalyticsConfig: SupportStreamAnalyticsConfig;
|
|
33
40
|
readonly SysAccountsService: SysAccountsService;
|
|
34
41
|
readonly SysAuditLogService: SysAuditLogService;
|
|
@@ -49,11 +56,4 @@ export declare class PulseClient {
|
|
|
49
56
|
readonly UsrIntegrationsService: UsrIntegrationsService;
|
|
50
57
|
readonly UsrMembersService: UsrMembersService;
|
|
51
58
|
readonly UsrUserService: UsrUserService;
|
|
52
|
-
readonly UsrAlertsService: UsrAlertsService;
|
|
53
|
-
readonly UsrDevicesService: UsrDevicesService;
|
|
54
|
-
readonly UsrEventsService: UsrEventsService;
|
|
55
|
-
readonly UsrNetworkService: UsrNetworkService;
|
|
56
|
-
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
57
|
-
readonly UsrReportsService: UsrReportsService;
|
|
58
|
-
readonly UsrRulesService: UsrRulesService;
|
|
59
59
|
}
|
|
@@ -51,33 +51,33 @@ class PulseClient {
|
|
|
51
51
|
this.axiosInst = axios_1.default.create(axiosRequestConfiguration);
|
|
52
52
|
this.restSvc = new utils_1.RestUtil(this.axiosInst);
|
|
53
53
|
// initialize services
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
54
|
+
this.UsrAlertsService = new services_1.UsrAlertsService(apiUrl, this.restSvc);
|
|
55
|
+
this.UsrDevicesService = new services_2.UsrDevicesService(apiUrl, this.restSvc);
|
|
56
|
+
this.UsrEventsService = new services_3.UsrEventsService(apiUrl, this.restSvc);
|
|
57
|
+
this.UsrNetworkService = new services_4.UsrNetworkService(apiUrl, this.restSvc);
|
|
58
|
+
this.UsrReportsInstanceService = new services_5.UsrReportsInstanceService(apiUrl, this.restSvc);
|
|
59
|
+
this.UsrReportsService = new services_6.UsrReportsService(apiUrl, this.restSvc);
|
|
60
|
+
this.UsrRulesService = new services_7.UsrRulesService(apiUrl, this.restSvc);
|
|
61
|
+
this.SupportStreamAnalyticsConfig = new services_8.SupportStreamAnalyticsConfig(apiUrl, this.restSvc);
|
|
62
|
+
this.SysAccountsService = new services_9.SysAccountsService(apiUrl, this.restSvc);
|
|
63
|
+
this.SysAuditLogService = new services_10.SysAuditLogService(apiUrl, this.restSvc);
|
|
64
|
+
this.SysCheckpointsService = new services_11.SysCheckpointsService(apiUrl, this.restSvc);
|
|
65
|
+
this.SysConfigService = new services_12.SysConfigService(apiUrl, this.restSvc);
|
|
66
|
+
this.SysFeaturesService = new services_13.SysFeaturesService(apiUrl, this.restSvc);
|
|
67
|
+
this.SysGroupsService = new services_14.SysGroupsService(apiUrl, this.restSvc);
|
|
68
|
+
this.SysIdsRulesService = new services_15.SysIdsRulesService(apiUrl, this.restSvc);
|
|
69
|
+
this.SysInsightsService = new services_16.SysInsightsService(apiUrl, this.restSvc);
|
|
70
|
+
this.SysKeysService = new services_17.SysKeysService(apiUrl, this.restSvc);
|
|
71
|
+
this.SysMembersService = new services_18.SysMembersService(apiUrl, this.restSvc);
|
|
72
|
+
this.SysRuleTemplatesService = new services_19.SysRuleTemplatesService(apiUrl, this.restSvc);
|
|
73
|
+
this.SysRulesService = new services_20.SysRulesService(apiUrl, this.restSvc);
|
|
74
|
+
this.SysStatisticsService = new services_21.SysStatisticsService(apiUrl, this.restSvc);
|
|
75
|
+
this.SysStreamsService = new services_22.SysStreamsService(apiUrl, this.restSvc);
|
|
76
|
+
this.SysUsersService = new services_23.SysUsersService(apiUrl, this.restSvc);
|
|
77
|
+
this.UsrInsightsService = new services_24.UsrInsightsService(apiUrl, this.restSvc);
|
|
78
|
+
this.UsrIntegrationsService = new services_25.UsrIntegrationsService(apiUrl, this.restSvc);
|
|
79
|
+
this.UsrMembersService = new services_26.UsrMembersService(apiUrl, this.restSvc);
|
|
80
|
+
this.UsrUserService = new services_27.UsrUserService(apiUrl, this.restSvc);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
exports.PulseClient = PulseClient;
|