@idsoftsource/initial-process 1.2.0 → 1.2.1

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.
@@ -29072,7 +29072,7 @@ class InitialProcessComponent {
29072
29072
  }
29073
29073
  getUserRoles() {
29074
29074
  const filter = {
29075
- userId: this.userId
29075
+ //userId: this.userId
29076
29076
  };
29077
29077
  this.roleService.getUserRoles(filter).subscribe((data) => {
29078
29078
  this.currentUserRoles = data;
@@ -29695,7 +29695,7 @@ class InitialProcessComponent {
29695
29695
  }
29696
29696
  getRoles() {
29697
29697
  const query = {
29698
- providerId: "00000000-0000-0000-0000-000000000000",
29698
+ targetProviderId: "00000000-0000-0000-0000-000000000000",
29699
29699
  roleNames: ['Producer', 'Auditor', 'Customer', 'InsuranceAgencyUser', 'InsuranceAgency', 'Provider', 'RealEstateCompany', 'RealEstateCompanyUser', 'Auditor', 'Contractor', 'InsuranceCarrier', 'ContractorUser', 'InsuranceCarrierUser']
29700
29700
  };
29701
29701
  this.rolesApiCall && this.rolesApiCall.unsubscribe(); // Unsubscribe here as well.