@vendit-dev/thirdparty-adapters 0.7.16 → 0.7.17
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.
|
@@ -274,7 +274,7 @@ export interface RoomInformation {
|
|
|
274
274
|
RoomChildB50Count?: number;
|
|
275
275
|
RoomChildC30Count?: number;
|
|
276
276
|
RoomChildDNoneCount?: number;
|
|
277
|
-
RoomTypeAgent?: number;
|
|
277
|
+
RoomTypeAgent?: number | string;
|
|
278
278
|
RoomFrame?: string;
|
|
279
279
|
NetRmTypeGroupCode?: string | number;
|
|
280
280
|
PlanGroupCode?: number | string;
|
|
@@ -426,10 +426,10 @@ export interface BasicInformation {
|
|
|
426
426
|
export interface SalesOfficeInformation {
|
|
427
427
|
SalesOfficeCompanyName: string;
|
|
428
428
|
SalesOfficeName?: string;
|
|
429
|
-
SalesOfficeCode?: number;
|
|
429
|
+
SalesOfficeCode?: number | string;
|
|
430
430
|
SalesOfficePersonInCharge?: string;
|
|
431
431
|
SalesOfficeEmail?: string;
|
|
432
|
-
SalesOfficePhoneNumber?: string;
|
|
432
|
+
SalesOfficePhoneNumber?: number | string;
|
|
433
433
|
SalesOfficeStateProvidence?: string;
|
|
434
434
|
SalesOfficeCityName?: string;
|
|
435
435
|
SalesOfficeAddressLine?: string;
|
|
@@ -60,6 +60,7 @@ var TlLincolnOta;
|
|
|
60
60
|
TlLincolnOta["YANOLJA"] = "Yanolja";
|
|
61
61
|
TlLincolnOta["T_MON"] = "T-mon";
|
|
62
62
|
TlLincolnOta["TRIPDOTCOM"] = "Trip.com Group(new)";
|
|
63
|
+
TlLincolnOta["TRIPDOTCOM_OLD"] = "Trip.com Group";
|
|
63
64
|
TlLincolnOta["CHALET_KOREA"] = "CHALET KOREA";
|
|
64
65
|
TlLincolnOta["SUITE"] = "SUITE";
|
|
65
66
|
TlLincolnOta["SMART"] = "Smart";
|
|
@@ -121,6 +122,7 @@ exports.TL_LINCOLN_TO_VENDIT_OTA_MAP = (_a = {},
|
|
|
121
122
|
_a[TlLincolnOta.YANOLJA] = 'YANOLJAHOTEL',
|
|
122
123
|
_a[TlLincolnOta.T_MON] = 'TMON',
|
|
123
124
|
_a[TlLincolnOta.TRIPDOTCOM] = 'TRIPDOTCOM',
|
|
125
|
+
_a[TlLincolnOta.TRIPDOTCOM_OLD] = 'TRIPDOTCOM',
|
|
124
126
|
_a[TlLincolnOta.CHALET_KOREA] = 'CHALET_KOREA',
|
|
125
127
|
_a[TlLincolnOta.SUITE] = 'SUITE',
|
|
126
128
|
_a[TlLincolnOta.SMART] = 'SMART',
|