@vendit-dev/thirdparty-adapters 0.4.1-beta.2 → 0.4.1-beta.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.
@@ -333,7 +333,7 @@ var SmartAccessAdapter = /** @class */ (function () {
333
333
  })];
334
334
  case 3:
335
335
  pinCodeQuery = _b.sent();
336
- return [2 /*return*/, __assign(__assign({}, pinCodeQuery.lockList[0]), { keyId: keyId })];
336
+ return [2 /*return*/, __assign(__assign({}, pinCodeQuery.lockList[0]), { keyId: keyId, pinCodeResult: pinCodeResult })];
337
337
  case 4: return [2 /*return*/];
338
338
  }
339
339
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.4.1-beta.2",
3
+ "version": "0.4.1-beta.4",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {