@idsoftsource/initial-process 3.7.0 → 3.7.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.
@@ -7852,6 +7852,7 @@ class CertificationStore {
7852
7852
  pageSize: 10,
7853
7853
  orderBy: 'createdDateTime asc',
7854
7854
  filter: `mainType=${MainDocumentType.Certificate}`,
7855
+ targetUserId: userId,
7855
7856
  };
7856
7857
  this.userDocumentService
7857
7858
  .getUserDocument(query)
@@ -7896,6 +7897,7 @@ class LicenseStore {
7896
7897
  pageSize: 10,
7897
7898
  orderBy: 'createdDateTime asc',
7898
7899
  filter: `mainType=${MainDocumentType.License}`,
7900
+ targetUserId: userId,
7899
7901
  };
7900
7902
  this.userDocumentService
7901
7903
  .getUserDocument(query)