@qite/tide-client 1.1.179 → 1.1.181

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 (228) hide show
  1. package/build/index.d.ts +12 -12
  2. package/build/index.js +5052 -5328
  3. package/build/index.js.map +1 -1
  4. package/build/services/odata.service.d.ts +2 -8
  5. package/build/types/booking-v2/index.d.ts +3 -3
  6. package/build/types/booking-v2/request/available-countries-request.d.ts +4 -4
  7. package/build/types/booking-v2/request/available-flights-request.d.ts +8 -8
  8. package/build/types/booking-v2/request/bookable-dates-request.d.ts +4 -4
  9. package/build/types/booking-v2/request/booking-package-address.d.ts +14 -14
  10. package/build/types/booking-v2/request/booking-package-book-request.d.ts +26 -26
  11. package/build/types/booking-v2/request/booking-package-customer-request.d.ts +4 -4
  12. package/build/types/booking-v2/request/booking-package-destination.d.ts +9 -9
  13. package/build/types/booking-v2/request/booking-package-details-request.d.ts +28 -28
  14. package/build/types/booking-v2/request/booking-package-flight-pool-request.d.ts +12 -12
  15. package/build/types/booking-v2/request/booking-package-request.d.ts +5 -5
  16. package/build/types/booking-v2/request/booking-package-search-request.d.ts +30 -30
  17. package/build/types/booking-v2/request/booking-package-update-request.d.ts +4 -4
  18. package/build/types/booking-v2/request/booking-package-voucher-request.d.ts +4 -4
  19. package/build/types/booking-v2/request/flight-lines-request.d.ts +3 -3
  20. package/build/types/booking-v2/request/index.d.ts +21 -21
  21. package/build/types/booking-v2/request/packaging/packaging-accommodation-request.d.ts +36 -36
  22. package/build/types/booking-v2/request/packaging/packaging-request-base.d.ts +7 -7
  23. package/build/types/booking-v2/request/prices-request.d.ts +17 -17
  24. package/build/types/booking-v2/request/selected-flight.d.ts +14 -14
  25. package/build/types/booking-v2/request/selected-hotel.d.ts +5 -5
  26. package/build/types/booking-v2/request/tour-codes.request.d.ts +3 -3
  27. package/build/types/booking-v2/request/transport-dates-request.d.ts +14 -14
  28. package/build/types/booking-v2/response/available-country.d.ts +5 -5
  29. package/build/types/booking-v2/response/available-flight.d.ts +4 -4
  30. package/build/types/booking-v2/response/base-price.d.ts +7 -7
  31. package/build/types/booking-v2/response/bookable-dates.d.ts +4 -4
  32. package/build/types/booking-v2/response/booking-package-allotment-info.d.ts +33 -33
  33. package/build/types/booking-v2/response/booking-package-dossier.d.ts +6 -6
  34. package/build/types/booking-v2/response/booking-package-entryline-flight-meta-data.d.ts +5 -5
  35. package/build/types/booking-v2/response/booking-package-flight-combination.d.ts +5 -5
  36. package/build/types/booking-v2/response/booking-package-flight-info.d.ts +9 -9
  37. package/build/types/booking-v2/response/booking-package-flight-pool.d.ts +5 -5
  38. package/build/types/booking-v2/response/booking-package-flight-route.d.ts +4 -4
  39. package/build/types/booking-v2/response/booking-package-hotel-pool.d.ts +4 -4
  40. package/build/types/booking-v2/response/booking-package-item.d.ts +43 -43
  41. package/build/types/booking-v2/response/booking-price-detail.d.ts +17 -17
  42. package/build/types/booking-v2/response/booking-price-details.d.ts +15 -15
  43. package/build/types/booking-v2/response/booking-price-per-pax.d.ts +4 -4
  44. package/build/types/booking-v2/response/booking-product-notification.d.ts +7 -7
  45. package/build/types/booking-v2/response/booking-room-status-option.d.ts +5 -5
  46. package/build/types/booking-v2/response/booking-room-status.d.ts +5 -5
  47. package/build/types/booking-v2/response/booking-travel-agent.d.ts +7 -7
  48. package/build/types/booking-v2/response/booking-validity-line.d.ts +4 -4
  49. package/build/types/booking-v2/response/booking-voucher-result.d.ts +3 -3
  50. package/build/types/booking-v2/response/changed-line.d.ts +4 -4
  51. package/build/types/booking-v2/response/elastic-result-hit.d.ts +8 -8
  52. package/build/types/booking-v2/response/elastic-result.d.ts +17 -17
  53. package/build/types/booking-v2/response/flight-lines-by-allotment.d.ts +11 -11
  54. package/build/types/booking-v2/response/index.d.ts +36 -36
  55. package/build/types/booking-v2/response/packaging/packaging-accommodation-response.d.ts +20 -20
  56. package/build/types/booking-v2/response/packaging/packaging-base-response.d.ts +25 -25
  57. package/build/types/booking-v2/response/packaging/packaging-entry.d.ts +103 -103
  58. package/build/types/booking-v2/response/packaging/packaging-flight-response.d.ts +17 -20
  59. package/build/types/booking-v2/response/packaging/packaging-transaction.d.ts +4 -4
  60. package/build/types/booking-v2/response/tide-elastic-product.d.ts +67 -67
  61. package/build/types/booking-v2/response/tide-elastic-tag.d.ts +4 -4
  62. package/build/types/booking-v2/response/tide-response.d.ts +8 -8
  63. package/build/types/booking-v2/response/tour-codes-response.d.ts +3 -3
  64. package/build/types/booking-v2/response/transport-dates-response.d.ts +4 -4
  65. package/build/types/booking-v2/shared/airline-booking-package-option.d.ts +3 -2
  66. package/build/types/booking-v2/shared/airport-booking-package-option.d.ts +3 -2
  67. package/build/types/booking-v2/shared/booking-airline-group.d.ts +6 -6
  68. package/build/types/booking-v2/shared/booking-airport-group.d.ts +6 -6
  69. package/build/types/booking-v2/shared/booking-option-group.d.ts +5 -5
  70. package/build/types/booking-v2/shared/booking-option-pax.d.ts +13 -13
  71. package/build/types/booking-v2/shared/booking-option-unit.d.ts +12 -12
  72. package/build/types/booking-v2/shared/booking-package-availability.d.ts +9 -9
  73. package/build/types/booking-v2/shared/booking-package-entry.d.ts +5 -5
  74. package/build/types/booking-v2/shared/booking-package-flight-meta-data-line.d.ts +18 -18
  75. package/build/types/booking-v2/shared/booking-package-flight-meta-data.d.ts +10 -10
  76. package/build/types/booking-v2/shared/booking-package-flight.d.ts +18 -18
  77. package/build/types/booking-v2/shared/booking-package-hotel-option.d.ts +10 -10
  78. package/build/types/booking-v2/shared/booking-package-hotel-room.d.ts +5 -5
  79. package/build/types/booking-v2/shared/booking-package-hotel.d.ts +22 -22
  80. package/build/types/booking-v2/shared/booking-package-line.d.ts +17 -17
  81. package/build/types/booking-v2/shared/booking-package-option.d.ts +47 -47
  82. package/build/types/booking-v2/shared/booking-package-pax.d.ts +17 -17
  83. package/build/types/booking-v2/shared/booking-package-request-room.d.ts +5 -5
  84. package/build/types/booking-v2/shared/booking-package-room-option.d.ts +22 -22
  85. package/build/types/booking-v2/shared/booking-package-room.d.ts +5 -5
  86. package/build/types/booking-v2/shared/booking-package-tag.d.ts +5 -5
  87. package/build/types/booking-v2/shared/booking-package.d.ts +14 -14
  88. package/build/types/booking-v2/shared/index.d.ts +29 -29
  89. package/build/types/booking-v2/shared/itinerary.d.ts +41 -41
  90. package/build/types/booking-v2/shared/per-booking-package-option.d.ts +9 -9
  91. package/build/types/booking-v2/shared/per-package-option.d.ts +12 -9
  92. package/build/types/booking-v2/shared/per-pax-package-option.d.ts +5 -5
  93. package/build/types/booking-v2/shared/per-unit-package-option.d.ts +7 -7
  94. package/build/types/booking-v2/shared/room-option-pax-type.d.ts +4 -4
  95. package/build/types/company/agent/agent-invoice-item.d.ts +9 -9
  96. package/build/types/company/agent/change-entry-agent-surcharge-action.model.d.ts +5 -5
  97. package/build/types/company/agent/entry-totals.d.ts +7 -7
  98. package/build/types/company/agent/index.d.ts +3 -3
  99. package/build/types/company/agent-print-action-request.d.ts +11 -11
  100. package/build/types/company/agent-print-action.d.ts +6 -6
  101. package/build/types/company/custom-entry-status-item.d.ts +6 -6
  102. package/build/types/company/index.d.ts +5 -5
  103. package/build/types/company/number-string-pair.d.ts +4 -4
  104. package/build/types/enums/allotment-kind.d.ts +4 -4
  105. package/build/types/enums/allotment-status.d.ts +5 -5
  106. package/build/types/enums/allotment-type.d.ts +5 -5
  107. package/build/types/enums/availability-search-type.d.ts +6 -6
  108. package/build/types/enums/data-type.d.ts +14 -14
  109. package/build/types/enums/date-amount-type.d.ts +4 -4
  110. package/build/types/enums/dossier-type.d.ts +6 -6
  111. package/build/types/enums/entry-line-flag.d.ts +6 -6
  112. package/build/types/enums/entry-line-status.d.ts +19 -19
  113. package/build/types/enums/entry-status.d.ts +8 -8
  114. package/build/types/enums/export-status.d.ts +5 -5
  115. package/build/types/enums/form-field-type.d.ts +12 -12
  116. package/build/types/enums/form-field-width.d.ts +8 -8
  117. package/build/types/enums/form-type.d.ts +4 -4
  118. package/build/types/enums/gender.d.ts +5 -5
  119. package/build/types/enums/index.d.ts +27 -27
  120. package/build/types/enums/meta-data-item-property-type.d.ts +6 -6
  121. package/build/types/enums/meta-data-type.d.ts +10 -10
  122. package/build/types/enums/payment-type.d.ts +6 -6
  123. package/build/types/enums/portal-qsm-type.d.ts +13 -13
  124. package/build/types/enums/price-chart-type.d.ts +4 -4
  125. package/build/types/enums/print-action-group.d.ts +10 -10
  126. package/build/types/enums/requirement-type.d.ts +5 -5
  127. package/build/types/enums/room-type.d.ts +8 -8
  128. package/build/types/enums/sale-type.d.ts +4 -4
  129. package/build/types/enums/service-type.d.ts +33 -33
  130. package/build/types/enums/unit-of-measure.d.ts +5 -5
  131. package/build/types/enums/vendor-type.d.ts +24 -24
  132. package/build/types/hubs/index.d.ts +1 -1
  133. package/build/types/hubs/search/flight-search-finish-response.d.ts +4 -4
  134. package/build/types/hubs/search/flight-search-request.d.ts +32 -32
  135. package/build/types/hubs/search/flight-search-response.d.ts +53 -53
  136. package/build/types/hubs/search/index.d.ts +3 -3
  137. package/build/types/index.d.ts +10 -10
  138. package/build/types/mollie/index.d.ts +2 -2
  139. package/build/types/mollie/mollie-payment-request.d.ts +7 -7
  140. package/build/types/mollie/mollie-payment.d.ts +3 -3
  141. package/build/types/odata/column.d.ts +8 -8
  142. package/build/types/odata/filter-item.d.ts +14 -14
  143. package/build/types/odata/index.d.ts +4 -4
  144. package/build/types/odata/odata-params.d.ts +3 -3
  145. package/build/types/odata/page-result.d.ts +5 -5
  146. package/build/types/offer/allotment-meta-data.d.ts +6 -6
  147. package/build/types/offer/confirmed-dossier-check.d.ts +6 -6
  148. package/build/types/offer/country-item.d.ts +5 -5
  149. package/build/types/offer/crm-contact-request.d.ts +28 -36
  150. package/build/types/offer/customer-request.d.ts +5 -5
  151. package/build/types/offer/dossier-default-product.d.ts +14 -14
  152. package/build/types/offer/dossier-pax-item.d.ts +4 -4
  153. package/build/types/offer/dossier-view-result.d.ts +48 -48
  154. package/build/types/offer/entry-check-response.d.ts +8 -8
  155. package/build/types/offer/entry-light.d.ts +41 -41
  156. package/build/types/offer/entry-line-meta-data.d.ts +5 -5
  157. package/build/types/offer/entry-line-pax.d.ts +8 -8
  158. package/build/types/offer/entry-line.d.ts +67 -73
  159. package/build/types/offer/entry-price-line.d.ts +40 -40
  160. package/build/types/offer/entry-room.d.ts +6 -6
  161. package/build/types/offer/entry-room2.d.ts +5 -5
  162. package/build/types/offer/entry.d.ts +55 -65
  163. package/build/types/offer/flight-data-segment-meta-data.d.ts +31 -31
  164. package/build/types/offer/flight-meta-data-line.d.ts +16 -16
  165. package/build/types/offer/flight-meta-data.d.ts +13 -13
  166. package/build/types/offer/flight-pool.d.ts +5 -5
  167. package/build/types/offer/index.d.ts +43 -43
  168. package/build/types/offer/item-tag.d.ts +3 -3
  169. package/build/types/offer/language.d.ts +5 -5
  170. package/build/types/offer/location-item.d.ts +5 -5
  171. package/build/types/offer/member-confirmation-request.d.ts +5 -5
  172. package/build/types/offer/member-forgot-password-request.d.ts +5 -5
  173. package/build/types/offer/member-info.d.ts +14 -14
  174. package/build/types/offer/member-login-request.d.ts +5 -5
  175. package/build/types/offer/member-login-response.d.ts +3 -3
  176. package/build/types/offer/member-reset-password-request.d.ts +4 -4
  177. package/build/types/offer/note.d.ts +16 -16
  178. package/build/types/offer/pax.d.ts +29 -29
  179. package/build/types/offer/payment.d.ts +20 -20
  180. package/build/types/offer/person-country-preference.d.ts +7 -7
  181. package/build/types/offer/person-location-preference.d.ts +7 -7
  182. package/build/types/offer/person-oord-preference.d.ts +7 -7
  183. package/build/types/offer/person-period-date-range-preference.d.ts +6 -6
  184. package/build/types/offer/person-period-preference.d.ts +7 -7
  185. package/build/types/offer/person-region-preference.d.ts +7 -7
  186. package/build/types/offer/person-tour-group-preference.d.ts +7 -7
  187. package/build/types/offer/product-notification-result.d.ts +9 -9
  188. package/build/types/offer/web-contact-form-request.d.ts +13 -13
  189. package/build/types/offer/web-contact-has-tag-request.d.ts +4 -4
  190. package/build/types/shared/date-struct.d.ts +5 -5
  191. package/build/types/shared/index.d.ts +2 -2
  192. package/build/types/shared/ticket-number.d.ts +5 -5
  193. package/build/types/tide-client-config.d.ts +5 -5
  194. package/build/types/web/affiliate.d.ts +5 -5
  195. package/build/types/web/agent-allotment-item.d.ts +31 -31
  196. package/build/types/web/agent-allotment.d.ts +32 -32
  197. package/build/types/web/agent-dossier-allotment-item.d.ts +8 -8
  198. package/build/types/web/agent-dossier-allotment.d.ts +14 -14
  199. package/build/types/web/agent-dossier-entry-line.d.ts +6 -6
  200. package/build/types/web/agent-dossier-flight-meta-data-line.d.ts +14 -14
  201. package/build/types/web/agent-dossier-flight-meta-data.d.ts +6 -6
  202. package/build/types/web/agent-dossier-item.d.ts +17 -17
  203. package/build/types/web/agent-dossier-traveler.d.ts +10 -10
  204. package/build/types/web/agent-dossier.d.ts +19 -19
  205. package/build/types/web/airport.d.ts +6 -6
  206. package/build/types/web/contact-form-request.d.ts +11 -11
  207. package/build/types/web/generate-booking-accommodation-request.d.ts +6 -6
  208. package/build/types/web/index.d.ts +20 -20
  209. package/build/types/web/locations-request.d.ts +3 -3
  210. package/build/types/web/portal.d.ts +8 -8
  211. package/build/types/web/style-sheet.d.ts +7 -7
  212. package/build/types/web/tide-location.d.ts +9 -9
  213. package/build/types/web/web-form.d.ts +68 -68
  214. package/build/types/web/website-configuration.d.ts +32 -32
  215. package/build/utils/api.d.ts +3 -23
  216. package/build/utils/booking-v2-client.d.ts +26 -165
  217. package/build/utils/common-client.d.ts +3 -26
  218. package/build/utils/json.d.ts +2 -2
  219. package/build/utils/member-client.d.ts +7 -32
  220. package/build/utils/mollie-client.d.ts +7 -15
  221. package/build/utils/packaging-client.d.ts +11 -52
  222. package/build/utils/search-client.d.ts +16 -48
  223. package/build/utils/web-agent-client.d.ts +28 -98
  224. package/build/utils/web-client.d.ts +36 -77
  225. package/build/utils/web-contact-client.d.ts +11 -23
  226. package/build/utils/web-file.d.ts +20 -29
  227. package/build/utils/web-form.d.ts +20 -36
  228. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- export * from "./types";
2
- export * from "./utils/booking-v2-client";
3
- export * from "./utils/member-client";
4
- export * from "./utils/mollie-client";
5
- export * from "./utils/search-client";
6
- export * from "./utils/web-agent-client";
7
- export * from "./utils/web-client";
8
- export * from "./utils/web-contact-client";
9
- export * from "./utils/web-file";
10
- export * from "./utils/packaging-client";
11
- export * from "./utils/web-form";
12
- export * from "./services/odata.service";
1
+ export * from "./types";
2
+ export * from "./utils/booking-v2-client";
3
+ export * from "./utils/member-client";
4
+ export * from "./utils/mollie-client";
5
+ export * from "./utils/search-client";
6
+ export * from "./utils/web-agent-client";
7
+ export * from "./utils/web-client";
8
+ export * from "./utils/web-contact-client";
9
+ export * from "./utils/web-file";
10
+ export * from "./utils/packaging-client";
11
+ export * from "./utils/web-form";
12
+ export * from "./services/odata.service";