@shieldiot/pulse-lib 1.0.314 → 1.0.316
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/DeviceScoreConfig.d.ts +1 -1
- package/dist/cjs/lib/common/GeoData.d.ts +1 -2
- package/dist/cjs/lib/common/GeoData.js +1 -4
- package/dist/cjs/lib/common/GeoData.js.map +1 -1
- package/dist/cjs/lib/common/RuleBasedSeverityConditionConfig.d.ts +1 -1
- package/dist/cjs/lib/common/SeriesData.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountSettings.d.ts +1 -6
- package/dist/cjs/lib/entities/AccountSettings.js +1 -10
- package/dist/cjs/lib/entities/AccountSettings.js.map +1 -1
- package/dist/cjs/lib/entities/Action.d.ts +1 -1
- package/dist/cjs/lib/entities/Action.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +4 -4
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/cjs/lib/entities/AlertWithDevice.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/ConfigParams.d.ts +1 -1
- package/dist/cjs/lib/entities/ConfigParams.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/Insight.d.ts +2 -2
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightSpec.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/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +3 -3
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +3 -3
- 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/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/entities/index.d.ts +0 -2
- package/dist/cjs/lib/entities/index.js +0 -2
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +12 -12
- package/dist/cjs/lib/pulse-client.js +25 -25
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.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/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +7 -7
- package/dist/cjs/lib/services/usrEventsService.d.ts +3 -3
- package/dist/cjs/lib/services/usrMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/esm/lib/common/GeoData.d.ts +1 -2
- package/dist/esm/lib/common/GeoData.js +1 -4
- package/dist/esm/lib/common/GeoData.js.map +1 -1
- package/dist/esm/lib/common/RuleBasedSeverityConditionConfig.d.ts +1 -1
- package/dist/esm/lib/common/SeriesData.d.ts +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountSettings.d.ts +1 -6
- package/dist/esm/lib/entities/AccountSettings.js +1 -10
- package/dist/esm/lib/entities/AccountSettings.js.map +1 -1
- package/dist/esm/lib/entities/Action.d.ts +1 -1
- package/dist/esm/lib/entities/Action.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +4 -4
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/esm/lib/entities/AlertWithDevice.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/ConfigParams.d.ts +1 -1
- package/dist/esm/lib/entities/ConfigParams.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/Insight.d.ts +2 -2
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/esm/lib/entities/InsightSpec.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/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +3 -3
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +3 -3
- 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/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/entities/index.d.ts +0 -2
- package/dist/esm/lib/entities/index.js +0 -2
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +12 -12
- package/dist/esm/lib/pulse-client.js +12 -12
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.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/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +7 -7
- package/dist/esm/lib/services/usrEventsService.d.ts +3 -3
- package/dist/esm/lib/services/usrMembersService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/types/lib/common/GeoData.d.ts +1 -2
- package/dist/types/lib/common/RuleBasedSeverityConditionConfig.d.ts +1 -1
- package/dist/types/lib/common/SeriesData.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/types/lib/entities/AccountSettings.d.ts +1 -6
- package/dist/types/lib/entities/Action.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/types/lib/entities/AuditLog.d.ts +1 -1
- package/dist/types/lib/entities/ConfigParams.d.ts +1 -1
- 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/Insight.d.ts +2 -2
- package/dist/types/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +1 -1
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- 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/UserMemberships.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +0 -2
- package/dist/types/lib/pulse-client.d.ts +12 -12
- package/dist/types/lib/services/sysAccountsService.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/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +7 -7
- package/dist/types/lib/services/usrEventsService.d.ts +3 -3
- package/dist/types/lib/services/usrMembersService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/lib/entities/ComplianceReportSettings.d.ts +0 -7
- package/dist/cjs/lib/entities/ComplianceReportSettings.js +0 -22
- package/dist/cjs/lib/entities/ComplianceReportSettings.js.map +0 -1
- package/dist/cjs/lib/entities/TeaserPopUpSettings.d.ts +0 -6
- package/dist/cjs/lib/entities/TeaserPopUpSettings.js +0 -19
- package/dist/cjs/lib/entities/TeaserPopUpSettings.js.map +0 -1
- package/dist/esm/lib/entities/ComplianceReportSettings.d.ts +0 -7
- package/dist/esm/lib/entities/ComplianceReportSettings.js +0 -18
- package/dist/esm/lib/entities/ComplianceReportSettings.js.map +0 -1
- package/dist/esm/lib/entities/TeaserPopUpSettings.d.ts +0 -6
- package/dist/esm/lib/entities/TeaserPopUpSettings.js +0 -15
- package/dist/esm/lib/entities/TeaserPopUpSettings.js.map +0 -1
- package/dist/types/lib/entities/ComplianceReportSettings.d.ts +0 -7
- package/dist/types/lib/entities/TeaserPopUpSettings.d.ts +0 -6
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { EventCategoryCode } from '../enums';
|
|
3
2
|
import { EventStatusCode } from '../enums';
|
|
4
|
-
import { AlertWithDevice } from '../entities';
|
|
5
|
-
import { IntDistribution } from '../entities';
|
|
6
|
-
import { MaliciousIPCard } from '../common';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
|
-
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import { SeverityTypeCode } from '../enums';
|
|
10
|
-
import { StringKeyValue } from '../common';
|
|
11
3
|
import { TimeSeriesOfFloat } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { AlertWithDevice } from '../entities';
|
|
12
6
|
import { MaliciousIPData } from '../common';
|
|
13
7
|
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { EventTypeCode } from '../enums';
|
|
9
|
+
import { RuleTypeCode } from '../enums';
|
|
10
|
+
import { IntDistribution } from '../entities';
|
|
14
11
|
import { TimeSeriesOf2D } from '../common';
|
|
12
|
+
import { MaliciousIPCard } from '../common';
|
|
13
|
+
import { StringKeyValue } from '../common';
|
|
15
14
|
import { Alert } from '../entities';
|
|
15
|
+
import { SeverityTypeCode } from '../enums';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
2
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
3
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
+
import { Device } from '../entities';
|
|
3
5
|
import { DeviceTypeCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
7
|
import { DeviceWithEvents } from '../entities';
|
|
5
8
|
import { IntDistribution } from '../entities';
|
|
6
9
|
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { NetworkMapTypeCode } from '../enums';
|
|
8
|
-
import { NetworkMap } from '../common';
|
|
9
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
10
|
-
import { DeviceReport } from '../entities';
|
|
11
10
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
12
|
-
import {
|
|
11
|
+
import { BulkDevices } from '../entities';
|
|
13
12
|
import { DeviceStatusCode } from '../enums';
|
|
14
|
-
import {
|
|
13
|
+
import { NetworkMap } from '../common';
|
|
14
|
+
import { DeviceReport } from '../entities';
|
|
15
15
|
export declare class UsrDevicesService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Event } from '../entities';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { EventStatusCode } from '../enums';
|
|
4
5
|
import { EventWithDevice } from '../entities';
|
|
5
|
-
import {
|
|
6
|
+
import { TimeSeriesOf2D } from '../common';
|
|
6
7
|
import { TimeSeriesOfFloat } from '../common';
|
|
7
8
|
import { MaliciousIPCard } from '../common';
|
|
8
9
|
import { StringKeyValue } from '../common';
|
|
9
10
|
import { EventTypeCode } from '../enums';
|
|
10
11
|
import { EventCategoryCode } from '../enums';
|
|
11
12
|
import { RuleTypeCode } from '../enums';
|
|
13
|
+
import { MaliciousIPData } from '../common';
|
|
12
14
|
import { IntDistribution } from '../entities';
|
|
13
|
-
import { TimeSeriesOf2D } from '../common';
|
|
14
|
-
import { Event } from '../entities';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Member } from '../entities';
|
|
3
2
|
import { MemberRoleCode } from '../enums';
|
|
3
|
+
import { Member } from '../entities';
|
|
4
4
|
export declare class UsrMembersService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Distribution } from '../entities';
|
|
3
|
+
import { Rule } from '../entities';
|
|
2
4
|
import { SeverityTypeCode } from '../enums';
|
|
3
5
|
import { RuleActivityStatusCode } from '../enums';
|
|
4
6
|
import { EventTypeCode } from '../enums';
|
|
5
7
|
import { TimeSeriesOfFloat } from '../common';
|
|
6
8
|
import { IntDistribution } from '../entities';
|
|
7
|
-
import { Distribution } from '../entities';
|
|
8
|
-
import { Rule } from '../entities';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { UserMemberships } from '../entities';
|
|
3
|
-
import { LoginParams } from '../common';
|
|
4
|
-
import { User } from '../entities';
|
|
5
2
|
import { AccountDTO } from '../entities';
|
|
6
3
|
import { Image } from '../entities';
|
|
7
4
|
import { Feature } from '../entities';
|
|
8
5
|
import { Stream } from '../entities';
|
|
6
|
+
import { UserMemberships } from '../entities';
|
|
7
|
+
import { LoginParams } from '../common';
|
|
8
|
+
import { User } from '../entities';
|
|
9
9
|
export declare class UsrUserService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
2
1
|
import { Interval } from '../common';
|
|
3
2
|
import { SeverityConditionConfig } from '../common';
|
|
4
3
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
|
+
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -7,7 +7,6 @@ export declare class GeoData {
|
|
|
7
7
|
city_name: string;
|
|
8
8
|
location: Location;
|
|
9
9
|
street: string;
|
|
10
|
-
number: number;
|
|
11
10
|
postal_code: number;
|
|
12
|
-
constructor(countryIsoCode?: string, countryName?: string, regionIsoCode?: string, regionName?: string, cityName?: string, location?: Location, street?: string,
|
|
11
|
+
constructor(countryIsoCode?: string, countryName?: string, regionIsoCode?: string, regionName?: string, cityName?: string, location?: Location, street?: string, postal?: number);
|
|
13
12
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// GeoData model represents Geographic data associated with IP
|
|
2
2
|
// This structure is based on the Elasticsearch GeoIP pipeline fetching data from MaxMind database
|
|
3
3
|
export class GeoData {
|
|
4
|
-
constructor(countryIsoCode, countryName, regionIsoCode, regionName, cityName, location, street,
|
|
4
|
+
constructor(countryIsoCode, countryName, regionIsoCode, regionName, cityName, location, street, postal) {
|
|
5
5
|
if (countryIsoCode !== undefined) {
|
|
6
6
|
this.country_iso_code = countryIsoCode;
|
|
7
7
|
}
|
|
@@ -23,9 +23,6 @@ export class GeoData {
|
|
|
23
23
|
if (street !== undefined) {
|
|
24
24
|
this.street = street;
|
|
25
25
|
}
|
|
26
|
-
if (number !== undefined) {
|
|
27
|
-
this.number = number;
|
|
28
|
-
}
|
|
29
26
|
if (postal !== undefined) {
|
|
30
27
|
this.postal_code = postal;
|
|
31
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeoData.js","sourceRoot":"","sources":["../../../../src/lib/common/GeoData.ts"],"names":[],"mappings":"AAIA,8DAA8D;AAC9D,kGAAkG;AAClG,MAAM,OAAO,OAAO;
|
|
1
|
+
{"version":3,"file":"GeoData.js","sourceRoot":"","sources":["../../../../src/lib/common/GeoData.ts"],"names":[],"mappings":"AAIA,8DAA8D;AAC9D,kGAAkG;AAClG,MAAM,OAAO,OAAO;IA0Bf,YAAY,cAAuB,EAAE,WAAoB,EAAE,aAAsB,EAAE,UAAmB,EAAE,QAAiB,EAAE,QAAmB,EAAE,MAAe,EAAE,MAAe;QAC7K,IAAI,cAAc,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,gBAAgB,GAAG,cAAc,CAAC;QAAC,CAAC;QAC7E,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAAC,CAAC;QACnE,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,eAAe,GAAG,aAAa,CAAC;QAAC,CAAC;QAC1E,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;QAAC,CAAC;QAChE,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAAC,CAAC;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAAC,CAAC;QACzD,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QAAC,CAAC;QACnD,IAAI,MAAM,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;QAAC,CAAC;IAC5D,CAAC;CAEJ"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
|
-
import { AccountStatusCode } from '../enums';
|
|
3
1
|
import { FeatureCode } from '../enums';
|
|
4
2
|
import { StringKeyValue } from '../common';
|
|
5
3
|
import { AccountSettings } from '../entities';
|
|
6
4
|
import { BaseEntity } from '../base';
|
|
5
|
+
import { AccountTypeCode } from '../enums';
|
|
6
|
+
import { AccountStatusCode } from '../enums';
|
|
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":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,kDAAkD;AAClD,MAAM,OAAO,UAAW,SAAQ,UAAU;CAoCzC"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { HomePageViewCode } from '../enums';
|
|
2
|
-
import { ComplianceReportSettings } from '../entities';
|
|
3
|
-
import { TeaserPopUpSettings } from '../entities';
|
|
4
2
|
export declare class AccountSettings {
|
|
5
|
-
logo: string;
|
|
6
3
|
defaultHomePageView: HomePageViewCode;
|
|
7
|
-
|
|
8
|
-
teaserPopUpSettings: TeaserPopUpSettings;
|
|
9
|
-
constructor(logo?: string, defaultHomePageView?: HomePageViewCode, complianceReportSettings?: ComplianceReportSettings, teaserPopUpSettings?: TeaserPopUpSettings);
|
|
4
|
+
constructor(defaultHomePageView?: HomePageViewCode);
|
|
10
5
|
}
|
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
// AccountSettings is a set of account attributes
|
|
2
2
|
export class AccountSettings {
|
|
3
|
-
constructor(
|
|
4
|
-
if (logo !== undefined) {
|
|
5
|
-
this.logo = logo;
|
|
6
|
-
}
|
|
3
|
+
constructor(defaultHomePageView) {
|
|
7
4
|
if (defaultHomePageView !== undefined) {
|
|
8
5
|
this.defaultHomePageView = defaultHomePageView;
|
|
9
6
|
}
|
|
10
|
-
if (complianceReportSettings !== undefined) {
|
|
11
|
-
this.complianceReportSettings = complianceReportSettings;
|
|
12
|
-
}
|
|
13
|
-
if (teaserPopUpSettings !== undefined) {
|
|
14
|
-
this.teaserPopUpSettings = teaserPopUpSettings;
|
|
15
|
-
}
|
|
16
7
|
}
|
|
17
8
|
}
|
|
18
9
|
//# sourceMappingURL=AccountSettings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountSettings.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountSettings.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountSettings.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountSettings.ts"],"names":[],"mappings":"AAIA,iDAAiD;AACjD,MAAM,OAAO,eAAe;IAKvB,YAAY,mBAAsC;QAC/C,IAAI,mBAAmB,KAAK,SAAS,EAAE,CAAC;YAAC,IAAI,CAAC,mBAAmB,GAAG,mBAAmB,CAAC;QAAC,CAAC;IAC9F,CAAC;CAEJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../../src/lib/entities/Action.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../../src/lib/entities/Action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,+DAA+D;AAC/D,MAAM,OAAO,MAAO,SAAQ,UAAU;CAqBrC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EventCategoryCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { EventTypeCode } from '../enums';
|
|
4
|
-
import { SeverityTypeCode } from '../enums';
|
|
5
2
|
import { EventStatusCode } from '../enums';
|
|
3
|
+
import { RuleTypeCode } from '../enums';
|
|
6
4
|
import { GeoData } from '../common';
|
|
7
5
|
import { StringKeyValue } from '../common';
|
|
8
|
-
import { RuleTypeCode } from '../enums';
|
|
9
6
|
import { TrafficDirectionCode } from '../enums';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { EventCategoryCode } 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":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAM,OAAO,KAAM,SAAQ,UAAU;CAwEpC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Device } from '../entities';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { EventStatusCode } from '../enums';
|
|
2
5
|
import { StringKeyValue } from '../common';
|
|
3
6
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import { Device } from '../entities';
|
|
5
7
|
import { EventTypeCode } from '../enums';
|
|
6
|
-
import { EventStatusCode } from '../enums';
|
|
7
8
|
import { RuleTypeCode } from '../enums';
|
|
8
|
-
import {
|
|
9
|
+
import { GeoData } from '../common';
|
|
9
10
|
import { EventCategoryCode } from '../enums';
|
|
10
|
-
import { BaseEntity } from '../base';
|
|
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":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAYrC,oFAAoF;AACpF,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2E9C"}
|
|
@@ -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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,iEAAiE;AACjE,MAAM,OAAO,QAAS,SAAQ,UAAU;CA8BvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/ConfigParams.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ConfigParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/ConfigParams.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,gEAAgE;AAChE,MAAM,OAAO,YAAa,SAAQ,UAAU;CAM3C"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
1
|
import { Indicator } from '../common';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
3
3
|
import { GeoData } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { TrafficDirectionCode } from '../enums';
|
|
6
6
|
import { SeverityTypeCode } from '../enums';
|
|
7
7
|
import { EventStatusCode } from '../enums';
|
|
8
|
-
import { RuleTypeCode } from '../enums';
|
|
9
8
|
import { StringKeyValue } from '../common';
|
|
10
|
-
import { EventCategoryCode } from '../enums';
|
|
11
9
|
import { EventOccurrence } from '../entities';
|
|
10
|
+
import { TrafficDirectionCode } from '../enums';
|
|
11
|
+
import { EventTypeCode } 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":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAUrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAM,OAAO,KAAM,SAAQ,UAAU;CA8EpC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
3
3
|
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import { StringKeyValue } from '../common';
|
|
5
4
|
import { TrafficDirectionCode } from '../enums';
|
|
5
|
+
import { EventOccurrence } from '../entities';
|
|
6
6
|
import { Device } from '../entities';
|
|
7
7
|
import { BaseEntity } from '../base';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { Indicator } from '../common';
|
|
10
10
|
import { GeoData } from '../common';
|
|
11
|
+
import { StringKeyValue } from '../common';
|
|
11
12
|
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,8 +1,8 @@
|
|
|
1
|
-
import { InsightTypeCode } from '../enums';
|
|
2
|
-
import { InsightStatusCode } from '../enums';
|
|
3
1
|
import { SeverityTypeCode } from '../enums';
|
|
4
2
|
import { DirectionContextCode } from '../enums';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { InsightTypeCode } from '../enums';
|
|
5
|
+
import { InsightStatusCode } from '../enums';
|
|
6
6
|
export declare class Insight extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
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":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,UAAU;AACV,sGAAsG;AACtG,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAoCtC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightSpec.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightSpec.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InsightSpec.js","sourceRoot":"","sources":["../../../../src/lib/entities/InsightSpec.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,cAAc;AACd,mFAAmF;AACnF,MAAM,OAAO,WAAY,SAAQ,UAAU;CAkB1C"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
1
|
import { DeviceActionCode } from '../enums';
|
|
3
2
|
import { BaseEntity } from '../base';
|
|
4
3
|
import { IntegrationTypeCode } from '../enums';
|
|
@@ -6,6 +5,7 @@ import { IntegrationTriggerCode } from '../enums';
|
|
|
6
5
|
import { HttpMethodCode } from '../enums';
|
|
7
6
|
import { StringKeyValue } from '../common';
|
|
8
7
|
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } 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":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAUrC,6BAA6B;AAC7B,MAAM,OAAO,WAAY,SAAQ,UAAU;CAkE1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../../src/lib/entities/Report.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Report.js","sourceRoot":"","sources":["../../../../src/lib/entities/Report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAMrC,wEAAwE;AACxE,MAAM,OAAO,MAAO,SAAQ,UAAU;CA2BrC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Condition } from '../entities';
|
|
2
|
-
import { DeviceTypeCode } from '../enums';
|
|
3
|
-
import { EventTypeCode } from '../enums';
|
|
4
1
|
import { SeverityTypeCode } from '../enums';
|
|
5
2
|
import { BaseEntity } from '../base';
|
|
6
3
|
import { RuleTypeCode } from '../enums';
|
|
7
4
|
import { DataSourceCode } from '../enums';
|
|
5
|
+
import { Condition } from '../entities';
|
|
6
|
+
import { DeviceTypeCode } from '../enums';
|
|
7
|
+
import { EventTypeCode } 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":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,gCAAgC;AAChC,MAAM,OAAO,IAAK,SAAQ,UAAU;CAyDnC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { DeviceConfig } from '../common';
|
|
2
|
+
import { DataIngestion } from '../entities';
|
|
3
|
+
import { SessionTransform } from '../common';
|
|
1
4
|
import { UsageTransform } from '../common';
|
|
2
5
|
import { Thresholds } from '../common';
|
|
3
6
|
import { ShieldexConfig } from '../common';
|
|
4
7
|
import { EventSeverityConfig } from '../common';
|
|
5
8
|
import { DeviceActionCode } from '../enums';
|
|
6
|
-
import { DeviceConfig } from '../common';
|
|
7
|
-
import { DataIngestion } from '../entities';
|
|
8
|
-
import { SessionTransform } from '../common';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { UserTypeCode } from '../enums';
|
|
2
3
|
import { UserStatusCode } from '../enums';
|
|
3
4
|
import { StringKeyValue } from '../common';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
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":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOrC,sGAAsG;AACtG,+DAA+D;AAC/D,MAAM,OAAO,IAAK,SAAQ,UAAU;CAiCnC"}
|
|
@@ -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"}
|
|
@@ -8,7 +8,6 @@ export * from './ApiKey';
|
|
|
8
8
|
export * from './AuditLog';
|
|
9
9
|
export * from './BulkDevices';
|
|
10
10
|
export * from './Checkpoint';
|
|
11
|
-
export * from './ComplianceReportSettings';
|
|
12
11
|
export * from './Condition';
|
|
13
12
|
export * from './ConfigParam';
|
|
14
13
|
export * from './ConfigParams';
|
|
@@ -43,7 +42,6 @@ export * from './Shieldex';
|
|
|
43
42
|
export * from './Stream';
|
|
44
43
|
export * from './StreamAnalyticsConfig';
|
|
45
44
|
export * from './StreamConfig';
|
|
46
|
-
export * from './TeaserPopUpSettings';
|
|
47
45
|
export * from './TimeSeriesOfDeviceReport';
|
|
48
46
|
export * from './UsageRecord';
|
|
49
47
|
export * from './User';
|
|
@@ -8,7 +8,6 @@ export * from './ApiKey';
|
|
|
8
8
|
export * from './AuditLog';
|
|
9
9
|
export * from './BulkDevices';
|
|
10
10
|
export * from './Checkpoint';
|
|
11
|
-
export * from './ComplianceReportSettings';
|
|
12
11
|
export * from './Condition';
|
|
13
12
|
export * from './ConfigParam';
|
|
14
13
|
export * from './ConfigParams';
|
|
@@ -43,7 +42,6 @@ export * from './Shieldex';
|
|
|
43
42
|
export * from './Stream';
|
|
44
43
|
export * from './StreamAnalyticsConfig';
|
|
45
44
|
export * from './StreamConfig';
|
|
46
|
-
export * from './TeaserPopUpSettings';
|
|
47
45
|
export * from './TimeSeriesOfDeviceReport';
|
|
48
46
|
export * from './UsageRecord';
|
|
49
47
|
export * from './User';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import { UsrAlertsService } from "./services";
|
|
2
|
+
import { UsrDevicesService } from "./services";
|
|
3
|
+
import { UsrEventsService } from "./services";
|
|
4
|
+
import { UsrNetworkService } from "./services";
|
|
5
|
+
import { UsrReportsService } from "./services";
|
|
6
|
+
import { UsrRulesService } from "./services";
|
|
1
7
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
2
8
|
import { SysAccountsService } from "./services";
|
|
3
9
|
import { SysAuditLogService } from "./services";
|
|
@@ -17,16 +23,16 @@ import { UsrInsightsService } from "./services";
|
|
|
17
23
|
import { UsrIntegrationsService } from "./services";
|
|
18
24
|
import { UsrMembersService } from "./services";
|
|
19
25
|
import { UsrUserService } from "./services";
|
|
20
|
-
import { UsrAlertsService } from "./services";
|
|
21
|
-
import { UsrDevicesService } from "./services";
|
|
22
|
-
import { UsrEventsService } from "./services";
|
|
23
|
-
import { UsrNetworkService } from "./services";
|
|
24
|
-
import { UsrReportsService } from "./services";
|
|
25
|
-
import { UsrRulesService } from "./services";
|
|
26
26
|
export declare class PulseClient {
|
|
27
27
|
private restSvc;
|
|
28
28
|
private axiosInst;
|
|
29
29
|
constructor(apiUrl: string, apiKey?: string, accessToken?: string);
|
|
30
|
+
readonly UsrAlertsService: UsrAlertsService;
|
|
31
|
+
readonly UsrDevicesService: UsrDevicesService;
|
|
32
|
+
readonly UsrEventsService: UsrEventsService;
|
|
33
|
+
readonly UsrNetworkService: UsrNetworkService;
|
|
34
|
+
readonly UsrReportsService: UsrReportsService;
|
|
35
|
+
readonly UsrRulesService: UsrRulesService;
|
|
30
36
|
readonly SupportStreamAnalyticsConfig: SupportStreamAnalyticsConfig;
|
|
31
37
|
readonly SysAccountsService: SysAccountsService;
|
|
32
38
|
readonly SysAuditLogService: SysAuditLogService;
|
|
@@ -46,10 +52,4 @@ export declare class PulseClient {
|
|
|
46
52
|
readonly UsrIntegrationsService: UsrIntegrationsService;
|
|
47
53
|
readonly UsrMembersService: UsrMembersService;
|
|
48
54
|
readonly UsrUserService: UsrUserService;
|
|
49
|
-
readonly UsrAlertsService: UsrAlertsService;
|
|
50
|
-
readonly UsrDevicesService: UsrDevicesService;
|
|
51
|
-
readonly UsrEventsService: UsrEventsService;
|
|
52
|
-
readonly UsrNetworkService: UsrNetworkService;
|
|
53
|
-
readonly UsrReportsService: UsrReportsService;
|
|
54
|
-
readonly UsrRulesService: UsrRulesService;
|
|
55
55
|
}
|