@qite/tide-client 1.1.106 → 1.1.108
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.
- package/build/index.js +26 -0
- package/build/index.js.map +1 -1
- package/build/types/booking-v2/response/booking-package-allotment-info.d.ts +22 -17
- package/build/types/enums/index.d.ts +1 -0
- package/build/types/enums/vendor-type.d.ts +24 -0
- package/build/types/hubs/search/flight-search-response.d.ts +1 -0
- package/package.json +64 -64
package/build/index.js
CHANGED
|
@@ -203,6 +203,31 @@ exports.UnitOfMeasure = void 0;
|
|
|
203
203
|
UnitOfMeasure[(UnitOfMeasure["lb"] = 2)] = "lb";
|
|
204
204
|
})(exports.UnitOfMeasure || (exports.UnitOfMeasure = {}));
|
|
205
205
|
|
|
206
|
+
var VendorType = {
|
|
207
|
+
amadeus: 0,
|
|
208
|
+
pyton: 1,
|
|
209
|
+
drifters: 2,
|
|
210
|
+
tourplan: 3,
|
|
211
|
+
wetu: 4,
|
|
212
|
+
expedia: 5,
|
|
213
|
+
tui: 6,
|
|
214
|
+
juniper: 7,
|
|
215
|
+
arabianAdventures: 8,
|
|
216
|
+
hotelbeds: 9,
|
|
217
|
+
xs2Events: 10,
|
|
218
|
+
zeus: 11,
|
|
219
|
+
koediaHermes: 12,
|
|
220
|
+
dianaTravel: 13,
|
|
221
|
+
asianTrail: 14,
|
|
222
|
+
viator: 15,
|
|
223
|
+
newWorldTravel: 16,
|
|
224
|
+
airGateway: 17,
|
|
225
|
+
goldenRingHotel: 18,
|
|
226
|
+
restel: 19,
|
|
227
|
+
goldenRingFlight: 21,
|
|
228
|
+
sunnyCars: 20,
|
|
229
|
+
};
|
|
230
|
+
|
|
206
231
|
/******************************************************************************
|
|
207
232
|
Copyright (c) Microsoft Corporation.
|
|
208
233
|
|
|
@@ -6884,6 +6909,7 @@ exports.RequirementType = RequirementType;
|
|
|
6884
6909
|
exports.RoomType = RoomType;
|
|
6885
6910
|
exports.SaleType = SaleType;
|
|
6886
6911
|
exports.ServiceType = ServiceType;
|
|
6912
|
+
exports.VendorType = VendorType;
|
|
6887
6913
|
exports.agents = agents;
|
|
6888
6914
|
exports.alternateFlights = alternateFlights;
|
|
6889
6915
|
exports.alternateHotels = alternateHotels;
|