@shieldiot/pulse-lib 1.0.372 → 1.0.374
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/DeviceNode.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +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 +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/AuditLog.d.ts +1 -1
- package/dist/cjs/lib/entities/AuditLog.js.map +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +3 -3
- 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/EventWithDevice.d.ts +7 -7
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/Group.d.ts +1 -1
- package/dist/cjs/lib/entities/Group.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 +8 -0
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
- package/dist/cjs/lib/entities/Integration.d.ts +1 -1
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/MitreAttackCategory.d.ts +6 -0
- package/dist/cjs/lib/entities/MitreAttackCategory.js +18 -0
- package/dist/cjs/lib/entities/MitreAttackCategory.js.map +1 -0
- package/dist/cjs/lib/entities/RegulatoryViolation.d.ts +7 -0
- package/dist/cjs/lib/entities/RegulatoryViolation.js +21 -0
- package/dist/cjs/lib/entities/RegulatoryViolation.js.map +1 -0
- package/dist/cjs/lib/entities/Rule.d.ts +1 -1
- 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/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +5 -5
- 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 +1 -1
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/index.d.ts +2 -0
- package/dist/cjs/lib/entities/index.js +2 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/enums/FeatureCode.d.ts +1 -1
- package/dist/cjs/lib/enums/FeatureCode.js +3 -3
- package/dist/cjs/lib/enums/FeatureCode.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysConfigService.d.ts +1 -1
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/cjs/lib/services/usrReportsService.d.ts +1 -1
- 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/DeviceNode.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +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 +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/AuditLog.d.ts +1 -1
- package/dist/esm/lib/entities/AuditLog.js.map +1 -1
- package/dist/esm/lib/entities/Device.d.ts +3 -3
- 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/EventWithDevice.d.ts +7 -7
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/Group.d.ts +1 -1
- package/dist/esm/lib/entities/Group.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 +8 -0
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
- package/dist/esm/lib/entities/Integration.d.ts +1 -1
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/MitreAttackCategory.d.ts +6 -0
- package/dist/esm/lib/entities/MitreAttackCategory.js +14 -0
- package/dist/esm/lib/entities/MitreAttackCategory.js.map +1 -0
- package/dist/esm/lib/entities/RegulatoryViolation.d.ts +7 -0
- package/dist/esm/lib/entities/RegulatoryViolation.js +17 -0
- package/dist/esm/lib/entities/RegulatoryViolation.js.map +1 -0
- package/dist/esm/lib/entities/Rule.d.ts +1 -1
- 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/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +5 -5
- 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 +1 -1
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/index.d.ts +2 -0
- package/dist/esm/lib/entities/index.js +2 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/enums/FeatureCode.d.ts +1 -1
- package/dist/esm/lib/enums/FeatureCode.js +3 -3
- package/dist/esm/lib/enums/FeatureCode.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/esm/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/esm/lib/services/sysConfigService.d.ts +1 -1
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/esm/lib/services/usrReportsService.d.ts +1 -1
- 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/DeviceNode.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- 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/AuditLog.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +3 -3
- 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 +7 -7
- package/dist/types/lib/entities/Group.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +2 -2
- package/dist/types/lib/entities/Insight.d.ts +8 -0
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +1 -1
- package/dist/types/lib/entities/MitreAttackCategory.d.ts +6 -0
- package/dist/types/lib/entities/RegulatoryViolation.d.ts +7 -0
- package/dist/types/lib/entities/Rule.d.ts +1 -1
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +2 -0
- package/dist/types/lib/enums/FeatureCode.d.ts +1 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/types/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/types/lib/services/sysConfigService.d.ts +1 -1
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysRulesService.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 +6 -6
- package/dist/types/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/types/lib/services/usrReportsService.d.ts +1 -1
- 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,10 +1,10 @@
|
|
|
1
|
-
import { IntDistribution } from '../entities';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { AccountTypeCode } from '../enums';
|
|
4
2
|
import { AccountStatusCode } from '../enums';
|
|
5
3
|
import { StringKeyValue } from '../common';
|
|
6
4
|
import { AccountSettings } from '../entities';
|
|
7
5
|
import { DeviceReport } from '../entities';
|
|
6
|
+
import { IntDistribution } from '../entities';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class AccountReportDTO extends BaseEntity {
|
|
9
9
|
name: string;
|
|
10
10
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
1
4
|
import { BaseEntity } from '../base';
|
|
2
5
|
import { EventTypeCode } from '../enums';
|
|
3
6
|
import { SeverityTypeCode } from '../enums';
|
|
4
7
|
import { GeoData } from '../common';
|
|
5
8
|
import { StringKeyValue } from '../common';
|
|
6
|
-
import { EventStatusCode } from '../enums';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
|
-
import { EventCategoryCode } from '../enums';
|
|
9
9
|
import { TrafficDirectionCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: 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
|
-
import { EventStatusCode } from '../enums';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
1
|
import { RuleTypeCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
7
3
|
import { StringKeyValue } from '../common';
|
|
4
|
+
import { TrafficDirectionCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
8
7
|
import { EventCategoryCode } from '../enums';
|
|
9
8
|
import { Device } from '../entities';
|
|
10
|
-
import {
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
|
+
import { EventTypeCode } 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":";;;AAQA,kCAAqC;AAKrC,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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditLog.js","sourceRoot":"","sources":["../../../../src/lib/entities/AuditLog.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AuditLog.js","sourceRoot":"","sources":["../../../../src/lib/entities/AuditLog.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,iEAAiE;AACjE,MAAa,QAAS,SAAQ,iBAAU;CA8BvC;AA9BD,4BA8BC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { StringKeyValue } from '../common';
|
|
2
|
+
import { DeviceActionCode } from '../enums';
|
|
3
|
+
import { SIM } from '../entities';
|
|
1
4
|
import { GeoData } from '../common';
|
|
2
5
|
import { BaseEntity } from '../base';
|
|
3
6
|
import { DeviceTypeCode } from '../enums';
|
|
4
7
|
import { DeviceStatusCode } from '../enums';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
6
|
-
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":";;;AAIA,kCAAqC;AAMrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { GeoData } from '../common';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { DeviceTypeCode } from '../enums';
|
|
2
4
|
import { DeviceStatusCode } from '../enums';
|
|
3
5
|
import { StringKeyValue } from '../common';
|
|
4
6
|
import { DeviceActionCode } from '../enums';
|
|
5
7
|
import { SIM } from '../entities';
|
|
6
8
|
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":";;;AACA,kCAAqC;AAUrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
2
|
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
4
4
|
import { EventCategoryCode } from '../enums';
|
|
5
5
|
import { TrafficDirectionCode } from '../enums';
|
|
6
6
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
7
|
import { SeverityTypeCode } from '../enums';
|
|
9
8
|
import { EventStatusCode } from '../enums';
|
|
10
|
-
import {
|
|
9
|
+
import { Indicator } from '../common';
|
|
10
|
+
import { GeoData } from '../common';
|
|
11
11
|
import { EventOccurrence } from '../entities';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
1
|
import { Indicator } from '../common';
|
|
4
|
-
import { GeoData } from '../common';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
|
-
import { TrafficDirectionCode } from '../enums';
|
|
8
|
-
import { EventTypeCode } from '../enums';
|
|
9
2
|
import { RuleTypeCode } from '../enums';
|
|
10
3
|
import { EventOccurrence } from '../entities';
|
|
4
|
+
import { TrafficDirectionCode } from '../enums';
|
|
11
5
|
import { Device } from '../entities';
|
|
12
6
|
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
10
|
+
import { GeoData } from '../common';
|
|
11
|
+
import { StringKeyValue } from '../common';
|
|
12
|
+
import { EventCategoryCode } 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":";;;AAKA,kCAAqC;AAUrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Group.js","sourceRoot":"","sources":["../../../../src/lib/entities/Group.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Group.js","sourceRoot":"","sources":["../../../../src/lib/entities/Group.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,6DAA6D;AAC7D,MAAa,KAAM,SAAQ,iBAAU;CAepC;AAfD,sBAeC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { RuleTypeCode } from '../enums';
|
|
4
2
|
import { DataSourceCode } from '../enums';
|
|
5
3
|
import { ConditionDescription } from '../common';
|
|
6
4
|
import { DeviceTypeCode } from '../enums';
|
|
7
5
|
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":";;;AAMA,kCAAqC;AAIrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { MitreAttackCategory } from '../entities';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
3
|
import { InsightTypeCode } from '../enums';
|
|
3
4
|
import { InsightStatusCode } from '../enums';
|
|
4
5
|
import { SeverityTypeCode } from '../enums';
|
|
5
6
|
import { DirectionContextCode } from '../enums';
|
|
7
|
+
import { RegulatoryViolation } from '../entities';
|
|
6
8
|
export declare class Insight extends BaseEntity {
|
|
7
9
|
accountId: string;
|
|
8
10
|
streamId: string;
|
|
@@ -15,4 +17,10 @@ export declare class Insight extends BaseEntity {
|
|
|
15
17
|
severity: SeverityTypeCode;
|
|
16
18
|
title: string;
|
|
17
19
|
insightDirectionContext: DirectionContextCode;
|
|
20
|
+
detailedDescription: string;
|
|
21
|
+
affectedDeviceIds: string[];
|
|
22
|
+
affectedAlertIds: string[];
|
|
23
|
+
recommendedActions: string[];
|
|
24
|
+
regulatoryViolations: RegulatoryViolation[];
|
|
25
|
+
mitreAttackCategories: MitreAttackCategory[];
|
|
18
26
|
}
|
|
@@ -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":";;;AACA,kCAAqC;AASrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAsDtC;AAtDD,0BAsDC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { InsightTypeCode } from '../enums';
|
|
3
2
|
import { DirectionContextCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightQuery.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightQuery.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"InsightQuery.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightQuery.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAIrC,eAAe;AACf,kIAAkI;AAClI,MAAa,YAAa,SAAQ,iBAAU;CAqB3C;AArBD,oCAqBC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
1
2
|
import { SeverityTypeCode } from '../enums';
|
|
2
3
|
import { DeviceActionCode } from '../enums';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
@@ -5,7 +6,6 @@ import { IntegrationTypeCode } from '../enums';
|
|
|
5
6
|
import { IntegrationTriggerCode } from '../enums';
|
|
6
7
|
import { HttpMethodCode } from '../enums';
|
|
7
8
|
import { StringKeyValue } from '../common';
|
|
8
|
-
import { EventTypeCode } 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,kCAAqC;AAQrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MitreAttackCategory = void 0;
|
|
4
|
+
class MitreAttackCategory {
|
|
5
|
+
constructor(iD, name, sourceLink) {
|
|
6
|
+
if (iD !== undefined) {
|
|
7
|
+
this.iD = iD;
|
|
8
|
+
}
|
|
9
|
+
if (name !== undefined) {
|
|
10
|
+
this.name = name;
|
|
11
|
+
}
|
|
12
|
+
if (sourceLink !== undefined) {
|
|
13
|
+
this.sourceLink = sourceLink;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
exports.MitreAttackCategory = MitreAttackCategory;
|
|
18
|
+
//# sourceMappingURL=MitreAttackCategory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MitreAttackCategory.js","sourceRoot":"","sources":["../../../../src/lib/entities/MitreAttackCategory.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAW3B,YAAY,EAAW,EAAE,IAAa,EAAE,UAAmB;QACxD,IAAI,EAAE,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QAAC,CAAC;QACvC,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QAAC,CAAC;QAC7C,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAAC,CAAC;IACnE,CAAC;CAEJ;AAjBD,kDAiBC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RegulatoryViolation = void 0;
|
|
4
|
+
class RegulatoryViolation {
|
|
5
|
+
constructor(title, clause, description, sourceLink) {
|
|
6
|
+
if (title !== undefined) {
|
|
7
|
+
this.title = title;
|
|
8
|
+
}
|
|
9
|
+
if (clause !== undefined) {
|
|
10
|
+
this.clause = clause;
|
|
11
|
+
}
|
|
12
|
+
if (description !== undefined) {
|
|
13
|
+
this.description = description;
|
|
14
|
+
}
|
|
15
|
+
if (sourceLink !== undefined) {
|
|
16
|
+
this.sourceLink = sourceLink;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.RegulatoryViolation = RegulatoryViolation;
|
|
21
|
+
//# sourceMappingURL=RegulatoryViolation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegulatoryViolation.js","sourceRoot":"","sources":["../../../../src/lib/entities/RegulatoryViolation.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAc3B,YAAY,KAAc,EAAE,MAAe,EAAE,WAAoB,EAAE,UAAmB;QACnF,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;QACnD,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAAC,CAAC;QAClE,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAAC,CAAC;IACnE,CAAC;CAEJ;AArBD,kDAqBC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
1
2
|
import { DataSourceCode } from '../enums';
|
|
2
3
|
import { ConditionDescription } from '../common';
|
|
3
4
|
import { DeviceTypeCode } from '../enums';
|
|
4
5
|
import { EventTypeCode } from '../enums';
|
|
5
6
|
import { SeverityTypeCode } from '../enums';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { DataSourceCode } from '../enums';
|
|
3
2
|
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"RuleTemplate.js","sourceRoot":"","sources":["../../../../src/lib/entities/RuleTemplate.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAIrC,qFAAqF;AACrF,MAAa,YAAa,SAAQ,iBAAU;CA2B3C;AA3BD,oCA2BC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { Thresholds } from '../common';
|
|
2
3
|
import { ShieldexConfig } from '../common';
|
|
3
4
|
import { EventSeverityConfig } from '../common';
|
|
4
5
|
import { DeviceConfig } from '../common';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
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":";;;AAAA,kCAAqC;AAQrC,0EAA0E;AAC1E,MAAa,qBAAsB,SAAQ,iBAAU;CAkBpD;AAlBD,sDAkBC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { IdsConfig } from '../entities';
|
|
2
|
+
import { SessionTransform } from '../common';
|
|
1
3
|
import { UsageTransform } from '../common';
|
|
2
|
-
import { ShieldexConfig } from '../common';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import { DataIngestion } from '../entities';
|
|
5
4
|
import { Thresholds } from '../common';
|
|
6
5
|
import { EventSeverityConfig } from '../common';
|
|
7
6
|
import { DeviceConfig } from '../common';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { DataIngestion } from '../entities';
|
|
8
|
+
import { ShieldexConfig } 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';
|
|
1
2
|
import { UserStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
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":";;;AAGA,kCAAqC;AAIrC,sGAAsG;AACtG,+DAA+D;AAC/D,MAAa,IAAK,SAAQ,iBAAU;CAiCnC;AAjCD,oBAiCC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { AccountRole } from '../common';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
3
|
import { UserTypeCode } from '../enums';
|
|
3
4
|
import { UserStatusCode } from '../enums';
|
|
4
|
-
import { AccountRole } from '../common';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMembership.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMembership.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UserMembership.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMembership.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAMrC,4EAA4E;AAC5E,MAAa,cAAe,SAAQ,iBAAU;CA2B7C;AA3BD,wCA2BC"}
|
|
@@ -35,7 +35,9 @@ export * from './InsightSpec';
|
|
|
35
35
|
export * from './IntDistribution';
|
|
36
36
|
export * from './Integration';
|
|
37
37
|
export * from './Member';
|
|
38
|
+
export * from './MitreAttackCategory';
|
|
38
39
|
export * from './Radius';
|
|
40
|
+
export * from './RegulatoryViolation';
|
|
39
41
|
export * from './Report';
|
|
40
42
|
export * from './ReportInstance';
|
|
41
43
|
export * from './Rule';
|
|
@@ -38,7 +38,9 @@ tslib_1.__exportStar(require("./InsightSpec"), exports);
|
|
|
38
38
|
tslib_1.__exportStar(require("./IntDistribution"), exports);
|
|
39
39
|
tslib_1.__exportStar(require("./Integration"), exports);
|
|
40
40
|
tslib_1.__exportStar(require("./Member"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./MitreAttackCategory"), exports);
|
|
41
42
|
tslib_1.__exportStar(require("./Radius"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./RegulatoryViolation"), exports);
|
|
42
44
|
tslib_1.__exportStar(require("./Report"), exports);
|
|
43
45
|
tslib_1.__exportStar(require("./ReportInstance"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./Rule"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B;AAC1B,uDAA6B;AAC7B,6DAAmC;AACnC,4DAAkC;AAClC,mDAAyB;AACzB,kDAAwB;AACxB,4DAAkC;AAClC,mDAAyB;AACzB,qDAA2B;AAC3B,wDAA8B;AAC9B,uDAA6B;AAC7B,sDAA4B;AAC5B,wDAA8B;AAC9B,yDAA+B;AAC/B,sDAA4B;AAC5B,0DAAgC;AAChC,oEAA0C;AAC1C,mDAAyB;AACzB,yDAA+B;AAC/B,6DAAmC;AACnC,yDAA+B;AAC/B,kDAAwB;AACxB,4DAAkC;AAClC,4DAAkC;AAClC,oDAA0B;AAC1B,0DAAgC;AAChC,uDAA6B;AAC7B,kDAAwB;AACxB,sDAA4B;AAC5B,oDAA0B;AAC1B,kDAAwB;AACxB,oDAA0B;AAC1B,yDAA+B;AAC/B,wDAA8B;AAC9B,4DAAkC;AAClC,wDAA8B;AAC9B,mDAAyB;AACzB,mDAAyB;AACzB,mDAAyB;AACzB,2DAAiC;AACjC,iDAAuB;AACvB,yDAA+B;AAC/B,gDAAsB;AACtB,0DAAgC;AAChC,0DAAgC;AAChC,qDAA2B;AAC3B,mDAAyB;AACzB,kEAAwC;AACxC,yDAA+B;AAC/B,qEAA2C;AAC3C,wDAA8B;AAC9B,iDAAuB;AACvB,2DAAiC;AACjC,4DAAkC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B;AAC1B,uDAA6B;AAC7B,6DAAmC;AACnC,4DAAkC;AAClC,mDAAyB;AACzB,kDAAwB;AACxB,4DAAkC;AAClC,mDAAyB;AACzB,qDAA2B;AAC3B,wDAA8B;AAC9B,uDAA6B;AAC7B,sDAA4B;AAC5B,wDAA8B;AAC9B,yDAA+B;AAC/B,sDAA4B;AAC5B,0DAAgC;AAChC,oEAA0C;AAC1C,mDAAyB;AACzB,yDAA+B;AAC/B,6DAAmC;AACnC,yDAA+B;AAC/B,kDAAwB;AACxB,4DAAkC;AAClC,4DAAkC;AAClC,oDAA0B;AAC1B,0DAAgC;AAChC,uDAA6B;AAC7B,kDAAwB;AACxB,sDAA4B;AAC5B,oDAA0B;AAC1B,kDAAwB;AACxB,oDAA0B;AAC1B,yDAA+B;AAC/B,wDAA8B;AAC9B,4DAAkC;AAClC,wDAA8B;AAC9B,mDAAyB;AACzB,gEAAsC;AACtC,mDAAyB;AACzB,gEAAsC;AACtC,mDAAyB;AACzB,2DAAiC;AACjC,iDAAuB;AACvB,yDAA+B;AAC/B,gDAAsB;AACtB,0DAAgC;AAChC,0DAAgC;AAChC,qDAA2B;AAC3B,mDAAyB;AACzB,kEAAwC;AACxC,yDAA+B;AAC/B,qEAA2C;AAC3C,wDAA8B;AAC9B,iDAAuB;AACvB,2DAAiC;AACjC,4DAAkC"}
|
|
@@ -29,8 +29,8 @@ var FeatureCode;
|
|
|
29
29
|
FeatureCode[FeatureCode["INTEGRATIONS"] = 10] = "INTEGRATIONS";
|
|
30
30
|
// General upgrade button [11]
|
|
31
31
|
FeatureCode[FeatureCode["GENERAL_UPGRADE"] = 11] = "GENERAL_UPGRADE";
|
|
32
|
-
//
|
|
33
|
-
FeatureCode[FeatureCode["
|
|
32
|
+
// Enable add/delete device actions [12]
|
|
33
|
+
FeatureCode[FeatureCode["ADD_DELETE_DEVICE"] = 12] = "ADD_DELETE_DEVICE";
|
|
34
34
|
})(FeatureCode || (exports.FeatureCode = FeatureCode = {}));
|
|
35
35
|
// Return list of FeatureCode values and their display names
|
|
36
36
|
function GetFeatureCodes() {
|
|
@@ -47,7 +47,7 @@ function GetFeatureCodes() {
|
|
|
47
47
|
result.set(FeatureCode.CUSTOM_RULES, 'Custom Rules');
|
|
48
48
|
result.set(FeatureCode.INTEGRATIONS, 'Integrations');
|
|
49
49
|
result.set(FeatureCode.GENERAL_UPGRADE, 'General Upgrade');
|
|
50
|
-
result.set(FeatureCode.
|
|
50
|
+
result.set(FeatureCode.ADD_DELETE_DEVICE, 'Add Delete Device');
|
|
51
51
|
return result;
|
|
52
52
|
}
|
|
53
53
|
//# sourceMappingURL=FeatureCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeatureCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/FeatureCode.ts"],"names":[],"mappings":";;;AA8CA,0CAiCC;AA9ED,eAAe;AACf,IAAY,WAyCX;AAzCD,WAAY,WAAW;IAEnB,iBAAiB;IACjB,uDAAa,CAAA;IAEb,iCAAiC;IACjC,+DAAiB,CAAA;IAEjB,+CAA+C;IAC/C,yEAAsB,CAAA;IAEtB,4CAA4C;IAC5C,6DAAgB,CAAA;IAEhB,kCAAkC;IAClC,iEAAkB,CAAA;IAElB,0BAA0B;IAC1B,yEAAsB,CAAA;IAEtB,6CAA6C;IAC7C,iEAAkB,CAAA;IAElB,6CAA6C;IAC7C,2DAAe,CAAA;IAEf,6CAA6C;IAC7C,yEAAsB,CAAA;IAEtB,oCAAoC;IACpC,6DAAgB,CAAA;IAEhB,iCAAiC;IACjC,8DAAiB,CAAA;IAEjB,+BAA+B;IAC/B,oEAAoB,CAAA;IAEpB,
|
|
1
|
+
{"version":3,"file":"FeatureCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/FeatureCode.ts"],"names":[],"mappings":";;;AA8CA,0CAiCC;AA9ED,eAAe;AACf,IAAY,WAyCX;AAzCD,WAAY,WAAW;IAEnB,iBAAiB;IACjB,uDAAa,CAAA;IAEb,iCAAiC;IACjC,+DAAiB,CAAA;IAEjB,+CAA+C;IAC/C,yEAAsB,CAAA;IAEtB,4CAA4C;IAC5C,6DAAgB,CAAA;IAEhB,kCAAkC;IAClC,iEAAkB,CAAA;IAElB,0BAA0B;IAC1B,yEAAsB,CAAA;IAEtB,6CAA6C;IAC7C,iEAAkB,CAAA;IAElB,6CAA6C;IAC7C,2DAAe,CAAA;IAEf,6CAA6C;IAC7C,yEAAsB,CAAA;IAEtB,oCAAoC;IACpC,6DAAgB,CAAA;IAEhB,iCAAiC;IACjC,8DAAiB,CAAA;IAEjB,+BAA+B;IAC/B,oEAAoB,CAAA;IAEpB,yCAAyC;IACzC,wEAAsB,CAAA;AAE1B,CAAC,EAzCW,WAAW,2BAAX,WAAW,QAyCtB;AAED,4DAA4D;AAC5D,SAAgB,eAAe;IAE3B,IAAI,MAAM,GAAG,IAAI,GAAG,EAAuB,CAAC;IAG5C,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IAE/C,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,aAAa,EAAE,eAAe,CAAC,CAAC;IAEvD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAEjE,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAErD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAAC;IAEzD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAEjE,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAAC;IAEzD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IAEnD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAEjE,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAErD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAErD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAC;IAE3D,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAAC;IAG/D,OAAO,MAAM,CAAC;AAClB,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { AccountReportDTO } from '../entities';
|
|
3
2
|
import { Account } from '../entities';
|
|
4
3
|
import { AccountSettings } from '../entities';
|
|
5
4
|
import { AccountTypeCode } from '../enums';
|
|
6
5
|
import { AccountStatusCode } from '../enums';
|
|
7
6
|
import { Image } from '../entities';
|
|
7
|
+
import { AccountReportDTO } 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 } from '../../utils';
|
|
2
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
3
2
|
import { Checkpoint } from '../entities';
|
|
3
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
4
4
|
export declare class SysCheckpointsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ConfigParams } from '../entities';
|
|
3
2
|
import { ConfigParam } from '../entities';
|
|
3
|
+
import { ConfigParams } from '../entities';
|
|
4
4
|
export declare class SysConfigService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { FeaturesGroup } from '../entities';
|
|
3
2
|
import { Feature } from '../entities';
|
|
3
|
+
import { FeaturesGroup } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { InsightSpec } from '../entities';
|
|
3
2
|
import { InsightQuery } from '../entities';
|
|
3
|
+
import { InsightSpec } from '../entities';
|
|
4
4
|
export declare class SysInsightsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { StringIntValue } from '../common';
|
|
3
2
|
import { ApiKey } from '../entities';
|
|
3
|
+
import { StringIntValue } from '../common';
|
|
4
4
|
export declare class SysKeysService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Rule } from '../entities';
|
|
4
4
|
export declare class SysRulesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|