oro-sdk 2.19.1 → 2.19.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.
@@ -3687,7 +3687,7 @@ var OroClient = /*#__PURE__*/function () {
3687
3687
 
3688
3688
  case 6:
3689
3689
  _context22.next = 8;
3690
- return this.vaultClient.vaultIndexGet([IndexKey.ConsultationLockbox], [filter == null ? void 0 : filter.consultationId]);
3690
+ return this.vaultClient.vaultIndexGet([IndexKey.ConsultationLockbox], filter ? [filter.consultationId] : undefined);
3691
3691
 
3692
3692
  case 8:
3693
3693
  _context22.t0 = IndexKey.ConsultationLockbox;