@vendit-dev/thirdparty-adapters 0.3.7 → 0.3.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.
@@ -22,7 +22,7 @@ declare type DoorlockListResponse = {
22
22
  lockId: number;
23
23
  batteryState: number;
24
24
  gatewayState: number;
25
- };
25
+ }[];
26
26
  };
27
27
  declare type DoorlockDetailResponse = [{
28
28
  code: number;
@@ -155,7 +155,9 @@ var ThemrIoTAdapter = /** @class */ (function () {
155
155
  });
156
156
  };
157
157
  this.getDefaultCheckInDate = function () { return moment_1.default().format(_this.timeFormat); };
158
- this.getDefaultCheckOutDate = function () { return moment_1.default().add(3, 'd').format(_this.timeFormat); };
158
+ this.getDefaultCheckOutDate = function () {
159
+ return moment_1.default().add(3, 'd').format(_this.timeFormat);
160
+ };
159
161
  // 3.3. 전체 객실/도어 정보 요청
160
162
  this.doorlockList = function (_a) {
161
163
  var accommodationId = _a.accommodationId, _b = _a.roomAlias, roomAlias = _b === void 0 ? '' : _b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {