@shieldiot/pulse-lib 1.0.392 → 1.0.394
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/DeviceConfig.d.ts +1 -1
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeries.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfDataConsumption.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/AccountReportDTO.d.ts +2 -2
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +4 -4
- 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/DataIngestion.d.ts +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +6 -6
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +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 +2 -2
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +2 -2
- 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/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/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/entities/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/services/supportStreamAnalyticsConfig.d.ts +4 -0
- package/dist/cjs/lib/services/supportStreamAnalyticsConfig.js +6 -0
- package/dist/cjs/lib/services/supportStreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.js +6 -2
- package/dist/cjs/lib/services/sysUsersService.js.map +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/usrInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/cjs/lib/services/usrReportsService.d.ts +2 -2
- package/dist/cjs/lib/services/usrRulesService.d.ts +3 -3
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeries.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfDataConsumption.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/AccountReportDTO.d.ts +2 -2
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +4 -4
- 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/DataIngestion.d.ts +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +6 -6
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +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 +2 -2
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +2 -2
- 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/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/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/entities/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +2 -2
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/services/supportStreamAnalyticsConfig.d.ts +4 -0
- package/dist/esm/lib/services/supportStreamAnalyticsConfig.js +6 -0
- package/dist/esm/lib/services/supportStreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.js +6 -2
- package/dist/esm/lib/services/sysUsersService.js.map +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/usrInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/usrMembersService.d.ts +1 -1
- package/dist/esm/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/esm/lib/services/usrReportsService.d.ts +2 -2
- package/dist/esm/lib/services/usrRulesService.d.ts +3 -3
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/types/lib/common/TimeSeries.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +2 -2
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +4 -4
- package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/types/lib/entities/Event.d.ts +6 -6
- 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 +2 -2
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/Integration.d.ts +3 -3
- 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/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/services/supportStreamAnalyticsConfig.d.ts +4 -0
- package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/types/lib/services/sysRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +5 -5
- package/dist/types/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/types/lib/services/usrMembersService.d.ts +1 -1
- package/dist/types/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/types/lib/services/usrReportsService.d.ts +2 -2
- package/dist/types/lib/services/usrRulesService.d.ts +3 -3
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
+
import { UsageRecord } from '../entities';
|
|
3
|
+
import { SessionRecord } from '../entities';
|
|
2
4
|
import { IntDistribution } from '../entities';
|
|
3
5
|
import { Distribution } from '../entities';
|
|
4
6
|
import { FlowRecord } from '../entities';
|
|
5
|
-
import { UsageRecord } from '../entities';
|
|
6
|
-
import { SessionRecord } from '../entities';
|
|
7
7
|
export declare class UsrNetworkService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -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,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Report } from '../entities';
|
|
3
|
-
import { ReportSourceCode } from '../enums';
|
|
4
2
|
import { TimeSeries } from '../common';
|
|
5
3
|
import { GraphSeries } from '../common';
|
|
4
|
+
import { Report } from '../entities';
|
|
5
|
+
import { ReportSourceCode } from '../enums';
|
|
6
6
|
export declare class UsrReportsService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { RuleActivityStatusCode } from '../enums';
|
|
5
2
|
import { EventTypeCode } from '../enums';
|
|
6
3
|
import { TimeSeriesOfFloat } from '../common';
|
|
7
4
|
import { IntDistribution } from '../entities';
|
|
8
5
|
import { Distribution } from '../entities';
|
|
6
|
+
import { Rule } from '../entities';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { RuleActivityStatusCode } from '../enums';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Image } from '../entities';
|
|
3
|
-
import { UserMemberships } from '../entities';
|
|
4
|
-
import { FeatureCode } from '../enums';
|
|
5
2
|
import { LoginParams } from '../common';
|
|
3
|
+
import { User } from '../entities';
|
|
6
4
|
import { AccountDTO } from '../entities';
|
|
7
5
|
import { Feature } from '../entities';
|
|
8
6
|
import { Stream } from '../entities';
|
|
7
|
+
import { FeatureCode } from '../enums';
|
|
8
|
+
import { Image } from '../entities';
|
|
9
|
+
import { UserMemberships } from '../entities';
|
|
9
10
|
import { ConfigParam } from '../entities';
|
|
10
|
-
import { User } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DevicesAtRiskConfig } from '../common';
|
|
2
1
|
import { DeviceScoreConfig } from '../common';
|
|
2
|
+
import { DevicesAtRiskConfig } from '../common';
|
|
3
3
|
export declare class DeviceConfig {
|
|
4
4
|
devicesAtRiskConfig: DevicesAtRiskConfig;
|
|
5
5
|
deviceScoreConfig: DeviceScoreConfig;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
1
2
|
import { Interval } from '../common';
|
|
2
3
|
import { SeverityConditionConfig } from '../common';
|
|
3
4
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
|
-
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
4
2
|
import { AccountSettings } from '../entities';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { AccountTypeCode } from '../enums';
|
|
5
|
+
import { AccountStatusCode } from '../enums';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,2DAA2D;AAC3D,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAiCtC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
4
2
|
import { AccountSettings } from '../entities';
|
|
5
3
|
import { DeviceReport } from '../entities';
|
|
6
4
|
import { IntDistribution } from '../entities';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
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,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { RuleTypeCode } from '../enums';
|
|
2
4
|
import { StringKeyValue } from '../common';
|
|
3
5
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
4
7
|
import { GeoData } from '../common';
|
|
5
8
|
import { EventCategoryCode } from '../enums';
|
|
6
9
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
|
-
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import { RuleTypeCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":"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 { RuleTypeCode } from '../enums';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
1
|
import { EventCategoryCode } from '../enums';
|
|
4
2
|
import { TrafficDirectionCode } from '../enums';
|
|
5
3
|
import { Device } from '../entities';
|
|
4
|
+
import { EventTypeCode } from '../enums';
|
|
6
5
|
import { EventStatusCode } from '../enums';
|
|
7
|
-
import {
|
|
6
|
+
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { GeoData } from '../common';
|
|
8
8
|
import { StringKeyValue } from '../common';
|
|
9
9
|
import { BaseEntity } from '../base';
|
|
10
|
-
import {
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Event } from '../entities';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { DeviceTypeCode } from '../enums';
|
|
5
2
|
import { DeviceStatusCode } from '../enums';
|
|
6
3
|
import { StringKeyValue } from '../common';
|
|
7
4
|
import { DeviceActionCode } from '../enums';
|
|
8
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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,iFAAiF;AACjF,MAAM,OAAO,gBAAiB,SAAQ,UAAU;CA2E/C"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
2
|
+
import { Indicator } from '../common';
|
|
3
|
+
import { RuleTypeCode } from '../enums';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
1
5
|
import { GeoData } from '../common';
|
|
2
6
|
import { StringKeyValue } from '../common';
|
|
3
|
-
import { EventCategoryCode } from '../enums';
|
|
4
7
|
import { EventOccurrence } from '../entities';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { EventStatusCode } from '../enums';
|
|
8
|
-
import { RuleTypeCode } from '../enums';
|
|
9
8
|
import { TrafficDirectionCode } from '../enums';
|
|
10
9
|
import { EventTypeCode } from '../enums';
|
|
11
|
-
import {
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
11
|
+
import { EventStatusCode } from '../enums';
|
|
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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAcrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAM,OAAO,KAAM,SAAQ,UAAU;CA8EpC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
|
-
import { GeoData } from '../common';
|
|
4
2
|
import { StringKeyValue } from '../common';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
3
|
+
import { EventOccurrence } from '../entities';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
7
5
|
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
8
7
|
import { Indicator } from '../common';
|
|
9
8
|
import { RuleTypeCode } from '../enums';
|
|
10
|
-
import {
|
|
9
|
+
import { GeoData } from '../common';
|
|
10
|
+
import { EventCategoryCode } from '../enums';
|
|
11
11
|
import { TrafficDirectionCode } from '../enums';
|
|
12
|
-
import {
|
|
12
|
+
import { Device } from '../entities';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAYrC,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 { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { RuleTypeCode } from '../enums';
|
|
2
4
|
import { DataSourceCode } from '../enums';
|
|
3
5
|
import { ConditionDescription } from '../common';
|
|
4
6
|
import { DeviceTypeCode } from '../enums';
|
|
5
7
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,0CAA0C;AAC1C,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAqEtC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { DirectionContextCode } from '../enums';
|
|
1
3
|
import { RegulatoryViolation } from '../entities';
|
|
2
4
|
import { MitreAttackCategory } from '../entities';
|
|
3
5
|
import { BaseEntity } from '../base';
|
|
4
6
|
import { InsightTypeCode } from '../enums';
|
|
5
7
|
import { InsightStatusCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { DirectionContextCode } 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":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,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,10 +1,10 @@
|
|
|
1
|
-
import { ConditionDescription } from '../common';
|
|
2
|
-
import { DeviceTypeCode } from '../enums';
|
|
3
1
|
import { EventTypeCode } from '../enums';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
6
4
|
import { RuleTypeCode } from '../enums';
|
|
7
5
|
import { DataSourceCode } from '../enums';
|
|
6
|
+
import { ConditionDescription } from '../common';
|
|
7
|
+
import { DeviceTypeCode } 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":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,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,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { DeviceConfig } from '../common';
|
|
2
|
+
import { SessionTransform } from '../common';
|
|
3
3
|
import { ShieldexConfig } from '../common';
|
|
4
4
|
import { EventSeverityConfig } from '../common';
|
|
5
|
-
import { SessionTransform } from '../common';
|
|
6
|
-
import { UsageTransform } from '../common';
|
|
7
5
|
import { DeviceActionCode } from '../enums';
|
|
8
|
-
import { DeviceConfig } from '../common';
|
|
9
6
|
import { IdsConfig } from '../entities';
|
|
7
|
+
import { DataIngestion } from '../entities';
|
|
8
|
+
import { UsageTransform } from '../common';
|
|
9
|
+
import { Thresholds } from '../common';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UserTypeCode } from '../enums';
|
|
2
1
|
import { UserStatusCode } from '../enums';
|
|
3
2
|
import { StringKeyValue } from '../common';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class User extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../src/lib/entities/User.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../src/lib/entities/User.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,sGAAsG;AACtG,+DAA+D;AAC/D,MAAM,OAAO,IAAK,SAAQ,UAAU;CAiCnC"}
|
|
@@ -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 { 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,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOrC,2EAA2E;AAC3E,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2B9C"}
|
|
@@ -21,6 +21,10 @@ export declare class SupportStreamAnalyticsConfig {
|
|
|
21
21
|
* Get single stream analytics configuration by stream id
|
|
22
22
|
*/
|
|
23
23
|
get(id?: string): import("rxjs").Observable<EntityResponse<StreamAnalyticsConfig>>;
|
|
24
|
+
/**
|
|
25
|
+
* Get optimized stream analytics configuration by stream id
|
|
26
|
+
*/
|
|
27
|
+
getOptimizedStreamAnalytics(id?: string): import("rxjs").Observable<EntityResponse<StreamAnalyticsConfig>>;
|
|
24
28
|
/**
|
|
25
29
|
* Find list of stream analytics configurations by query
|
|
26
30
|
*/
|
|
@@ -34,6 +34,12 @@ export class SupportStreamAnalyticsConfig {
|
|
|
34
34
|
get(id) {
|
|
35
35
|
return this.rest.get(`${this.baseUrl}/${id}`);
|
|
36
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* Get optimized stream analytics configuration by stream id
|
|
39
|
+
*/
|
|
40
|
+
getOptimizedStreamAnalytics(id) {
|
|
41
|
+
return this.rest.get(`${this.baseUrl}/optimized-stream-analytics/${id}`);
|
|
42
|
+
}
|
|
37
43
|
/**
|
|
38
44
|
* Find list of stream analytics configurations by query
|
|
39
45
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supportStreamAnalyticsConfig.js","sourceRoot":"","sources":["../../../../src/lib/services/supportStreamAnalyticsConfig.ts"],"names":[],"mappings":"AAMA,8DAA8D;AAC9D,0EAA0E;AAC1E,0EAA0E;AAC1E,MAAM,OAAO,4BAA4B;IAKvC,oBAAoB;IACpB,YAAoB,MAAc,EAAU,IAAc;QAAtC,WAAM,GAAN,MAAM,CAAQ;QAAU,SAAI,GAAJ,IAAI,CAAU;QAJ1D,iBAAiB;QACT,YAAO,GAAG,kCAAkC,CAAC;QAInD,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;IACvC,CAAC;IAGD;;OAEG;IACH,MAAM,CAAC,IAA4B;QACjC,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAwC,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IACzI,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAA4B;QACjC,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,CAAwC,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC3I,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAW;QAChB,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,CAAiB,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,EAAW;QACb,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAwC,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC;IACvF,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,MAAe,EAAE,IAAa,EAAE,IAAa,EAAE,IAAa;QAC/D,MAAM,MAAM,GAAG,EAAE,CAAC;QAClB,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,UAAU,MAAM,EAAE,CAAC,CAAC;QAAC,CAAC;QACxD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAClD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAClD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAEpD,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAA0C,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,GAAG,MAAM,CAAC,CAAC;IAC5F,CAAC;CAEF"}
|
|
1
|
+
{"version":3,"file":"supportStreamAnalyticsConfig.js","sourceRoot":"","sources":["../../../../src/lib/services/supportStreamAnalyticsConfig.ts"],"names":[],"mappings":"AAMA,8DAA8D;AAC9D,0EAA0E;AAC1E,0EAA0E;AAC1E,MAAM,OAAO,4BAA4B;IAKvC,oBAAoB;IACpB,YAAoB,MAAc,EAAU,IAAc;QAAtC,WAAM,GAAN,MAAM,CAAQ;QAAU,SAAI,GAAJ,IAAI,CAAU;QAJ1D,iBAAiB;QACT,YAAO,GAAG,kCAAkC,CAAC;QAInD,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;IACvC,CAAC;IAGD;;OAEG;IACH,MAAM,CAAC,IAA4B;QACjC,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAwC,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IACzI,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAA4B;QACjC,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,CAAwC,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC3I,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAW;QAChB,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,CAAiB,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,EAAW;QACb,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAwC,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC;IACvF,CAAC;IAED;;OAEG;IACH,2BAA2B,CAAC,EAAW;QACrC,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAwC,GAAG,IAAI,CAAC,OAAO,+BAA+B,EAAE,EAAE,CAAC,CAAC;IAClH,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,MAAe,EAAE,IAAa,EAAE,IAAa,EAAE,IAAa;QAC/D,MAAM,MAAM,GAAG,EAAE,CAAC;QAClB,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,UAAU,MAAM,EAAE,CAAC,CAAC;QAAC,CAAC;QACxD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAClD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAClD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAEpD,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAA0C,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,GAAG,MAAM,CAAC,CAAC;IAC5F,CAAC;CAEF"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Account } from '../entities';
|
|
3
|
-
import { AccountSettings } from '../entities';
|
|
4
2
|
import { AccountTypeCode } from '../enums';
|
|
5
3
|
import { AccountStatusCode } from '../enums';
|
|
6
4
|
import { Image } from '../entities';
|
|
7
5
|
import { AccountReportDTO } from '../entities';
|
|
6
|
+
import { Account } from '../entities';
|
|
7
|
+
import { AccountSettings } from '../entities';
|
|
8
8
|
export declare class SysAccountsService {
|
|
9
9
|
private apiUrl;
|
|
10
10
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Feature } from '../entities';
|
|
3
2
|
import { FeaturesGroup } from '../entities';
|
|
3
|
+
import { Feature } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { RuleActivityStatusCode } from '../enums';
|
|
3
|
-
import { EventTypeCode } from '../enums';
|
|
4
2
|
import { Rule } from '../entities';
|
|
5
3
|
import { IdsRule } from '../entities';
|
|
6
4
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
+
import { RuleActivityStatusCode } from '../enums';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
7
|
export declare class SysIdsRulesService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Rule } from '../entities';
|
|
4
4
|
export declare class SysRulesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -11,7 +11,7 @@ export declare class SysUsersService {
|
|
|
11
11
|
/**
|
|
12
12
|
* Create new user
|
|
13
13
|
*/
|
|
14
|
-
create(body?: User): import("rxjs").Observable<EntityResponse<User>>;
|
|
14
|
+
create(provisionInAuth0?: boolean, body?: User): import("rxjs").Observable<EntityResponse<User>>;
|
|
15
15
|
/**
|
|
16
16
|
* Update existing user in the system
|
|
17
17
|
*/
|
|
@@ -13,8 +13,12 @@ export class SysUsersService {
|
|
|
13
13
|
/**
|
|
14
14
|
* Create new user
|
|
15
15
|
*/
|
|
16
|
-
create(body) {
|
|
17
|
-
|
|
16
|
+
create(provisionInAuth0, body) {
|
|
17
|
+
const params = [];
|
|
18
|
+
if (provisionInAuth0 != null) {
|
|
19
|
+
params.push(`provisionInAuth0=${provisionInAuth0}`);
|
|
20
|
+
}
|
|
21
|
+
return this.rest.put(`${this.baseUrl}`, typeof body === 'object' ? JSON.stringify(body) : body, ...params);
|
|
18
22
|
}
|
|
19
23
|
/**
|
|
20
24
|
* Update existing user in the system
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sysUsersService.js","sourceRoot":"","sources":["../../../../src/lib/services/sysUsersService.ts"],"names":[],"mappings":"AASA,+DAA+D;AAC/D,0EAA0E;AAC1E,0EAA0E;AAC1E,MAAM,OAAO,eAAe;IAK1B,oBAAoB;IACpB,YAAoB,MAAc,EAAU,IAAc;QAAtC,WAAM,GAAN,MAAM,CAAQ;QAAU,SAAI,GAAJ,IAAI,CAAU;QAJ1D,iBAAiB;QACT,YAAO,GAAG,YAAY,CAAC;QAI7B,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;IACvC,CAAC;IAGD;;OAEG;IACH,MAAM,CAAC,IAAW;
|
|
1
|
+
{"version":3,"file":"sysUsersService.js","sourceRoot":"","sources":["../../../../src/lib/services/sysUsersService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
4
4
|
import { RuleTypeCode } from '../enums';
|
|
5
5
|
import { AlertWithDevice } from '../entities';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { DeviceActionCode } from '../enums';
|
|
7
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
8
|
+
import { Alert } from '../entities';
|
|
8
9
|
import { EventTypeCode } from '../enums';
|
|
9
|
-
import { SeverityTypeCode } from '../enums';
|
|
10
10
|
import { IntDistribution } from '../entities';
|
|
11
|
-
import {
|
|
12
|
-
import { EventCategoryCode } from '../enums';
|
|
11
|
+
import { StringKeyValue } from '../common';
|
|
13
12
|
import { MaliciousIPData } from '../common';
|
|
14
|
-
import {
|
|
13
|
+
import { TimeSeriesOf2D } from '../common';
|
|
14
|
+
import { EventStatusCode } from '../enums';
|
|
15
15
|
import { MaliciousIPCard } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|