ngx-vector-components 4.74.0 → 4.74.2

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.
@@ -367,6 +367,7 @@ var ProfileModuleActionType;
367
367
  ProfileModuleActionType["SHOW_MOVEMENT_ETCD"] = "Show Movement Etcd";
368
368
  ProfileModuleActionType["CREATE_AND_EDIT_NPS"] = "Create and edit NPS";
369
369
  ProfileModuleActionType["READ_NPS_INFORMATION"] = "Read NPS information";
370
+ ProfileModuleActionType["BIDDING_PARAMETERS"] = "Bidding Parameters";
370
371
  })(ProfileModuleActionType || (ProfileModuleActionType = {}));
371
372
 
372
373
  var Role;
@@ -4559,7 +4560,9 @@ class HttpInterceptorProvider {
4559
4560
  }
4560
4561
  else {
4561
4562
  if (!isExternalUrl) {
4562
- this.messageService.add({ severity: MessageStatus.ERROR, summary: 'Erro', detail: response.error });
4563
+ if (typeof response.error == 'string') {
4564
+ this.messageService.add({ severity: MessageStatus.ERROR, summary: 'Erro', detail: response.error });
4565
+ }
4563
4566
  }
4564
4567
  }
4565
4568
  }