@shieldiot/pulse-lib 1.0.386 → 1.0.388
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/cjs/lib/common/DevicesMap.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/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 +2 -2
- package/dist/cjs/lib/entities/DataIngestion.d.ts +2 -1
- package/dist/cjs/lib/entities/DataIngestion.js +4 -1
- package/dist/cjs/lib/entities/DataIngestion.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 +2 -2
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/Group.d.ts +1 -1
- package/dist/cjs/lib/entities/Group.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +1 -1
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +2 -2
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.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 +3 -3
- 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/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/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/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/cjs/lib/entities/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +1 -1
- package/dist/cjs/lib/entities/UserMembership.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/enums/EventTypeCode.d.ts +2 -1
- package/dist/cjs/lib/enums/EventTypeCode.js +3 -0
- package/dist/cjs/lib/enums/EventTypeCode.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/sysGroupsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/esm/lib/common/DevicesMap.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/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 +2 -2
- package/dist/esm/lib/entities/DataIngestion.d.ts +2 -1
- package/dist/esm/lib/entities/DataIngestion.js +4 -1
- package/dist/esm/lib/entities/DataIngestion.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 +2 -2
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/Group.d.ts +1 -1
- package/dist/esm/lib/entities/Group.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +1 -1
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +2 -2
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.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 +3 -3
- 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/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/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/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/esm/lib/entities/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +1 -1
- package/dist/esm/lib/entities/UserMembership.d.ts +2 -2
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/enums/EventTypeCode.d.ts +2 -1
- package/dist/esm/lib/enums/EventTypeCode.js +3 -0
- package/dist/esm/lib/enums/EventTypeCode.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/sysGroupsService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +7 -7
- package/dist/esm/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
- package/dist/types/lib/common/DevicesMap.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/Action.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +2 -2
- package/dist/types/lib/entities/DataIngestion.d.ts +2 -1
- 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 +2 -2
- package/dist/types/lib/entities/EventWithDevice.d.ts +8 -8
- package/dist/types/lib/entities/Group.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +1 -1
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/InsightSpec.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +3 -3
- package/dist/types/lib/entities/Report.d.ts +1 -1
- 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/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/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +2 -2
- package/dist/types/lib/enums/EventTypeCode.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/sysGroupsService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysRulesService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +7 -7
- package/dist/types/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/types/lib/services/usrNetworkService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { AccountTypeCode } from '../enums';
|
|
2
3
|
import { AccountStatusCode } from '../enums';
|
|
3
4
|
import { Image } from '../entities';
|
|
4
5
|
import { AccountReportDTO } from '../entities';
|
|
5
6
|
import { Account } from '../entities';
|
|
6
7
|
import { AccountSettings } from '../entities';
|
|
7
|
-
import { AccountTypeCode } from '../enums';
|
|
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 { FeaturesGroup } from '../entities';
|
|
3
2
|
import { Feature } from '../entities';
|
|
3
|
+
import { FeaturesGroup } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { Group } from '../entities';
|
|
3
|
+
import { User } from '../entities';
|
|
4
4
|
export declare class SysGroupsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { IdsRule } from '../entities';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { RuleActivityStatusCode } from '../enums';
|
|
4
5
|
import { EventTypeCode } from '../enums';
|
|
5
6
|
import { Rule } from '../entities';
|
|
6
|
-
import { IdsRule } from '../entities';
|
|
7
7
|
export declare class SysIdsRulesService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { StringIntValue } from '../common';
|
|
3
2
|
import { ApiKey } from '../entities';
|
|
3
|
+
import { StringIntValue } from '../common';
|
|
4
4
|
export declare class SysKeysService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Rule } from '../entities';
|
|
4
4
|
export declare class SysRulesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { UserTypeCode } from '../enums';
|
|
4
3
|
import { UserStatusCode } from '../enums';
|
|
5
4
|
import { UserMemberships } from '../entities';
|
|
5
|
+
import { User } 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 {
|
|
2
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
3
3
|
import { EventCategoryCode } from '../enums';
|
|
4
4
|
import { AlertWithDevice } from '../entities';
|
|
5
|
+
import { TimeSeriesOf2D } from '../common';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { MaliciousIPData } from '../common';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
5
9
|
import { StringKeyValue } from '../common';
|
|
6
10
|
import { Alert } from '../entities';
|
|
7
11
|
import { EventTypeCode } from '../enums';
|
|
8
|
-
import {
|
|
9
|
-
import { EventStatusCode } from '../enums';
|
|
10
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
-
import { IntDistribution } from '../entities';
|
|
12
|
-
import { DeviceActionCode } from '../enums';
|
|
13
|
-
import { TimeSeriesOf2D } from '../common';
|
|
12
|
+
import { SeverityTypeCode } from '../enums';
|
|
14
13
|
import { RuleTypeCode } from '../enums';
|
|
15
|
-
import {
|
|
14
|
+
import { IntDistribution } from '../entities';
|
|
15
|
+
import { MaliciousIPCard } from '../common';
|
|
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
|
+
import { NetworkMap } from '../common';
|
|
3
|
+
import { Device } from '../entities';
|
|
4
|
+
import { DeviceStatusCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { IntDistribution } from '../entities';
|
|
7
|
+
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
2
9
|
import { NetworkMapTypeCode } from '../enums';
|
|
3
10
|
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
-
import { MapBounds } from '../common';
|
|
5
|
-
import { DeviceTypeCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
11
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
8
|
-
import { DeviceStatusCode } from '../enums';
|
|
9
12
|
import { DeviceReport } from '../entities';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
13
|
+
import { MapBounds } from '../common';
|
|
14
|
+
import { BulkDevices } from '../entities';
|
|
12
15
|
import { DeviceWithEvents } from '../entities';
|
|
13
|
-
import { IntDistribution } from '../entities';
|
|
14
16
|
import { DevicesMap } from '../common';
|
|
15
|
-
import { Device } from '../entities';
|
|
16
|
-
import { BulkDevices } 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 {
|
|
3
|
-
import { EventWithDevice } from '../entities';
|
|
2
|
+
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { MaliciousIPData } from '../common';
|
|
4
|
+
import { TimeSeriesOf2D } from '../common';
|
|
5
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
6
|
+
import { EventWithDevice } from '../entities';
|
|
7
|
+
import { IntDistribution } from '../entities';
|
|
5
8
|
import { MaliciousIPCard } from '../common';
|
|
6
9
|
import { Event } from '../entities';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
10
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
-
import { StringKeyValue } from '../common';
|
|
11
|
+
import { EventCategoryCode } from '../enums';
|
|
12
12
|
import { EventStatusCode } from '../enums';
|
|
13
13
|
import { RuleTypeCode } from '../enums';
|
|
14
|
-
import {
|
|
14
|
+
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { Insight } from '../entities';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { IntDistribution } from '../entities';
|
|
4
|
+
import { Insight } from '../entities';
|
|
5
5
|
export declare class UsrInsightsService {
|
|
6
6
|
private apiUrl;
|
|
7
7
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { Distribution } from '../entities';
|
|
3
2
|
import { FlowRecord } from '../entities';
|
|
4
3
|
import { UsageRecord } from '../entities';
|
|
5
4
|
import { SessionRecord } from '../entities';
|
|
6
5
|
import { IntDistribution } from '../entities';
|
|
6
|
+
import { Distribution } from '../entities';
|
|
7
7
|
export declare class UsrNetworkService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { RuleActivityStatusCode } from '../enums';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
6
5
|
import { TimeSeriesOfFloat } from '../common';
|
|
7
6
|
import { IntDistribution } from '../entities';
|
|
8
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,12 +1,12 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { LoginParams } from '../common';
|
|
3
|
-
import { User } from '../entities';
|
|
4
3
|
import { AccountDTO } from '../entities';
|
|
4
|
+
import { Stream } from '../entities';
|
|
5
|
+
import { FeatureCode } from '../enums';
|
|
6
|
+
import { User } from '../entities';
|
|
5
7
|
import { Image } from '../entities';
|
|
6
8
|
import { Feature } from '../entities';
|
|
7
|
-
import { Stream } from '../entities';
|
|
8
9
|
import { UserMemberships } from '../entities';
|
|
9
|
-
import { FeatureCode } from '../enums';
|
|
10
10
|
import { ConfigParam } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|