@shieldiot/pulse-lib 1.0.400 → 1.0.401
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/DevicesMap.d.ts +1 -1
- package/dist/cjs/lib/common/SeverityConditionConfig.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfFloat.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/AccountReportDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Action.d.ts +1 -1
- package/dist/cjs/lib/entities/Action.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 +4 -4
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +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 +2 -2
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +4 -4
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +6 -6
- 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/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 +3 -3
- 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/ReportInstance.d.ts +1 -1
- package/dist/cjs/lib/entities/ReportInstance.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 +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +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/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +16 -16
- package/dist/cjs/lib/pulse-client.js +28 -28
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysMembersService.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 +10 -10
- package/dist/cjs/lib/services/usrEventsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrNotificationMessageService.d.ts +2 -2
- package/dist/cjs/lib/services/usrNotificationMessageService.js +1 -1
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DevicesMap.d.ts +1 -1
- package/dist/esm/lib/common/SeverityConditionConfig.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfFloat.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/AccountReportDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Action.d.ts +1 -1
- package/dist/esm/lib/entities/Action.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 +4 -4
- package/dist/esm/lib/entities/AlertWithDevice.js.map +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 +2 -2
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +4 -4
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +6 -6
- 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/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 +3 -3
- 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/ReportInstance.d.ts +1 -1
- package/dist/esm/lib/entities/ReportInstance.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 +1 -1
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +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/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +16 -16
- package/dist/esm/lib/pulse-client.js +16 -16
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysMembersService.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 +10 -10
- package/dist/esm/lib/services/usrEventsService.d.ts +8 -8
- package/dist/esm/lib/services/usrNotificationMessageService.d.ts +2 -2
- package/dist/esm/lib/services/usrNotificationMessageService.js +1 -1
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DevicesMap.d.ts +1 -1
- package/dist/types/lib/common/SeverityConditionConfig.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/types/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/types/lib/entities/Action.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +6 -6
- package/dist/types/lib/entities/AlertWithDevice.d.ts +4 -4
- package/dist/types/lib/entities/Device.d.ts +1 -1
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +4 -4
- package/dist/types/lib/entities/EventWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
- 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 +3 -3
- package/dist/types/lib/entities/Member.d.ts +1 -1
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/pulse-client.d.ts +16 -16
- package/dist/types/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysMembersService.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 +10 -10
- package/dist/types/lib/services/usrEventsService.d.ts +8 -8
- package/dist/types/lib/services/usrNotificationMessageService.d.ts +2 -2
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,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,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { UserStatusCode } from '../enums';
|
|
2
3
|
import { UserMemberships } from '../entities';
|
|
3
4
|
import { User } from '../entities';
|
|
4
5
|
import { UserTypeCode } from '../enums';
|
|
5
|
-
import { UserStatusCode } from '../enums';
|
|
6
6
|
export declare class SysUsersService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { TimeSeriesOf2D } from '../common';
|
|
3
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
4
|
+
import { MaliciousIPCard } from '../common';
|
|
2
5
|
import { Alert } from '../entities';
|
|
6
|
+
import { AlertWithDevice } from '../entities';
|
|
7
|
+
import { MaliciousIPData } from '../common';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
9
|
import { EventTypeCode } from '../enums';
|
|
4
10
|
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { IntDistribution } from '../entities';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
11
|
import { StringKeyValue } from '../common';
|
|
8
|
-
import {
|
|
12
|
+
import { DeviceActionCode } from '../enums';
|
|
9
13
|
import { EventStatusCode } from '../enums';
|
|
10
14
|
import { RuleTypeCode } from '../enums';
|
|
11
|
-
import {
|
|
12
|
-
import { MaliciousIPCard } from '../common';
|
|
13
|
-
import { MaliciousIPData } from '../common';
|
|
14
|
-
import { TimeSeriesOf2D } from '../common';
|
|
15
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
15
|
+
import { IntDistribution } from '../entities';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { DeviceWithEvents } from '../entities';
|
|
3
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
5
2
|
import { Device } from '../entities';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { MapBounds } from '../common';
|
|
3
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
+
import { DeviceActionCode } from '../enums';
|
|
9
5
|
import { NetworkMapTypeCode } from '../enums';
|
|
10
6
|
import { NetworkMap } from '../common';
|
|
11
|
-
import {
|
|
12
|
-
import { SeverityTypeCode } from '../enums';
|
|
13
|
-
import { IntDistribution } from '../entities';
|
|
14
|
-
import { DeviceActionCode } from '../enums';
|
|
7
|
+
import { MapBounds } from '../common';
|
|
15
8
|
import { DeviceTypeCode } from '../enums';
|
|
9
|
+
import { DeviceStatusCode } from '../enums';
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
11
|
+
import { DeviceReport } from '../entities';
|
|
16
12
|
import { DevicesMap } from '../common';
|
|
13
|
+
import { BulkDevices } from '../entities';
|
|
14
|
+
import { DeviceWithEvents } from '../entities';
|
|
15
|
+
import { IntDistribution } from '../entities';
|
|
16
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { IntDistribution } from '../entities';
|
|
3
|
-
import { TimeSeriesOf2D } from '../common';
|
|
4
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
5
2
|
import { Event } from '../entities';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
3
|
+
import { EventTypeCode } from '../enums';
|
|
4
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
5
|
import { EventStatusCode } from '../enums';
|
|
9
6
|
import { RuleTypeCode } from '../enums';
|
|
10
|
-
import {
|
|
7
|
+
import { TimeSeriesOf2D } from '../common';
|
|
11
8
|
import { MaliciousIPCard } from '../common';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
10
|
+
import { EventWithDevice } from '../entities';
|
|
11
|
+
import { MaliciousIPData } from '../common';
|
|
12
|
+
import { IntDistribution } from '../entities';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
12
14
|
import { StringKeyValue } from '../common';
|
|
13
|
-
import { EventTypeCode } from '../enums';
|
|
14
|
-
import { SeverityTypeCode } from '../enums';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { NotificationMessageStats } from '../entities';
|
|
3
2
|
import { NotificationMessageDTO } from '../entities';
|
|
3
|
+
import { NotificationMessageStats } from '../entities';
|
|
4
4
|
export declare class UsrNotificationMessageService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -25,5 +25,5 @@ export declare class UsrNotificationMessageService {
|
|
|
25
25
|
/**
|
|
26
26
|
* Mark all notifications as read for the current user
|
|
27
27
|
*/
|
|
28
|
-
|
|
28
|
+
markAllAsRead(): import("rxjs").Observable<ActionResponse>;
|
|
29
29
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ReportSourceCode } from '../enums';
|
|
3
2
|
import { ReportInstance } from '../entities';
|
|
3
|
+
import { ReportSourceCode } from '../enums';
|
|
4
4
|
export declare class UsrReportsInstanceService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { LoginParams } from '../common';
|
|
2
3
|
import { Image } from '../entities';
|
|
3
4
|
import { Stream } from '../entities';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
5
|
+
import { FeatureCode } from '../enums';
|
|
6
|
+
import { ConfigParam } from '../entities';
|
|
6
7
|
import { User } from '../entities';
|
|
7
8
|
import { AccountDTO } from '../entities';
|
|
8
9
|
import { Feature } from '../entities';
|
|
9
|
-
import {
|
|
10
|
-
import { ConfigParam } from '../entities';
|
|
10
|
+
import { UserMemberships } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { AccountTypeCode } from '../enums';
|
|
2
3
|
import { AccountStatusCode } from '../enums';
|
|
3
4
|
import { FeatureCode } from '../enums';
|
|
4
5
|
import { StringKeyValue } from '../common';
|
|
5
6
|
import { AccountSettings } from '../entities';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1 +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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,kDAAkD;AAClD,MAAM,OAAO,UAAW,SAAQ,UAAU;CAoCzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AccountStatusCode } from '../enums';
|
|
2
1
|
import { StringKeyValue } from '../common';
|
|
3
2
|
import { AccountSettings } from '../entities';
|
|
4
3
|
import { DeviceReport } from '../entities';
|
|
5
4
|
import { IntDistribution } from '../entities';
|
|
6
5
|
import { BaseEntity } from '../base';
|
|
7
6
|
import { AccountTypeCode } from '../enums';
|
|
7
|
+
import { AccountStatusCode } from '../enums';
|
|
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":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,2EAA2E;AAC3E,MAAM,OAAO,gBAAiB,SAAQ,UAAU;CA6C/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../../src/lib/entities/Action.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../../src/lib/entities/Action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,+DAA+D;AAC/D,MAAM,OAAO,MAAO,SAAQ,UAAU;CAqBrC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EventStatusCode } from '../enums';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
1
|
import { EventTypeCode } from '../enums';
|
|
7
|
-
import {
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
8
3
|
import { RuleTypeCode } from '../enums';
|
|
9
4
|
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
6
|
+
import { TrafficDirectionCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { GeoData } from '../common';
|
|
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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAM,OAAO,KAAM,SAAQ,UAAU;CAwEpC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
2
3
|
import { TrafficDirectionCode } from '../enums';
|
|
3
4
|
import { Device } from '../entities';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
4
6
|
import { BaseEntity } from '../base';
|
|
5
7
|
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
9
|
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
10
|
import { StringKeyValue } from '../common';
|
|
9
|
-
import { EventCategoryCode } from '../enums';
|
|
10
|
-
import { EventStatusCode } 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":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,oFAAoF;AACpF,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2E9C"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { SIM } from '../entities';
|
|
1
2
|
import { GeoData } from '../common';
|
|
2
3
|
import { BaseEntity } from '../base';
|
|
3
4
|
import { DeviceTypeCode } from '../enums';
|
|
4
5
|
import { DeviceStatusCode } from '../enums';
|
|
5
6
|
import { StringKeyValue } from '../common';
|
|
6
7
|
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { SIM } from '../entities';
|
|
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":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,0EAA0E;AAC1E,MAAM,OAAO,MAAO,SAAQ,UAAU;CAwErC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DeviceActionCode } from '../enums';
|
|
2
|
-
import { SIM } from '../entities';
|
|
3
1
|
import { Event } from '../entities';
|
|
4
2
|
import { GeoData } from '../common';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
6
4
|
import { DeviceTypeCode } from '../enums';
|
|
7
5
|
import { DeviceStatusCode } from '../enums';
|
|
8
6
|
import { StringKeyValue } from '../common';
|
|
7
|
+
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { SIM } from '../entities';
|
|
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":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,iFAAiF;AACjF,MAAM,OAAO,gBAAiB,SAAQ,UAAU;CA2E/C"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Indicator } from '../common';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
1
|
import { StringKeyValue } from '../common';
|
|
5
2
|
import { EventCategoryCode } from '../enums';
|
|
6
3
|
import { EventOccurrence } from '../entities';
|
|
7
|
-
import {
|
|
4
|
+
import { TrafficDirectionCode } from '../enums';
|
|
8
5
|
import { EventTypeCode } from '../enums';
|
|
9
6
|
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { Indicator } from '../common';
|
|
8
|
+
import { RuleTypeCode } from '../enums';
|
|
10
9
|
import { EventStatusCode } from '../enums';
|
|
11
10
|
import { GeoData } from '../common';
|
|
11
|
+
import { BaseEntity } from '../base';
|
|
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":"AAUA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAM,OAAO,KAAM,SAAQ,UAAU;CA8EpC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
1
|
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import {
|
|
2
|
+
import { GeoData } from '../common';
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
5
4
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
5
|
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
7
|
import { Indicator } from '../common';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
8
|
+
import { Device } from '../entities';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
|
+
import { EventStatusCode } from '../enums';
|
|
11
11
|
import { EventCategoryCode } from '../enums';
|
|
12
12
|
import { EventOccurrence } from '../entities';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
@@ -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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOrC,oFAAoF;AACpF,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA8E9C"}
|
|
@@ -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":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,+FAA+F;AAC/F,MAAM,OAAO,aAAc,SAAQ,UAAU;CAS5C"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DeviceTypeCode } from '../enums';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
1
|
import { BaseEntity } from '../base';
|
|
5
2
|
import { RuleTypeCode } from '../enums';
|
|
6
3
|
import { DataSourceCode } from '../enums';
|
|
7
4
|
import { ConditionDescription } from '../common';
|
|
5
|
+
import { DeviceTypeCode } from '../enums';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } 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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAUrC,0CAA0C;AAC1C,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAqEtC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { InsightTypeCode } from '../enums';
|
|
2
1
|
import { InsightStatusCode } from '../enums';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { DirectionContextCode } from '../enums';
|
|
5
4
|
import { RegulatoryViolation } from '../entities';
|
|
6
5
|
import { MitreAttackCategory } from '../entities';
|
|
7
6
|
import { BaseEntity } from '../base';
|
|
7
|
+
import { InsightTypeCode } from '../enums';
|
|
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":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,UAAU;AACV,sGAAsG;AACtG,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAsDtC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { DeviceActionCode } from '../enums';
|
|
1
4
|
import { BaseEntity } from '../base';
|
|
2
5
|
import { IntegrationTypeCode } from '../enums';
|
|
3
6
|
import { IntegrationTriggerCode } from '../enums';
|
|
4
7
|
import { HttpMethodCode } from '../enums';
|
|
5
8
|
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":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,6BAA6B;AAC7B,MAAM,OAAO,WAAY,SAAQ,UAAU;CAkE1C"}
|
|
@@ -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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,8EAA8E;AAC9E,qFAAqF;AACrF,MAAM,OAAO,MAAO,SAAQ,UAAU;CAYrC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IntDistribution } from '../entities';
|
|
2
1
|
import { DeviceReport } from '../entities';
|
|
3
2
|
import { ReportTypeCode } from '../enums';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { IntDistribution } from '../entities';
|
|
5
5
|
export declare class ReportInstance extends BaseEntity {
|
|
6
6
|
accountId: string;
|
|
7
7
|
from: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportInstance.js","sourceRoot":"","sources":["../../../../src/lib/entities/ReportInstance.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReportInstance.js","sourceRoot":"","sources":["../../../../src/lib/entities/ReportInstance.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,qDAAqD;AACrD,MAAM,OAAO,cAAe,SAAQ,UAAU;CAoC7C"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RuleTypeCode } from '../enums';
|
|
2
|
-
import { DataSourceCode } from '../enums';
|
|
3
1
|
import { ConditionDescription } from '../common';
|
|
4
2
|
import { DeviceTypeCode } from '../enums';
|
|
5
3
|
import { EventTypeCode } from '../enums';
|
|
6
4
|
import { SeverityTypeCode } from '../enums';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
6
|
+
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { DataSourceCode } 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":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,gCAAgC;AAChC,MAAM,OAAO,IAAK,SAAQ,UAAU;CAkEnC"}
|
|
@@ -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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,qFAAqF;AACrF,MAAM,OAAO,YAAa,SAAQ,UAAU;CA2B3C"}
|
|
@@ -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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,+LAA+L;AAC/L,MAAM,OAAO,MAAO,SAAQ,UAAU;CAqBrC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { EventSeverityConfig } from '../common';
|
|
1
2
|
import { DeviceConfig } from '../common';
|
|
2
3
|
import { BaseEntity } from '../base';
|
|
3
4
|
import { Thresholds } from '../common';
|
|
4
5
|
import { ShieldexConfig } from '../common';
|
|
5
|
-
import { EventSeverityConfig } from '../common';
|
|
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":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,0EAA0E;AAC1E,MAAM,OAAO,qBAAsB,SAAQ,UAAU;CAkBpD"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { SessionTransform } from '../common';
|
|
1
2
|
import { UsageTransform } from '../common';
|
|
2
|
-
import { ShieldexConfig } from '../common';
|
|
3
3
|
import { DeviceConfig } from '../common';
|
|
4
|
-
import { DataIngestion } from '../entities';
|
|
5
|
-
import { SessionTransform } from '../common';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
4
|
import { IdsConfig } from '../entities';
|
|
5
|
+
import { DataIngestion } from '../entities';
|
|
8
6
|
import { Thresholds } from '../common';
|
|
7
|
+
import { ShieldexConfig } from '../common';
|
|
9
8
|
import { EventSeverityConfig } from '../common';
|
|
9
|
+
import { DeviceActionCode } from '../enums';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,4EAA4E;AAC5E,MAAM,OAAO,cAAe,SAAQ,UAAU;CA2B7C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { UserTypeCode } from '../enums';
|
|
1
2
|
import { UserStatusCode } from '../enums';
|
|
2
3
|
import { AccountRole } from '../common';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { UserTypeCode } from '../enums';
|
|
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":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,2EAA2E;AAC3E,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2B9C"}
|