oro-sdk 8.0.0 → 8.1.0

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.
@@ -1186,7 +1186,7 @@ function _registerPatient() {
1186
1186
  identity = undefined;
1187
1187
  errorsThrown = [];
1188
1188
  stepsTotalNum = 9;
1189
- // toggle all changed statuses if this workflow has previous/revision data
1189
+ // toggle all changed statuses if this workflow has previous/revision data
1190
1190
  workflow = detectChangesInWorkflowAnswers(workflow);
1191
1191
  _loop = /*#__PURE__*/_regeneratorRuntime().mark(function _loop() {
1192
1192
  var _consultIndex, _identity, _identity2, practitioners, grantPromises, consultIndex, consultIndexPromises;
@@ -1488,7 +1488,7 @@ function _getOrCreatePatientLockbox() {
1488
1488
  return _context5.abrupt("return", grants[0].lockboxUuid);
1489
1489
  case 8:
1490
1490
  _context5.next = 10;
1491
- return oroClient.vaultClient.lockboxCreate()["catch"](function (err) {
1491
+ return oroClient.lockboxCreate()["catch"](function (err) {
1492
1492
  console.error('Error while creating lockbox', err);
1493
1493
  throw err;
1494
1494
  });