@vendit-dev/thirdparty-adapters 0.4.1-beta.7 → 0.4.1-beta.8
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.
|
@@ -307,9 +307,11 @@ var SmartAccessAdapter = /** @class */ (function () {
|
|
|
307
307
|
})];
|
|
308
308
|
case 1:
|
|
309
309
|
foundProperty = _c.sent();
|
|
310
|
+
console.log('🚀 ~ file: smartAccess.ts:345 ~ SmartAccessAdapter ~ foundProperty:', foundProperty);
|
|
310
311
|
if (!(foundProperty === null || foundProperty === void 0 ? void 0 : foundProperty.result)) return [3 /*break*/, 4];
|
|
311
312
|
data = foundProperty.data;
|
|
312
313
|
parsedProperty = JSON.parse(data);
|
|
314
|
+
console.log('🚀 ~ file: smartAccess.ts:353 ~ SmartAccessAdapter ~ parsedProperty:', parsedProperty);
|
|
313
315
|
return [4 /*yield*/, this.callSmartAccessApi({
|
|
314
316
|
accommodationId: accommodationId,
|
|
315
317
|
route: 'v1/key/pincode',
|