@shieldiot/pulse-lib 1.0.397 → 1.0.400
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/entities/AccountDTO.d.ts +3 -3
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/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/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 +4 -4
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +6 -6
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/cjs/lib/entities/FeaturesGroup.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +1 -1
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +3 -3
- package/dist/cjs/lib/entities/Insight.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/NotificationMessage.d.ts +8 -0
- package/dist/cjs/lib/entities/NotificationMessage.js +9 -0
- package/dist/cjs/lib/entities/NotificationMessage.js.map +1 -0
- package/dist/cjs/lib/entities/NotificationMessageDTO.d.ts +11 -0
- package/dist/cjs/lib/entities/NotificationMessageDTO.js +9 -0
- package/dist/cjs/lib/entities/NotificationMessageDTO.js.map +1 -0
- package/dist/cjs/lib/entities/NotificationMessageStats.d.ts +5 -0
- package/dist/cjs/lib/entities/NotificationMessageStats.js +16 -0
- package/dist/cjs/lib/entities/NotificationMessageStats.js.map +1 -0
- package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +2 -2
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- 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/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/entities/UserNotificationMessage.d.ts +6 -0
- package/dist/cjs/lib/entities/UserNotificationMessage.js +9 -0
- package/dist/cjs/lib/entities/UserNotificationMessage.js.map +1 -0
- package/dist/cjs/lib/entities/index.d.ts +4 -0
- package/dist/cjs/lib/entities/index.js +4 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/enums/NotificationTypeCode.d.ts +10 -0
- package/dist/cjs/lib/enums/NotificationTypeCode.js +35 -0
- package/dist/cjs/lib/enums/NotificationTypeCode.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 +2 -0
- package/dist/cjs/lib/pulse-client.js +25 -23
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/index.d.ts +1 -0
- package/dist/cjs/lib/services/index.js +1 -0
- package/dist/cjs/lib/services/index.js.map +1 -1
- package/dist/cjs/lib/services/services.export.d.ts +2 -1
- package/dist/cjs/lib/services/services.export.js +2 -0
- package/dist/cjs/lib/services/services.export.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysFeaturesService.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 +9 -9
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/cjs/lib/services/usrNotificationMessageService.d.ts +29 -0
- package/dist/cjs/lib/services/usrNotificationMessageService.js +61 -0
- package/dist/cjs/lib/services/usrNotificationMessageService.js.map +1 -0
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +5 -5
- package/dist/esm/lib/common/DevicesMap.d.ts +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +3 -3
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/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/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 +4 -4
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +6 -6
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/esm/lib/entities/FeaturesGroup.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +1 -1
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +3 -3
- package/dist/esm/lib/entities/Insight.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/NotificationMessage.d.ts +8 -0
- package/dist/esm/lib/entities/NotificationMessage.js +5 -0
- package/dist/esm/lib/entities/NotificationMessage.js.map +1 -0
- package/dist/esm/lib/entities/NotificationMessageDTO.d.ts +11 -0
- package/dist/esm/lib/entities/NotificationMessageDTO.js +5 -0
- package/dist/esm/lib/entities/NotificationMessageDTO.js.map +1 -0
- package/dist/esm/lib/entities/NotificationMessageStats.d.ts +5 -0
- package/dist/esm/lib/entities/NotificationMessageStats.js +12 -0
- package/dist/esm/lib/entities/NotificationMessageStats.js.map +1 -0
- package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +2 -2
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- 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/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/entities/UserNotificationMessage.d.ts +6 -0
- package/dist/esm/lib/entities/UserNotificationMessage.js +5 -0
- package/dist/esm/lib/entities/UserNotificationMessage.js.map +1 -0
- package/dist/esm/lib/entities/index.d.ts +4 -0
- package/dist/esm/lib/entities/index.js +4 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/enums/NotificationTypeCode.d.ts +10 -0
- package/dist/esm/lib/enums/NotificationTypeCode.js +31 -0
- package/dist/esm/lib/enums/NotificationTypeCode.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 +2 -0
- package/dist/esm/lib/pulse-client.js +2 -0
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/index.d.ts +1 -0
- package/dist/esm/lib/services/index.js +1 -0
- package/dist/esm/lib/services/index.js.map +1 -1
- package/dist/esm/lib/services/services.export.d.ts +2 -1
- package/dist/esm/lib/services/services.export.js +2 -0
- package/dist/esm/lib/services/services.export.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/esm/lib/services/sysFeaturesService.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 +9 -9
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +7 -7
- package/dist/esm/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/esm/lib/services/usrNotificationMessageService.d.ts +29 -0
- package/dist/esm/lib/services/usrNotificationMessageService.js +57 -0
- package/dist/esm/lib/services/usrNotificationMessageService.js.map +1 -0
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +5 -5
- package/dist/types/lib/common/DevicesMap.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +3 -3
- package/dist/types/lib/entities/AccountReportDTO.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/Device.d.ts +2 -2
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +4 -4
- package/dist/types/lib/entities/EventWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +1 -1
- package/dist/types/lib/entities/Insight.d.ts +3 -3
- package/dist/types/lib/entities/Integration.d.ts +1 -1
- package/dist/types/lib/entities/NotificationMessage.d.ts +8 -0
- package/dist/types/lib/entities/NotificationMessageDTO.d.ts +11 -0
- package/dist/types/lib/entities/NotificationMessageStats.d.ts +5 -0
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- 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/UserNotificationMessage.d.ts +6 -0
- package/dist/types/lib/entities/index.d.ts +4 -0
- package/dist/types/lib/enums/NotificationTypeCode.d.ts +10 -0
- package/dist/types/lib/enums/index.d.ts +1 -0
- package/dist/types/lib/pulse-client.d.ts +2 -0
- package/dist/types/lib/services/index.d.ts +1 -0
- package/dist/types/lib/services/services.export.d.ts +2 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/types/lib/services/sysFeaturesService.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 +9 -9
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +7 -7
- package/dist/types/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/types/lib/services/usrNotificationMessageService.d.ts +29 -0
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +5 -5
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { AccountSettings } from '../entities';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { AccountTypeCode } from '../enums';
|
|
5
2
|
import { AccountStatusCode } from '../enums';
|
|
6
3
|
import { FeatureCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
|
+
import { AccountSettings } from '../entities';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":";;;AAKA,kCAAqC;AAIrC,kDAAkD;AAClD,MAAa,UAAW,SAAQ,iBAAU;CAoCzC;AApCD,gCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { AccountStatusCode } from '../enums';
|
|
1
2
|
import { StringKeyValue } from '../common';
|
|
2
3
|
import { AccountSettings } from '../entities';
|
|
3
4
|
import { DeviceReport } from '../entities';
|
|
4
5
|
import { IntDistribution } from '../entities';
|
|
5
6
|
import { BaseEntity } from '../base';
|
|
6
7
|
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":";;;AAKA,kCAAqC;AAKrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
2
|
import { GeoData } from '../common';
|
|
3
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
4
|
import { EventCategoryCode } from '../enums';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
6
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import {
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
8
|
import { RuleTypeCode } from '../enums';
|
|
8
9
|
import { StringKeyValue } from '../common';
|
|
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":";;;AAIA,kCAAqC;AAQrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
|
-
import { GeoData } from '../common';
|
|
4
|
-
import { Device } from '../entities';
|
|
5
1
|
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { Device } from '../entities';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
6
6
|
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { GeoData } from '../common';
|
|
7
8
|
import { StringKeyValue } from '../common';
|
|
8
9
|
import { EventCategoryCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import { BaseEntity } from '../base';
|
|
10
|
+
import { EventStatusCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAUrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DeviceActionCode } from '../enums';
|
|
2
|
-
import { SIM } from '../entities';
|
|
3
1
|
import { GeoData } from '../common';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
5
3
|
import { DeviceTypeCode } from '../enums';
|
|
6
4
|
import { DeviceStatusCode } from '../enums';
|
|
7
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":";;;AACA,kCAAqC;AASrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DeviceStatusCode } from '../enums';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
1
|
import { DeviceActionCode } from '../enums';
|
|
4
2
|
import { SIM } from '../entities';
|
|
5
3
|
import { Event } from '../entities';
|
|
6
4
|
import { GeoData } from '../common';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
8
6
|
import { DeviceTypeCode } from '../enums';
|
|
7
|
+
import { DeviceStatusCode } from '../enums';
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
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":";;;AAIA,kCAAqC;AAOrC,iFAAiF;AACjF,MAAa,gBAAiB,SAAQ,iBAAU;CA2E/C;AA3ED,4CA2EC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Indicator } from '../common';
|
|
2
2
|
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { GeoData } from '../common';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
3
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
6
|
+
import { EventOccurrence } from '../entities';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
8
|
import { EventTypeCode } from '../enums';
|
|
8
9
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import { EventOccurrence } from '../entities';
|
|
10
10
|
import { EventStatusCode } from '../enums';
|
|
11
|
-
import {
|
|
11
|
+
import { GeoData } from '../common';
|
|
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":";;;AAMA,kCAAqC;AAQrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { TrafficDirectionCode } from '../enums';
|
|
2
|
-
import { Device } from '../entities';
|
|
3
|
-
import { EventTypeCode } from '../enums';
|
|
4
1
|
import { SeverityTypeCode } from '../enums';
|
|
5
2
|
import { EventStatusCode } from '../enums';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
3
|
+
import { RuleTypeCode } from '../enums';
|
|
4
|
+
import { Device } from '../entities';
|
|
5
|
+
import { TrafficDirectionCode } from '../enums';
|
|
8
6
|
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
9
8
|
import { Indicator } from '../common';
|
|
10
|
-
import { RuleTypeCode } from '../enums';
|
|
11
9
|
import { GeoData } from '../common';
|
|
12
10
|
import { StringKeyValue } from '../common';
|
|
11
|
+
import { EventCategoryCode } from '../enums';
|
|
12
|
+
import { EventOccurrence } from '../entities';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;AAKA,kCAAqC;AAUrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -1 +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":";;;AAAA,kCAAqC;AAKrC,+FAA+F;AAC/F,MAAa,aAAc,SAAQ,iBAAU;CAS5C;AATD,sCASC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ConditionDescription } from '../common';
|
|
2
1
|
import { DeviceTypeCode } from '../enums';
|
|
3
2
|
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { SeverityTypeCode } from '../enums';
|
|
5
4
|
import { BaseEntity } from '../base';
|
|
6
5
|
import { RuleTypeCode } from '../enums';
|
|
7
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":";;;AAGA,kCAAqC;AAOrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { InsightTypeCode } from '../enums';
|
|
2
|
+
import { InsightStatusCode } from '../enums';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
1
4
|
import { DirectionContextCode } from '../enums';
|
|
2
5
|
import { RegulatoryViolation } from '../entities';
|
|
3
6
|
import { MitreAttackCategory } from '../entities';
|
|
4
7
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { InsightTypeCode } from '../enums';
|
|
6
|
-
import { InsightStatusCode } from '../enums';
|
|
7
|
-
import { SeverityTypeCode } 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":";;;AAMA,kCAAqC;AAIrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAsDtC;AAtDD,0BAsDC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { IntegrationTypeCode } from '../enums';
|
|
2
3
|
import { IntegrationTriggerCode } from '../enums';
|
|
3
4
|
import { HttpMethodCode } from '../enums';
|
|
@@ -5,7 +6,6 @@ import { StringKeyValue } from '../common';
|
|
|
5
6
|
import { EventTypeCode } from '../enums';
|
|
6
7
|
import { SeverityTypeCode } from '../enums';
|
|
7
8
|
import { DeviceActionCode } from '../enums';
|
|
8
|
-
import { BaseEntity } from '../base';
|
|
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":";;;AAAA,kCAAqC;AAWrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationMessage = void 0;
|
|
4
|
+
const base_1 = require("../base");
|
|
5
|
+
// NotificationMessage represents a notification
|
|
6
|
+
class NotificationMessage extends base_1.BaseEntity {
|
|
7
|
+
}
|
|
8
|
+
exports.NotificationMessage = NotificationMessage;
|
|
9
|
+
//# sourceMappingURL=NotificationMessage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationMessage.js","sourceRoot":"","sources":["../../../../src/lib/entities/NotificationMessage.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,gDAAgD;AAChD,MAAa,mBAAoB,SAAQ,iBAAU;CAelD;AAfD,kDAeC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NotificationTypeCode } from '../enums';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
3
|
+
export declare class NotificationMessageDTO extends BaseEntity {
|
|
4
|
+
accountId: string;
|
|
5
|
+
description: string;
|
|
6
|
+
actionParts: string[];
|
|
7
|
+
type: NotificationTypeCode;
|
|
8
|
+
userId: string;
|
|
9
|
+
isRead: boolean;
|
|
10
|
+
readAt: number;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationMessageDTO = void 0;
|
|
4
|
+
const base_1 = require("../base");
|
|
5
|
+
// UI DTO that combines NotificationMessage and UserNotificationMessage fields
|
|
6
|
+
class NotificationMessageDTO extends base_1.BaseEntity {
|
|
7
|
+
}
|
|
8
|
+
exports.NotificationMessageDTO = NotificationMessageDTO;
|
|
9
|
+
//# sourceMappingURL=NotificationMessageDTO.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationMessageDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/NotificationMessageDTO.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,8EAA8E;AAC9E,MAAa,sBAAuB,SAAQ,iBAAU;CAwBrD;AAxBD,wDAwBC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationMessageStats = void 0;
|
|
4
|
+
// NotificationMessageStats represents a statistics about notifications for a user
|
|
5
|
+
class NotificationMessageStats {
|
|
6
|
+
constructor(unreadCount, totalCount) {
|
|
7
|
+
if (unreadCount !== undefined) {
|
|
8
|
+
this.unreadCount = unreadCount;
|
|
9
|
+
}
|
|
10
|
+
if (totalCount !== undefined) {
|
|
11
|
+
this.totalCount = totalCount;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.NotificationMessageStats = NotificationMessageStats;
|
|
16
|
+
//# sourceMappingURL=NotificationMessageStats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationMessageStats.js","sourceRoot":"","sources":["../../../../src/lib/entities/NotificationMessageStats.ts"],"names":[],"mappings":";;;AAGA,kFAAkF;AAClF,MAAa,wBAAwB;IAQhC,YAAY,WAAoB,EAAE,UAAmB;QAClD,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;AAbD,4DAaC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { IntDistribution } from '../entities';
|
|
3
2
|
import { DeviceReport } from '../entities';
|
|
4
3
|
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":";;;AAGA,kCAAqC;AAIrC,qDAAqD;AACrD,MAAa,cAAe,SAAQ,iBAAU;CAoC7C;AApCD,wCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
2
|
+
import { DataSourceCode } from '../enums';
|
|
1
3
|
import { ConditionDescription } from '../common';
|
|
2
4
|
import { DeviceTypeCode } from '../enums';
|
|
3
5
|
import { EventTypeCode } from '../enums';
|
|
4
6
|
import { SeverityTypeCode } from '../enums';
|
|
5
7
|
import { BaseEntity } from '../base';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { DataSourceCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;AAMA,kCAAqC;AAIrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
1
|
import { EventTypeCode } from '../enums';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
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":";;;AAEA,kCAAqC;AAKrC,qFAAqF;AACrF,MAAa,YAAa,SAAQ,iBAAU;CA2B3C;AA3BD,oCA2BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAIrC,+LAA+L;AAC/L,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { DeviceConfig } from '../common';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { Thresholds } from '../common';
|
|
2
4
|
import { ShieldexConfig } from '../common';
|
|
3
5
|
import { EventSeverityConfig } from '../common';
|
|
4
|
-
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":";;;AACA,kCAAqC;AAOrC,0EAA0E;AAC1E,MAAa,qBAAsB,SAAQ,iBAAU;CAkBpD;AAlBD,sDAkBC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { UsageTransform } from '../common';
|
|
2
|
+
import { ShieldexConfig } from '../common';
|
|
3
|
+
import { DeviceConfig } from '../common';
|
|
1
4
|
import { DataIngestion } from '../entities';
|
|
2
|
-
import {
|
|
5
|
+
import { SessionTransform } from '../common';
|
|
3
6
|
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import { DeviceConfig } from '../common';
|
|
5
7
|
import { IdsConfig } from '../entities';
|
|
6
|
-
import { SessionTransform } from '../common';
|
|
7
|
-
import { UsageTransform } from '../common';
|
|
8
8
|
import { Thresholds } from '../common';
|
|
9
|
-
import {
|
|
9
|
+
import { EventSeverityConfig } from '../common';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserNotificationMessage = void 0;
|
|
4
|
+
const base_1 = require("../base");
|
|
5
|
+
// UserNotificationMessage represents a notification assigned to a user
|
|
6
|
+
class UserNotificationMessage extends base_1.BaseEntity {
|
|
7
|
+
}
|
|
8
|
+
exports.UserNotificationMessage = UserNotificationMessage;
|
|
9
|
+
//# sourceMappingURL=UserNotificationMessage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserNotificationMessage.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserNotificationMessage.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAIrC,uEAAuE;AACvE,MAAa,uBAAwB,SAAQ,iBAAU;CAYtD;AAZD,0DAYC"}
|
|
@@ -37,6 +37,9 @@ export * from './IntDistribution';
|
|
|
37
37
|
export * from './Integration';
|
|
38
38
|
export * from './Member';
|
|
39
39
|
export * from './MitreAttackCategory';
|
|
40
|
+
export * from './NotificationMessage';
|
|
41
|
+
export * from './NotificationMessageDTO';
|
|
42
|
+
export * from './NotificationMessageStats';
|
|
40
43
|
export * from './Radius';
|
|
41
44
|
export * from './RegulatoryViolation';
|
|
42
45
|
export * from './Report';
|
|
@@ -55,3 +58,4 @@ export * from './UsageRecord';
|
|
|
55
58
|
export * from './User';
|
|
56
59
|
export * from './UserMembership';
|
|
57
60
|
export * from './UserMemberships';
|
|
61
|
+
export * from './UserNotificationMessage';
|
|
@@ -40,6 +40,9 @@ tslib_1.__exportStar(require("./IntDistribution"), exports);
|
|
|
40
40
|
tslib_1.__exportStar(require("./Integration"), exports);
|
|
41
41
|
tslib_1.__exportStar(require("./Member"), exports);
|
|
42
42
|
tslib_1.__exportStar(require("./MitreAttackCategory"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./NotificationMessage"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./NotificationMessageDTO"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./NotificationMessageStats"), exports);
|
|
43
46
|
tslib_1.__exportStar(require("./Radius"), exports);
|
|
44
47
|
tslib_1.__exportStar(require("./RegulatoryViolation"), exports);
|
|
45
48
|
tslib_1.__exportStar(require("./Report"), exports);
|
|
@@ -58,4 +61,5 @@ tslib_1.__exportStar(require("./UsageRecord"), exports);
|
|
|
58
61
|
tslib_1.__exportStar(require("./User"), exports);
|
|
59
62
|
tslib_1.__exportStar(require("./UserMembership"), exports);
|
|
60
63
|
tslib_1.__exportStar(require("./UserMemberships"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./UserNotificationMessage"), exports);
|
|
61
65
|
//# sourceMappingURL=index.js.map
|
|
@@ -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,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"}
|
|
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,oDAA0B;AAC1B,kDAAwB;AACxB,oDAA0B;AAC1B,yDAA+B;AAC/B,wDAA8B;AAC9B,4DAAkC;AAClC,wDAA8B;AAC9B,mDAAyB;AACzB,gEAAsC;AACtC,gEAAsC;AACtC,mEAAyC;AACzC,qEAA2C;AAC3C,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;AAClC,oEAA0C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum NotificationTypeCode {
|
|
2
|
+
UNDEFINED = 0,
|
|
3
|
+
ACCOUNT_ONBOARDING = 1,
|
|
4
|
+
ACCOUNT_IS_READY = 2,
|
|
5
|
+
REPORTS_COUNT_TO_SEND = 3,
|
|
6
|
+
REPORT = 4,
|
|
7
|
+
SYSTEM = 5,
|
|
8
|
+
DEVICE = 6
|
|
9
|
+
}
|
|
10
|
+
export declare function GetNotificationTypeCodes(): Map<NotificationTypeCode, string>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationTypeCode = void 0;
|
|
4
|
+
exports.GetNotificationTypeCodes = GetNotificationTypeCodes;
|
|
5
|
+
// NotificationTypeCode represents the list of notification types
|
|
6
|
+
var NotificationTypeCode;
|
|
7
|
+
(function (NotificationTypeCode) {
|
|
8
|
+
// Undefined [0]
|
|
9
|
+
NotificationTypeCode[NotificationTypeCode["UNDEFINED"] = 0] = "UNDEFINED";
|
|
10
|
+
// Onboarding has started [1]
|
|
11
|
+
NotificationTypeCode[NotificationTypeCode["ACCOUNT_ONBOARDING"] = 1] = "ACCOUNT_ONBOARDING";
|
|
12
|
+
// Account is ready [2]
|
|
13
|
+
NotificationTypeCode[NotificationTypeCode["ACCOUNT_IS_READY"] = 2] = "ACCOUNT_IS_READY";
|
|
14
|
+
// Reports count to send [3]
|
|
15
|
+
NotificationTypeCode[NotificationTypeCode["REPORTS_COUNT_TO_SEND"] = 3] = "REPORTS_COUNT_TO_SEND";
|
|
16
|
+
// Report related notification [4]
|
|
17
|
+
NotificationTypeCode[NotificationTypeCode["REPORT"] = 4] = "REPORT";
|
|
18
|
+
// System related notification [5]
|
|
19
|
+
NotificationTypeCode[NotificationTypeCode["SYSTEM"] = 5] = "SYSTEM";
|
|
20
|
+
// Device related notification [6]
|
|
21
|
+
NotificationTypeCode[NotificationTypeCode["DEVICE"] = 6] = "DEVICE";
|
|
22
|
+
})(NotificationTypeCode || (exports.NotificationTypeCode = NotificationTypeCode = {}));
|
|
23
|
+
// Return list of NotificationTypeCode values and their display names
|
|
24
|
+
function GetNotificationTypeCodes() {
|
|
25
|
+
let result = new Map();
|
|
26
|
+
result.set(NotificationTypeCode.UNDEFINED, 'Undefined');
|
|
27
|
+
result.set(NotificationTypeCode.ACCOUNT_ONBOARDING, 'Account Onboarding');
|
|
28
|
+
result.set(NotificationTypeCode.ACCOUNT_IS_READY, 'Account Is Ready');
|
|
29
|
+
result.set(NotificationTypeCode.REPORTS_COUNT_TO_SEND, 'Reports Count To Send');
|
|
30
|
+
result.set(NotificationTypeCode.REPORT, 'Report');
|
|
31
|
+
result.set(NotificationTypeCode.SYSTEM, 'System');
|
|
32
|
+
result.set(NotificationTypeCode.DEVICE, 'Device');
|
|
33
|
+
return result;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=NotificationTypeCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/NotificationTypeCode.ts"],"names":[],"mappings":";;;AA4BA,4DAqBC;AAhDD,iEAAiE;AACjE,IAAY,oBAuBX;AAvBD,WAAY,oBAAoB;IAE5B,iBAAiB;IACjB,yEAAa,CAAA;IAEb,8BAA8B;IAC9B,2FAAsB,CAAA;IAEtB,wBAAwB;IACxB,uFAAoB,CAAA;IAEpB,6BAA6B;IAC7B,iGAAyB,CAAA;IAEzB,mCAAmC;IACnC,mEAAU,CAAA;IAEV,mCAAmC;IACnC,mEAAU,CAAA;IAEV,mCAAmC;IACnC,mEAAU,CAAA;AAEd,CAAC,EAvBW,oBAAoB,oCAApB,oBAAoB,QAuB/B;AAED,qEAAqE;AACrE,SAAgB,wBAAwB;IAEpC,IAAI,MAAM,GAAG,IAAI,GAAG,EAAgC,CAAC;IAGrD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IAExD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAE1E,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAAC;IAEtE,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,qBAAqB,EAAE,uBAAuB,CAAC,CAAC;IAEhF,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAElD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAElD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAGlD,OAAO,MAAM,CAAC;AAClB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export * from './IntegrationTriggerCode';
|
|
|
19
19
|
export * from './IntegrationTypeCode';
|
|
20
20
|
export * from './MemberRoleCode';
|
|
21
21
|
export * from './NetworkMapTypeCode';
|
|
22
|
+
export * from './NotificationTypeCode';
|
|
22
23
|
export * from './OperatorCode';
|
|
23
24
|
export * from './PermissionCode';
|
|
24
25
|
export * from './ReportSourceCode';
|
|
@@ -22,6 +22,7 @@ tslib_1.__exportStar(require("./IntegrationTriggerCode"), exports);
|
|
|
22
22
|
tslib_1.__exportStar(require("./IntegrationTypeCode"), exports);
|
|
23
23
|
tslib_1.__exportStar(require("./MemberRoleCode"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./NetworkMapTypeCode"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./NotificationTypeCode"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./OperatorCode"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./PermissionCode"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./ReportSourceCode"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/enums/index.ts"],"names":[],"mappings":";;;AAAA,8DAAoC;AACpC,4DAAkC;AAClC,2DAAiC;AACjC,6DAAmC;AACnC,+DAAqC;AACrC,+DAAqC;AACrC,6DAAmC;AACnC,2DAAiC;AACjC,iEAAuC;AACvC,8DAAoC;AACpC,4DAAkC;AAClC,0DAAgC;AAChC,wDAA8B;AAC9B,6DAAmC;AACnC,2DAAiC;AACjC,8DAAoC;AACpC,4DAAkC;AAClC,mEAAyC;AACzC,gEAAsC;AACtC,2DAAiC;AACjC,+DAAqC;AACrC,yDAA+B;AAC/B,2DAAiC;AACjC,6DAAmC;AACnC,2DAAiC;AACjC,mEAAyC;AACzC,yDAA+B;AAC/B,6DAAmC;AACnC,iEAAuC;AACvC,2DAAiC;AACjC,yDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/enums/index.ts"],"names":[],"mappings":";;;AAAA,8DAAoC;AACpC,4DAAkC;AAClC,2DAAiC;AACjC,6DAAmC;AACnC,+DAAqC;AACrC,+DAAqC;AACrC,6DAAmC;AACnC,2DAAiC;AACjC,iEAAuC;AACvC,8DAAoC;AACpC,4DAAkC;AAClC,0DAAgC;AAChC,wDAA8B;AAC9B,6DAAmC;AACnC,2DAAiC;AACjC,8DAAoC;AACpC,4DAAkC;AAClC,mEAAyC;AACzC,gEAAsC;AACtC,2DAAiC;AACjC,+DAAqC;AACrC,iEAAuC;AACvC,yDAA+B;AAC/B,2DAAiC;AACjC,6DAAmC;AACnC,2DAAiC;AACjC,mEAAyC;AACzC,yDAA+B;AAC/B,6DAAmC;AACnC,iEAAuC;AACvC,2DAAiC;AACjC,yDAA+B"}
|
|
@@ -2,6 +2,7 @@ import { UsrAlertsService } from "./services";
|
|
|
2
2
|
import { UsrDevicesService } from "./services";
|
|
3
3
|
import { UsrEventsService } from "./services";
|
|
4
4
|
import { UsrNetworkService } from "./services";
|
|
5
|
+
import { UsrNotificationMessageService } from "./services";
|
|
5
6
|
import { UsrReportsInstanceService } from "./services";
|
|
6
7
|
import { UsrReportsService } from "./services";
|
|
7
8
|
import { UsrRulesService } from "./services";
|
|
@@ -33,6 +34,7 @@ export declare class PulseClient {
|
|
|
33
34
|
readonly UsrDevicesService: UsrDevicesService;
|
|
34
35
|
readonly UsrEventsService: UsrEventsService;
|
|
35
36
|
readonly UsrNetworkService: UsrNetworkService;
|
|
37
|
+
readonly UsrNotificationMessageService: UsrNotificationMessageService;
|
|
36
38
|
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
37
39
|
readonly UsrReportsService: UsrReportsService;
|
|
38
40
|
readonly UsrRulesService: UsrRulesService;
|