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.
- package/dist/oro-sdk.cjs.development.js +2 -2
- 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 +2 -2
- package/dist/oro-sdk.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/helpers/patient-registration.ts +12 -13
package/dist/oro-sdk.esm.js
CHANGED
@@ -1182,7 +1182,7 @@ function _registerPatient() {
|
|
1182
1182
|
identity = undefined;
|
1183
1183
|
errorsThrown = [];
|
1184
1184
|
stepsTotalNum = 9;
|
1185
|
-
// toggle all changed statuses if this workflow has previous/revision data
|
1185
|
+
// toggle all changed statuses if this workflow has previous/revision data
|
1186
1186
|
workflow = detectChangesInWorkflowAnswers(workflow);
|
1187
1187
|
_loop = /*#__PURE__*/_regeneratorRuntime().mark(function _loop() {
|
1188
1188
|
var _consultIndex, _identity, _identity2, practitioners, grantPromises, consultIndex, consultIndexPromises;
|
@@ -1484,7 +1484,7 @@ function _getOrCreatePatientLockbox() {
|
|
1484
1484
|
return _context5.abrupt("return", grants[0].lockboxUuid);
|
1485
1485
|
case 8:
|
1486
1486
|
_context5.next = 10;
|
1487
|
-
return oroClient.
|
1487
|
+
return oroClient.lockboxCreate()["catch"](function (err) {
|
1488
1488
|
console.error('Error while creating lockbox', err);
|
1489
1489
|
throw err;
|
1490
1490
|
});
|