@vendit-dev/thirdparty-adapters 0.4.1-beta.2 → 0.4.1-beta.3

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.
@@ -325,6 +325,7 @@ var SmartAccessAdapter = /** @class */ (function () {
325
325
  })];
326
326
  case 2:
327
327
  pinCodeResult = _b.sent();
328
+ console.log('🚀 ~ file: smartAccess.ts:364 ~ SmartAccessAdapter ~ pinCodeResult:', pinCodeResult);
328
329
  keyId = pinCodeResult.keyId;
329
330
  return [4 /*yield*/, this.callSmartAccessApi({
330
331
  accommodationId: accommodationId,
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.3",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {