@vendit-dev/thirdparty-adapters 0.7.14 → 0.7.15

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.
@@ -60,6 +60,9 @@ var TlLincolnOta;
60
60
  TlLincolnOta["YANOLJA"] = "Yanolja";
61
61
  TlLincolnOta["T_MON"] = "T-mon";
62
62
  TlLincolnOta["TRIPDOTCOM"] = "Trip.com Group(new)";
63
+ TlLincolnOta["CHALET_KOREA"] = "CHALET KOREA";
64
+ TlLincolnOta["SUITE"] = "SUITE";
65
+ TlLincolnOta["SMART"] = "Smart";
63
66
  })(TlLincolnOta || (TlLincolnOta = {}));
64
67
  exports.TL_LINCOLN_TO_VENDIT_OTA_MAP = (_a = {},
65
68
  _a[TlLincolnOta.JEJU_COM] = 'Jeju.com',
@@ -115,7 +118,10 @@ exports.TL_LINCOLN_TO_VENDIT_OTA_MAP = (_a = {},
115
118
  _a[TlLincolnOta.ROOMIO] = 'ROOMIO',
116
119
  _a[TlLincolnOta.ALLMYTOUR] = 'ALLMYTOUR',
117
120
  _a[TlLincolnOta.MYREALTRIP] = 'MYREALTRIP',
118
- _a[TlLincolnOta.YANOLJA] = 'YANOLJA',
121
+ _a[TlLincolnOta.YANOLJA] = 'YANOLJAHOTEL',
119
122
  _a[TlLincolnOta.T_MON] = 'TMON',
120
123
  _a[TlLincolnOta.TRIPDOTCOM] = 'TRIPDOTCOM',
124
+ _a[TlLincolnOta.CHALET_KOREA] = 'CHALET_KOREA',
125
+ _a[TlLincolnOta.SUITE] = 'SUITE',
126
+ _a[TlLincolnOta.SMART] = 'SMART',
121
127
  _a);
package/package.json CHANGED
@@ -1,50 +1,52 @@
1
1
  {
2
- "name": "@vendit-dev/thirdparty-adapters",
3
- "version": "0.7.14",
4
- "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
- "main": "lib/index.js",
6
- "scripts": {
7
- "build": "tsc",
8
- "dev": "node ./test/tl-lincoln.test.js",
9
- "npm-login": "npm login",
10
- "publish": "npm publish"
11
- },
12
- "keywords": ["vendit"],
13
- "author": "Vendit <dev@vendit.co.kr> (https://vendit.co.kr)",
14
- "license": "MIT",
15
- "devDependencies": {
16
- "@babel/cli": "^7.10.5",
17
- "@babel/core": "^7.10.5",
18
- "@babel/node": "^7.10.5",
19
- "@babel/plugin-proposal-class-properties": "^7.10.4",
20
- "@babel/plugin-proposal-optional-chaining": "^7.10.4",
21
- "@babel/preset-env": "^7.10.4",
22
- "@babel/preset-flow": "^7.10.4",
23
- "@types/ioredis": "^5.0.0",
24
- "@types/node": "^20.4.5",
25
- "@types/node-fetch": "^2.6.1",
26
- "@types/npm": "^7.19.1",
27
- "@types/sequelize": "^4.28.15",
28
- "@types/tedious": "^4.0.9",
29
- "@types/validator": "^13.7.17",
30
- "@typescript-eslint/eslint-plugin": "^3.6.1",
31
- "@typescript-eslint/parser": "^3.6.1",
32
- "@vendit-dev/utility-modules": "^0.20.1",
33
- "babel-eslint": "^10.1.0",
34
- "babel-plugin-module-resolver": "^4.0.0",
35
- "cross-env": "^7.0.2",
36
- "eslint": "^7.4.0",
37
- "eslint-config-airbnb-base": "^13.1.0",
38
- "eslint-plugin-import": "^2.16.0",
39
- "typescript": "4.9.3"
40
- },
41
- "dependencies": {
42
- "fast-xml-parser": "^4.4.0",
43
- "moment": "^2.29.2",
44
- "node-fetch": "2",
45
- "npm": "6",
46
- "sequelize": "^6.32.1",
47
- "tedious": "6.2.1",
48
- "uuid": "^8.3.2"
49
- }
2
+ "name": "@vendit-dev/thirdparty-adapters",
3
+ "version": "0.7.15",
4
+ "description": "Third party adapters between v-cloud and other PMS/CMS providers.",
5
+ "main": "lib/index.js",
6
+ "scripts": {
7
+ "build": "tsc",
8
+ "dev": "node ./test/tl-lincoln.test.js",
9
+ "npm-login": "npm login",
10
+ "publish": "npm publish"
11
+ },
12
+ "keywords": [
13
+ "vendit"
14
+ ],
15
+ "author": "Vendit <dev@vendit.co.kr> (https://vendit.co.kr)",
16
+ "license": "MIT",
17
+ "devDependencies": {
18
+ "@babel/cli": "^7.10.5",
19
+ "@babel/core": "^7.10.5",
20
+ "@babel/node": "^7.10.5",
21
+ "@babel/plugin-proposal-class-properties": "^7.10.4",
22
+ "@babel/plugin-proposal-optional-chaining": "^7.10.4",
23
+ "@babel/preset-env": "^7.10.4",
24
+ "@babel/preset-flow": "^7.10.4",
25
+ "@types/ioredis": "^5.0.0",
26
+ "@types/node": "^20.4.5",
27
+ "@types/node-fetch": "^2.6.1",
28
+ "@types/npm": "^7.19.1",
29
+ "@types/sequelize": "^4.28.15",
30
+ "@types/tedious": "^4.0.9",
31
+ "@types/validator": "^13.7.17",
32
+ "@typescript-eslint/eslint-plugin": "^3.6.1",
33
+ "@typescript-eslint/parser": "^3.6.1",
34
+ "@vendit-dev/utility-modules": "^0.20.1",
35
+ "babel-eslint": "^10.1.0",
36
+ "babel-plugin-module-resolver": "^4.0.0",
37
+ "cross-env": "^7.0.2",
38
+ "eslint": "^7.4.0",
39
+ "eslint-config-airbnb-base": "^13.1.0",
40
+ "eslint-plugin-import": "^2.16.0",
41
+ "typescript": "4.9.3"
42
+ },
43
+ "dependencies": {
44
+ "fast-xml-parser": "^4.4.0",
45
+ "moment": "^2.29.2",
46
+ "node-fetch": "2",
47
+ "npm": "6",
48
+ "sequelize": "^6.32.1",
49
+ "tedious": "6.2.1",
50
+ "uuid": "^8.3.2"
51
+ }
50
52
  }