@shieldiot/ngx-pulseiot-lib 2.21.1325 → 2.21.1376

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.
@@ -2008,7 +2008,7 @@ class Location {
2008
2008
 
2009
2009
  // AccountSettings is a set of account attributes
2010
2010
  class AccountSettings {
2011
- constructor(defaultHomePageView, logo, logoDark, tabTitle, tabIcon, footer) {
2011
+ constructor(defaultHomePageView, logo, logoDark, tabTitle, tabIcon, footer, brandPrimary, brandSidebarFrom, brandSidebarTo, brandSidebarWash) {
2012
2012
  if (defaultHomePageView !== undefined) {
2013
2013
  this.defaultHomePageView = defaultHomePageView;
2014
2014
  }
@@ -2027,6 +2027,18 @@ class AccountSettings {
2027
2027
  if (footer !== undefined) {
2028
2028
  this.footer = footer;
2029
2029
  }
2030
+ if (brandPrimary !== undefined) {
2031
+ this.brandPrimary = brandPrimary;
2032
+ }
2033
+ if (brandSidebarFrom !== undefined) {
2034
+ this.brandSidebarFrom = brandSidebarFrom;
2035
+ }
2036
+ if (brandSidebarTo !== undefined) {
2037
+ this.brandSidebarTo = brandSidebarTo;
2038
+ }
2039
+ if (brandSidebarWash !== undefined) {
2040
+ this.brandSidebarWash = brandSidebarWash;
2041
+ }
2030
2042
  }
2031
2043
  }
2032
2044
 
@@ -3890,9 +3902,9 @@ class MaliciousIPData {
3890
3902
  }
3891
3903
  }
3892
3904
 
3893
- // TokenData model represents user in account which is encrypted with the JWT token
3905
+ // TokenData model represents user info encrypted with the JWT token
3894
3906
  class TokenData {
3895
- constructor(accountId, subjectId, subjectType, role, status, expiresIn) {
3907
+ constructor(accountId, subjectId, subjectType, subjectRole, status, expiresIn) {
3896
3908
  if (accountId !== undefined) {
3897
3909
  this.accountId = accountId;
3898
3910
  }
@@ -3902,8 +3914,8 @@ class TokenData {
3902
3914
  if (subjectType !== undefined) {
3903
3915
  this.subjectType = subjectType;
3904
3916
  }
3905
- if (role !== undefined) {
3906
- this.role = role;
3917
+ if (subjectRole !== undefined) {
3918
+ this.subjectRole = subjectRole;
3907
3919
  }
3908
3920
  if (status !== undefined) {
3909
3921
  this.status = status;
@@ -4782,10 +4794,10 @@ class RestUtils {
4782
4794
  }
4783
4795
  return contentType;
4784
4796
  }
4785
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: RestUtils, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
4786
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
4797
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: RestUtils, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
4798
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: RestUtils, providedIn: 'root' }); }
4787
4799
  }
4788
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: RestUtils, decorators: [{
4800
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: RestUtils, decorators: [{
4789
4801
  type: Injectable,
4790
4802
  args: [{
4791
4803
  providedIn: 'root'
@@ -4851,10 +4863,10 @@ class SysKeysService {
4851
4863
  listServices() {
4852
4864
  return this.rest.get(`${this.baseUrl}/services`);
4853
4865
  }
4854
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysKeysService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
4855
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysKeysService, providedIn: 'root' }); }
4866
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysKeysService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
4867
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysKeysService, providedIn: 'root' }); }
4856
4868
  }
4857
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysKeysService, decorators: [{
4869
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysKeysService, decorators: [{
4858
4870
  type: Injectable,
4859
4871
  args: [{
4860
4872
  providedIn: 'root'
@@ -4957,10 +4969,10 @@ class SysAuditLogService {
4957
4969
  }
4958
4970
  return this.rest.get(`${this.baseUrl}/timeline`, ...params);
4959
4971
  }
4960
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysAuditLogService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
4961
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysAuditLogService, providedIn: 'root' }); }
4972
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysAuditLogService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
4973
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysAuditLogService, providedIn: 'root' }); }
4962
4974
  }
4963
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysAuditLogService, decorators: [{
4975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysAuditLogService, decorators: [{
4964
4976
  type: Injectable,
4965
4977
  args: [{
4966
4978
  providedIn: 'root'
@@ -5042,10 +5054,10 @@ class SysCheckpointsService {
5042
5054
  }
5043
5055
  return this.rest.get(`${this.baseUrl}/timeline`, ...params);
5044
5056
  }
5045
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysCheckpointsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5046
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysCheckpointsService, providedIn: 'root' }); }
5057
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysCheckpointsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5058
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysCheckpointsService, providedIn: 'root' }); }
5047
5059
  }
5048
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysCheckpointsService, decorators: [{
5060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysCheckpointsService, decorators: [{
5049
5061
  type: Injectable,
5050
5062
  args: [{
5051
5063
  providedIn: 'root'
@@ -5126,10 +5138,10 @@ class SysGroupsService {
5126
5138
  removeUser(id, userId) {
5127
5139
  return this.rest.delete(`${this.baseUrl}/${id}/users/${userId}`);
5128
5140
  }
5129
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysGroupsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5130
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysGroupsService, providedIn: 'root' }); }
5141
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysGroupsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5142
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysGroupsService, providedIn: 'root' }); }
5131
5143
  }
5132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysGroupsService, decorators: [{
5144
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysGroupsService, decorators: [{
5133
5145
  type: Injectable,
5134
5146
  args: [{
5135
5147
  providedIn: 'root'
@@ -5196,10 +5208,10 @@ class SysStreamsService {
5196
5208
  }
5197
5209
  return this.rest.get(`${this.baseUrl}`, ...params);
5198
5210
  }
5199
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysStreamsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5200
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysStreamsService, providedIn: 'root' }); }
5211
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysStreamsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5212
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysStreamsService, providedIn: 'root' }); }
5201
5213
  }
5202
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysStreamsService, decorators: [{
5214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysStreamsService, decorators: [{
5203
5215
  type: Injectable,
5204
5216
  args: [{
5205
5217
  providedIn: 'root'
@@ -5309,10 +5321,10 @@ class UsrIntegrationsService {
5309
5321
  getTemplate(id) {
5310
5322
  return this.rest.get(`${this.baseUrl}/templates/${id}`);
5311
5323
  }
5312
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrIntegrationsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5313
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrIntegrationsService, providedIn: 'root' }); }
5324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrIntegrationsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrIntegrationsService, providedIn: 'root' }); }
5314
5326
  }
5315
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrIntegrationsService, decorators: [{
5327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrIntegrationsService, decorators: [{
5316
5328
  type: Injectable,
5317
5329
  args: [{
5318
5330
  providedIn: 'root'
@@ -5914,10 +5926,10 @@ class UsrEventsService {
5914
5926
  }
5915
5927
  return this.rest.get(`${this.baseUrl}/find-by-insight-context`, ...params);
5916
5928
  }
5917
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrEventsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5918
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrEventsService, providedIn: 'root' }); }
5929
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrEventsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5930
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrEventsService, providedIn: 'root' }); }
5919
5931
  }
5920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrEventsService, decorators: [{
5932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrEventsService, decorators: [{
5921
5933
  type: Injectable,
5922
5934
  args: [{
5923
5935
  providedIn: 'root'
@@ -5974,10 +5986,10 @@ class UsrNotificationMessagesService {
5974
5986
  markAllAsRead() {
5975
5987
  return this.rest.patch(`${this.baseUrl}/mark-all-read`, '');
5976
5988
  }
5977
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrNotificationMessagesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5978
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrNotificationMessagesService, providedIn: 'root' }); }
5989
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrNotificationMessagesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
5990
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrNotificationMessagesService, providedIn: 'root' }); }
5979
5991
  }
5980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrNotificationMessagesService, decorators: [{
5992
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrNotificationMessagesService, decorators: [{
5981
5993
  type: Injectable,
5982
5994
  args: [{
5983
5995
  providedIn: 'root'
@@ -6159,10 +6171,10 @@ class UsrRulesService {
6159
6171
  }
6160
6172
  return this.rest.get(`${this.baseUrl}/count-alerts/by-rule-id`, ...params);
6161
6173
  }
6162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrRulesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6163
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrRulesService, providedIn: 'root' }); }
6174
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrRulesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6175
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrRulesService, providedIn: 'root' }); }
6164
6176
  }
6165
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrRulesService, decorators: [{
6177
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrRulesService, decorators: [{
6166
6178
  type: Injectable,
6167
6179
  args: [{
6168
6180
  providedIn: 'root'
@@ -6278,10 +6290,10 @@ class UsrUserService {
6278
6290
  getSysConfig() {
6279
6291
  return this.rest.get(`${this.baseUrl}/get-sys-config`);
6280
6292
  }
6281
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrUserService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6282
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrUserService, providedIn: 'root' }); }
6293
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrUserService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6294
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrUserService, providedIn: 'root' }); }
6283
6295
  }
6284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrUserService, decorators: [{
6296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrUserService, decorators: [{
6285
6297
  type: Injectable,
6286
6298
  args: [{
6287
6299
  providedIn: 'root'
@@ -6350,10 +6362,10 @@ class SysMembersService {
6350
6362
  }
6351
6363
  return this.rest.get(`${this.baseUrl}`, ...params);
6352
6364
  }
6353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysMembersService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6354
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysMembersService, providedIn: 'root' }); }
6365
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysMembersService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6366
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysMembersService, providedIn: 'root' }); }
6355
6367
  }
6356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysMembersService, decorators: [{
6368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysMembersService, decorators: [{
6357
6369
  type: Injectable,
6358
6370
  args: [{
6359
6371
  providedIn: 'root'
@@ -6455,10 +6467,10 @@ class SysRulesService {
6455
6467
  }
6456
6468
  return this.rest.get(`${this.baseUrl}/sql`, ...params);
6457
6469
  }
6458
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysRulesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6459
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysRulesService, providedIn: 'root' }); }
6470
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysRulesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6471
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysRulesService, providedIn: 'root' }); }
6460
6472
  }
6461
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysRulesService, decorators: [{
6473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysRulesService, decorators: [{
6462
6474
  type: Injectable,
6463
6475
  args: [{
6464
6476
  providedIn: 'root'
@@ -6527,10 +6539,10 @@ class SupportStreamAnalyticsConfigService {
6527
6539
  }
6528
6540
  return this.rest.get(`${this.baseUrl}`, ...params);
6529
6541
  }
6530
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SupportStreamAnalyticsConfigService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6531
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SupportStreamAnalyticsConfigService, providedIn: 'root' }); }
6542
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SupportStreamAnalyticsConfigService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6543
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SupportStreamAnalyticsConfigService, providedIn: 'root' }); }
6532
6544
  }
6533
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SupportStreamAnalyticsConfigService, decorators: [{
6545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SupportStreamAnalyticsConfigService, decorators: [{
6534
6546
  type: Injectable,
6535
6547
  args: [{
6536
6548
  providedIn: 'root'
@@ -6631,10 +6643,10 @@ class SysConfigService {
6631
6643
  }
6632
6644
  return this.rest.get(`${this.baseUrl}/test-email-template`, ...params);
6633
6645
  }
6634
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysConfigService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6635
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysConfigService, providedIn: 'root' }); }
6646
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysConfigService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6647
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysConfigService, providedIn: 'root' }); }
6636
6648
  }
6637
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysConfigService, decorators: [{
6649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysConfigService, decorators: [{
6638
6650
  type: Injectable,
6639
6651
  args: [{
6640
6652
  providedIn: 'root'
@@ -6678,10 +6690,10 @@ class SysStatisticsService {
6678
6690
  getUsersCount(field) {
6679
6691
  return this.rest.get(`${this.baseUrl}/users/${field}`);
6680
6692
  }
6681
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysStatisticsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6682
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysStatisticsService, providedIn: 'root' }); }
6693
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysStatisticsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
6694
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysStatisticsService, providedIn: 'root' }); }
6683
6695
  }
6684
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysStatisticsService, decorators: [{
6696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysStatisticsService, decorators: [{
6685
6697
  type: Injectable,
6686
6698
  args: [{
6687
6699
  providedIn: 'root'
@@ -7289,10 +7301,10 @@ class UsrAlertsService {
7289
7301
  }
7290
7302
  return this.rest.get(`${this.baseUrl}/find-by-insight-context`, ...params);
7291
7303
  }
7292
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrAlertsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7293
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrAlertsService, providedIn: 'root' }); }
7304
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrAlertsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7305
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrAlertsService, providedIn: 'root' }); }
7294
7306
  }
7295
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrAlertsService, decorators: [{
7307
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrAlertsService, decorators: [{
7296
7308
  type: Injectable,
7297
7309
  args: [{
7298
7310
  providedIn: 'root'
@@ -7867,10 +7879,10 @@ class UsrDevicesService {
7867
7879
  }
7868
7880
  return this.rest.get(`${this.baseUrl}/count/by-risk`, ...params);
7869
7881
  }
7870
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrDevicesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7871
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrDevicesService, providedIn: 'root' }); }
7882
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrDevicesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
7883
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrDevicesService, providedIn: 'root' }); }
7872
7884
  }
7873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrDevicesService, decorators: [{
7885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrDevicesService, decorators: [{
7874
7886
  type: Injectable,
7875
7887
  args: [{
7876
7888
  providedIn: 'root'
@@ -7987,6 +7999,22 @@ class UsrReportsService {
7987
7999
  }
7988
8000
  return this.rest.get(`${this.baseUrl}/insights-by-mail`, ...params);
7989
8001
  }
8002
+ /**
8003
+ * Send the weekly digest email on demand for the caller's account
8004
+ */
8005
+ sendWeeklyDigest(from, to, addresses) {
8006
+ const params = [];
8007
+ if (from != null) {
8008
+ params.push(`from=${from}`);
8009
+ }
8010
+ if (to != null) {
8011
+ params.push(`to=${to}`);
8012
+ }
8013
+ if (addresses != null) {
8014
+ params.push(`addresses=${addresses}`);
8015
+ }
8016
+ return this.rest.get(`${this.baseUrl}/weekly-digest`, ...params);
8017
+ }
7990
8018
  /**
7991
8019
  * Get network activity over time histogram over the provided time period
7992
8020
  */
@@ -8035,10 +8063,10 @@ class UsrReportsService {
8035
8063
  }
8036
8064
  return this.rest.get(`${this.baseUrl}/device-distribution-by-number-of-destinations`, ...params);
8037
8065
  }
8038
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrReportsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8039
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrReportsService, providedIn: 'root' }); }
8066
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrReportsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8067
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrReportsService, providedIn: 'root' }); }
8040
8068
  }
8041
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrReportsService, decorators: [{
8069
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrReportsService, decorators: [{
8042
8070
  type: Injectable,
8043
8071
  args: [{
8044
8072
  providedIn: 'root'
@@ -8114,10 +8142,10 @@ class SysIdsRulesService {
8114
8142
  }
8115
8143
  return this.rest.get(`${this.baseUrl}`, ...params);
8116
8144
  }
8117
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIdsRulesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8118
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIdsRulesService, providedIn: 'root' }); }
8145
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIdsRulesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8146
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIdsRulesService, providedIn: 'root' }); }
8119
8147
  }
8120
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIdsRulesService, decorators: [{
8148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIdsRulesService, decorators: [{
8121
8149
  type: Injectable,
8122
8150
  args: [{
8123
8151
  providedIn: 'root'
@@ -8186,10 +8214,10 @@ class UsrInsightsService {
8186
8214
  countAlertsBySeverity(id) {
8187
8215
  return this.rest.get(`${this.baseUrl}/count-alerts/by-severity/${id}`);
8188
8216
  }
8189
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrInsightsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8190
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrInsightsService, providedIn: 'root' }); }
8217
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrInsightsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8218
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrInsightsService, providedIn: 'root' }); }
8191
8219
  }
8192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrInsightsService, decorators: [{
8220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrInsightsService, decorators: [{
8193
8221
  type: Injectable,
8194
8222
  args: [{
8195
8223
  providedIn: 'root'
@@ -8271,10 +8299,10 @@ class UsrMembersService {
8271
8299
  }
8272
8300
  return this.rest.get(`${this.baseUrl}/emails`, ...params);
8273
8301
  }
8274
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrMembersService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8275
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrMembersService, providedIn: 'root' }); }
8302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrMembersService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8303
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrMembersService, providedIn: 'root' }); }
8276
8304
  }
8277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrMembersService, decorators: [{
8305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrMembersService, decorators: [{
8278
8306
  type: Injectable,
8279
8307
  args: [{
8280
8308
  providedIn: 'root'
@@ -8527,10 +8555,10 @@ class UsrNetworkService {
8527
8555
  }
8528
8556
  return this.rest.get(`${this.baseUrl}/topology-records`, ...params);
8529
8557
  }
8530
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrNetworkService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8531
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrNetworkService, providedIn: 'root' }); }
8558
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrNetworkService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8559
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrNetworkService, providedIn: 'root' }); }
8532
8560
  }
8533
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrNetworkService, decorators: [{
8561
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrNetworkService, decorators: [{
8534
8562
  type: Injectable,
8535
8563
  args: [{
8536
8564
  providedIn: 'root'
@@ -8671,10 +8699,10 @@ class SysAccountsService {
8671
8699
  }
8672
8700
  return this.rest.download(`export`, `${this.baseUrl}/export/${format}`, ...params);
8673
8701
  }
8674
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysAccountsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8675
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysAccountsService, providedIn: 'root' }); }
8702
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysAccountsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8703
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysAccountsService, providedIn: 'root' }); }
8676
8704
  }
8677
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysAccountsService, decorators: [{
8705
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysAccountsService, decorators: [{
8678
8706
  type: Injectable,
8679
8707
  args: [{
8680
8708
  providedIn: 'root'
@@ -8756,10 +8784,10 @@ class SysFeaturesService {
8756
8784
  }
8757
8785
  return this.rest.get(`${this.baseUrl}/groups`, ...params);
8758
8786
  }
8759
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysFeaturesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8760
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysFeaturesService, providedIn: 'root' }); }
8787
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysFeaturesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8788
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysFeaturesService, providedIn: 'root' }); }
8761
8789
  }
8762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysFeaturesService, decorators: [{
8790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysFeaturesService, decorators: [{
8763
8791
  type: Injectable,
8764
8792
  args: [{
8765
8793
  providedIn: 'root'
@@ -8795,10 +8823,10 @@ class McpToolsService {
8795
8823
  }
8796
8824
  return this.rest.get(`${this.baseUrl}/stream-devices`, ...params);
8797
8825
  }
8798
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: McpToolsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8799
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: McpToolsService, providedIn: 'root' }); }
8826
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: McpToolsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8827
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: McpToolsService, providedIn: 'root' }); }
8800
8828
  }
8801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: McpToolsService, decorators: [{
8829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: McpToolsService, decorators: [{
8802
8830
  type: Injectable,
8803
8831
  args: [{
8804
8832
  providedIn: 'root'
@@ -8935,10 +8963,10 @@ class SysInsightsService {
8935
8963
  }
8936
8964
  return this.rest.get(`${this.baseUrl}/spec-queries`, ...params);
8937
8965
  }
8938
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysInsightsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8939
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysInsightsService, providedIn: 'root' }); }
8966
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysInsightsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
8967
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysInsightsService, providedIn: 'root' }); }
8940
8968
  }
8941
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysInsightsService, decorators: [{
8969
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysInsightsService, decorators: [{
8942
8970
  type: Injectable,
8943
8971
  args: [{
8944
8972
  providedIn: 'root'
@@ -9002,10 +9030,10 @@ class SysRuleTemplatesService {
9002
9030
  }
9003
9031
  return this.rest.get(`${this.baseUrl}`, ...params);
9004
9032
  }
9005
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysRuleTemplatesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9006
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysRuleTemplatesService, providedIn: 'root' }); }
9033
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysRuleTemplatesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9034
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysRuleTemplatesService, providedIn: 'root' }); }
9007
9035
  }
9008
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysRuleTemplatesService, decorators: [{
9036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysRuleTemplatesService, decorators: [{
9009
9037
  type: Injectable,
9010
9038
  args: [{
9011
9039
  providedIn: 'root'
@@ -9074,10 +9102,10 @@ class SysIntegrationTemplatesService {
9074
9102
  }
9075
9103
  return this.rest.get(`${this.baseUrl}`, ...params);
9076
9104
  }
9077
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIntegrationTemplatesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9078
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIntegrationTemplatesService, providedIn: 'root' }); }
9105
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIntegrationTemplatesService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9106
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIntegrationTemplatesService, providedIn: 'root' }); }
9079
9107
  }
9080
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIntegrationTemplatesService, decorators: [{
9108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIntegrationTemplatesService, decorators: [{
9081
9109
  type: Injectable,
9082
9110
  args: [{
9083
9111
  providedIn: 'root'
@@ -9168,10 +9196,10 @@ class SysUsersService {
9168
9196
  getAccessToken(id) {
9169
9197
  return this.rest.get(`${this.baseUrl}/${id}/access-token`);
9170
9198
  }
9171
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysUsersService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9172
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysUsersService, providedIn: 'root' }); }
9199
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysUsersService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9200
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysUsersService, providedIn: 'root' }); }
9173
9201
  }
9174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysUsersService, decorators: [{
9202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysUsersService, decorators: [{
9175
9203
  type: Injectable,
9176
9204
  args: [{
9177
9205
  providedIn: 'root'
@@ -9246,10 +9274,10 @@ class UsrReportsInstanceService {
9246
9274
  downloadReport(id) {
9247
9275
  return this.rest.download(`usr-reports-instance`, `${this.baseUrl}/${id}/download-report`);
9248
9276
  }
9249
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrReportsInstanceService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9250
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrReportsInstanceService, providedIn: 'root' }); }
9277
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrReportsInstanceService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9278
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrReportsInstanceService, providedIn: 'root' }); }
9251
9279
  }
9252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrReportsInstanceService, decorators: [{
9280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrReportsInstanceService, decorators: [{
9253
9281
  type: Injectable,
9254
9282
  args: [{
9255
9283
  providedIn: 'root'
@@ -9275,10 +9303,10 @@ class UsrAiExplainService {
9275
9303
  explain(ip) {
9276
9304
  return this.rest.get(`${this.baseUrl}/suspicious-ip/${ip}`);
9277
9305
  }
9278
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrAiExplainService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9279
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrAiExplainService, providedIn: 'root' }); }
9306
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrAiExplainService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9307
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrAiExplainService, providedIn: 'root' }); }
9280
9308
  }
9281
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: UsrAiExplainService, decorators: [{
9309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: UsrAiExplainService, decorators: [{
9282
9310
  type: Injectable,
9283
9311
  args: [{
9284
9312
  providedIn: 'root'
@@ -9306,10 +9334,10 @@ class ConfigService {
9306
9334
  getLogoImage() {
9307
9335
  return this.rest.get(`${this.baseUrl}`);
9308
9336
  }
9309
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: ConfigService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9310
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
9337
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: ConfigService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9338
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
9311
9339
  }
9312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: ConfigService, decorators: [{
9340
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: ConfigService, decorators: [{
9313
9341
  type: Injectable,
9314
9342
  args: [{
9315
9343
  providedIn: 'root'
@@ -9337,10 +9365,10 @@ class TaxiiApiRootService {
9337
9365
  apiRoot() {
9338
9366
  return this.rest.get(`${this.baseUrl}`);
9339
9367
  }
9340
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiApiRootService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9341
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiApiRootService, providedIn: 'root' }); }
9368
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiApiRootService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9369
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiApiRootService, providedIn: 'root' }); }
9342
9370
  }
9343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiApiRootService, decorators: [{
9371
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiApiRootService, decorators: [{
9344
9372
  type: Injectable,
9345
9373
  args: [{
9346
9374
  providedIn: 'root'
@@ -9367,10 +9395,10 @@ class TaxiiDiscoveryService {
9367
9395
  discovery() {
9368
9396
  return this.rest.get(`${this.baseUrl}`);
9369
9397
  }
9370
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiDiscoveryService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9371
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiDiscoveryService, providedIn: 'root' }); }
9398
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiDiscoveryService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9399
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiDiscoveryService, providedIn: 'root' }); }
9372
9400
  }
9373
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiDiscoveryService, decorators: [{
9401
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiDiscoveryService, decorators: [{
9374
9402
  type: Injectable,
9375
9403
  args: [{
9376
9404
  providedIn: 'root'
@@ -9411,10 +9439,10 @@ class TaxiiManifestService {
9411
9439
  }
9412
9440
  return this.rest.get(`${this.baseUrl}`, ...params);
9413
9441
  }
9414
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiManifestService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9415
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiManifestService, providedIn: 'root' }); }
9442
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiManifestService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9443
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiManifestService, providedIn: 'root' }); }
9416
9444
  }
9417
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiManifestService, decorators: [{
9445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiManifestService, decorators: [{
9418
9446
  type: Injectable,
9419
9447
  args: [{
9420
9448
  providedIn: 'root'
@@ -9448,10 +9476,10 @@ class TaxiiCollectionsService {
9448
9476
  get(id) {
9449
9477
  return this.rest.get(`${this.baseUrl}/${id}`);
9450
9478
  }
9451
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiCollectionsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9452
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiCollectionsService, providedIn: 'root' }); }
9479
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiCollectionsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9480
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiCollectionsService, providedIn: 'root' }); }
9453
9481
  }
9454
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiCollectionsService, decorators: [{
9482
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiCollectionsService, decorators: [{
9455
9483
  type: Injectable,
9456
9484
  args: [{
9457
9485
  providedIn: 'root'
@@ -9505,10 +9533,10 @@ class TaxiiObjectsService {
9505
9533
  get(id, objectId) {
9506
9534
  return this.rest.get(`${this.baseUrl}/${objectId}`);
9507
9535
  }
9508
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiObjectsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9509
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiObjectsService, providedIn: 'root' }); }
9536
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiObjectsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9537
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiObjectsService, providedIn: 'root' }); }
9510
9538
  }
9511
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: TaxiiObjectsService, decorators: [{
9539
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: TaxiiObjectsService, decorators: [{
9512
9540
  type: Injectable,
9513
9541
  args: [{
9514
9542
  providedIn: 'root'
@@ -9632,10 +9660,10 @@ class SysIntegrationsService {
9632
9660
  getTemplate(id) {
9633
9661
  return this.rest.get(`${this.baseUrl}/templates/${id}`);
9634
9662
  }
9635
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIntegrationsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9636
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIntegrationsService, providedIn: 'root' }); }
9663
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIntegrationsService, deps: [{ token: APP_CONFIG }, { token: RestUtils }], target: i0.ɵɵFactoryTarget.Injectable }); }
9664
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIntegrationsService, providedIn: 'root' }); }
9637
9665
  }
9638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: SysIntegrationsService, decorators: [{
9666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: SysIntegrationsService, decorators: [{
9639
9667
  type: Injectable,
9640
9668
  args: [{
9641
9669
  providedIn: 'root'
@@ -9655,11 +9683,11 @@ class NgxPulseiotLibModule {
9655
9683
  ]
9656
9684
  };
9657
9685
  }
9658
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: NgxPulseiotLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9659
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.18", ngImport: i0, type: NgxPulseiotLibModule, imports: [CommonModule] }); }
9660
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: NgxPulseiotLibModule, imports: [CommonModule] }); }
9686
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: NgxPulseiotLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9687
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.19", ngImport: i0, type: NgxPulseiotLibModule, imports: [CommonModule] }); }
9688
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: NgxPulseiotLibModule, imports: [CommonModule] }); }
9661
9689
  }
9662
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.18", ngImport: i0, type: NgxPulseiotLibModule, decorators: [{
9690
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.19", ngImport: i0, type: NgxPulseiotLibModule, decorators: [{
9663
9691
  type: NgModule,
9664
9692
  args: [{
9665
9693
  imports: [CommonModule]