@qite/tide-client 1.1.83 → 1.1.84

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.
Files changed (192) hide show
  1. package/build/index.d.ts +28 -28
  2. package/build/index.js +6862 -6862
  3. package/build/services/odata.service.d.ts +8 -8
  4. package/build/types/booking-v2/index.d.ts +3 -3
  5. package/build/types/booking-v2/request/available-countries-request.d.ts +4 -4
  6. package/build/types/booking-v2/request/available-flights-request.d.ts +8 -8
  7. package/build/types/booking-v2/request/bookable-dates-request.d.ts +4 -4
  8. package/build/types/booking-v2/request/booking-package-address.d.ts +14 -14
  9. package/build/types/booking-v2/request/booking-package-book-request.d.ts +25 -25
  10. package/build/types/booking-v2/request/booking-package-customer-request.d.ts +4 -4
  11. package/build/types/booking-v2/request/booking-package-destination.d.ts +9 -9
  12. package/build/types/booking-v2/request/booking-package-details-request.d.ts +27 -27
  13. package/build/types/booking-v2/request/booking-package-flight-pool-request.d.ts +12 -12
  14. package/build/types/booking-v2/request/booking-package-request.d.ts +5 -5
  15. package/build/types/booking-v2/request/booking-package-search-request.d.ts +29 -29
  16. package/build/types/booking-v2/request/booking-package-update-request.d.ts +4 -4
  17. package/build/types/booking-v2/request/booking-package-voucher-request.d.ts +4 -4
  18. package/build/types/booking-v2/request/index.d.ts +18 -18
  19. package/build/types/booking-v2/request/prices-request.d.ts +17 -17
  20. package/build/types/booking-v2/request/selected-flight.d.ts +10 -10
  21. package/build/types/booking-v2/request/selected-hotel.d.ts +5 -5
  22. package/build/types/booking-v2/request/tour-codes.request.d.ts +3 -3
  23. package/build/types/booking-v2/request/transport-dates-request.d.ts +14 -14
  24. package/build/types/booking-v2/response/available-country.d.ts +5 -5
  25. package/build/types/booking-v2/response/available-flight.d.ts +4 -4
  26. package/build/types/booking-v2/response/base-price.d.ts +7 -7
  27. package/build/types/booking-v2/response/bookable-dates.d.ts +4 -4
  28. package/build/types/booking-v2/response/booking-package-allotment-info.d.ts +17 -17
  29. package/build/types/booking-v2/response/booking-package-dossier.d.ts +6 -6
  30. package/build/types/booking-v2/response/booking-package-flight-combination.d.ts +5 -5
  31. package/build/types/booking-v2/response/booking-package-flight-info.d.ts +7 -7
  32. package/build/types/booking-v2/response/booking-package-flight-pool.d.ts +5 -5
  33. package/build/types/booking-v2/response/booking-package-flight-route.d.ts +4 -4
  34. package/build/types/booking-v2/response/booking-package-hotel-pool.d.ts +4 -4
  35. package/build/types/booking-v2/response/booking-package-item.d.ts +39 -39
  36. package/build/types/booking-v2/response/booking-price-detail.d.ts +17 -17
  37. package/build/types/booking-v2/response/booking-price-details.d.ts +14 -14
  38. package/build/types/booking-v2/response/booking-price-per-pax.d.ts +4 -4
  39. package/build/types/booking-v2/response/booking-product-notification.d.ts +7 -7
  40. package/build/types/booking-v2/response/booking-room-status-option.d.ts +5 -5
  41. package/build/types/booking-v2/response/booking-room-status.d.ts +5 -5
  42. package/build/types/booking-v2/response/booking-travel-agent.d.ts +7 -7
  43. package/build/types/booking-v2/response/booking-validity-line.d.ts +4 -4
  44. package/build/types/booking-v2/response/booking-voucher-result.d.ts +3 -3
  45. package/build/types/booking-v2/response/changed-line.d.ts +4 -4
  46. package/build/types/booking-v2/response/index.d.ts +25 -25
  47. package/build/types/booking-v2/response/tide-response.d.ts +8 -8
  48. package/build/types/booking-v2/response/tour-codes-response.d.ts +3 -3
  49. package/build/types/booking-v2/response/transport-dates-response.d.ts +4 -4
  50. package/build/types/booking-v2/shared/airline-booking-package-option.d.ts +2 -2
  51. package/build/types/booking-v2/shared/airport-booking-package-option.d.ts +2 -2
  52. package/build/types/booking-v2/shared/booking-airline-group.d.ts +6 -6
  53. package/build/types/booking-v2/shared/booking-airport-group.d.ts +6 -6
  54. package/build/types/booking-v2/shared/booking-option-group.d.ts +5 -5
  55. package/build/types/booking-v2/shared/booking-option-pax.d.ts +13 -13
  56. package/build/types/booking-v2/shared/booking-option-unit.d.ts +12 -12
  57. package/build/types/booking-v2/shared/booking-package-availability.d.ts +9 -9
  58. package/build/types/booking-v2/shared/booking-package-flight-meta-data-line.d.ts +18 -18
  59. package/build/types/booking-v2/shared/booking-package-flight-meta-data.d.ts +10 -10
  60. package/build/types/booking-v2/shared/booking-package-flight.d.ts +18 -18
  61. package/build/types/booking-v2/shared/booking-package-hotel-option.d.ts +10 -10
  62. package/build/types/booking-v2/shared/booking-package-hotel-room.d.ts +5 -5
  63. package/build/types/booking-v2/shared/booking-package-hotel.d.ts +22 -22
  64. package/build/types/booking-v2/shared/booking-package-line.d.ts +17 -17
  65. package/build/types/booking-v2/shared/booking-package-option.d.ts +47 -47
  66. package/build/types/booking-v2/shared/booking-package-pax.d.ts +17 -17
  67. package/build/types/booking-v2/shared/booking-package-request-room.d.ts +5 -5
  68. package/build/types/booking-v2/shared/booking-package-room-option.d.ts +21 -21
  69. package/build/types/booking-v2/shared/booking-package-room.d.ts +5 -5
  70. package/build/types/booking-v2/shared/booking-package-tag.d.ts +5 -5
  71. package/build/types/booking-v2/shared/booking-package.d.ts +13 -13
  72. package/build/types/booking-v2/shared/index.d.ts +27 -27
  73. package/build/types/booking-v2/shared/per-booking-package-option.d.ts +9 -9
  74. package/build/types/booking-v2/shared/per-package-option.d.ts +9 -9
  75. package/build/types/booking-v2/shared/per-pax-package-option.d.ts +5 -5
  76. package/build/types/booking-v2/shared/per-unit-package-option.d.ts +7 -7
  77. package/build/types/booking-v2/shared/room-option-pax-type.d.ts +4 -4
  78. package/build/types/company/agent/agent-invoice-item.d.ts +9 -9
  79. package/build/types/company/agent/change-entry-agent-surcharge-action.model.d.ts +5 -5
  80. package/build/types/company/agent/entry-totals.d.ts +7 -7
  81. package/build/types/company/agent/index.d.ts +3 -3
  82. package/build/types/company/agent-print-action-request.d.ts +11 -11
  83. package/build/types/company/agent-print-action.d.ts +6 -6
  84. package/build/types/company/custom-entry-status-item.d.ts +6 -6
  85. package/build/types/company/index.d.ts +5 -5
  86. package/build/types/company/number-string-pair.d.ts +4 -4
  87. package/build/types/enums/allotment-kind.d.ts +4 -4
  88. package/build/types/enums/allotment-status.d.ts +5 -5
  89. package/build/types/enums/allotment-type.d.ts +5 -5
  90. package/build/types/enums/availability-search-type.d.ts +4 -4
  91. package/build/types/enums/data-type.d.ts +14 -14
  92. package/build/types/enums/dossier-type.d.ts +6 -6
  93. package/build/types/enums/entry-line-flag.d.ts +6 -6
  94. package/build/types/enums/entry-line-status.d.ts +19 -19
  95. package/build/types/enums/entry-status.d.ts +8 -8
  96. package/build/types/enums/export-status.d.ts +5 -5
  97. package/build/types/enums/gender.d.ts +5 -5
  98. package/build/types/enums/index.d.ts +21 -21
  99. package/build/types/enums/meta-data-item-property-type.d.ts +6 -6
  100. package/build/types/enums/meta-data-type.d.ts +10 -10
  101. package/build/types/enums/payment-type.d.ts +6 -6
  102. package/build/types/enums/price-chart-type.d.ts +4 -4
  103. package/build/types/enums/print-action-group.d.ts +10 -10
  104. package/build/types/enums/requirement-type.d.ts +5 -5
  105. package/build/types/enums/room-type.d.ts +8 -8
  106. package/build/types/enums/sale-type.d.ts +4 -4
  107. package/build/types/enums/service-type.d.ts +33 -33
  108. package/build/types/enums/unit-of-measure.d.ts +5 -5
  109. package/build/types/hubs/index.d.ts +1 -1
  110. package/build/types/hubs/search/flight-search-finish-response.d.ts +4 -4
  111. package/build/types/hubs/search/flight-search-request.d.ts +24 -24
  112. package/build/types/hubs/search/flight-search-response.d.ts +43 -43
  113. package/build/types/hubs/search/index.d.ts +3 -3
  114. package/build/types/index.d.ts +10 -10
  115. package/build/types/mollie/index.d.ts +2 -2
  116. package/build/types/mollie/mollie-payment-request.d.ts +7 -7
  117. package/build/types/mollie/mollie-payment.d.ts +3 -3
  118. package/build/types/odata/column.d.ts +8 -8
  119. package/build/types/odata/filter-item.d.ts +14 -14
  120. package/build/types/odata/index.d.ts +4 -4
  121. package/build/types/odata/odata-params.d.ts +3 -3
  122. package/build/types/odata/page-result.d.ts +5 -5
  123. package/build/types/offer/additional-services.d.ts +6 -6
  124. package/build/types/offer/allotment-meta-data.d.ts +6 -6
  125. package/build/types/offer/confirmed-dossier-check.d.ts +6 -6
  126. package/build/types/offer/country-item.d.ts +5 -5
  127. package/build/types/offer/crm-contact-request.d.ts +36 -36
  128. package/build/types/offer/customer-request.d.ts +5 -5
  129. package/build/types/offer/dossier-default-product.d.ts +14 -14
  130. package/build/types/offer/dossier-pax-item.d.ts +4 -4
  131. package/build/types/offer/dossier-view-result.d.ts +48 -48
  132. package/build/types/offer/entry-check-response.d.ts +8 -8
  133. package/build/types/offer/entry-line-meta-data.d.ts +5 -5
  134. package/build/types/offer/entry-line-pax.d.ts +8 -8
  135. package/build/types/offer/entry-line.d.ts +73 -73
  136. package/build/types/offer/entry-price-line.d.ts +40 -40
  137. package/build/types/offer/entry-room2.d.ts +5 -5
  138. package/build/types/offer/entry.d.ts +65 -65
  139. package/build/types/offer/flight-data-segment-meta-data.d.ts +30 -30
  140. package/build/types/offer/flight-meta-data-line.d.ts +16 -16
  141. package/build/types/offer/flight-meta-data.d.ts +13 -13
  142. package/build/types/offer/flight-pool.d.ts +5 -5
  143. package/build/types/offer/index.d.ts +41 -41
  144. package/build/types/offer/item-tag.d.ts +3 -3
  145. package/build/types/offer/language.d.ts +5 -5
  146. package/build/types/offer/member-confirmation-request.d.ts +5 -5
  147. package/build/types/offer/member-forgot-password-request.d.ts +4 -4
  148. package/build/types/offer/member-info.d.ts +11 -11
  149. package/build/types/offer/member-login-request.d.ts +4 -4
  150. package/build/types/offer/member-login-response.d.ts +3 -3
  151. package/build/types/offer/member-reset-password-request.d.ts +4 -4
  152. package/build/types/offer/note.d.ts +16 -16
  153. package/build/types/offer/page-result.d.ts +5 -5
  154. package/build/types/offer/pax.d.ts +29 -29
  155. package/build/types/offer/payment.d.ts +20 -20
  156. package/build/types/offer/person-country-preference.d.ts +7 -7
  157. package/build/types/offer/person-location-preference.d.ts +7 -7
  158. package/build/types/offer/person-oord-preference.d.ts +7 -7
  159. package/build/types/offer/person-period-date-range-preference.d.ts +6 -6
  160. package/build/types/offer/person-period-preference.d.ts +7 -7
  161. package/build/types/offer/person-region-preference.d.ts +7 -7
  162. package/build/types/offer/person-tour-group-preference.d.ts +7 -7
  163. package/build/types/offer/product-notification-result.d.ts +9 -9
  164. package/build/types/offer/web-contact-form-request.d.ts +13 -13
  165. package/build/types/offer/web-contact-has-tag-request.d.ts +4 -4
  166. package/build/types/shared/date-struct.d.ts +5 -5
  167. package/build/types/shared/index.d.ts +1 -1
  168. package/build/types/tide-client-config.d.ts +5 -5
  169. package/build/types/web/affiliate.d.ts +5 -5
  170. package/build/types/web/agent-allotment-item.d.ts +31 -31
  171. package/build/types/web/agent-allotment.d.ts +32 -32
  172. package/build/types/web/agent-dossier-allotment-item.d.ts +8 -8
  173. package/build/types/web/agent-dossier-allotment.d.ts +14 -14
  174. package/build/types/web/agent-dossier-item.d.ts +11 -11
  175. package/build/types/web/agent-dossier.d.ts +11 -11
  176. package/build/types/web/airport.d.ts +17 -11
  177. package/build/types/web/contact-form-request.d.ts +11 -11
  178. package/build/types/web/generate-booking-accommodation-request.d.ts +6 -6
  179. package/build/types/web/index.d.ts +10 -10
  180. package/build/utils/api.d.ts +23 -23
  181. package/build/utils/booking-v2-client.d.ts +139 -139
  182. package/build/utils/common-client.d.ts +26 -26
  183. package/build/utils/json.d.ts +2 -2
  184. package/build/utils/member-client.d.ts +32 -32
  185. package/build/utils/mollie-client.d.ts +15 -15
  186. package/build/utils/search-client.d.ts +16 -16
  187. package/build/utils/web-agent-client.d.ts +98 -98
  188. package/build/utils/web-client.d.ts +58 -58
  189. package/build/utils/web-contact-client.d.ts +23 -23
  190. package/build/utils/web-file.d.ts +29 -29
  191. package/package.json +64 -64
  192. package/rollup.config.js +20 -20
