@vendit-dev/thirdparty-adapters 0.3.10 → 0.3.12

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.
@@ -63,7 +63,7 @@ var ThemrIoTAdapter = /** @class */ (function () {
63
63
  var authenticator = _a.authenticator, redis = _a.redis, apiHost = _a.apiHost;
64
64
  this.API_HOST = 'http://api.hotel-lock.co.kr';
65
65
  this.timeFormat = 'YYYY-MM-DD HH:mm:ss';
66
- this.PROVIDER_KEY = 'TheMR';
66
+ this.PROVIDER_KEY = 'TheMRIoT';
67
67
  this.callTheMRApi = function (_a) {
68
68
  var route = _a.route, _b = _a.params, params = _b === void 0 ? {} : _b;
69
69
  return __awaiter(_this, void 0, void 0, function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
4
4
  "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {