@qite/tide-client 1.1.56 → 1.1.58
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 +2 -0
- package/build/index.js.map +1 -1
- package/build/types/booking-v2/response/index.d.ts +2 -0
- package/build/types/booking-v2/shared/index.d.ts +3 -0
- package/build/types/enums/service-type.d.ts +2 -0
- package/build/types/odata/index.d.ts +1 -0
- package/build/types/offer/flight-meta-data.d.ts +1 -2
- package/build/types/offer/index.d.ts +1 -2
- package/package.json +1 -1
- package/src/types/booking-v2/response/index.ts +2 -0
- package/src/types/booking-v2/shared/index.ts +3 -0
- package/src/types/enums/service-type.ts +2 -0
- package/src/types/odata/index.ts +1 -0
- package/src/types/odata/page-result.ts +5 -0
- package/src/types/offer/flight-meta-data.ts +1 -2
- package/src/types/offer/index.ts +1 -2
- package/src/types/offer/additional-services.ts +0 -6
- /package/{src/types/offer/page-result.ts → build/types/odata/page-result.d.ts} +0 -0
|
@@ -11,6 +11,8 @@ export * from "./booking-price-detail";
|
|
|
11
11
|
export * from "./booking-price-details";
|
|
12
12
|
export * from "./booking-price-per-pax";
|
|
13
13
|
export * from "./booking-product-notification";
|
|
14
|
+
export * from "./booking-room-status";
|
|
15
|
+
export * from "./booking-room-status-option";
|
|
14
16
|
export * from "./booking-travel-agent";
|
|
15
17
|
export * from "./booking-validity-line";
|
|
16
18
|
export * from "./booking-voucher-result";
|
|
@@ -14,11 +14,14 @@ export * from "./booking-package-hotel";
|
|
|
14
14
|
export * from "./booking-package-hotel-option";
|
|
15
15
|
export * from "./booking-package-hotel-room";
|
|
16
16
|
export * from "./booking-package-line";
|
|
17
|
+
export * from "./booking-package-option";
|
|
17
18
|
export * from "./booking-package-pax";
|
|
18
19
|
export * from "./booking-package-request-room";
|
|
19
20
|
export * from "./booking-package-room";
|
|
20
21
|
export * from "./booking-package-room-option";
|
|
22
|
+
export * from "./booking-package-tag";
|
|
21
23
|
export * from "./per-booking-package-option";
|
|
22
24
|
export * from "./per-package-option";
|
|
23
25
|
export * from "./per-pax-package-option";
|
|
24
26
|
export * from "./per-unit-package-option";
|
|
27
|
+
export * from "./room-option-pax-type";
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FlightMetaDataLine } from ".";
|
|
2
2
|
export interface FlightMetaData {
|
|
3
3
|
flightLines: FlightMetaDataLine[];
|
|
4
4
|
pnr: string;
|
|
5
5
|
orderId: string;
|
|
6
|
-
additionalServices: AdditionalServices;
|
|
7
6
|
isLowCost: boolean;
|
|
8
7
|
luggageIncluded: boolean;
|
|
9
8
|
validatingAirlines: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "
|
|
1
|
+
export * from "../odata/page-result";
|
|
2
2
|
export * from "./confirmed-dossier-check";
|
|
3
3
|
export * from "./country-item";
|
|
4
4
|
export * from "./crm-contact-request";
|
|
@@ -25,7 +25,6 @@ export * from "./member-login-request";
|
|
|
25
25
|
export * from "./member-login-response";
|
|
26
26
|
export * from "./member-reset-password-request";
|
|
27
27
|
export * from "./note";
|
|
28
|
-
export * from "./page-result";
|
|
29
28
|
export * from "./pax";
|
|
30
29
|
export * from "./payment";
|
|
31
30
|
export * from "./person-country-preference";
|
package/package.json
CHANGED
|
@@ -11,6 +11,8 @@ export * from "./booking-price-detail";
|
|
|
11
11
|
export * from "./booking-price-details";
|
|
12
12
|
export * from "./booking-price-per-pax";
|
|
13
13
|
export * from "./booking-product-notification";
|
|
14
|
+
export * from "./booking-room-status";
|
|
15
|
+
export * from "./booking-room-status-option";
|
|
14
16
|
export * from "./booking-travel-agent";
|
|
15
17
|
export * from "./booking-validity-line";
|
|
16
18
|
export * from "./booking-voucher-result";
|
|
@@ -14,11 +14,14 @@ export * from "./booking-package-hotel";
|
|
|
14
14
|
export * from "./booking-package-hotel-option";
|
|
15
15
|
export * from "./booking-package-hotel-room";
|
|
16
16
|
export * from "./booking-package-line";
|
|
17
|
+
export * from "./booking-package-option";
|
|
17
18
|
export * from "./booking-package-pax";
|
|
18
19
|
export * from "./booking-package-request-room";
|
|
19
20
|
export * from "./booking-package-room";
|
|
20
21
|
export * from "./booking-package-room-option";
|
|
22
|
+
export * from "./booking-package-tag";
|
|
21
23
|
export * from "./per-booking-package-option";
|
|
22
24
|
export * from "./per-package-option";
|
|
23
25
|
export * from "./per-pax-package-option";
|
|
24
26
|
export * from "./per-unit-package-option";
|
|
27
|
+
export * from "./room-option-pax-type";
|
package/src/types/odata/index.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FlightMetaDataLine } from ".";
|
|
2
2
|
|
|
3
3
|
export interface FlightMetaData {
|
|
4
4
|
flightLines: FlightMetaDataLine[];
|
|
5
5
|
pnr: string;
|
|
6
6
|
orderId: string;
|
|
7
|
-
additionalServices: AdditionalServices;
|
|
8
7
|
isLowCost: boolean;
|
|
9
8
|
luggageIncluded: boolean;
|
|
10
9
|
validatingAirlines: string;
|
package/src/types/offer/index.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "
|
|
1
|
+
export * from "../odata/page-result";
|
|
2
2
|
export * from "./confirmed-dossier-check";
|
|
3
3
|
export * from "./country-item";
|
|
4
4
|
export * from "./crm-contact-request";
|
|
@@ -25,7 +25,6 @@ export * from "./member-login-request";
|
|
|
25
25
|
export * from "./member-login-response";
|
|
26
26
|
export * from "./member-reset-password-request";
|
|
27
27
|
export * from "./note";
|
|
28
|
-
export * from "./page-result";
|
|
29
28
|
export * from "./pax";
|
|
30
29
|
export * from "./payment";
|
|
31
30
|
export * from "./person-country-preference";
|
|
File without changes
|