@qite/tide-client 1.1.94 → 1.1.95
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.d.ts +10 -10
- package/build/index.js +5061 -4806
- package/build/index.js.map +1 -1
- package/build/services/odata.service.d.ts +8 -2
- package/build/types/booking-v2/index.d.ts +3 -3
- package/build/types/booking-v2/request/available-countries-request.d.ts +4 -4
- package/build/types/booking-v2/request/available-flights-request.d.ts +8 -8
- package/build/types/booking-v2/request/bookable-dates-request.d.ts +4 -4
- package/build/types/booking-v2/request/booking-package-address.d.ts +14 -14
- package/build/types/booking-v2/request/booking-package-book-request.d.ts +25 -25
- package/build/types/booking-v2/request/booking-package-customer-request.d.ts +4 -4
- package/build/types/booking-v2/request/booking-package-destination.d.ts +9 -9
- package/build/types/booking-v2/request/booking-package-details-request.d.ts +27 -27
- package/build/types/booking-v2/request/booking-package-flight-pool-request.d.ts +12 -12
- package/build/types/booking-v2/request/booking-package-request.d.ts +5 -5
- package/build/types/booking-v2/request/booking-package-search-request.d.ts +29 -29
- package/build/types/booking-v2/request/booking-package-update-request.d.ts +4 -4
- package/build/types/booking-v2/request/booking-package-voucher-request.d.ts +4 -4
- package/build/types/booking-v2/request/index.d.ts +18 -18
- package/build/types/booking-v2/request/prices-request.d.ts +17 -17
- package/build/types/booking-v2/request/selected-flight.d.ts +10 -10
- package/build/types/booking-v2/request/selected-hotel.d.ts +5 -5
- package/build/types/booking-v2/request/tour-codes.request.d.ts +3 -3
- package/build/types/booking-v2/request/transport-dates-request.d.ts +14 -14
- package/build/types/booking-v2/response/available-country.d.ts +5 -5
- package/build/types/booking-v2/response/available-flight.d.ts +4 -4
- package/build/types/booking-v2/response/base-price.d.ts +7 -7
- package/build/types/booking-v2/response/bookable-dates.d.ts +4 -4
- package/build/types/booking-v2/response/booking-package-allotment-info.d.ts +17 -17
- package/build/types/booking-v2/response/booking-package-dossier.d.ts +6 -6
- package/build/types/booking-v2/response/booking-package-entryline-flight-meta-data.d.ts +5 -5
- package/build/types/booking-v2/response/booking-package-flight-combination.d.ts +5 -5
- package/build/types/booking-v2/response/booking-package-flight-info.d.ts +9 -9
- package/build/types/booking-v2/response/booking-package-flight-pool.d.ts +5 -5
- package/build/types/booking-v2/response/booking-package-flight-route.d.ts +4 -4
- package/build/types/booking-v2/response/booking-package-hotel-pool.d.ts +4 -4
- package/build/types/booking-v2/response/booking-package-item.d.ts +40 -40
- package/build/types/booking-v2/response/booking-price-detail.d.ts +17 -17
- package/build/types/booking-v2/response/booking-price-details.d.ts +14 -14
- package/build/types/booking-v2/response/booking-price-per-pax.d.ts +4 -4
- package/build/types/booking-v2/response/booking-product-notification.d.ts +7 -7
- package/build/types/booking-v2/response/booking-room-status-option.d.ts +5 -5
- package/build/types/booking-v2/response/booking-room-status.d.ts +5 -5
- package/build/types/booking-v2/response/booking-travel-agent.d.ts +7 -7
- package/build/types/booking-v2/response/booking-validity-line.d.ts +4 -4
- package/build/types/booking-v2/response/booking-voucher-result.d.ts +3 -3
- package/build/types/booking-v2/response/changed-line.d.ts +4 -4
- package/build/types/booking-v2/response/index.d.ts +26 -26
- package/build/types/booking-v2/response/tide-response.d.ts +8 -8
- package/build/types/booking-v2/response/tour-codes-response.d.ts +3 -3
- package/build/types/booking-v2/response/transport-dates-response.d.ts +4 -4
- package/build/types/booking-v2/shared/airline-booking-package-option.d.ts +2 -3
- package/build/types/booking-v2/shared/airport-booking-package-option.d.ts +2 -3
- package/build/types/booking-v2/shared/booking-airline-group.d.ts +6 -6
- package/build/types/booking-v2/shared/booking-airport-group.d.ts +6 -6
- package/build/types/booking-v2/shared/booking-option-group.d.ts +5 -5
- package/build/types/booking-v2/shared/booking-option-pax.d.ts +13 -13
- package/build/types/booking-v2/shared/booking-option-unit.d.ts +12 -12
- package/build/types/booking-v2/shared/booking-package-availability.d.ts +9 -9
- package/build/types/booking-v2/shared/booking-package-flight-meta-data-line.d.ts +18 -18
- package/build/types/booking-v2/shared/booking-package-flight-meta-data.d.ts +10 -10
- package/build/types/booking-v2/shared/booking-package-flight.d.ts +18 -18
- package/build/types/booking-v2/shared/booking-package-hotel-option.d.ts +10 -10
- package/build/types/booking-v2/shared/booking-package-hotel-room.d.ts +5 -5
- package/build/types/booking-v2/shared/booking-package-hotel.d.ts +22 -22
- package/build/types/booking-v2/shared/booking-package-line.d.ts +17 -17
- package/build/types/booking-v2/shared/booking-package-option.d.ts +47 -47
- package/build/types/booking-v2/shared/booking-package-pax.d.ts +17 -17
- package/build/types/booking-v2/shared/booking-package-request-room.d.ts +5 -5
- package/build/types/booking-v2/shared/booking-package-room-option.d.ts +22 -22
- package/build/types/booking-v2/shared/booking-package-room.d.ts +5 -5
- package/build/types/booking-v2/shared/booking-package-tag.d.ts +5 -5
- package/build/types/booking-v2/shared/booking-package.d.ts +14 -14
- package/build/types/booking-v2/shared/index.d.ts +27 -27
- package/build/types/booking-v2/shared/per-booking-package-option.d.ts +9 -9
- package/build/types/booking-v2/shared/per-package-option.d.ts +9 -9
- package/build/types/booking-v2/shared/per-pax-package-option.d.ts +5 -5
- package/build/types/booking-v2/shared/per-unit-package-option.d.ts +7 -7
- package/build/types/booking-v2/shared/room-option-pax-type.d.ts +4 -4
- package/build/types/company/agent/agent-invoice-item.d.ts +9 -9
- package/build/types/company/agent/change-entry-agent-surcharge-action.model.d.ts +5 -5
- package/build/types/company/agent/entry-totals.d.ts +7 -7
- package/build/types/company/agent/index.d.ts +3 -3
- package/build/types/company/agent-print-action-request.d.ts +11 -11
- package/build/types/company/agent-print-action.d.ts +6 -6
- package/build/types/company/custom-entry-status-item.d.ts +6 -6
- package/build/types/company/index.d.ts +5 -5
- package/build/types/company/number-string-pair.d.ts +4 -4
- package/build/types/enums/allotment-kind.d.ts +4 -4
- package/build/types/enums/allotment-status.d.ts +5 -5
- package/build/types/enums/allotment-type.d.ts +5 -5
- package/build/types/enums/availability-search-type.d.ts +4 -4
- package/build/types/enums/data-type.d.ts +14 -14
- package/build/types/enums/dossier-type.d.ts +6 -6
- package/build/types/enums/entry-line-flag.d.ts +6 -6
- package/build/types/enums/entry-line-status.d.ts +19 -19
- package/build/types/enums/entry-status.d.ts +8 -8
- package/build/types/enums/export-status.d.ts +5 -5
- package/build/types/enums/gender.d.ts +5 -5
- package/build/types/enums/index.d.ts +21 -21
- package/build/types/enums/meta-data-item-property-type.d.ts +6 -6
- package/build/types/enums/meta-data-type.d.ts +10 -10
- package/build/types/enums/payment-type.d.ts +6 -6
- package/build/types/enums/price-chart-type.d.ts +4 -4
- package/build/types/enums/print-action-group.d.ts +10 -10
- package/build/types/enums/requirement-type.d.ts +5 -5
- package/build/types/enums/room-type.d.ts +8 -8
- package/build/types/enums/sale-type.d.ts +4 -4
- package/build/types/enums/service-type.d.ts +33 -33
- package/build/types/enums/unit-of-measure.d.ts +5 -5
- package/build/types/hubs/index.d.ts +1 -1
- package/build/types/hubs/search/flight-search-finish-response.d.ts +4 -4
- package/build/types/hubs/search/flight-search-request.d.ts +24 -24
- package/build/types/hubs/search/flight-search-response.d.ts +44 -43
- package/build/types/hubs/search/index.d.ts +3 -3
- package/build/types/index.d.ts +10 -10
- package/build/types/mollie/index.d.ts +2 -2
- package/build/types/mollie/mollie-payment-request.d.ts +7 -7
- package/build/types/mollie/mollie-payment.d.ts +3 -3
- package/build/types/odata/column.d.ts +8 -8
- package/build/types/odata/filter-item.d.ts +14 -14
- package/build/types/odata/index.d.ts +4 -4
- package/build/types/odata/odata-params.d.ts +3 -3
- package/build/types/odata/page-result.d.ts +5 -5
- package/build/types/offer/additional-services.d.ts +6 -6
- package/build/types/offer/allotment-meta-data.d.ts +6 -6
- package/build/types/offer/confirmed-dossier-check.d.ts +6 -6
- package/build/types/offer/country-item.d.ts +5 -5
- package/build/types/offer/crm-contact-request.d.ts +36 -28
- package/build/types/offer/customer-request.d.ts +5 -5
- package/build/types/offer/dossier-default-product.d.ts +14 -14
- package/build/types/offer/dossier-pax-item.d.ts +4 -4
- package/build/types/offer/dossier-view-result.d.ts +48 -48
- package/build/types/offer/entry-check-response.d.ts +8 -8
- package/build/types/offer/entry-line-meta-data.d.ts +5 -5
- package/build/types/offer/entry-line-pax.d.ts +8 -8
- package/build/types/offer/entry-line.d.ts +73 -67
- package/build/types/offer/entry-price-line.d.ts +40 -40
- package/build/types/offer/entry-room2.d.ts +5 -5
- package/build/types/offer/entry.d.ts +65 -55
- package/build/types/offer/flight-data-segment-meta-data.d.ts +31 -30
- package/build/types/offer/flight-meta-data-line.d.ts +16 -16
- package/build/types/offer/flight-meta-data.d.ts +13 -13
- package/build/types/offer/flight-pool.d.ts +5 -5
- package/build/types/offer/index.d.ts +41 -41
- package/build/types/offer/item-tag.d.ts +3 -3
- package/build/types/offer/language.d.ts +5 -5
- package/build/types/offer/member-confirmation-request.d.ts +5 -5
- package/build/types/offer/member-forgot-password-request.d.ts +5 -5
- package/build/types/offer/member-info.d.ts +11 -11
- package/build/types/offer/member-login-request.d.ts +5 -5
- package/build/types/offer/member-login-response.d.ts +3 -3
- package/build/types/offer/member-reset-password-request.d.ts +4 -4
- package/build/types/offer/note.d.ts +16 -16
- package/build/types/offer/page-result.d.ts +5 -5
- package/build/types/offer/pax.d.ts +29 -29
- package/build/types/offer/payment.d.ts +20 -20
- package/build/types/offer/person-country-preference.d.ts +7 -7
- package/build/types/offer/person-location-preference.d.ts +7 -7
- package/build/types/offer/person-oord-preference.d.ts +7 -7
- package/build/types/offer/person-period-date-range-preference.d.ts +6 -6
- package/build/types/offer/person-period-preference.d.ts +7 -7
- package/build/types/offer/person-region-preference.d.ts +7 -7
- package/build/types/offer/person-tour-group-preference.d.ts +7 -7
- package/build/types/offer/product-notification-result.d.ts +9 -9
- package/build/types/offer/web-contact-form-request.d.ts +13 -13
- package/build/types/offer/web-contact-has-tag-request.d.ts +4 -4
- package/build/types/shared/date-struct.d.ts +5 -5
- package/build/types/shared/index.d.ts +2 -2
- package/build/types/shared/ticket-number.d.ts +5 -5
- package/build/types/tide-client-config.d.ts +5 -5
- package/build/types/web/affiliate.d.ts +5 -5
- package/build/types/web/agent-allotment-item.d.ts +31 -31
- package/build/types/web/agent-allotment.d.ts +32 -32
- package/build/types/web/agent-dossier-allotment-item.d.ts +8 -8
- package/build/types/web/agent-dossier-allotment.d.ts +14 -14
- package/build/types/web/agent-dossier-entry-line.d.ts +5 -5
- package/build/types/web/agent-dossier-flight-meta-data-line.d.ts +12 -12
- package/build/types/web/agent-dossier-flight-meta-data.d.ts +7 -7
- package/build/types/web/agent-dossier-item.d.ts +16 -16
- package/build/types/web/agent-dossier-traveler.d.ts +10 -10
- package/build/types/web/agent-dossier.d.ts +19 -19
- package/build/types/web/airport.d.ts +17 -17
- package/build/types/web/contact-form-request.d.ts +11 -11
- package/build/types/web/generate-booking-accommodation-request.d.ts +6 -6
- package/build/types/web/index.d.ts +13 -13
- package/build/utils/api.d.ts +23 -3
- package/build/utils/booking-v2-client.d.ts +139 -22
- package/build/utils/common-client.d.ts +26 -3
- package/build/utils/json.d.ts +2 -2
- package/build/utils/member-client.d.ts +32 -7
- package/build/utils/mollie-client.d.ts +15 -7
- package/build/utils/search-client.d.ts +12 -9
- package/build/utils/web-agent-client.d.ts +98 -28
- package/build/utils/web-client.d.ts +58 -33
- package/build/utils/web-contact-client.d.ts +23 -11
- package/build/utils/web-file.d.ts +29 -20
- package/package.json +64 -64
- package/rollup.config.js +20 -20
|
@@ -1,55 +1,65 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
1
|
+
import {
|
|
2
|
+
ConfirmedDossierCheck,
|
|
3
|
+
DossierDefaultProduct,
|
|
4
|
+
EntryCheckResponse,
|
|
5
|
+
EntryLine,
|
|
6
|
+
EntryRoom2,
|
|
7
|
+
FlightPool,
|
|
8
|
+
Note,
|
|
9
|
+
Pax,
|
|
10
|
+
Payment,
|
|
11
|
+
} from ".";
|
|
12
|
+
export interface Entry {
|
|
13
|
+
id: number;
|
|
14
|
+
dossierId: number;
|
|
15
|
+
officeId: number;
|
|
16
|
+
officeCountryId: number;
|
|
17
|
+
companyId: number;
|
|
18
|
+
responsibleUserId?: number;
|
|
19
|
+
responsibleUserName?: string;
|
|
20
|
+
agencyAddressId?: number;
|
|
21
|
+
agencyAddressCountryId?: number;
|
|
22
|
+
agencyAddressName?: string;
|
|
23
|
+
travelerAddressId?: number;
|
|
24
|
+
travelerAddressCountryId?: number;
|
|
25
|
+
travelerAddressName?: string;
|
|
26
|
+
number: string;
|
|
27
|
+
customEntryStatusId?: number;
|
|
28
|
+
contactId?: number;
|
|
29
|
+
contactName?: string;
|
|
30
|
+
version: number;
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated property 'entryStatus' is not returned by the API (anymore)?
|
|
33
|
+
*/
|
|
34
|
+
entryStatus: number;
|
|
35
|
+
status: number;
|
|
36
|
+
rooms: EntryRoom2[];
|
|
37
|
+
items: EntryLine[];
|
|
38
|
+
travelers: Pax[];
|
|
39
|
+
payments: Payment[];
|
|
40
|
+
notes: Note[];
|
|
41
|
+
dossierDefaultProducts: DossierDefaultProduct[];
|
|
42
|
+
tags: number[];
|
|
43
|
+
commission: number;
|
|
44
|
+
profitPercentage: number;
|
|
45
|
+
profit: number;
|
|
46
|
+
marginPercentage: number;
|
|
47
|
+
margin: number;
|
|
48
|
+
purchasePrice: number;
|
|
49
|
+
sellingPrice: number;
|
|
50
|
+
oldSellingPrice: number;
|
|
51
|
+
percentage?: number;
|
|
52
|
+
revenue: number;
|
|
53
|
+
isManualPackaging: boolean;
|
|
54
|
+
isManualDossierType: boolean;
|
|
55
|
+
dossierType: number;
|
|
56
|
+
optionDate?: Date;
|
|
57
|
+
dateCreated: Date;
|
|
58
|
+
confirmedDossierChecks: ConfirmedDossierCheck[];
|
|
59
|
+
entryCheckResponse: EntryCheckResponse;
|
|
60
|
+
dossierDate: Date;
|
|
61
|
+
saleType: number;
|
|
62
|
+
flightPool: FlightPool;
|
|
63
|
+
agentSurchargeAmount?: number;
|
|
64
|
+
agentSurchargePercentage?: number;
|
|
65
|
+
}
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { MetaDataItemPropertyType } from "../enums/meta-data-item-property-type";
|
|
2
|
-
import { UnitOfMeasure } from "../enums/unit-of-measure";
|
|
3
|
-
export interface FlightDataSegmentMetaData {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
import { MetaDataItemPropertyType } from "../enums/meta-data-item-property-type";
|
|
2
|
+
import { UnitOfMeasure } from "../enums/unit-of-measure";
|
|
3
|
+
export interface FlightDataSegmentMetaData {
|
|
4
|
+
fareOption: string;
|
|
5
|
+
fareMarketingName: string;
|
|
6
|
+
farePriceClassName: string;
|
|
7
|
+
fareCode: string;
|
|
8
|
+
luggageCarryOn: MetaDataItem;
|
|
9
|
+
luggageChecked: MetaDataItem;
|
|
10
|
+
seatSelection: MetaDataItem;
|
|
11
|
+
change: MetaDataItem;
|
|
12
|
+
cancel: MetaDataItem;
|
|
13
|
+
seatsLeft: MetaDataItem;
|
|
14
|
+
drinksAndFood: MetaDataItem;
|
|
15
|
+
lounge: MetaDataItem;
|
|
16
|
+
priority: MetaDataItem;
|
|
17
|
+
other: OtherMetaDataItem[];
|
|
18
|
+
}
|
|
19
|
+
export interface MetaDataItem {
|
|
20
|
+
text: string;
|
|
21
|
+
properties: MetaDataItemProperty[];
|
|
22
|
+
}
|
|
23
|
+
export interface OtherMetaDataItem extends MetaDataItem {
|
|
24
|
+
category: string;
|
|
25
|
+
item: string;
|
|
26
|
+
}
|
|
27
|
+
export interface MetaDataItemProperty {
|
|
28
|
+
unitOfMeasure: UnitOfMeasure;
|
|
29
|
+
type: MetaDataItemPropertyType;
|
|
30
|
+
value?: number;
|
|
31
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface FlightMetaDataLine {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
1
|
+
export interface FlightMetaDataLine {
|
|
2
|
+
airline: string;
|
|
3
|
+
operatingAirlineCode: string;
|
|
4
|
+
operatingAirlineDescription: string;
|
|
5
|
+
number: string;
|
|
6
|
+
departureDate: Date;
|
|
7
|
+
departureAirport: string;
|
|
8
|
+
departureAirportDescription: string;
|
|
9
|
+
departureTime: string;
|
|
10
|
+
arrivalDate: Date;
|
|
11
|
+
arrivalAirport: string;
|
|
12
|
+
arrivalAirportDescription: string;
|
|
13
|
+
arrivalTime: string;
|
|
14
|
+
flightClass: string;
|
|
15
|
+
travelClass: string;
|
|
16
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { FlightMetaDataLine } from ".";
|
|
2
|
-
export interface FlightMetaData {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
1
|
+
import { FlightMetaDataLine } from ".";
|
|
2
|
+
export interface FlightMetaData {
|
|
3
|
+
flightLines: FlightMetaDataLine[];
|
|
4
|
+
pnr: string;
|
|
5
|
+
orderId: string;
|
|
6
|
+
isLowCost: boolean;
|
|
7
|
+
luggageIncluded: boolean;
|
|
8
|
+
validatingAirlines: string;
|
|
9
|
+
bagageAllowed: boolean;
|
|
10
|
+
bagage: string;
|
|
11
|
+
mealIncluded: boolean;
|
|
12
|
+
meal: string;
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EntryLine } from ".";
|
|
2
|
-
export interface FlightPool {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
1
|
+
import { EntryLine } from ".";
|
|
2
|
+
export interface FlightPool {
|
|
3
|
+
outward: EntryLine[];
|
|
4
|
+
return: EntryLine[];
|
|
5
|
+
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
export * from "../odata/page-result";
|
|
2
|
-
export * from "./allotment-meta-data";
|
|
3
|
-
export * from "./confirmed-dossier-check";
|
|
4
|
-
export * from "./country-item";
|
|
5
|
-
export * from "./crm-contact-request";
|
|
6
|
-
export * from "./customer-request";
|
|
7
|
-
export * from "./dossier-default-product";
|
|
8
|
-
export * from "./dossier-pax-item";
|
|
9
|
-
export * from "./dossier-view-result";
|
|
10
|
-
export * from "./entry";
|
|
11
|
-
export * from "./entry-check-response";
|
|
12
|
-
export * from "./entry-line";
|
|
13
|
-
export * from "./entry-line-meta-data";
|
|
14
|
-
export * from "./entry-line-pax";
|
|
15
|
-
export * from "./entry-price-line";
|
|
16
|
-
export * from "./entry-room2";
|
|
17
|
-
export * from "./flight-meta-data";
|
|
18
|
-
export * from "./flight-data-segment-meta-data";
|
|
19
|
-
export * from "./flight-meta-data-line";
|
|
20
|
-
export * from "./flight-pool";
|
|
21
|
-
export * from "./item-tag";
|
|
22
|
-
export * from "./language";
|
|
23
|
-
export * from "./member-confirmation-request";
|
|
24
|
-
export * from "./member-forgot-password-request";
|
|
25
|
-
export * from "./member-info";
|
|
26
|
-
export * from "./member-login-request";
|
|
27
|
-
export * from "./member-login-response";
|
|
28
|
-
export * from "./member-reset-password-request";
|
|
29
|
-
export * from "./note";
|
|
30
|
-
export * from "./pax";
|
|
31
|
-
export * from "./payment";
|
|
32
|
-
export * from "./person-country-preference";
|
|
33
|
-
export * from "./person-location-preference";
|
|
34
|
-
export * from "./person-oord-preference";
|
|
35
|
-
export * from "./person-period-date-range-preference";
|
|
36
|
-
export * from "./person-period-preference";
|
|
37
|
-
export * from "./person-region-preference";
|
|
38
|
-
export * from "./person-tour-group-preference";
|
|
39
|
-
export * from "./product-notification-result";
|
|
40
|
-
export * from "./web-contact-form-request";
|
|
41
|
-
export * from "./web-contact-has-tag-request";
|
|
1
|
+
export * from "../odata/page-result";
|
|
2
|
+
export * from "./allotment-meta-data";
|
|
3
|
+
export * from "./confirmed-dossier-check";
|
|
4
|
+
export * from "./country-item";
|
|
5
|
+
export * from "./crm-contact-request";
|
|
6
|
+
export * from "./customer-request";
|
|
7
|
+
export * from "./dossier-default-product";
|
|
8
|
+
export * from "./dossier-pax-item";
|
|
9
|
+
export * from "./dossier-view-result";
|
|
10
|
+
export * from "./entry";
|
|
11
|
+
export * from "./entry-check-response";
|
|
12
|
+
export * from "./entry-line";
|
|
13
|
+
export * from "./entry-line-meta-data";
|
|
14
|
+
export * from "./entry-line-pax";
|
|
15
|
+
export * from "./entry-price-line";
|
|
16
|
+
export * from "./entry-room2";
|
|
17
|
+
export * from "./flight-meta-data";
|
|
18
|
+
export * from "./flight-data-segment-meta-data";
|
|
19
|
+
export * from "./flight-meta-data-line";
|
|
20
|
+
export * from "./flight-pool";
|
|
21
|
+
export * from "./item-tag";
|
|
22
|
+
export * from "./language";
|
|
23
|
+
export * from "./member-confirmation-request";
|
|
24
|
+
export * from "./member-forgot-password-request";
|
|
25
|
+
export * from "./member-info";
|
|
26
|
+
export * from "./member-login-request";
|
|
27
|
+
export * from "./member-login-response";
|
|
28
|
+
export * from "./member-reset-password-request";
|
|
29
|
+
export * from "./note";
|
|
30
|
+
export * from "./pax";
|
|
31
|
+
export * from "./payment";
|
|
32
|
+
export * from "./person-country-preference";
|
|
33
|
+
export * from "./person-location-preference";
|
|
34
|
+
export * from "./person-oord-preference";
|
|
35
|
+
export * from "./person-period-date-range-preference";
|
|
36
|
+
export * from "./person-period-preference";
|
|
37
|
+
export * from "./person-region-preference";
|
|
38
|
+
export * from "./person-tour-group-preference";
|
|
39
|
+
export * from "./product-notification-result";
|
|
40
|
+
export * from "./web-contact-form-request";
|
|
41
|
+
export * from "./web-contact-has-tag-request";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface ItemTag {
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
export interface ItemTag {
|
|
2
|
+
name: string;
|
|
3
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface Language {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
1
|
+
export interface Language {
|
|
2
|
+
id: number;
|
|
3
|
+
code: string;
|
|
4
|
+
flag: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface MemberConfirmationRequest {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
1
|
+
export interface MemberConfirmationRequest {
|
|
2
|
+
token: string;
|
|
3
|
+
password: string;
|
|
4
|
+
hasAgreed: boolean;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface MemberForgotPasswordRequest {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
1
|
+
export interface MemberForgotPasswordRequest {
|
|
2
|
+
username: string;
|
|
3
|
+
origin?: string;
|
|
4
|
+
portalId: number;
|
|
5
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export interface MemberInfo {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
1
|
+
export interface MemberInfo {
|
|
2
|
+
id: number;
|
|
3
|
+
companyId: number;
|
|
4
|
+
companyName?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
username?: string;
|
|
7
|
+
email?: string;
|
|
8
|
+
language?: string;
|
|
9
|
+
agentId?: number;
|
|
10
|
+
allowedPortals?: string[];
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface MemberLoginRequest {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
1
|
+
export interface MemberLoginRequest {
|
|
2
|
+
username: string;
|
|
3
|
+
password: string;
|
|
4
|
+
portalId: number;
|
|
5
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface MemberLoginResponse {
|
|
2
|
-
|
|
3
|
-
}
|
|
1
|
+
export interface MemberLoginResponse {
|
|
2
|
+
token: string;
|
|
3
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface MemberResetPasswordRequest {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
export interface MemberResetPasswordRequest {
|
|
2
|
+
token: string;
|
|
3
|
+
password: string;
|
|
4
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export interface Note {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
1
|
+
export interface Note {
|
|
2
|
+
id: number;
|
|
3
|
+
message: string;
|
|
4
|
+
userId: number;
|
|
5
|
+
userName: string;
|
|
6
|
+
assigneeId?: number;
|
|
7
|
+
assigneeName?: string;
|
|
8
|
+
createdDateTime: Date;
|
|
9
|
+
expiryDateTime: Date;
|
|
10
|
+
isActive: boolean;
|
|
11
|
+
type: number;
|
|
12
|
+
status: number;
|
|
13
|
+
companyId: number;
|
|
14
|
+
teamId?: number;
|
|
15
|
+
teamName?: string;
|
|
16
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface PageResult<T> {
|
|
2
|
-
count: number;
|
|
3
|
-
items: T[];
|
|
4
|
-
nextPageLink: string;
|
|
5
|
-
}
|
|
1
|
+
export interface PageResult<T> {
|
|
2
|
+
count: number;
|
|
3
|
+
items: T[];
|
|
4
|
+
nextPageLink: string;
|
|
5
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Language } from ".";
|
|
2
|
-
export interface Pax {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
1
|
+
import { Language } from ".";
|
|
2
|
+
export interface Pax {
|
|
3
|
+
id: number;
|
|
4
|
+
lastName?: string;
|
|
5
|
+
firstName?: string;
|
|
6
|
+
dateOfBirth?: Date;
|
|
7
|
+
age?: number;
|
|
8
|
+
gender?: number;
|
|
9
|
+
phone?: string;
|
|
10
|
+
mobile?: string;
|
|
11
|
+
email?: string;
|
|
12
|
+
personId?: number;
|
|
13
|
+
emergencyNumber?: string;
|
|
14
|
+
hasInsurance?: boolean;
|
|
15
|
+
insuranceName?: string;
|
|
16
|
+
isMainBooker?: boolean;
|
|
17
|
+
guid?: string;
|
|
18
|
+
birthplace?: string;
|
|
19
|
+
nationality?: string;
|
|
20
|
+
preferredLanguageId?: number;
|
|
21
|
+
preferredLanguage?: Language;
|
|
22
|
+
passportIssueDate?: Date;
|
|
23
|
+
passportIssuedLocation?: string;
|
|
24
|
+
passportNumber?: string;
|
|
25
|
+
passportExpiryDate?: Date;
|
|
26
|
+
travellerNumber?: number;
|
|
27
|
+
extraLuggage?: number;
|
|
28
|
+
extraLuggageWeight?: number;
|
|
29
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export interface Payment {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
1
|
+
export interface Payment {
|
|
2
|
+
id: number;
|
|
3
|
+
date: Date;
|
|
4
|
+
dossierNumber: string;
|
|
5
|
+
dossierId?: number;
|
|
6
|
+
codaId?: number;
|
|
7
|
+
ledgerAccountId?: number;
|
|
8
|
+
ledgerAccountNumber?: string;
|
|
9
|
+
amount: number;
|
|
10
|
+
currency: string;
|
|
11
|
+
accountNumber: string;
|
|
12
|
+
paymentMethod: string;
|
|
13
|
+
paymentType: number;
|
|
14
|
+
note: string;
|
|
15
|
+
isChecked: boolean;
|
|
16
|
+
structuredPaymentRemark: string;
|
|
17
|
+
client: string;
|
|
18
|
+
exportTime?: Date;
|
|
19
|
+
exportStatus?: number;
|
|
20
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface PersonCountryPreference {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
1
|
+
export interface PersonCountryPreference {
|
|
2
|
+
id?: number;
|
|
3
|
+
personId: number;
|
|
4
|
+
countryId: number;
|
|
5
|
+
countryName: string;
|
|
6
|
+
order: number;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface PersonLocationPreference {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
1
|
+
export interface PersonLocationPreference {
|
|
2
|
+
id?: number;
|
|
3
|
+
personId: number;
|
|
4
|
+
locationId: number;
|
|
5
|
+
locationName: string;
|
|
6
|
+
order: number;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface PersonOordPreference {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
1
|
+
export interface PersonOordPreference {
|
|
2
|
+
id?: number;
|
|
3
|
+
personId: number;
|
|
4
|
+
oordId: number;
|
|
5
|
+
oordName: string;
|
|
6
|
+
order: number;
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface PersonPeriodDateRangePreference {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
export interface PersonPeriodDateRangePreference {
|
|
2
|
+
id?: number;
|
|
3
|
+
personId: number;
|
|
4
|
+
startDate: Date;
|
|
5
|
+
endDate: Date;
|
|
6
|
+
}
|