@shieldiot/pulse-lib 1.0.400 → 1.0.402
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/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +3 -3
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/ApiKey.d.ts +1 -1
- package/dist/cjs/lib/entities/ApiKey.js.map +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +2 -2
- 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 +7 -7
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +4 -4
- 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/Integration.d.ts +3 -3
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/NetworkTopologyRecord.d.ts +18 -0
- package/dist/cjs/lib/entities/NetworkTopologyRecord.js +55 -0
- package/dist/cjs/lib/entities/NetworkTopologyRecord.js.map +1 -0
- package/dist/cjs/lib/entities/NetworkTopologyReport.d.ts +15 -0
- package/dist/cjs/lib/entities/NetworkTopologyReport.js +9 -0
- package/dist/cjs/lib/entities/NetworkTopologyReport.js.map +1 -0
- package/dist/cjs/lib/entities/NetworkTopologyReportKPIs.d.ts +10 -0
- package/dist/cjs/lib/entities/NetworkTopologyReportKPIs.js +31 -0
- package/dist/cjs/lib/entities/NetworkTopologyReportKPIs.js.map +1 -0
- package/dist/cjs/lib/entities/NetworkTopologyReportParams.d.ts +17 -0
- package/dist/cjs/lib/entities/NetworkTopologyReportParams.js +49 -0
- package/dist/cjs/lib/entities/NetworkTopologyReportParams.js.map +1 -0
- package/dist/cjs/lib/entities/NotificationMessage.d.ts +1 -1
- package/dist/cjs/lib/entities/NotificationMessage.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 +3 -3
- 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/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/StringDistribution.d.ts +7 -0
- package/dist/cjs/lib/entities/StringDistribution.js +19 -0
- package/dist/cjs/lib/entities/StringDistribution.js.map +1 -0
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/entities/index.d.ts +5 -0
- package/dist/cjs/lib/entities/index.js +5 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/enums/BoolTypeCode.d.ts +6 -0
- package/dist/cjs/lib/enums/BoolTypeCode.js +23 -0
- package/dist/cjs/lib/enums/BoolTypeCode.js.map +1 -0
- package/dist/cjs/lib/enums/index.d.ts +1 -0
- package/dist/cjs/lib/enums/index.js +1 -0
- package/dist/cjs/lib/enums/index.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/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/cjs/lib/services/sysConfigService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrNetworkService.d.ts +2 -2
- 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/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DevicesMap.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +1 -1
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +3 -3
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/ApiKey.d.ts +1 -1
- package/dist/esm/lib/entities/ApiKey.js.map +1 -1
- package/dist/esm/lib/entities/Device.d.ts +2 -2
- 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 +7 -7
- package/dist/esm/lib/entities/EventWithDevice.d.ts +4 -4
- 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/Integration.d.ts +3 -3
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/NetworkTopologyRecord.d.ts +18 -0
- package/dist/esm/lib/entities/NetworkTopologyRecord.js +51 -0
- package/dist/esm/lib/entities/NetworkTopologyRecord.js.map +1 -0
- package/dist/esm/lib/entities/NetworkTopologyReport.d.ts +15 -0
- package/dist/esm/lib/entities/NetworkTopologyReport.js +5 -0
- package/dist/esm/lib/entities/NetworkTopologyReport.js.map +1 -0
- package/dist/esm/lib/entities/NetworkTopologyReportKPIs.d.ts +10 -0
- package/dist/esm/lib/entities/NetworkTopologyReportKPIs.js +27 -0
- package/dist/esm/lib/entities/NetworkTopologyReportKPIs.js.map +1 -0
- package/dist/esm/lib/entities/NetworkTopologyReportParams.d.ts +17 -0
- package/dist/esm/lib/entities/NetworkTopologyReportParams.js +45 -0
- package/dist/esm/lib/entities/NetworkTopologyReportParams.js.map +1 -0
- package/dist/esm/lib/entities/NotificationMessage.d.ts +1 -1
- package/dist/esm/lib/entities/NotificationMessage.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 +3 -3
- 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/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/StringDistribution.d.ts +7 -0
- package/dist/esm/lib/entities/StringDistribution.js +15 -0
- package/dist/esm/lib/entities/StringDistribution.js.map +1 -0
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/entities/index.d.ts +5 -0
- package/dist/esm/lib/entities/index.js +5 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/enums/BoolTypeCode.d.ts +6 -0
- package/dist/esm/lib/enums/BoolTypeCode.js +19 -0
- package/dist/esm/lib/enums/BoolTypeCode.js.map +1 -0
- package/dist/esm/lib/enums/index.d.ts +1 -0
- package/dist/esm/lib/enums/index.js +1 -0
- package/dist/esm/lib/enums/index.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/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/esm/lib/services/sysConfigService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrNetworkService.d.ts +2 -2
- 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/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DevicesMap.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +3 -3
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/ApiKey.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +2 -2
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +7 -7
- package/dist/types/lib/entities/EventWithDevice.d.ts +4 -4
- 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/Integration.d.ts +3 -3
- package/dist/types/lib/entities/NetworkTopologyRecord.d.ts +18 -0
- package/dist/types/lib/entities/NetworkTopologyReport.d.ts +15 -0
- package/dist/types/lib/entities/NetworkTopologyReportKPIs.d.ts +10 -0
- package/dist/types/lib/entities/NetworkTopologyReportParams.d.ts +17 -0
- package/dist/types/lib/entities/NotificationMessage.d.ts +1 -1
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/StringDistribution.d.ts +7 -0
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +5 -0
- package/dist/types/lib/enums/BoolTypeCode.d.ts +6 -0
- package/dist/types/lib/enums/index.d.ts +1 -0
- package/dist/types/lib/pulse-client.d.ts +16 -16
- package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/types/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/types/lib/services/sysConfigService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrNetworkService.d.ts +2 -2
- 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/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountTypeCode } from '../enums';
|
|
1
2
|
import { AccountStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
import { AccountSettings } from '../entities';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { AccountTypeCode } 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":";;;AAIA,kCAAqC;AAIrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
1
2
|
import { EventStatusCode } from '../enums';
|
|
2
3
|
import { GeoData } from '../common';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
4
|
import { BaseEntity } from '../base';
|
|
6
5
|
import { EventTypeCode } from '../enums';
|
|
7
|
-
import { SeverityTypeCode } from '../enums';
|
|
8
6
|
import { RuleTypeCode } from '../enums';
|
|
9
7
|
import { StringKeyValue } from '../common';
|
|
8
|
+
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { TrafficDirectionCode } 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":";;;AAGA,kCAAqC;AASrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import {
|
|
3
|
-
import { Device } from '../entities';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
6
3
|
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
4
|
import { StringKeyValue } from '../common';
|
|
9
5
|
import { EventCategoryCode } from '../enums';
|
|
10
|
-
import {
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { GeoData } from '../common';
|
|
9
|
+
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { Device } from '../entities';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;AAKA,kCAAqC;AAQrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/lib/entities/ApiKey.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/lib/entities/ApiKey.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAKrC,+FAA+F;AAC/F,MAAa,MAAO,SAAQ,iBAAU;CAwBrC;AAxBD,wBAwBC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeoData } from '../common';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { DeviceTypeCode } from '../enums';
|
|
4
2
|
import { DeviceStatusCode } from '../enums';
|
|
5
3
|
import { StringKeyValue } from '../common';
|
|
6
4
|
import { DeviceActionCode } from '../enums';
|
|
7
5
|
import { SIM } from '../entities';
|
|
6
|
+
import { GeoData } from '../common';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { 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,kCAAqC;AASrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
2
3
|
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
4
|
-
import { StringKeyValue } from '../common';
|
|
5
|
-
import { EventCategoryCode } from '../enums';
|
|
4
|
+
import { GeoData } from '../common';
|
|
6
5
|
import { EventOccurrence } from '../entities';
|
|
6
|
+
import { TrafficDirectionCode } from '../enums';
|
|
7
7
|
import { BaseEntity } from '../base';
|
|
8
8
|
import { EventTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
9
|
+
import { Indicator } from '../common';
|
|
10
|
+
import { StringKeyValue } from '../common';
|
|
11
|
+
import { EventCategoryCode } from '../enums';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
1
|
import { EventStatusCode } from '../enums';
|
|
3
2
|
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import {
|
|
3
|
+
import { GeoData } from '../common';
|
|
4
|
+
import { EventOccurrence } from '../entities';
|
|
5
5
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
+
import { Device } from '../entities';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
8
|
import { EventTypeCode } from '../enums';
|
|
8
9
|
import { Indicator } from '../common';
|
|
9
|
-
import { GeoData } from '../common';
|
|
10
10
|
import { StringKeyValue } from '../common';
|
|
11
11
|
import { EventCategoryCode } from '../enums';
|
|
12
|
-
import {
|
|
12
|
+
import { SeverityTypeCode } from '../enums';
|
|
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":";;;AAMA,kCAAqC;AASrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeaturesGroup.js","sourceRoot":"","sources":["../../../../src/lib/entities/FeaturesGroup.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"FeaturesGroup.js","sourceRoot":"","sources":["../../../../src/lib/entities/FeaturesGroup.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,+FAA+F;AAC/F,MAAa,aAAc,SAAQ,iBAAU;CAS5C;AATD,sCASC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
2
|
+
import { DataSourceCode } from '../enums';
|
|
3
|
+
import { ConditionDescription } from '../common';
|
|
1
4
|
import { DeviceTypeCode } from '../enums';
|
|
2
5
|
import { EventTypeCode } from '../enums';
|
|
3
6
|
import { SeverityTypeCode } from '../enums';
|
|
4
7
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { RuleTypeCode } from '../enums';
|
|
6
|
-
import { DataSourceCode } from '../enums';
|
|
7
|
-
import { ConditionDescription } from '../common';
|
|
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":";;;AAMA,kCAAqC;AAIrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
|
-
import { IntegrationTypeCode } from '../enums';
|
|
3
|
-
import { IntegrationTriggerCode } from '../enums';
|
|
4
1
|
import { HttpMethodCode } from '../enums';
|
|
5
2
|
import { StringKeyValue } from '../common';
|
|
6
3
|
import { EventTypeCode } from '../enums';
|
|
7
4
|
import { SeverityTypeCode } from '../enums';
|
|
8
5
|
import { DeviceActionCode } from '../enums';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { IntegrationTypeCode } from '../enums';
|
|
8
|
+
import { IntegrationTriggerCode } 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":";;;AAKA,kCAAqC;AAMrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class NetworkTopologyRecord {
|
|
2
|
+
stream_id: string;
|
|
3
|
+
dst_ip: string;
|
|
4
|
+
dst_dns: string;
|
|
5
|
+
dst_port: number;
|
|
6
|
+
protocol: string;
|
|
7
|
+
app_protocol: string;
|
|
8
|
+
app_name: string;
|
|
9
|
+
devices: number;
|
|
10
|
+
geo: string;
|
|
11
|
+
name: string;
|
|
12
|
+
addr: string;
|
|
13
|
+
malicious: boolean;
|
|
14
|
+
tags: string[];
|
|
15
|
+
country: string;
|
|
16
|
+
blocked: boolean;
|
|
17
|
+
constructor(streamId?: string, dstIP?: string, dstDNS?: string, dstPort?: number, protocol?: string, appProtocol?: string, appName?: string, devices?: number, geo?: string, name?: string, address?: string, malicious?: boolean, tags?: string[], country?: string, blocked?: boolean);
|
|
18
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NetworkTopologyRecord = void 0;
|
|
4
|
+
// NetworkTopologyRecord represents raw data structure of BigQuery table
|
|
5
|
+
class NetworkTopologyRecord {
|
|
6
|
+
constructor(streamId, dstIP, dstDNS, dstPort, protocol, appProtocol, appName, devices, geo, name, address, malicious, tags, country, blocked) {
|
|
7
|
+
if (streamId !== undefined) {
|
|
8
|
+
this.stream_id = streamId;
|
|
9
|
+
}
|
|
10
|
+
if (dstIP !== undefined) {
|
|
11
|
+
this.dst_ip = dstIP;
|
|
12
|
+
}
|
|
13
|
+
if (dstDNS !== undefined) {
|
|
14
|
+
this.dst_dns = dstDNS;
|
|
15
|
+
}
|
|
16
|
+
if (dstPort !== undefined) {
|
|
17
|
+
this.dst_port = dstPort;
|
|
18
|
+
}
|
|
19
|
+
if (protocol !== undefined) {
|
|
20
|
+
this.protocol = protocol;
|
|
21
|
+
}
|
|
22
|
+
if (appProtocol !== undefined) {
|
|
23
|
+
this.app_protocol = appProtocol;
|
|
24
|
+
}
|
|
25
|
+
if (appName !== undefined) {
|
|
26
|
+
this.app_name = appName;
|
|
27
|
+
}
|
|
28
|
+
if (devices !== undefined) {
|
|
29
|
+
this.devices = devices;
|
|
30
|
+
}
|
|
31
|
+
if (geo !== undefined) {
|
|
32
|
+
this.geo = geo;
|
|
33
|
+
}
|
|
34
|
+
if (name !== undefined) {
|
|
35
|
+
this.name = name;
|
|
36
|
+
}
|
|
37
|
+
if (address !== undefined) {
|
|
38
|
+
this.addr = address;
|
|
39
|
+
}
|
|
40
|
+
if (malicious !== undefined) {
|
|
41
|
+
this.malicious = malicious;
|
|
42
|
+
}
|
|
43
|
+
if (tags !== undefined) {
|
|
44
|
+
this.tags = tags;
|
|
45
|
+
}
|
|
46
|
+
if (country !== undefined) {
|
|
47
|
+
this.country = country;
|
|
48
|
+
}
|
|
49
|
+
if (blocked !== undefined) {
|
|
50
|
+
this.blocked = blocked;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
exports.NetworkTopologyRecord = NetworkTopologyRecord;
|
|
55
|
+
//# sourceMappingURL=NetworkTopologyRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkTopologyRecord.js","sourceRoot":"","sources":["../../../../src/lib/entities/NetworkTopologyRecord.ts"],"names":[],"mappings":";;;AAGA,wEAAwE;AACxE,MAAa,qBAAqB;IA+C7B,YAAY,QAAiB,EAAE,KAAc,EAAE,MAAe,EAAE,OAAgB,EAAE,QAAiB,EAAE,WAAoB,EAAE,OAAgB,EAAE,OAAgB,EAAE,GAAY,EAAE,IAAa,EAAE,OAAgB,EAAE,SAAmB,EAAE,IAAe,EAAE,OAAgB,EAAE,OAAiB;QACpR,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAAC,CAAC;QAC1D,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;QAAC,CAAC;QACjD,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QAAC,CAAC;QACpD,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QAAC,CAAC;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAAC,CAAC;QACzD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAAC,CAAC;QACnE,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QAAC,CAAC;QACvD,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAAC,CAAC;QACtD,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QAAC,CAAC;QAC1C,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;QAAC,CAAC;QACnD,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAAC,CAAC;QAC5D,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAAC,CAAC;QACtD,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAAC,CAAC;IAC1D,CAAC;CAEJ;AAjED,sDAiEC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { NetworkTopologyRecord } from '../entities';
|
|
2
|
+
import { NetworkTopologyReportKPIs } from '../entities';
|
|
3
|
+
import { StringDistribution } from '../entities';
|
|
4
|
+
import { NetworkTopologyReportParams } from '../entities';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
|
+
export declare class NetworkTopologyReport extends BaseEntity {
|
|
7
|
+
accountId: string;
|
|
8
|
+
streamId: string;
|
|
9
|
+
endpoints: NetworkTopologyRecord[];
|
|
10
|
+
KPIs: NetworkTopologyReportKPIs;
|
|
11
|
+
byAppProtocol: StringDistribution;
|
|
12
|
+
byCountry: StringDistribution;
|
|
13
|
+
byName: StringDistribution;
|
|
14
|
+
filter: NetworkTopologyReportParams;
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NetworkTopologyReport = void 0;
|
|
4
|
+
const base_1 = require("../base");
|
|
5
|
+
// NetworkTopologyReport represents topology structure for the report
|
|
6
|
+
class NetworkTopologyReport extends base_1.BaseEntity {
|
|
7
|
+
}
|
|
8
|
+
exports.NetworkTopologyReport = NetworkTopologyReport;
|
|
9
|
+
//# sourceMappingURL=NetworkTopologyReport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkTopologyReport.js","sourceRoot":"","sources":["../../../../src/lib/entities/NetworkTopologyReport.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAIrC,qEAAqE;AACrE,MAAa,qBAAsB,SAAQ,iBAAU;CA2BpD;AA3BD,sDA2BC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare class NetworkTopologyReportKPIs {
|
|
2
|
+
publicIPCount: number;
|
|
3
|
+
publicDNSCount: number;
|
|
4
|
+
countriesCount: number;
|
|
5
|
+
locationsCount: number;
|
|
6
|
+
portsCount: number;
|
|
7
|
+
applicationsCount: number;
|
|
8
|
+
suspiciousCount: number;
|
|
9
|
+
constructor(publicIPCount?: number, publicDNSCount?: number, countriesCount?: number, locationsCount?: number, portsCount?: number, applicationsCount?: number, suspiciousCount?: number);
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NetworkTopologyReportKPIs = void 0;
|
|
4
|
+
// NetworkTopologyReportKPIs represents list of global KPIs for topology
|
|
5
|
+
class NetworkTopologyReportKPIs {
|
|
6
|
+
constructor(publicIPCount, publicDNSCount, countriesCount, locationsCount, portsCount, applicationsCount, suspiciousCount) {
|
|
7
|
+
if (publicIPCount !== undefined) {
|
|
8
|
+
this.publicIPCount = publicIPCount;
|
|
9
|
+
}
|
|
10
|
+
if (publicDNSCount !== undefined) {
|
|
11
|
+
this.publicDNSCount = publicDNSCount;
|
|
12
|
+
}
|
|
13
|
+
if (countriesCount !== undefined) {
|
|
14
|
+
this.countriesCount = countriesCount;
|
|
15
|
+
}
|
|
16
|
+
if (locationsCount !== undefined) {
|
|
17
|
+
this.locationsCount = locationsCount;
|
|
18
|
+
}
|
|
19
|
+
if (portsCount !== undefined) {
|
|
20
|
+
this.portsCount = portsCount;
|
|
21
|
+
}
|
|
22
|
+
if (applicationsCount !== undefined) {
|
|
23
|
+
this.applicationsCount = applicationsCount;
|
|
24
|
+
}
|
|
25
|
+
if (suspiciousCount !== undefined) {
|
|
26
|
+
this.suspiciousCount = suspiciousCount;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.NetworkTopologyReportKPIs = NetworkTopologyReportKPIs;
|
|
31
|
+
//# sourceMappingURL=NetworkTopologyReportKPIs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkTopologyReportKPIs.js","sourceRoot":"","sources":["../../../../src/lib/entities/NetworkTopologyReportKPIs.ts"],"names":[],"mappings":";;;AAGA,wEAAwE;AACxE,MAAa,yBAAyB;IAuBjC,YAAY,aAAsB,EAAE,cAAuB,EAAE,cAAuB,EAAE,cAAuB,EAAE,UAAmB,EAAE,iBAA0B,EAAE,eAAwB;QACrL,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QAAC,CAAC;QACxE,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAAC,CAAC;QAC3E,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAAC,CAAC;QAC3E,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAAC,CAAC;QAC3E,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAAC,CAAC;QAC/D,IAAI,iBAAiB,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;QAAC,CAAC;QACpF,IAAI,eAAe,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QAAC,CAAC;IAClF,CAAC;CAEJ;AAjCD,8DAiCC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BoolTypeCode } from '../enums';
|
|
2
|
+
export declare class NetworkTopologyReportParams {
|
|
3
|
+
streamId: string;
|
|
4
|
+
dst_ip: string[];
|
|
5
|
+
det_dns: string[];
|
|
6
|
+
dst_port: number[];
|
|
7
|
+
protocol: string[];
|
|
8
|
+
app_protocol: string[];
|
|
9
|
+
name: string[];
|
|
10
|
+
country: string[];
|
|
11
|
+
malicious: BoolTypeCode;
|
|
12
|
+
blocked: BoolTypeCode;
|
|
13
|
+
sort: string;
|
|
14
|
+
page: number;
|
|
15
|
+
size: number;
|
|
16
|
+
constructor(streamId?: string, dstIP?: string[], dstDNS?: string[], dstPort?: number[], protocol?: string[], appProtocol?: string[], name?: string[], country?: string[], malicious?: BoolTypeCode, blocked?: BoolTypeCode, sort?: string, page?: number, size?: number);
|
|
17
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NetworkTopologyReportParams = void 0;
|
|
4
|
+
// NetworkTopologyReportParams parameters aggregator for network topology report query
|
|
5
|
+
class NetworkTopologyReportParams {
|
|
6
|
+
constructor(streamId, dstIP, dstDNS, dstPort, protocol, appProtocol, name, country, malicious, blocked, sort, page, size) {
|
|
7
|
+
if (streamId !== undefined) {
|
|
8
|
+
this.streamId = streamId;
|
|
9
|
+
}
|
|
10
|
+
if (dstIP !== undefined) {
|
|
11
|
+
this.dst_ip = dstIP;
|
|
12
|
+
}
|
|
13
|
+
if (dstDNS !== undefined) {
|
|
14
|
+
this.det_dns = dstDNS;
|
|
15
|
+
}
|
|
16
|
+
if (dstPort !== undefined) {
|
|
17
|
+
this.dst_port = dstPort;
|
|
18
|
+
}
|
|
19
|
+
if (protocol !== undefined) {
|
|
20
|
+
this.protocol = protocol;
|
|
21
|
+
}
|
|
22
|
+
if (appProtocol !== undefined) {
|
|
23
|
+
this.app_protocol = appProtocol;
|
|
24
|
+
}
|
|
25
|
+
if (name !== undefined) {
|
|
26
|
+
this.name = name;
|
|
27
|
+
}
|
|
28
|
+
if (country !== undefined) {
|
|
29
|
+
this.country = country;
|
|
30
|
+
}
|
|
31
|
+
if (malicious !== undefined) {
|
|
32
|
+
this.malicious = malicious;
|
|
33
|
+
}
|
|
34
|
+
if (blocked !== undefined) {
|
|
35
|
+
this.blocked = blocked;
|
|
36
|
+
}
|
|
37
|
+
if (sort !== undefined) {
|
|
38
|
+
this.sort = sort;
|
|
39
|
+
}
|
|
40
|
+
if (page !== undefined) {
|
|
41
|
+
this.page = page;
|
|
42
|
+
}
|
|
43
|
+
if (size !== undefined) {
|
|
44
|
+
this.size = size;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.NetworkTopologyReportParams = NetworkTopologyReportParams;
|
|
49
|
+
//# sourceMappingURL=NetworkTopologyReportParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NetworkTopologyReportParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/NetworkTopologyReportParams.ts"],"names":[],"mappings":";;;AAIA,sFAAsF;AACtF,MAAa,2BAA2B;IAyCnC,YAAY,QAAiB,EAAE,KAAgB,EAAE,MAAiB,EAAE,OAAkB,EAAE,QAAmB,EAAE,WAAsB,EAAE,IAAe,EAAE,OAAkB,EAAE,SAAwB,EAAE,OAAsB,EAAE,IAAa,EAAE,IAAa,EAAE,IAAa;QACpQ,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAAC,CAAC;QACzD,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;QAAC,CAAC;QACjD,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QAAC,CAAC;QACpD,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;QAAC,CAAC;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAAC,CAAC;QACzD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAAC,CAAC;QACnE,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAAC,CAAC;QACtD,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAAC,CAAC;QAC5D,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAAC,CAAC;QACtD,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;IACjD,CAAC;CAEJ;AAzDD,kEAyDC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationMessage.js","sourceRoot":"","sources":["../../../../src/lib/entities/NotificationMessage.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"NotificationMessage.js","sourceRoot":"","sources":["../../../../src/lib/entities/NotificationMessage.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAKrC,gDAAgD;AAChD,MAAa,mBAAoB,SAAQ,iBAAU;CAelD;AAfD,kDAeC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { IntDistribution } from '../entities';
|
|
2
3
|
import { DeviceReport } from '../entities';
|
|
3
4
|
import { ReportTypeCode } from '../enums';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
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":";;;AAAA,kCAAqC;AAOrC,qDAAqD;AACrD,MAAa,cAAe,SAAQ,iBAAU;CAoC7C;AApCD,wCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
1
4
|
import { RuleTypeCode } from '../enums';
|
|
2
5
|
import { DataSourceCode } from '../enums';
|
|
3
6
|
import { ConditionDescription } from '../common';
|
|
4
7
|
import { DeviceTypeCode } from '../enums';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
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":";;;AAEA,kCAAqC;AAQrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { DataSourceCode } from '../enums';
|
|
1
2
|
import { EventTypeCode } from '../enums';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { DataSourceCode } from '../enums';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAIrC,qFAAqF;AACrF,MAAa,YAAa,SAAQ,iBAAU;CA2B3C;AA3BD,oCA2BC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UsageTransform } from '../common';
|
|
2
|
-
import { ShieldexConfig } from '../common';
|
|
3
|
-
import { DeviceConfig } from '../common';
|
|
4
1
|
import { DataIngestion } from '../entities';
|
|
5
2
|
import { SessionTransform } from '../common';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { IdsConfig } from '../entities';
|
|
8
3
|
import { Thresholds } from '../common';
|
|
4
|
+
import { IdsConfig } from '../entities';
|
|
5
|
+
import { UsageTransform } from '../common';
|
|
6
|
+
import { ShieldexConfig } from '../common';
|
|
9
7
|
import { EventSeverityConfig } from '../common';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
|
+
import { DeviceConfig } from '../common';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StringDistribution = void 0;
|
|
4
|
+
// StringDistribution model represents a grouped counts of elements of type string
|
|
5
|
+
class StringDistribution {
|
|
6
|
+
constructor(name, total, values) {
|
|
7
|
+
if (name !== undefined) {
|
|
8
|
+
this.name = name;
|
|
9
|
+
}
|
|
10
|
+
if (total !== undefined) {
|
|
11
|
+
this.total = total;
|
|
12
|
+
}
|
|
13
|
+
if (values !== undefined) {
|
|
14
|
+
this.values = values;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.StringDistribution = StringDistribution;
|
|
19
|
+
//# sourceMappingURL=StringDistribution.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StringDistribution.js","sourceRoot":"","sources":["../../../../src/lib/entities/StringDistribution.ts"],"names":[],"mappings":";;;AAIA,kFAAkF;AAClF,MAAa,kBAAkB;IAW1B,YAAY,IAAa,EAAE,KAAc,EAAE,MAAyB;QACjE,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QAAC,CAAC;QAChD,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QAAC,CAAC;IACvD,CAAC;CAEJ;AAjBD,gDAiBC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UserTypeCode } from '../enums';
|
|
2
1
|
import { UserStatusCode } from '../enums';
|
|
3
2
|
import { AccountRole } from '../common';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1 +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":";;;AAEA,kCAAqC;AAKrC,4EAA4E;AAC5E,MAAa,cAAe,SAAQ,iBAAU;CA2B7C;AA3BD,wCA2BC"}
|
|
@@ -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;
|