@@ -1,5 +1,5 @@
1
- export interface Affiliate {
2
- id: number;
3
- slug: string;
4
- companyId: number;
5
- }
1
+ export interface Affiliate {
2
+ id: number;
3
+ slug: string;
4
+ companyId: number;
5
+ }
@@ -1,31 +1,31 @@
1
- import { AllotmentKind, AllotmentStatus } from "../enums";
2
- export interface AgentAllotmentItem {
3
- id: number;
4
- name: string;
5
- startDate: Date;
6
- endDate: Date;
7
- minPlaces: number;
8
- totalPlaces: number;
9
- bookedPlaces: number;
10
- inOptionPlaces: number;
11
- releaseDate: Date | null;
12
- status: AllotmentStatus;
13
- customStatusName: string;
14
- tourCode: string;
15
- primaryPerson: string;
16
- secondaryPerson: string;
17
- tertiaryPerson: string;
18
- startTime: string;
19
- endTime: string;
20
- kind: AllotmentKind;
21
- ticketingDate: Date | null;
22
- paxListDeadline: Date | null;
23
- firstDepositDeadline: Date | null;
24
- secondDepositDeadline: Date | null;
25
- thirdDepositDeadline: Date | null;
26
- issueDate: Date | null;
27
- departureMeetingDate: Date | null;
28
- departureMeetingAddressName: string;
29
- dossierNumbers: string[];
30
- productCodes: string[];
31
- }
1
+ import { AllotmentKind, AllotmentStatus } from "../enums";
2
+ export interface AgentAllotmentItem {
3
+ id: number;
4
+ name: string;
5
+ startDate: Date;
6
+ endDate: Date;
7
+ minPlaces: number;
8
+ totalPlaces: number;
9
+ bookedPlaces: number;
10
+ inOptionPlaces: number;
11
+ releaseDate: Date | null;
12
+ status: AllotmentStatus;
13
+ customStatusName: string;
14
+ tourCode: string;
15
+ primaryPerson: string;
16
+ secondaryPerson: string;
17
+ tertiaryPerson: string;
18
+ startTime: string;
19
+ endTime: string;
20
+ kind: AllotmentKind;
21
+ ticketingDate: Date | null;
22
+ paxListDeadline: Date | null;
23
+ firstDepositDeadline: Date | null;
24
+ secondDepositDeadline: Date | null;
25
+ thirdDepositDeadline: Date | null;
26
+ issueDate: Date | null;
27
+ departureMeetingDate: Date | null;
28
+ departureMeetingAddressName: string;
29
+ dossierNumbers: string[];
30
+ productCodes: string[];
31
+ }
@@ -1,32 +1,32 @@
1
- import { AllotmentKind, AllotmentStatus } from "../enums";
2
- import { AllotmentMetaData } from "../offer";
3
- export interface AgentAllotment {
4
- id: number;
5
- name: string;
6
- startDate: Date;
7
- endDate: Date;
8
- minPlaces: number;
9
- totalPlaces: number;
10
- bookedPlaces: number;
11
- inOptionPlaces: number;
12
- releaseDate: Date | null;
13
- status: AllotmentStatus;
14
- customStatusName: string;
15
- tourCode: string;
16
- primaryPerson: string;
17
- secondaryPerson: string;
18
- tertiaryPerson: string;
19
- remarks: string;
20
- startTime: string;
21
- endTime: string;
22
- kind: AllotmentKind;
23
- ticketingDate: Date | null;
24
- paxListDeadline: Date | null;
25
- firstDepositDeadline: Date | null;
26
- secondDepositDeadline: Date | null;
27
- thirdDepositDeadline: Date | null;
28
- issueDate: Date | null;
29
- departureMeetingDate: Date | null;
30
- departureMeetingAddressName: string;
31
- metaDatas: AllotmentMetaData[];
32
- }
1
+ import { AllotmentKind, AllotmentStatus } from "../enums";
2
+ import { AllotmentMetaData } from "../offer";
3
+ export interface AgentAllotment {
4
+ id: number;
5
+ name: string;
6
+ startDate: Date;
7
+ endDate: Date;
8
+ minPlaces: number;
9
+ totalPlaces: number;
10
+ bookedPlaces: number;
11
+ inOptionPlaces: number;
12
+ releaseDate: Date | null;
13
+ status: AllotmentStatus;
14
+ customStatusName: string;
15
+ tourCode: string;
16
+ primaryPerson: string;
17
+ secondaryPerson: string;
18
+ tertiaryPerson: string;
19
+ remarks: string;
20
+ startTime: string;
21
+ endTime: string;
22
+ kind: AllotmentKind;
23
+ ticketingDate: Date | null;
24
+ paxListDeadline: Date | null;
25
+ firstDepositDeadline: Date | null;
26
+ secondDepositDeadline: Date | null;
27
+ thirdDepositDeadline: Date | null;
28
+ issueDate: Date | null;
29
+ departureMeetingDate: Date | null;
30
+ departureMeetingAddressName: string;
31
+ metaDatas: AllotmentMetaData[];
32
+ }
@@ -1,8 +1,8 @@
1
- export interface AgentDossierAllotmentItem {
2
- id: number;
3
- startDate: Date | null;
4
- endDate: Date | null;
5
- ticketingDate: Date | null;
6
- paxListDeadline: Date | null;
7
- firstDepositDeadline: Date | null;
8
- }
1
+ export interface AgentDossierAllotmentItem {
2
+ id: number;
3
+ startDate: Date | null;
4
+ endDate: Date | null;
5
+ ticketingDate: Date | null;
6
+ paxListDeadline: Date | null;
7
+ firstDepositDeadline: Date | null;
8
+ }
@@ -1,14 +1,14 @@
1
- import { AllotmentStatus } from "../enums";
2
- export interface AgentDossierAllotment {
3
- id: number;
4
- startDate: Date;
5
- endDate: Date;
6
- status: AllotmentStatus;
7
- bookedPlaces: number;
8
- ticketingDate: Date | null;
9
- paxListDeadline: Date | null;
10
- firstDepositDeadline: Date | null;
11
- secondDepositDeadline: Date | null;
12
- thirdDepositDeadline: Date | null;
13
- issueDate: Date | null;
14
- }
1
+ import { AllotmentStatus } from "../enums";
2
+ export interface AgentDossierAllotment {
3
+ id: number;
4
+ startDate: Date;
5
+ endDate: Date;
6
+ status: AllotmentStatus;
7
+ bookedPlaces: number;
8
+ ticketingDate: Date | null;
9
+ paxListDeadline: Date | null;
10
+ firstDepositDeadline: Date | null;
11
+ secondDepositDeadline: Date | null;
12
+ thirdDepositDeadline: Date | null;
13
+ issueDate: Date | null;
14
+ }
@@ -1,11 +1,11 @@
1
- import { AgentDossierAllotmentItem } from "./agent-dossier-allotment-item";
2
- export interface AgentDossierItem {
3
- id: number;
4
- dossierNumber: string;
5
- dateCreated: Date;
6
- officeId: number;
7
- isActive: boolean;
8
- productCodes: string[];
9
- agentAllotments: AgentDossierAllotmentItem[];
10
- agentAllotmentStartDate: Date | null;
11
- }
1
+ import { AgentDossierAllotmentItem } from "./agent-dossier-allotment-item";
2
+ export interface AgentDossierItem {
3
+ id: number;
4
+ dossierNumber: string;
5
+ dateCreated: Date;
6
+ officeId: number;
7
+ isActive: boolean;
8
+ productCodes: string[];
9
+ agentAllotments: AgentDossierAllotmentItem[];
10
+ agentAllotmentStartDate: Date | null;
11
+ }
@@ -1,11 +1,11 @@
1
- import { AgentDossierAllotment } from "./agent-dossier-allotment";
2
- export interface AgentDossier {
3
- id: number;
4
- dossierNumber: string;
5
- dateCreated: Date;
6
- currencyCode: string;
7
- agencyContactPerson: string;
8
- agentId: number;
9
- paxMainBookerName: string;
10
- agentAllotments: AgentDossierAllotment[];
11
- }
1
+ import { AgentDossierAllotment } from "./agent-dossier-allotment";
2
+ export interface AgentDossier {
3
+ id: number;
4
+ dossierNumber: string;
5
+ dateCreated: Date;
6
+ currencyCode: string;
7
+ agencyContactPerson: string;
8
+ agentId: number;
9
+ paxMainBookerName: string;
10
+ agentAllotments: AgentDossierAllotment[];
11
+ }
@@ -1,11 +1,17 @@
1
- export interface Airport {
2
- iata: string;
3
- name: string;
4
- isDepartureLocation: boolean;
5
- localizations: AirportLocalized[];
6
- countryId?: number;
7
- }
8
- export interface AirportLocalized {
9
- languageCode: string;
10
- name: string;
11
- }
1
+ export interface Airport {
2
+ iata: string;
3
+ name: string;
4
+ isDepartureLocation: boolean;
5
+ localizations: AirportLocalized[];
6
+ countryId?: number;
7
+ location: string;
8
+ locationLocalizations: LocationLocalized[];
9
+ }
10
+ export interface AirportLocalized {
11
+ languageCode: string;
12
+ name: string;
13
+ }
14
+ export interface LocationLocalized {
15
+ languageCode: string;
16
+ name: string;
17
+ }
@@ -1,11 +1,11 @@
1
- export interface ContactFormRequest {
2
- salutation: string;
3
- firstName: string;
4
- lastName: string;
5
- gender: number;
6
- email: string;
7
- phone: string;
8
- internalEmailOverride: string;
9
- subject: string;
10
- message: string;
11
- }
1
+ export interface ContactFormRequest {
2
+ salutation: string;
3
+ firstName: string;
4
+ lastName: string;
5
+ gender: number;
6
+ email: string;
7
+ phone: string;
8
+ internalEmailOverride: string;
9
+ subject: string;
10
+ message: string;
11
+ }
@@ -1,6 +1,6 @@
1
- export interface GenerateBookingAccommodationRequest {
2
- languageCode: string;
3
- contentViewId: number;
4
- productCode: string;
5
- accommodationCodes: string[];
6
- }
1
+ export interface GenerateBookingAccommodationRequest {
2
+ languageCode: string;
3
+ contentViewId: number;
4
+ productCode: string;
5
+ accommodationCodes: string[];
6
+ }
@@ -1,10 +1,10 @@
1
- export * from "./affiliate";
2
- export * from "./agent-allotment-item";
3
- export * from "./agent-allotment";
4
- export * from "./agent-dossier-allotment-item";
5
- export * from "./agent-dossier-allotment";
6
- export * from "./agent-dossier-item";
7
- export * from "./agent-dossier";
8
- export * from "./airport";
9
- export * from "./contact-form-request";
10
- export * from "./generate-booking-accommodation-request";
1
+ export * from "./affiliate";
2
+ export * from "./agent-allotment-item";
3
+ export * from "./agent-allotment";
4
+ export * from "./agent-dossier-allotment-item";
5
+ export * from "./agent-dossier-allotment";
6
+ export * from "./agent-dossier-item";
7
+ export * from "./agent-dossier";
8
+ export * from "./airport";
9
+ export * from "./contact-form-request";
10
+ export * from "./generate-booking-accommodation-request";
@@ -1,23 +1,23 @@
1
- export declare const post: (
2
- url: string,
3
- apiKey: string,
4
- body?: string | null | undefined,
5
- token?: string | undefined,
6
- signal?: AbortSignal | undefined,
7
- languageCode?: string | undefined
8
- ) => Promise<Response>;
9
- export declare const patch: (
10
- url: string,
11
- apiKey: string,
12
- body?: string | null | undefined,
13
- token?: string | undefined,
14
- signal?: AbortSignal | undefined,
15
- languageCode?: string | undefined
16
- ) => Promise<Response>;
17
- export declare const get: (
18
- url: string,
19
- apiKey: string,
20
- token?: string | undefined,
21
- signal?: AbortSignal | undefined,
22
- languageCode?: string | undefined
23
- ) => Promise<Response>;
1
+ export declare const post: (
2
+ url: string,
3
+ apiKey: string,
4
+ body?: string | null | undefined,
5
+ token?: string | undefined,
6
+ signal?: AbortSignal | undefined,
7
+ languageCode?: string | undefined
8
+ ) => Promise<Response>;
9
+ export declare const patch: (
10
+ url: string,
11
+ apiKey: string,
12
+ body?: string | null | undefined,
13
+ token?: string | undefined,
14
+ signal?: AbortSignal | undefined,
15
+ languageCode?: string | undefined
16
+ ) => Promise<Response>;
17
+ export declare const get: (
18
+ url: string,
19
+ apiKey: string,
20
+ token?: string | undefined,
21
+ signal?: AbortSignal | undefined,
22
+ languageCode?: string | undefined
23
+ ) => Promise<Response>;
@@ -1,139 +1,139 @@
1
- import { TideClientConfig } from "..";
2
- import {
3
- AvailableCountriesRequest,
4
- AvailableCountry,
5
- AvailableFlight,
6
- AvailableFlightsRequest,
7
- BasePrice,
8
- BookableDates,
9
- BookableDatesRequest,
10
- BookingPackage,
11
- BookingPackageAvailability,
12
- BookingPackageBookRequest,
13
- BookingPackageDetailsRequest,
14
- BookingPackageDossier,
15
- BookingPackageFlightPool,
16
- BookingPackageFlightPoolRequest,
17
- BookingPackageHotelPool,
18
- BookingPackageItem,
19
- BookingPackageRequest,
20
- BookingPackageSearchRequest,
21
- BookingPackageUpdateRequest,
22
- BookingPackageVoucherRequest,
23
- BookingPriceDetails,
24
- BookingTravelAgent,
25
- BookingVoucherResult,
26
- EntryStatus,
27
- PricesRequest,
28
- TideResponse,
29
- TourCodesRequest,
30
- TourCodesResponse,
31
- TransportDatesRequest,
32
- TransportDatesResponse,
33
- } from "../types";
34
- export declare const availableFlights: (
35
- config: TideClientConfig,
36
- request: AvailableFlightsRequest,
37
- signal?: AbortSignal | undefined
38
- ) => Promise<AvailableFlight[]>;
39
- export declare const transportDates: (
40
- config: TideClientConfig,
41
- request: TransportDatesRequest,
42
- signal?: AbortSignal | undefined
43
- ) => Promise<TransportDatesResponse>;
44
- export declare const prices: (
45
- config: TideClientConfig,
46
- request: PricesRequest,
47
- signal?: AbortSignal | undefined
48
- ) => Promise<BasePrice[]>;
49
- export declare const availableCountries: (
50
- config: TideClientConfig,
51
- request: AvailableCountriesRequest,
52
- signal?: AbortSignal | undefined
53
- ) => Promise<AvailableCountry[]>;
54
- export declare const search: (
55
- config: TideClientConfig,
56
- request: BookingPackageRequest<BookingPackageSearchRequest>,
57
- signal?: AbortSignal | undefined
58
- ) => Promise<BookingPackageItem[]>;
59
- export declare const searchWithErrorMapping: (
60
- config: TideClientConfig,
61
- request: BookingPackageRequest<BookingPackageSearchRequest>,
62
- signal?: AbortSignal | undefined
63
- ) => Promise<TideResponse<BookingPackageItem[]>>;
64
- export declare const details: (
65
- config: TideClientConfig,
66
- request: BookingPackageRequest<BookingPackageDetailsRequest>,
67
- signal?: AbortSignal | undefined,
68
- languageCode?: string | undefined
69
- ) => Promise<TideResponse<BookingPackage>>;
70
- export declare const validateVoucher: (
71
- config: TideClientConfig,
72
- request: BookingPackageRequest<BookingPackageVoucherRequest>,
73
- signal?: AbortSignal | undefined
74
- ) => Promise<BookingVoucherResult>;
75
- export declare const alternateHotels: (
76
- config: TideClientConfig,
77
- transactionId: string,
78
- optionId: string,
79
- signal?: AbortSignal | undefined
80
- ) => Promise<BookingPackageHotelPool>;
81
- export declare const alternateFlights: (
82
- config: TideClientConfig,
83
- transactionId: string,
84
- signal?: AbortSignal | undefined
85
- ) => Promise<BookingPackageFlightPool>;
86
- export declare const bookableDates: (
87
- config: TideClientConfig,
88
- request: BookableDatesRequest,
89
- signal?: AbortSignal | undefined
90
- ) => Promise<BookableDates>;
91
- export declare const priceDetails: (
92
- config: TideClientConfig,
93
- request: BookingPackageRequest<BookingPackageBookRequest>,
94
- signal?: AbortSignal | undefined,
95
- languageCode?: string | undefined
96
- ) => Promise<BookingPriceDetails>;
97
- export declare const book: (
98
- config: TideClientConfig,
99
- request: BookingPackageRequest<BookingPackageBookRequest>,
100
- signal?: AbortSignal | undefined,
101
- languageCode?: string | undefined
102
- ) => Promise<BookingPackageDossier>;
103
- export declare const update: (
104
- config: TideClientConfig,
105
- request: BookingPackageRequest<BookingPackageUpdateRequest>,
106
- signal?: AbortSignal | undefined
107
- ) => Promise<BookingPackageDossier>;
108
- export declare const agents: (
109
- config: TideClientConfig,
110
- signal?: AbortSignal | undefined
111
- ) => Promise<BookingTravelAgent[]>;
112
- export declare const getAllotmentAvailability: (
113
- config: TideClientConfig,
114
- eventId: string,
115
- productCode: string,
116
- signal?: AbortSignal | undefined
117
- ) => Promise<BookingPackageAvailability[]>;
118
- export declare const searchFlightPool: (
119
- config: TideClientConfig,
120
- request: BookingPackageRequest<BookingPackageFlightPoolRequest>,
121
- signal?: AbortSignal | undefined
122
- ) => Promise<BookingPackageFlightPool>;
123
- export declare const tourCodes: (
124
- config: TideClientConfig,
125
- request: TourCodesRequest,
126
- signal?: AbortSignal | undefined
127
- ) => Promise<TourCodesResponse>;
128
- export declare const setCustomEntryStatus: (
129
- config: TideClientConfig,
130
- dossierNumber: string,
131
- customEntryStatusId: number,
132
- signal?: AbortSignal | undefined
133
- ) => Promise<BookingPackageAvailability[]>;
134
- export declare const setEntryStatus: (
135
- config: TideClientConfig,
136
- dossierNumber: string,
137
- entryStatus: EntryStatus,
138
- signal?: AbortSignal | undefined
139
- ) => Promise<BookingPackageAvailability[]>;
1
+ import { TideClientConfig } from "..";
2
+ import {
3
+ AvailableCountriesRequest,
4
+ AvailableCountry,
5
+ AvailableFlight,
6
+ AvailableFlightsRequest,
7
+ BasePrice,
8
+ BookableDates,
9
+ BookableDatesRequest,
10
+ BookingPackage,
11
+ BookingPackageAvailability,
12
+ BookingPackageBookRequest,
13
+ BookingPackageDetailsRequest,
14
+ BookingPackageDossier,
15
+ BookingPackageFlightPool,
16
+ BookingPackageFlightPoolRequest,
17
+ BookingPackageHotelPool,
18
+ BookingPackageItem,
19
+ BookingPackageRequest,
20
+ BookingPackageSearchRequest,
21
+ BookingPackageUpdateRequest,
22
+ BookingPackageVoucherRequest,
23
+ BookingPriceDetails,
24
+ BookingTravelAgent,
25
+ BookingVoucherResult,
26
+ EntryStatus,
27
+ PricesRequest,
28
+ TideResponse,
29
+ TourCodesRequest,
30
+ TourCodesResponse,
31
+ TransportDatesRequest,
32
+ TransportDatesResponse,
33
+ } from "../types";
34
+ export declare const availableFlights: (
35
+ config: TideClientConfig,
36
+ request: AvailableFlightsRequest,
37
+ signal?: AbortSignal | undefined
38
+ ) => Promise<AvailableFlight[]>;
39
+ export declare const transportDates: (
40
+ config: TideClientConfig,
41
+ request: TransportDatesRequest,
42
+ signal?: AbortSignal | undefined
43
+ ) => Promise<TransportDatesResponse>;
44
+ export declare const prices: (
45
+ config: TideClientConfig,
46
+ request: PricesRequest,
47
+ signal?: AbortSignal | undefined
48
+ ) => Promise<BasePrice[]>;
49
+ export declare const availableCountries: (
50
+ config: TideClientConfig,
51
+ request: AvailableCountriesRequest,
52
+ signal?: AbortSignal | undefined
53
+ ) => Promise<AvailableCountry[]>;
54
+ export declare const search: (
55
+ config: TideClientConfig,
56
+ request: BookingPackageRequest<BookingPackageSearchRequest>,
57
+ signal?: AbortSignal | undefined
58
+ ) => Promise<BookingPackageItem[]>;
59
+ export declare const searchWithErrorMapping: (
60
+ config: TideClientConfig,
61
+ request: BookingPackageRequest<BookingPackageSearchRequest>,
62
+ signal?: AbortSignal | undefined
63
+ ) => Promise<TideResponse<BookingPackageItem[]>>;
64
+ export declare const details: (
65
+ config: TideClientConfig,
66
+ request: BookingPackageRequest<BookingPackageDetailsRequest>,
67
+ signal?: AbortSignal | undefined,
68
+ languageCode?: string | undefined
69
+ ) => Promise<TideResponse<BookingPackage>>;
70
+ export declare const validateVoucher: (
71
+ config: TideClientConfig,
72
+ request: BookingPackageRequest<BookingPackageVoucherRequest>,
73
+ signal?: AbortSignal | undefined
74
+ ) => Promise<BookingVoucherResult>;
75
+ export declare const alternateHotels: (
76
+ config: TideClientConfig,
77
+ transactionId: string,
78
+ optionId: string,
79
+ signal?: AbortSignal | undefined
80
+ ) => Promise<BookingPackageHotelPool>;
81
+ export declare const alternateFlights: (
82
+ config: TideClientConfig,
83
+ transactionId: string,
84
+ signal?: AbortSignal | undefined
85
+ ) => Promise<BookingPackageFlightPool>;
86
+ export declare const bookableDates: (
87
+ config: TideClientConfig,
88
+ request: BookableDatesRequest,
89
+ signal?: AbortSignal | undefined
90
+ ) => Promise<BookableDates>;
91
+ export declare const priceDetails: (
92
+ config: TideClientConfig,
93
+ request: BookingPackageRequest<BookingPackageBookRequest>,
94
+ signal?: AbortSignal | undefined,
95
+ languageCode?: string | undefined
96
+ ) => Promise<BookingPriceDetails>;
97
+ export declare const book: (
98
+ config: TideClientConfig,
99
+ request: BookingPackageRequest<BookingPackageBookRequest>,
100
+ signal?: AbortSignal | undefined,
101
+ languageCode?: string | undefined
102
+ ) => Promise<BookingPackageDossier>;
103
+ export declare const update: (
104
+ config: TideClientConfig,
105
+ request: BookingPackageRequest<BookingPackageUpdateRequest>,
106
+ signal?: AbortSignal | undefined
107
+ ) => Promise<BookingPackageDossier>;
108
+ export declare const agents: (
109
+ config: TideClientConfig,
110
+ signal?: AbortSignal | undefined
111
+ ) => Promise<BookingTravelAgent[]>;
112
+ export declare const getAllotmentAvailability: (
113
+ config: TideClientConfig,
114
+ eventId: string,
115
+ productCode: string,
116
+ signal?: AbortSignal | undefined
117
+ ) => Promise<BookingPackageAvailability[]>;
118
+ export declare const searchFlightPool: (
119
+ config: TideClientConfig,
120
+ request: BookingPackageRequest<BookingPackageFlightPoolRequest>,
121
+ signal?: AbortSignal | undefined
122
+ ) => Promise<BookingPackageFlightPool>;
123
+ export declare const tourCodes: (
124
+ config: TideClientConfig,
125
+ request: TourCodesRequest,
126
+ signal?: AbortSignal | undefined
127
+ ) => Promise<TourCodesResponse>;
128
+ export declare const setCustomEntryStatus: (
129
+ config: TideClientConfig,
130
+ dossierNumber: string,
131
+ customEntryStatusId: number,
132
+ signal?: AbortSignal | undefined
133
+ ) => Promise<BookingPackageAvailability[]>;
134
+ export declare const setEntryStatus: (
135
+ config: TideClientConfig,
136
+ dossierNumber: string,
137
+ entryStatus: EntryStatus,
138
+ signal?: AbortSignal | undefined
139
+ ) => Promise<BookingPackageAvailability[]>;