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.
- package/dist/oro-sdk.cjs.development.js +1 -1
- package/dist/oro-sdk.cjs.development.js.map +1 -1
- package/dist/oro-sdk.cjs.production.min.js +1 -1
- package/dist/oro-sdk.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk.esm.js +1 -1
- package/dist/oro-sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -1
@@ -3691,7 +3691,7 @@ var OroClient = /*#__PURE__*/function () {
|
|
3691
3691
|
|
3692
3692
|
case 6:
|
3693
3693
|
_context22.next = 8;
|
3694
|
-
return this.vaultClient.vaultIndexGet([initApis.IndexKey.ConsultationLockbox],
|
3694
|
+
return this.vaultClient.vaultIndexGet([initApis.IndexKey.ConsultationLockbox], filter ? [filter.consultationId] : undefined);
|
3695
3695
|
|
3696
3696
|
case 8:
|
3697
3697
|
_context22.t0 = initApis.IndexKey.ConsultationLockbox;
|