@dyedurham/search-and-file-widget 2.0.2 → 2.0.4

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.
@@ -59287,7 +59287,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
59287
59287
  [IRFormControls.EntityIdentifier]: NNFormControl(task.entity._profile.corp_number),
59288
59288
  [IRFormControls.PrimaryActivity]: NNFormControl(primaryActivity),
59289
59289
  [IRFormControls.ClientMatterNumber]: NNFormControl(deltaData?.referenceNumbers?.referenceNumber ?? task.entity._profile.client_matter_number),
59290
- [IRFormControls.OfficialEmail]: NNFormControl(officialBusinessEmail)
59290
+ [IRFormControls.OfficialEmail]: NNFormControl(officialBusinessEmail ?? "")
59291
59291
  });
59292
59292
  }
59293
59293
  static generateCertification(cert, deltaData) {
@@ -88078,7 +88078,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
88078
88078
  const PostalAddress = buildPostalAddress(entityAddr, deltaEntry?.address);
88079
88079
  const PersonName = { FirstName: firstName, MiddleName: middleName, LastName: lastName };
88080
88080
  const position2 = isOfficer ? OFFICER_TITLE_TO_ECORE_POSITION_CODE[aff.role?.static_title ?? ""] ?? "" : "Director";
88081
- const matchingAdmin = getCurrentDataAdministrator(deltaEntry.currentName ?? "", isOfficer);
88081
+ const matchingAdmin = getCurrentDataAdministrator(deltaEntry?.currentName ?? "", isOfficer);
88082
88082
  const isCeaseAction = currentState === IRCurrentState.Ceased;
88083
88083
  const isDirectorFromRole = aff.role?.role_name === "Director";
88084
88084
  const mappedCurrentStateName = currentState === IRCurrentState.Added ? "Added" : currentState === IRCurrentState.Ceased ? "Ceased" : "Edited";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {