@shieldiot/pulse-lib 1.0.353 → 1.0.355
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 +2 -2
- package/dist/cjs/lib/common/Node.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +2 -2
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +5 -5
- 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/Event.d.ts +7 -7
- 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/FlowRecord.d.ts +20 -0
- package/dist/cjs/lib/entities/FlowRecord.js +10 -0
- package/dist/cjs/lib/entities/FlowRecord.js.map +1 -0
- package/dist/cjs/lib/entities/Insight.d.ts +1 -1
- 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/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/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.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 +4 -4
- 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/index.d.ts +1 -0
- package/dist/cjs/lib/entities/index.js +1 -0
- package/dist/cjs/lib/entities/index.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/sysInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +10 -10
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrNetworkService.d.ts +16 -1
- package/dist/cjs/lib/services/usrNetworkService.js +75 -0
- package/dist/cjs/lib/services/usrNetworkService.js.map +1 -1
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- 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 +5 -5
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/Node.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +2 -2
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +5 -5
- 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/Event.d.ts +7 -7
- 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/FlowRecord.d.ts +20 -0
- package/dist/esm/lib/entities/FlowRecord.js +6 -0
- package/dist/esm/lib/entities/FlowRecord.js.map +1 -0
- package/dist/esm/lib/entities/Insight.d.ts +1 -1
- 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/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/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.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 +4 -4
- 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/index.d.ts +1 -0
- package/dist/esm/lib/entities/index.js +1 -0
- package/dist/esm/lib/entities/index.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/sysInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +10 -10
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +8 -8
- package/dist/esm/lib/services/usrNetworkService.d.ts +16 -1
- package/dist/esm/lib/services/usrNetworkService.js +75 -0
- package/dist/esm/lib/services/usrNetworkService.js.map +1 -1
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- 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 +5 -5
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/Node.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +2 -2
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/types/lib/entities/Alert.d.ts +5 -5
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/Event.d.ts +7 -7
- package/dist/types/lib/entities/EventWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/FlowRecord.d.ts +20 -0
- package/dist/types/lib/entities/Insight.d.ts +1 -1
- 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/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +4 -4
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +1 -0
- 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/sysInsightsService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +10 -10
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +8 -8
- package/dist/types/lib/services/usrNetworkService.d.ts +16 -1
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- 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 +5 -5
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Interval } from '../common';
|
|
2
|
-
import { SeverityConditionConfig } from '../common';
|
|
3
1
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
2
|
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
3
|
+
import { Interval } from '../common';
|
|
4
|
+
import { SeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountSettings } from '../entities';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { AccountTypeCode } from '../enums';
|
|
2
4
|
import { AccountStatusCode } from '../enums';
|
|
3
5
|
import { StringKeyValue } from '../common';
|
|
4
|
-
import { AccountSettings } from '../entities';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAOrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { AccountSettings } from '../entities';
|
|
2
|
+
import { DeviceReport } from '../entities';
|
|
1
3
|
import { IntDistribution } from '../entities';
|
|
2
4
|
import { BaseEntity } from '../base';
|
|
3
5
|
import { AccountTypeCode } from '../enums';
|
|
4
6
|
import { AccountStatusCode } from '../enums';
|
|
5
7
|
import { StringKeyValue } from '../common';
|
|
6
|
-
import { AccountSettings } from '../entities';
|
|
7
|
-
import { DeviceReport } from '../entities';
|
|
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":";;;AAGA,kCAAqC;AAOrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
1
|
+
import { GeoData } from '../common';
|
|
4
2
|
import { EventCategoryCode } from '../enums';
|
|
3
|
+
import { TrafficDirectionCode } from '../enums';
|
|
5
4
|
import { BaseEntity } from '../base';
|
|
6
5
|
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
7
|
import { RuleTypeCode } from '../enums';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AASrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import { EventStatusCode } from '../enums';
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
4
2
|
import { GeoData } from '../common';
|
|
5
3
|
import { StringKeyValue } from '../common';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
4
|
import { TrafficDirectionCode } from '../enums';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
10
7
|
import { Device } from '../entities';
|
|
8
|
+
import { BaseEntity } from '../base';
|
|
9
|
+
import { EventTypeCode } from '../enums';
|
|
10
|
+
import { EventCategoryCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { TrafficDirectionCode } from '../enums';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { EventStatusCode } from '../enums';
|
|
5
|
-
import { EventCategoryCode } from '../enums';
|
|
6
|
-
import { EventOccurrence } from '../entities';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
8
1
|
import { Indicator } from '../common';
|
|
9
2
|
import { RuleTypeCode } from '../enums';
|
|
10
3
|
import { GeoData } from '../common';
|
|
11
4
|
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventOccurrence } from '../entities';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { EventStatusCode } from '../enums';
|
|
8
|
+
import { EventCategoryCode } from '../enums';
|
|
9
|
+
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { BaseEntity } from '../base';
|
|
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":";;;AASA,kCAAqC;AAKrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
1
2
|
import { GeoData } from '../common';
|
|
2
|
-
import { TrafficDirectionCode } from '../enums';
|
|
3
|
-
import { Device } from '../entities';
|
|
4
|
-
import { Indicator } from '../common';
|
|
5
|
-
import { RuleTypeCode } from '../enums';
|
|
6
3
|
import { StringKeyValue } from '../common';
|
|
7
4
|
import { EventCategoryCode } from '../enums';
|
|
8
5
|
import { EventOccurrence } from '../entities';
|
|
6
|
+
import { TrafficDirectionCode } from '../enums';
|
|
7
|
+
import { Device } from '../entities';
|
|
8
|
+
import { BaseEntity } from '../base';
|
|
9
9
|
import { EventTypeCode } from '../enums';
|
|
10
|
-
import { SeverityTypeCode } from '../enums';
|
|
11
10
|
import { EventStatusCode } from '../enums';
|
|
12
|
-
import {
|
|
11
|
+
import { Indicator } from '../common';
|
|
12
|
+
import { RuleTypeCode } 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":";;;AAOA,kCAAqC;AAQrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
2
|
+
export declare class FlowRecord extends BaseEntity {
|
|
3
|
+
recordId: string;
|
|
4
|
+
flowId: number;
|
|
5
|
+
streamId: string;
|
|
6
|
+
deviceId: string;
|
|
7
|
+
startTime: number;
|
|
8
|
+
endTime: number;
|
|
9
|
+
srcIP: string;
|
|
10
|
+
srcPort: number;
|
|
11
|
+
dstIP: string;
|
|
12
|
+
dstPort: number;
|
|
13
|
+
pcktToSrv: number;
|
|
14
|
+
pcktToClient: number;
|
|
15
|
+
bytesToSrv: number;
|
|
16
|
+
bytesToClient: number;
|
|
17
|
+
proto: string;
|
|
18
|
+
pcap: string;
|
|
19
|
+
alerted: boolean;
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FlowRecord = void 0;
|
|
4
|
+
const base_1 = require("../base");
|
|
5
|
+
// FlowRecord represents a single flow record from the CSV data
|
|
6
|
+
// generated by Suricata0-based parser
|
|
7
|
+
class FlowRecord extends base_1.BaseEntity {
|
|
8
|
+
}
|
|
9
|
+
exports.FlowRecord = FlowRecord;
|
|
10
|
+
//# sourceMappingURL=FlowRecord.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlowRecord.js","sourceRoot":"","sources":["../../../../src/lib/entities/FlowRecord.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAIrC,+DAA+D;AAC/D,sCAAsC;AACtC,MAAa,UAAW,SAAQ,iBAAU;CAsDzC;AAtDD,gCAsDC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { InsightTypeCode } from '../enums';
|
|
3
2
|
import { InsightStatusCode } from '../enums';
|
|
4
3
|
import { SeverityTypeCode } from '../enums';
|
|
5
4
|
import { DirectionContextCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
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":";;;AAIA,kCAAqC;AAIrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAoCtC;AApCD,0BAoCC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { InsightTypeCode } from '../enums';
|
|
1
2
|
import { DirectionContextCode } from '../enums';
|
|
2
3
|
import { BaseEntity } from '../base';
|
|
3
|
-
import { InsightTypeCode } from '../enums';
|
|
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,4 +1,3 @@
|
|
|
1
|
-
import { DeviceActionCode } from '../enums';
|
|
2
1
|
import { BaseEntity } from '../base';
|
|
3
2
|
import { IntegrationTypeCode } from '../enums';
|
|
4
3
|
import { IntegrationTriggerCode } from '../enums';
|
|
@@ -6,6 +5,7 @@ import { HttpMethodCode } from '../enums';
|
|
|
6
5
|
import { StringKeyValue } from '../common';
|
|
7
6
|
import { EventTypeCode } from '../enums';
|
|
8
7
|
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAWrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -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,kCAAqC;AAMrC,wEAAwE;AACxE,MAAa,MAAO,SAAQ,iBAAU;CA8BrC;AA9BD,wBA8BC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { DataSourceCode } from '../enums';
|
|
4
1
|
import { Condition } from '../entities';
|
|
5
2
|
import { DeviceTypeCode } from '../enums';
|
|
6
3
|
import { EventTypeCode } from '../enums';
|
|
7
4
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
+
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":";;;AAIA,kCAAqC;AAMrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAyDnC;AAzDD,oBAyDC"}
|
|
@@ -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":";;;AACA,kCAAqC;AAKrC,+LAA+L;AAC/L,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { Thresholds } from '../common';
|
|
3
2
|
import { ShieldexConfig } from '../common';
|
|
4
3
|
import { EventSeverityConfig } from '../common';
|
|
5
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":";;;AAIA,kCAAqC;AAIrC,0EAA0E;AAC1E,MAAa,qBAAsB,SAAQ,iBAAU;CAkBpD;AAlBD,sDAkBC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DeviceConfig } from '../common';
|
|
2
|
-
import { DataIngestion } from '../entities';
|
|
3
|
-
import { SessionTransform } from '../common';
|
|
4
|
-
import { UsageTransform } from '../common';
|
|
5
1
|
import { Thresholds } from '../common';
|
|
6
2
|
import { ShieldexConfig } from '../common';
|
|
7
3
|
import { EventSeverityConfig } from '../common';
|
|
8
4
|
import { DeviceActionCode } from '../enums';
|
|
5
|
+
import { DeviceConfig } from '../common';
|
|
6
|
+
import { DataIngestion } from '../entities';
|
|
7
|
+
import { SessionTransform } from '../common';
|
|
8
|
+
import { UsageTransform } 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';
|
|
2
1
|
import { UserTypeCode } from '../enums';
|
|
3
2
|
import { UserStatusCode } from '../enums';
|
|
4
3
|
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":";;;AAGA,kCAAqC;AAIrC,sGAAsG;AACtG,+DAA+D;AAC/D,MAAa,IAAK,SAAQ,iBAAU;CAiCnC;AAjCD,oBAiCC"}
|
|
@@ -27,6 +27,7 @@ tslib_1.__exportStar(require("./EventOccurrence"), exports);
|
|
|
27
27
|
tslib_1.__exportStar(require("./EventWithDevice"), exports);
|
|
28
28
|
tslib_1.__exportStar(require("./Feature"), exports);
|
|
29
29
|
tslib_1.__exportStar(require("./FeaturesGroup"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./FlowRecord"), exports);
|
|
30
31
|
tslib_1.__exportStar(require("./Group"), exports);
|
|
31
32
|
tslib_1.__exportStar(require("./Image"), exports);
|
|
32
33
|
tslib_1.__exportStar(require("./Insight"), 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,kDAAwB;AACxB,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,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,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, ActionResponse } from '../../utils';
|
|
2
|
-
import { Feature } from '../entities';
|
|
3
2
|
import { FeaturesGroup } from '../entities';
|
|
3
|
+
import { Feature } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { InsightQuery } from '../entities';
|
|
3
2
|
import { InsightSpec } from '../entities';
|
|
3
|
+
import { InsightQuery } from '../entities';
|
|
4
4
|
export declare class SysInsightsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { UserMemberships } from '../entities';
|
|
3
2
|
import { User } from '../entities';
|
|
4
3
|
import { UserTypeCode } from '../enums';
|
|
5
4
|
import { UserStatusCode } from '../enums';
|
|
5
|
+
import { UserMemberships } from '../entities';
|
|
6
6
|
export declare class SysUsersService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
4
|
-
import { StringKeyValue } from '../common';
|
|
5
|
-
import { Alert } from '../entities';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { AlertWithDevice } from '../entities';
|
|
8
|
-
import { IntDistribution } from '../entities';
|
|
2
|
+
import { MaliciousIPCard } from '../common';
|
|
9
3
|
import { EventCategoryCode } from '../enums';
|
|
10
|
-
import {
|
|
11
|
-
import { EventTypeCode } from '../enums';
|
|
4
|
+
import { AlertWithDevice } from '../entities';
|
|
12
5
|
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { MaliciousIPData } from '../common';
|
|
9
|
+
import { IntDistribution } from '../entities';
|
|
13
10
|
import { DeviceActionCode } from '../enums';
|
|
14
11
|
import { TimeSeriesOf2D } from '../common';
|
|
15
|
-
import {
|
|
12
|
+
import { Alert } from '../entities';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
14
|
+
import { StringKeyValue } from '../common';
|
|
15
|
+
import { RuleTypeCode } from '../enums';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { IntDistribution } from '../entities';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import { NetworkMapTypeCode } from '../enums';
|
|
5
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
6
|
-
import { DevicesMap } from '../common';
|
|
7
|
-
import { BulkDevices } from '../entities';
|
|
8
3
|
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
9
|
-
import { DeviceTypeCode } from '../enums';
|
|
10
|
-
import { DeviceStatusCode } from '../enums';
|
|
11
|
-
import { SeverityTypeCode } from '../enums';
|
|
12
|
-
import { DeviceWithEvents } from '../entities';
|
|
13
4
|
import { DeviceReport } from '../entities';
|
|
14
5
|
import { Device } from '../entities';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
9
|
+
import { DeviceStatusCode } from '../enums';
|
|
15
10
|
import { NetworkMap } from '../common';
|
|
11
|
+
import { DevicesMap } from '../common';
|
|
12
|
+
import { BulkDevices } from '../entities';
|
|
13
|
+
import { DeviceActionCode } from '../enums';
|
|
14
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
16
15
|
import { MapBounds } from '../common';
|
|
16
|
+
import { DeviceWithEvents } from '../entities';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Event } from '../entities';
|
|
3
2
|
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import { RuleTypeCode } from '../enums';
|
|
5
|
-
import { MaliciousIPCard } from '../common';
|
|
6
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
|
-
import { SeverityTypeCode } from '../enums';
|
|
9
3
|
import { EventStatusCode } from '../enums';
|
|
4
|
+
import { RuleTypeCode } from '../enums';
|
|
10
5
|
import { EventWithDevice } from '../entities';
|
|
11
|
-
import { MaliciousIPData } from '../common';
|
|
12
|
-
import { IntDistribution } from '../entities';
|
|
13
6
|
import { TimeSeriesOf2D } from '../common';
|
|
7
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
8
|
+
import { Event } from '../entities';
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { MaliciousIPCard } from '../common';
|
|
14
11
|
import { StringKeyValue } from '../common';
|
|
12
|
+
import { IntDistribution } from '../entities';
|
|
13
|
+
import { EventTypeCode } from '../enums';
|
|
14
|
+
import { MaliciousIPData } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import { RestUtil, EntitiesResponse } from '../../utils';
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
+
import { Distribution } from '../entities';
|
|
3
|
+
import { FlowRecord } from '../entities';
|
|
2
4
|
import { UsageRecord } from '../entities';
|
|
3
5
|
import { SessionRecord } from '../entities';
|
|
6
|
+
import { IntDistribution } from '../entities';
|
|
4
7
|
export declare class UsrNetworkService {
|
|
5
8
|
private apiUrl;
|
|
6
9
|
private rest;
|
|
@@ -14,4 +17,16 @@ export declare class UsrNetworkService {
|
|
|
14
17
|
* Find list of session records by query
|
|
15
18
|
*/
|
|
16
19
|
findSession(streamId?: string, deviceId?: string, simId?: string, from?: number, to?: number, include?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<SessionRecord>>;
|
|
20
|
+
/**
|
|
21
|
+
* Find most common ports by query
|
|
22
|
+
*/
|
|
23
|
+
mostCommonPorts(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<EntitiesResponse<IntDistribution>>;
|
|
24
|
+
/**
|
|
25
|
+
* List most common IPs
|
|
26
|
+
*/
|
|
27
|
+
mostCommonIps(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<EntityResponse<Distribution>>;
|
|
28
|
+
/**
|
|
29
|
+
* Find list of traffic by query
|
|
30
|
+
*/
|
|
31
|
+
findTraffic(streamId?: string, deviceId?: string, from?: number, to?: number, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<FlowRecord>>;
|
|
17
32
|
}
|
|
@@ -81,6 +81,81 @@ class UsrNetworkService {
|
|
|
81
81
|
}
|
|
82
82
|
return this.rest.get(`${this.baseUrl}/session`, ...params);
|
|
83
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* Find most common ports by query
|
|
86
|
+
*/
|
|
87
|
+
mostCommonPorts(streamId, deviceId, from, to, limit) {
|
|
88
|
+
const params = [];
|
|
89
|
+
if (streamId != null) {
|
|
90
|
+
params.push(`streamId=${streamId}`);
|
|
91
|
+
}
|
|
92
|
+
if (deviceId != null) {
|
|
93
|
+
params.push(`deviceId=${deviceId}`);
|
|
94
|
+
}
|
|
95
|
+
if (from != null) {
|
|
96
|
+
params.push(`from=${from}`);
|
|
97
|
+
}
|
|
98
|
+
if (to != null) {
|
|
99
|
+
params.push(`to=${to}`);
|
|
100
|
+
}
|
|
101
|
+
if (limit != null) {
|
|
102
|
+
params.push(`limit=${limit}`);
|
|
103
|
+
}
|
|
104
|
+
return this.rest.get(`${this.baseUrl}/most-common-ports`, ...params);
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* List most common IPs
|
|
108
|
+
*/
|
|
109
|
+
mostCommonIps(streamId, deviceId, from, to, limit) {
|
|
110
|
+
const params = [];
|
|
111
|
+
if (streamId != null) {
|
|
112
|
+
params.push(`streamId=${streamId}`);
|
|
113
|
+
}
|
|
114
|
+
if (deviceId != null) {
|
|
115
|
+
params.push(`deviceId=${deviceId}`);
|
|
116
|
+
}
|
|
117
|
+
if (from != null) {
|
|
118
|
+
params.push(`from=${from}`);
|
|
119
|
+
}
|
|
120
|
+
if (to != null) {
|
|
121
|
+
params.push(`to=${to}`);
|
|
122
|
+
}
|
|
123
|
+
if (limit != null) {
|
|
124
|
+
params.push(`limit=${limit}`);
|
|
125
|
+
}
|
|
126
|
+
return this.rest.get(`${this.baseUrl}/most-common-ips`, ...params);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Find list of traffic by query
|
|
130
|
+
*/
|
|
131
|
+
findTraffic(streamId, deviceId, from, to, search, sort, page, size) {
|
|
132
|
+
const params = [];
|
|
133
|
+
if (streamId != null) {
|
|
134
|
+
params.push(`streamId=${streamId}`);
|
|
135
|
+
}
|
|
136
|
+
if (deviceId != null) {
|
|
137
|
+
params.push(`deviceId=${deviceId}`);
|
|
138
|
+
}
|
|
139
|
+
if (from != null) {
|
|
140
|
+
params.push(`from=${from}`);
|
|
141
|
+
}
|
|
142
|
+
if (to != null) {
|
|
143
|
+
params.push(`to=${to}`);
|
|
144
|
+
}
|
|
145
|
+
if (search != null) {
|
|
146
|
+
params.push(`search=${search}`);
|
|
147
|
+
}
|
|
148
|
+
if (sort != null) {
|
|
149
|
+
params.push(`sort=${sort}`);
|
|
150
|
+
}
|
|
151
|
+
if (page != null) {
|
|
152
|
+
params.push(`page=${page}`);
|
|
153
|
+
}
|
|
154
|
+
if (size != null) {
|
|
155
|
+
params.push(`size=${size}`);
|
|
156
|
+
}
|
|
157
|
+
return this.rest.get(`${this.baseUrl}/traffic`, ...params);
|
|
158
|
+
}
|
|
84
159
|
}
|
|
85
160
|
exports.UsrNetworkService = UsrNetworkService;
|
|
86
161
|
//# sourceMappingURL=usrNetworkService.js.map
|