@voyantjs/db 0.1.0

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 (2043) hide show
  1. package/LICENSE +109 -0
  2. package/README.md +55 -0
  3. package/dist/columns/collection.d.ts +37 -0
  4. package/dist/columns/collection.d.ts.map +1 -0
  5. package/dist/columns/collection.js +44 -0
  6. package/dist/columns/collection.js.map +1 -0
  7. package/dist/columns/cruise.d.ts +26 -0
  8. package/dist/columns/cruise.d.ts.map +1 -0
  9. package/dist/columns/cruise.js +31 -0
  10. package/dist/columns/cruise.js.map +1 -0
  11. package/dist/columns/departure-sub-tables.d.ts +179 -0
  12. package/dist/columns/departure-sub-tables.d.ts.map +1 -0
  13. package/dist/columns/departure-sub-tables.js +214 -0
  14. package/dist/columns/departure-sub-tables.js.map +1 -0
  15. package/dist/columns/departure.d.ts +20 -0
  16. package/dist/columns/departure.d.ts.map +1 -0
  17. package/dist/columns/departure.js +23 -0
  18. package/dist/columns/departure.js.map +1 -0
  19. package/dist/columns/destinations.d.ts +21 -0
  20. package/dist/columns/destinations.d.ts.map +1 -0
  21. package/dist/columns/destinations.js +24 -0
  22. package/dist/columns/destinations.js.map +1 -0
  23. package/dist/columns/index.d.ts +31 -0
  24. package/dist/columns/index.d.ts.map +1 -0
  25. package/dist/columns/index.js +57 -0
  26. package/dist/columns/index.js.map +1 -0
  27. package/dist/columns/itinerary-sub-tables.d.ts +177 -0
  28. package/dist/columns/itinerary-sub-tables.d.ts.map +1 -0
  29. package/dist/columns/itinerary-sub-tables.js +122 -0
  30. package/dist/columns/itinerary-sub-tables.js.map +1 -0
  31. package/dist/columns/itinerary.d.ts +17 -0
  32. package/dist/columns/itinerary.d.ts.map +1 -0
  33. package/dist/columns/itinerary.js +20 -0
  34. package/dist/columns/itinerary.js.map +1 -0
  35. package/dist/columns/lodging.d.ts +143 -0
  36. package/dist/columns/lodging.d.ts.map +1 -0
  37. package/dist/columns/lodging.js +164 -0
  38. package/dist/columns/lodging.js.map +1 -0
  39. package/dist/columns/offers.d.ts +31 -0
  40. package/dist/columns/offers.d.ts.map +1 -0
  41. package/dist/columns/offers.js +43 -0
  42. package/dist/columns/offers.js.map +1 -0
  43. package/dist/columns/pricing.d.ts +60 -0
  44. package/dist/columns/pricing.d.ts.map +1 -0
  45. package/dist/columns/pricing.js +71 -0
  46. package/dist/columns/pricing.js.map +1 -0
  47. package/dist/columns/product-accommodation.d.ts +99 -0
  48. package/dist/columns/product-accommodation.d.ts.map +1 -0
  49. package/dist/columns/product-accommodation.js +65 -0
  50. package/dist/columns/product-accommodation.js.map +1 -0
  51. package/dist/columns/product-addons.d.ts +18 -0
  52. package/dist/columns/product-addons.d.ts.map +1 -0
  53. package/dist/columns/product-addons.js +21 -0
  54. package/dist/columns/product-addons.js.map +1 -0
  55. package/dist/columns/product-availability-states.d.ts +65 -0
  56. package/dist/columns/product-availability-states.d.ts.map +1 -0
  57. package/dist/columns/product-availability-states.js +81 -0
  58. package/dist/columns/product-availability-states.js.map +1 -0
  59. package/dist/columns/product-availability.d.ts +21 -0
  60. package/dist/columns/product-availability.d.ts.map +1 -0
  61. package/dist/columns/product-availability.js +24 -0
  62. package/dist/columns/product-availability.js.map +1 -0
  63. package/dist/columns/product-booking-rules.d.ts +45 -0
  64. package/dist/columns/product-booking-rules.d.ts.map +1 -0
  65. package/dist/columns/product-booking-rules.js +55 -0
  66. package/dist/columns/product-booking-rules.js.map +1 -0
  67. package/dist/columns/product-category-assignments.d.ts +17 -0
  68. package/dist/columns/product-category-assignments.d.ts.map +1 -0
  69. package/dist/columns/product-category-assignments.js +20 -0
  70. package/dist/columns/product-category-assignments.js.map +1 -0
  71. package/dist/columns/product-extensions.d.ts +24 -0
  72. package/dist/columns/product-extensions.d.ts.map +1 -0
  73. package/dist/columns/product-extensions.js +27 -0
  74. package/dist/columns/product-extensions.js.map +1 -0
  75. package/dist/columns/product-media.d.ts +19 -0
  76. package/dist/columns/product-media.d.ts.map +1 -0
  77. package/dist/columns/product-media.js +22 -0
  78. package/dist/columns/product-media.js.map +1 -0
  79. package/dist/columns/product-overrides.d.ts +19 -0
  80. package/dist/columns/product-overrides.d.ts.map +1 -0
  81. package/dist/columns/product-overrides.js +22 -0
  82. package/dist/columns/product-overrides.js.map +1 -0
  83. package/dist/columns/product-preferences.d.ts +51 -0
  84. package/dist/columns/product-preferences.d.ts.map +1 -0
  85. package/dist/columns/product-preferences.js +59 -0
  86. package/dist/columns/product-preferences.js.map +1 -0
  87. package/dist/columns/product-publish-settings.d.ts +18 -0
  88. package/dist/columns/product-publish-settings.d.ts.map +1 -0
  89. package/dist/columns/product-publish-settings.js +21 -0
  90. package/dist/columns/product-publish-settings.js.map +1 -0
  91. package/dist/columns/product-rate-plans.d.ts +28 -0
  92. package/dist/columns/product-rate-plans.d.ts.map +1 -0
  93. package/dist/columns/product-rate-plans.js +33 -0
  94. package/dist/columns/product-rate-plans.js.map +1 -0
  95. package/dist/columns/product-translations.d.ts +24 -0
  96. package/dist/columns/product-translations.d.ts.map +1 -0
  97. package/dist/columns/product-translations.js +27 -0
  98. package/dist/columns/product-translations.js.map +1 -0
  99. package/dist/columns/product-versions.d.ts +19 -0
  100. package/dist/columns/product-versions.d.ts.map +1 -0
  101. package/dist/columns/product-versions.js +22 -0
  102. package/dist/columns/product-versions.js.map +1 -0
  103. package/dist/columns/product-visibility.d.ts +16 -0
  104. package/dist/columns/product-visibility.d.ts.map +1 -0
  105. package/dist/columns/product-visibility.js +19 -0
  106. package/dist/columns/product-visibility.js.map +1 -0
  107. package/dist/columns/product.d.ts +56 -0
  108. package/dist/columns/product.d.ts.map +1 -0
  109. package/dist/columns/product.js +44 -0
  110. package/dist/columns/product.js.map +1 -0
  111. package/dist/columns/room.d.ts +117 -0
  112. package/dist/columns/room.d.ts.map +1 -0
  113. package/dist/columns/room.js +86 -0
  114. package/dist/columns/room.js.map +1 -0
  115. package/dist/columns/ship.d.ts +22 -0
  116. package/dist/columns/ship.d.ts.map +1 -0
  117. package/dist/columns/ship.js +25 -0
  118. package/dist/columns/ship.js.map +1 -0
  119. package/dist/columns/tags.d.ts +33 -0
  120. package/dist/columns/tags.d.ts.map +1 -0
  121. package/dist/columns/tags.js +38 -0
  122. package/dist/columns/tags.js.map +1 -0
  123. package/dist/columns/transport.d.ts +53 -0
  124. package/dist/columns/transport.d.ts.map +1 -0
  125. package/dist/columns/transport.js +62 -0
  126. package/dist/columns/transport.js.map +1 -0
  127. package/dist/crud.d.ts +72 -0
  128. package/dist/crud.d.ts.map +1 -0
  129. package/dist/crud.js +134 -0
  130. package/dist/crud.js.map +1 -0
  131. package/dist/helpers.d.ts +46 -0
  132. package/dist/helpers.d.ts.map +1 -0
  133. package/dist/helpers.js +57 -0
  134. package/dist/helpers.js.map +1 -0
  135. package/dist/index.d.ts +40 -0
  136. package/dist/index.d.ts.map +1 -0
  137. package/dist/index.js +70 -0
  138. package/dist/index.js.map +1 -0
  139. package/dist/lib/index.d.ts +3 -0
  140. package/dist/lib/index.d.ts.map +1 -0
  141. package/dist/lib/index.js +5 -0
  142. package/dist/lib/index.js.map +1 -0
  143. package/dist/lib/typeid-column.d.ts +75 -0
  144. package/dist/lib/typeid-column.d.ts.map +1 -0
  145. package/dist/lib/typeid-column.js +92 -0
  146. package/dist/lib/typeid-column.js.map +1 -0
  147. package/dist/lib/typeid.d.ts +511 -0
  148. package/dist/lib/typeid.d.ts.map +1 -0
  149. package/dist/lib/typeid.js +566 -0
  150. package/dist/lib/typeid.js.map +1 -0
  151. package/dist/links.d.ts +22 -0
  152. package/dist/links.d.ts.map +1 -0
  153. package/dist/links.js +181 -0
  154. package/dist/links.js.map +1 -0
  155. package/dist/operators.d.ts +9 -0
  156. package/dist/operators.d.ts.map +1 -0
  157. package/dist/operators.js +9 -0
  158. package/dist/operators.js.map +1 -0
  159. package/dist/primitives/catalog-schemas.d.ts +101 -0
  160. package/dist/primitives/catalog-schemas.d.ts.map +1 -0
  161. package/dist/primitives/catalog-schemas.js +69 -0
  162. package/dist/primitives/catalog-schemas.js.map +1 -0
  163. package/dist/primitives/catalog.d.ts +47 -0
  164. package/dist/primitives/catalog.d.ts.map +1 -0
  165. package/dist/primitives/catalog.js +94 -0
  166. package/dist/primitives/catalog.js.map +1 -0
  167. package/dist/primitives/index.d.ts +4 -0
  168. package/dist/primitives/index.d.ts.map +1 -0
  169. package/dist/primitives/index.js +4 -0
  170. package/dist/primitives/index.js.map +1 -0
  171. package/dist/primitives/offers.d.ts +224 -0
  172. package/dist/primitives/offers.d.ts.map +1 -0
  173. package/dist/primitives/offers.js +132 -0
  174. package/dist/primitives/offers.js.map +1 -0
  175. package/dist/queries/index.d.ts +18 -0
  176. package/dist/queries/index.d.ts.map +1 -0
  177. package/dist/queries/index.js +30 -0
  178. package/dist/queries/index.js.map +1 -0
  179. package/dist/runtime/index.d.ts +2 -0
  180. package/dist/runtime/index.d.ts.map +1 -0
  181. package/dist/runtime/index.js +3 -0
  182. package/dist/runtime/index.js.map +1 -0
  183. package/dist/schema/00_ensure_schemas.d.ts +4 -0
  184. package/dist/schema/00_ensure_schemas.d.ts.map +1 -0
  185. package/dist/schema/00_ensure_schemas.js +5 -0
  186. package/dist/schema/00_ensure_schemas.js.map +1 -0
  187. package/dist/schema/0_schemas.d.ts +4 -0
  188. package/dist/schema/0_schemas.d.ts.map +1 -0
  189. package/dist/schema/0_schemas.js +5 -0
  190. package/dist/schema/0_schemas.js.map +1 -0
  191. package/dist/schema/billing/0_enums.d.ts +2 -0
  192. package/dist/schema/billing/0_enums.d.ts.map +1 -0
  193. package/dist/schema/billing/0_enums.js +2 -0
  194. package/dist/schema/billing/0_enums.js.map +1 -0
  195. package/dist/schema/billing/accounting_connections.d.ts +118 -0
  196. package/dist/schema/billing/accounting_connections.d.ts.map +1 -0
  197. package/dist/schema/billing/accounting_connections.js +25 -0
  198. package/dist/schema/billing/accounting_connections.js.map +1 -0
  199. package/dist/schema/billing/accounting_exports.d.ts +218 -0
  200. package/dist/schema/billing/accounting_exports.d.ts.map +1 -0
  201. package/dist/schema/billing/accounting_exports.js +42 -0
  202. package/dist/schema/billing/accounting_exports.js.map +1 -0
  203. package/dist/schema/billing/accounting_mappings.d.ts +158 -0
  204. package/dist/schema/billing/accounting_mappings.d.ts.map +1 -0
  205. package/dist/schema/billing/accounting_mappings.js +34 -0
  206. package/dist/schema/billing/accounting_mappings.js.map +1 -0
  207. package/dist/schema/billing/index.d.ts +22 -0
  208. package/dist/schema/billing/index.d.ts.map +1 -0
  209. package/dist/schema/billing/index.js +23 -0
  210. package/dist/schema/billing/index.js.map +1 -0
  211. package/dist/schema/billing/invoice_lines.d.ts +318 -0
  212. package/dist/schema/billing/invoice_lines.d.ts.map +1 -0
  213. package/dist/schema/billing/invoice_lines.js +60 -0
  214. package/dist/schema/billing/invoice_lines.js.map +1 -0
  215. package/dist/schema/billing/invoices.d.ts +494 -0
  216. package/dist/schema/billing/invoices.d.ts.map +1 -0
  217. package/dist/schema/billing/invoices.js +77 -0
  218. package/dist/schema/billing/invoices.js.map +1 -0
  219. package/dist/schema/billing/organization_tax_settings.d.ts +157 -0
  220. package/dist/schema/billing/organization_tax_settings.d.ts.map +1 -0
  221. package/dist/schema/billing/organization_tax_settings.js +39 -0
  222. package/dist/schema/billing/organization_tax_settings.js.map +1 -0
  223. package/dist/schema/billing/payment_terms.d.ts +78 -0
  224. package/dist/schema/billing/payment_terms.d.ts.map +1 -0
  225. package/dist/schema/billing/payment_terms.js +21 -0
  226. package/dist/schema/billing/payment_terms.js.map +1 -0
  227. package/dist/schema/billing/promotion_codes.d.ts +389 -0
  228. package/dist/schema/billing/promotion_codes.d.ts.map +1 -0
  229. package/dist/schema/billing/promotion_codes.js +99 -0
  230. package/dist/schema/billing/promotion_codes.js.map +1 -0
  231. package/dist/schema/billing/promotion_redemptions.d.ts +472 -0
  232. package/dist/schema/billing/promotion_redemptions.d.ts.map +1 -0
  233. package/dist/schema/billing/promotion_redemptions.js +111 -0
  234. package/dist/schema/billing/promotion_redemptions.js.map +1 -0
  235. package/dist/schema/billing/promotions.d.ts +917 -0
  236. package/dist/schema/billing/promotions.d.ts.map +1 -0
  237. package/dist/schema/billing/promotions.js +182 -0
  238. package/dist/schema/billing/promotions.js.map +1 -0
  239. package/dist/schema/billing/quote_items.d.ts +266 -0
  240. package/dist/schema/billing/quote_items.d.ts.map +1 -0
  241. package/dist/schema/billing/quote_items.js +56 -0
  242. package/dist/schema/billing/quote_items.js.map +1 -0
  243. package/dist/schema/billing/quotes.d.ts +569 -0
  244. package/dist/schema/billing/quotes.d.ts.map +1 -0
  245. package/dist/schema/billing/quotes.js +105 -0
  246. package/dist/schema/billing/quotes.js.map +1 -0
  247. package/dist/schema/billing/rate_cards.d.ts +160 -0
  248. package/dist/schema/billing/rate_cards.d.ts.map +1 -0
  249. package/dist/schema/billing/rate_cards.js +35 -0
  250. package/dist/schema/billing/rate_cards.js.map +1 -0
  251. package/dist/schema/billing/tax_code_rules.d.ts +160 -0
  252. package/dist/schema/billing/tax_code_rules.d.ts.map +1 -0
  253. package/dist/schema/billing/tax_code_rules.js +36 -0
  254. package/dist/schema/billing/tax_code_rules.js.map +1 -0
  255. package/dist/schema/billing/tax_codes.d.ts +198 -0
  256. package/dist/schema/billing/tax_codes.d.ts.map +1 -0
  257. package/dist/schema/billing/tax_codes.js +33 -0
  258. package/dist/schema/billing/tax_codes.js.map +1 -0
  259. package/dist/schema/billing/tax_profiles.d.ts +78 -0
  260. package/dist/schema/billing/tax_profiles.d.ts.map +1 -0
  261. package/dist/schema/billing/tax_profiles.js +21 -0
  262. package/dist/schema/billing/tax_profiles.js.map +1 -0
  263. package/dist/schema/billing/tax_rules.d.ts +273 -0
  264. package/dist/schema/billing/tax_rules.d.ts.map +1 -0
  265. package/dist/schema/billing/tax_rules.js +48 -0
  266. package/dist/schema/billing/tax_rules.js.map +1 -0
  267. package/dist/schema/billing/voucher_transactions.d.ts +266 -0
  268. package/dist/schema/billing/voucher_transactions.d.ts.map +1 -0
  269. package/dist/schema/billing/voucher_transactions.js +86 -0
  270. package/dist/schema/billing/voucher_transactions.js.map +1 -0
  271. package/dist/schema/billing/vouchers.d.ts +538 -0
  272. package/dist/schema/billing/vouchers.d.ts.map +1 -0
  273. package/dist/schema/billing/vouchers.js +117 -0
  274. package/dist/schema/billing/vouchers.js.map +1 -0
  275. package/dist/schema/billing/webhook_events.d.ts +196 -0
  276. package/dist/schema/billing/webhook_events.d.ts.map +1 -0
  277. package/dist/schema/billing/webhook_events.js +35 -0
  278. package/dist/schema/billing/webhook_events.js.map +1 -0
  279. package/dist/schema/bookings/booking_cancellations.d.ts +569 -0
  280. package/dist/schema/bookings/booking_cancellations.d.ts.map +1 -0
  281. package/dist/schema/bookings/booking_cancellations.js +119 -0
  282. package/dist/schema/bookings/booking_cancellations.js.map +1 -0
  283. package/dist/schema/bookings/booking_insurance.d.ts +413 -0
  284. package/dist/schema/bookings/booking_insurance.d.ts.map +1 -0
  285. package/dist/schema/bookings/booking_insurance.js +92 -0
  286. package/dist/schema/bookings/booking_insurance.js.map +1 -0
  287. package/dist/schema/bookings/booking_reminder_logs.d.ts +273 -0
  288. package/dist/schema/bookings/booking_reminder_logs.d.ts.map +1 -0
  289. package/dist/schema/bookings/booking_reminder_logs.js +88 -0
  290. package/dist/schema/bookings/booking_reminder_logs.js.map +1 -0
  291. package/dist/schema/bookings/booking_sessions.d.ts +1436 -0
  292. package/dist/schema/bookings/booking_sessions.d.ts.map +1 -0
  293. package/dist/schema/bookings/booking_sessions.js +313 -0
  294. package/dist/schema/bookings/booking_sessions.js.map +1 -0
  295. package/dist/schema/bookings/bookings/booking_adjustments.d.ts +320 -0
  296. package/dist/schema/bookings/bookings/booking_adjustments.d.ts.map +1 -0
  297. package/dist/schema/bookings/bookings/booking_adjustments.js +67 -0
  298. package/dist/schema/bookings/bookings/booking_adjustments.js.map +1 -0
  299. package/dist/schema/bookings/bookings/booking_items.d.ts +440 -0
  300. package/dist/schema/bookings/bookings/booking_items.d.ts.map +1 -0
  301. package/dist/schema/bookings/bookings/booking_items.js +77 -0
  302. package/dist/schema/bookings/bookings/booking_items.js.map +1 -0
  303. package/dist/schema/bookings/bookings/booking_passengers.d.ts +505 -0
  304. package/dist/schema/bookings/bookings/booking_passengers.d.ts.map +1 -0
  305. package/dist/schema/bookings/bookings/booking_passengers.js +152 -0
  306. package/dist/schema/bookings/bookings/booking_passengers.js.map +1 -0
  307. package/dist/schema/bookings/bookings/booking_room_allocations.d.ts +138 -0
  308. package/dist/schema/bookings/bookings/booking_room_allocations.d.ts.map +1 -0
  309. package/dist/schema/bookings/bookings/booking_room_allocations.js +33 -0
  310. package/dist/schema/bookings/bookings/booking_room_allocations.js.map +1 -0
  311. package/dist/schema/bookings/bookings/booking_room_selections.d.ts +335 -0
  312. package/dist/schema/bookings/bookings/booking_room_selections.d.ts.map +1 -0
  313. package/dist/schema/bookings/bookings/booking_room_selections.js +69 -0
  314. package/dist/schema/bookings/bookings/booking_room_selections.js.map +1 -0
  315. package/dist/schema/bookings/bookings/booking_status_history.d.ts +164 -0
  316. package/dist/schema/bookings/bookings/booking_status_history.d.ts.map +1 -0
  317. package/dist/schema/bookings/bookings/booking_status_history.js +46 -0
  318. package/dist/schema/bookings/bookings/booking_status_history.js.map +1 -0
  319. package/dist/schema/bookings/bookings/booking_taxes.d.ts +198 -0
  320. package/dist/schema/bookings/bookings/booking_taxes.d.ts.map +1 -0
  321. package/dist/schema/bookings/bookings/booking_taxes.js +47 -0
  322. package/dist/schema/bookings/bookings/booking_taxes.js.map +1 -0
  323. package/dist/schema/bookings/bookings/bookings.d.ts +847 -0
  324. package/dist/schema/bookings/bookings/bookings.d.ts.map +1 -0
  325. package/dist/schema/bookings/bookings/bookings.js +150 -0
  326. package/dist/schema/bookings/bookings/bookings.js.map +1 -0
  327. package/dist/schema/bookings/bookings/index.d.ts +10 -0
  328. package/dist/schema/bookings/bookings/index.d.ts.map +1 -0
  329. package/dist/schema/bookings/bookings/index.js +10 -0
  330. package/dist/schema/bookings/bookings/index.js.map +1 -0
  331. package/dist/schema/bookings/bookings/v_bookings_list.d.ts +25 -0
  332. package/dist/schema/bookings/bookings/v_bookings_list.d.ts.map +1 -0
  333. package/dist/schema/bookings/bookings/v_bookings_list.js +11 -0
  334. package/dist/schema/bookings/bookings/v_bookings_list.js.map +1 -0
  335. package/dist/schema/bookings/index.d.ts +10 -0
  336. package/dist/schema/bookings/index.d.ts.map +1 -0
  337. package/dist/schema/bookings/index.js +10 -0
  338. package/dist/schema/bookings/index.js.map +1 -0
  339. package/dist/schema/bookings/item_option_selections.d.ts +276 -0
  340. package/dist/schema/bookings/item_option_selections.d.ts.map +1 -0
  341. package/dist/schema/bookings/item_option_selections.js +48 -0
  342. package/dist/schema/bookings/item_option_selections.js.map +1 -0
  343. package/dist/schema/bookings/payment_milestones.d.ts +409 -0
  344. package/dist/schema/bookings/payment_milestones.d.ts.map +1 -0
  345. package/dist/schema/bookings/payment_milestones.js +88 -0
  346. package/dist/schema/bookings/payment_milestones.js.map +1 -0
  347. package/dist/schema/bookings/resource_allocations.d.ts +400 -0
  348. package/dist/schema/bookings/resource_allocations.d.ts.map +1 -0
  349. package/dist/schema/bookings/resource_allocations.js +87 -0
  350. package/dist/schema/bookings/resource_allocations.js.map +1 -0
  351. package/dist/schema/bookings/resources/index.d.ts +5 -0
  352. package/dist/schema/bookings/resources/index.d.ts.map +1 -0
  353. package/dist/schema/bookings/resources/index.js +5 -0
  354. package/dist/schema/bookings/resources/index.js.map +1 -0
  355. package/dist/schema/bookings/resources/resource_allocations.d.ts +400 -0
  356. package/dist/schema/bookings/resources/resource_allocations.d.ts.map +1 -0
  357. package/dist/schema/bookings/resources/resource_allocations.js +87 -0
  358. package/dist/schema/bookings/resources/resource_allocations.js.map +1 -0
  359. package/dist/schema/bookings/resources/resource_layouts.d.ts +138 -0
  360. package/dist/schema/bookings/resources/resource_layouts.d.ts.map +1 -0
  361. package/dist/schema/bookings/resources/resource_layouts.js +30 -0
  362. package/dist/schema/bookings/resources/resource_layouts.js.map +1 -0
  363. package/dist/schema/bookings/resources/resource_units.d.ts +197 -0
  364. package/dist/schema/bookings/resources/resource_units.d.ts.map +1 -0
  365. package/dist/schema/bookings/resources/resource_units.js +50 -0
  366. package/dist/schema/bookings/resources/resource_units.js.map +1 -0
  367. package/dist/schema/bookings/resources/resources.d.ts +201 -0
  368. package/dist/schema/bookings/resources/resources.d.ts.map +1 -0
  369. package/dist/schema/bookings/resources/resources.js +44 -0
  370. package/dist/schema/bookings/resources/resources.js.map +1 -0
  371. package/dist/schema/bookings/supplier_confirmations.d.ts +243 -0
  372. package/dist/schema/bookings/supplier_confirmations.d.ts.map +1 -0
  373. package/dist/schema/bookings/supplier_confirmations.js +50 -0
  374. package/dist/schema/bookings/supplier_confirmations.js.map +1 -0
  375. package/dist/schema/catalog/0_enums.d.ts +63 -0
  376. package/dist/schema/catalog/0_enums.d.ts.map +1 -0
  377. package/dist/schema/catalog/0_enums.js +31 -0
  378. package/dist/schema/catalog/0_enums.js.map +1 -0
  379. package/dist/schema/catalog/accomodations.d.ts +159 -0
  380. package/dist/schema/catalog/accomodations.d.ts.map +1 -0
  381. package/dist/schema/catalog/accomodations.js +30 -0
  382. package/dist/schema/catalog/accomodations.js.map +1 -0
  383. package/dist/schema/catalog/channels/channel_product_pricing.d.ts +212 -0
  384. package/dist/schema/catalog/channels/channel_product_pricing.d.ts.map +1 -0
  385. package/dist/schema/catalog/channels/channel_product_pricing.js +86 -0
  386. package/dist/schema/catalog/channels/channel_product_pricing.js.map +1 -0
  387. package/dist/schema/catalog/channels/distribution_channels.d.ts +232 -0
  388. package/dist/schema/catalog/channels/distribution_channels.d.ts.map +1 -0
  389. package/dist/schema/catalog/channels/distribution_channels.js +57 -0
  390. package/dist/schema/catalog/channels/distribution_channels.js.map +1 -0
  391. package/dist/schema/catalog/channels/index.d.ts +3 -0
  392. package/dist/schema/catalog/channels/index.d.ts.map +1 -0
  393. package/dist/schema/catalog/channels/index.js +3 -0
  394. package/dist/schema/catalog/channels/index.js.map +1 -0
  395. package/dist/schema/catalog/collections/collection_items.d.ts +230 -0
  396. package/dist/schema/catalog/collections/collection_items.d.ts.map +1 -0
  397. package/dist/schema/catalog/collections/collection_items.js +52 -0
  398. package/dist/schema/catalog/collections/collection_items.js.map +1 -0
  399. package/dist/schema/catalog/collections/collection_tags.d.ts +102 -0
  400. package/dist/schema/catalog/collections/collection_tags.d.ts.map +1 -0
  401. package/dist/schema/catalog/collections/collection_tags.js +27 -0
  402. package/dist/schema/catalog/collections/collection_tags.js.map +1 -0
  403. package/dist/schema/catalog/collections/collection_translations.d.ts +142 -0
  404. package/dist/schema/catalog/collections/collection_translations.d.ts.map +1 -0
  405. package/dist/schema/catalog/collections/collection_translations.js +41 -0
  406. package/dist/schema/catalog/collections/collection_translations.js.map +1 -0
  407. package/dist/schema/catalog/collections/collections.d.ts +345 -0
  408. package/dist/schema/catalog/collections/collections.d.ts.map +1 -0
  409. package/dist/schema/catalog/collections/collections.js +60 -0
  410. package/dist/schema/catalog/collections/collections.js.map +1 -0
  411. package/dist/schema/catalog/collections/index.d.ts +5 -0
  412. package/dist/schema/catalog/collections/index.d.ts.map +1 -0
  413. package/dist/schema/catalog/collections/index.js +5 -0
  414. package/dist/schema/catalog/collections/index.js.map +1 -0
  415. package/dist/schema/catalog/departures/departure_cabin_categories.d.ts +249 -0
  416. package/dist/schema/catalog/departures/departure_cabin_categories.d.ts.map +1 -0
  417. package/dist/schema/catalog/departures/departure_cabin_categories.js +38 -0
  418. package/dist/schema/catalog/departures/departure_cabin_categories.js.map +1 -0
  419. package/dist/schema/catalog/departures/departure_cabins.d.ts +182 -0
  420. package/dist/schema/catalog/departures/departure_cabins.d.ts.map +1 -0
  421. package/dist/schema/catalog/departures/departure_cabins.js +35 -0
  422. package/dist/schema/catalog/departures/departure_cabins.js.map +1 -0
  423. package/dist/schema/catalog/departures/departure_day_tasks.d.ts +238 -0
  424. package/dist/schema/catalog/departures/departure_day_tasks.d.ts.map +1 -0
  425. package/dist/schema/catalog/departures/departure_day_tasks.js +38 -0
  426. package/dist/schema/catalog/departures/departure_day_tasks.js.map +1 -0
  427. package/dist/schema/catalog/departures/departure_days.d.ts +155 -0
  428. package/dist/schema/catalog/departures/departure_days.d.ts.map +1 -0
  429. package/dist/schema/catalog/departures/departure_days.js +33 -0
  430. package/dist/schema/catalog/departures/departure_days.js.map +1 -0
  431. package/dist/schema/catalog/departures/departure_group_members.d.ts +138 -0
  432. package/dist/schema/catalog/departures/departure_group_members.d.ts.map +1 -0
  433. package/dist/schema/catalog/departures/departure_group_members.js +37 -0
  434. package/dist/schema/catalog/departures/departure_group_members.js.map +1 -0
  435. package/dist/schema/catalog/departures/departure_groups.d.ts +138 -0
  436. package/dist/schema/catalog/departures/departure_groups.d.ts.map +1 -0
  437. package/dist/schema/catalog/departures/departure_groups.js +29 -0
  438. package/dist/schema/catalog/departures/departure_groups.js.map +1 -0
  439. package/dist/schema/catalog/departures/departure_overrides.d.ts +156 -0
  440. package/dist/schema/catalog/departures/departure_overrides.d.ts.map +1 -0
  441. package/dist/schema/catalog/departures/departure_overrides.js +34 -0
  442. package/dist/schema/catalog/departures/departure_overrides.js.map +1 -0
  443. package/dist/schema/catalog/departures/departure_port_calls.d.ts +198 -0
  444. package/dist/schema/catalog/departures/departure_port_calls.d.ts.map +1 -0
  445. package/dist/schema/catalog/departures/departure_port_calls.js +41 -0
  446. package/dist/schema/catalog/departures/departure_port_calls.js.map +1 -0
  447. package/dist/schema/catalog/departures/departure_room_prices.d.ts +240 -0
  448. package/dist/schema/catalog/departures/departure_room_prices.d.ts.map +1 -0
  449. package/dist/schema/catalog/departures/departure_room_prices.js +42 -0
  450. package/dist/schema/catalog/departures/departure_room_prices.js.map +1 -0
  451. package/dist/schema/catalog/departures/departure_rooms.d.ts +338 -0
  452. package/dist/schema/catalog/departures/departure_rooms.d.ts.map +1 -0
  453. package/dist/schema/catalog/departures/departure_rooms.js +71 -0
  454. package/dist/schema/catalog/departures/departure_rooms.js.map +1 -0
  455. package/dist/schema/catalog/departures/departure_translations.d.ts +120 -0
  456. package/dist/schema/catalog/departures/departure_translations.d.ts.map +1 -0
  457. package/dist/schema/catalog/departures/departure_translations.js +41 -0
  458. package/dist/schema/catalog/departures/departure_translations.js.map +1 -0
  459. package/dist/schema/catalog/departures/departure_transport_options.d.ts +298 -0
  460. package/dist/schema/catalog/departures/departure_transport_options.d.ts.map +1 -0
  461. package/dist/schema/catalog/departures/departure_transport_options.js +45 -0
  462. package/dist/schema/catalog/departures/departure_transport_options.js.map +1 -0
  463. package/dist/schema/catalog/departures/departure_transport_seating.d.ts +178 -0
  464. package/dist/schema/catalog/departures/departure_transport_seating.d.ts.map +1 -0
  465. package/dist/schema/catalog/departures/departure_transport_seating.js +39 -0
  466. package/dist/schema/catalog/departures/departure_transport_seating.js.map +1 -0
  467. package/dist/schema/catalog/departures/departure_transport_segments.d.ts +560 -0
  468. package/dist/schema/catalog/departures/departure_transport_segments.d.ts.map +1 -0
  469. package/dist/schema/catalog/departures/departure_transport_segments.js +66 -0
  470. package/dist/schema/catalog/departures/departure_transport_segments.js.map +1 -0
  471. package/dist/schema/catalog/departures/departures.d.ts +338 -0
  472. package/dist/schema/catalog/departures/departures.d.ts.map +1 -0
  473. package/dist/schema/catalog/departures/departures.js +67 -0
  474. package/dist/schema/catalog/departures/departures.js.map +1 -0
  475. package/dist/schema/catalog/departures/index.d.ts +16 -0
  476. package/dist/schema/catalog/departures/index.d.ts.map +1 -0
  477. package/dist/schema/catalog/departures/index.js +16 -0
  478. package/dist/schema/catalog/departures/index.js.map +1 -0
  479. package/dist/schema/catalog/destinations.d.ts +274 -0
  480. package/dist/schema/catalog/destinations.d.ts.map +1 -0
  481. package/dist/schema/catalog/destinations.js +37 -0
  482. package/dist/schema/catalog/destinations.js.map +1 -0
  483. package/dist/schema/catalog/index.d.ts +19 -0
  484. package/dist/schema/catalog/index.d.ts.map +1 -0
  485. package/dist/schema/catalog/index.js +20 -0
  486. package/dist/schema/catalog/index.js.map +1 -0
  487. package/dist/schema/catalog/inventory/index.d.ts +2 -0
  488. package/dist/schema/catalog/inventory/index.d.ts.map +1 -0
  489. package/dist/schema/catalog/inventory/index.js +2 -0
  490. package/dist/schema/catalog/inventory/index.js.map +1 -0
  491. package/dist/schema/catalog/inventory/inventory_ledger.d.ts +198 -0
  492. package/dist/schema/catalog/inventory/inventory_ledger.d.ts.map +1 -0
  493. package/dist/schema/catalog/inventory/inventory_ledger.js +43 -0
  494. package/dist/schema/catalog/inventory/inventory_ledger.js.map +1 -0
  495. package/dist/schema/catalog/itineraries/index.d.ts +19 -0
  496. package/dist/schema/catalog/itineraries/index.d.ts.map +1 -0
  497. package/dist/schema/catalog/itineraries/index.js +19 -0
  498. package/dist/schema/catalog/itineraries/index.js.map +1 -0
  499. package/dist/schema/catalog/itineraries/itineraries.d.ts +198 -0
  500. package/dist/schema/catalog/itineraries/itineraries.d.ts.map +1 -0
  501. package/dist/schema/catalog/itineraries/itineraries.js +43 -0
  502. package/dist/schema/catalog/itineraries/itineraries.js.map +1 -0
  503. package/dist/schema/catalog/itineraries/itinerary_activity_allotments.d.ts +258 -0
  504. package/dist/schema/catalog/itineraries/itinerary_activity_allotments.d.ts.map +1 -0
  505. package/dist/schema/catalog/itineraries/itinerary_activity_allotments.js +60 -0
  506. package/dist/schema/catalog/itineraries/itinerary_activity_allotments.js.map +1 -0
  507. package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.d.ts +250 -0
  508. package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.d.ts.map +1 -0
  509. package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.js +50 -0
  510. package/dist/schema/catalog/itineraries/itinerary_activity_option_groups.js.map +1 -0
  511. package/dist/schema/catalog/itineraries/itinerary_activity_options.d.ts +336 -0
  512. package/dist/schema/catalog/itineraries/itinerary_activity_options.d.ts.map +1 -0
  513. package/dist/schema/catalog/itineraries/itinerary_activity_options.js +59 -0
  514. package/dist/schema/catalog/itineraries/itinerary_activity_options.js.map +1 -0
  515. package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.d.ts +154 -0
  516. package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.d.ts.map +1 -0
  517. package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.js +43 -0
  518. package/dist/schema/catalog/itineraries/itinerary_day_accommodation_refs.js.map +1 -0
  519. package/dist/schema/catalog/itineraries/itinerary_day_translations.d.ts +140 -0
  520. package/dist/schema/catalog/itineraries/itinerary_day_translations.d.ts.map +1 -0
  521. package/dist/schema/catalog/itineraries/itinerary_day_translations.js +40 -0
  522. package/dist/schema/catalog/itineraries/itinerary_day_translations.js.map +1 -0
  523. package/dist/schema/catalog/itineraries/itinerary_day_transports.d.ts +418 -0
  524. package/dist/schema/catalog/itineraries/itinerary_day_transports.d.ts.map +1 -0
  525. package/dist/schema/catalog/itineraries/itinerary_day_transports.js +67 -0
  526. package/dist/schema/catalog/itineraries/itinerary_day_transports.js.map +1 -0
  527. package/dist/schema/catalog/itineraries/itinerary_days.d.ts +377 -0
  528. package/dist/schema/catalog/itineraries/itinerary_days.d.ts.map +1 -0
  529. package/dist/schema/catalog/itineraries/itinerary_days.js +55 -0
  530. package/dist/schema/catalog/itineraries/itinerary_days.js.map +1 -0
  531. package/dist/schema/catalog/itineraries/itinerary_item_overrides.d.ts +154 -0
  532. package/dist/schema/catalog/itineraries/itinerary_item_overrides.d.ts.map +1 -0
  533. package/dist/schema/catalog/itineraries/itinerary_item_overrides.js +39 -0
  534. package/dist/schema/catalog/itineraries/itinerary_item_overrides.js.map +1 -0
  535. package/dist/schema/catalog/itineraries/itinerary_overrides.d.ts +154 -0
  536. package/dist/schema/catalog/itineraries/itinerary_overrides.d.ts.map +1 -0
  537. package/dist/schema/catalog/itineraries/itinerary_overrides.js +35 -0
  538. package/dist/schema/catalog/itineraries/itinerary_overrides.js.map +1 -0
  539. package/dist/schema/catalog/itineraries/itinerary_segment_translations.d.ts +140 -0
  540. package/dist/schema/catalog/itineraries/itinerary_segment_translations.d.ts.map +1 -0
  541. package/dist/schema/catalog/itineraries/itinerary_segment_translations.js +40 -0
  542. package/dist/schema/catalog/itineraries/itinerary_segment_translations.js.map +1 -0
  543. package/dist/schema/catalog/itineraries/itinerary_segments.d.ts +1000 -0
  544. package/dist/schema/catalog/itineraries/itinerary_segments.d.ts.map +1 -0
  545. package/dist/schema/catalog/itineraries/itinerary_segments.js +95 -0
  546. package/dist/schema/catalog/itineraries/itinerary_segments.js.map +1 -0
  547. package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.d.ts +114 -0
  548. package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.d.ts.map +1 -0
  549. package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.js +25 -0
  550. package/dist/schema/catalog/itineraries/itinerary_timeslot_rules.js.map +1 -0
  551. package/dist/schema/catalog/itineraries/itinerary_translations.d.ts +160 -0
  552. package/dist/schema/catalog/itineraries/itinerary_translations.d.ts.map +1 -0
  553. package/dist/schema/catalog/itineraries/itinerary_translations.js +41 -0
  554. package/dist/schema/catalog/itineraries/itinerary_translations.js.map +1 -0
  555. package/dist/schema/catalog/itineraries/itinerary_versions.d.ts +136 -0
  556. package/dist/schema/catalog/itineraries/itinerary_versions.d.ts.map +1 -0
  557. package/dist/schema/catalog/itineraries/itinerary_versions.js +36 -0
  558. package/dist/schema/catalog/itineraries/itinerary_versions.js.map +1 -0
  559. package/dist/schema/catalog/offers/index.d.ts +2 -0
  560. package/dist/schema/catalog/offers/index.d.ts.map +1 -0
  561. package/dist/schema/catalog/offers/index.js +2 -0
  562. package/dist/schema/catalog/offers/index.js.map +1 -0
  563. package/dist/schema/catalog/offers/offers.d.ts +599 -0
  564. package/dist/schema/catalog/offers/offers.d.ts.map +1 -0
  565. package/dist/schema/catalog/offers/offers.js +96 -0
  566. package/dist/schema/catalog/offers/offers.js.map +1 -0
  567. package/dist/schema/catalog/price_rules.d.ts +332 -0
  568. package/dist/schema/catalog/price_rules.d.ts.map +1 -0
  569. package/dist/schema/catalog/price_rules.js +55 -0
  570. package/dist/schema/catalog/price_rules.js.map +1 -0
  571. package/dist/schema/catalog/pricing/index.d.ts +6 -0
  572. package/dist/schema/catalog/pricing/index.d.ts.map +1 -0
  573. package/dist/schema/catalog/pricing/index.js +6 -0
  574. package/dist/schema/catalog/pricing/index.js.map +1 -0
  575. package/dist/schema/catalog/pricing/payment_terms.d.ts +379 -0
  576. package/dist/schema/catalog/pricing/payment_terms.d.ts.map +1 -0
  577. package/dist/schema/catalog/pricing/payment_terms.js +96 -0
  578. package/dist/schema/catalog/pricing/payment_terms.js.map +1 -0
  579. package/dist/schema/catalog/pricing/price_schedules.d.ts +280 -0
  580. package/dist/schema/catalog/pricing/price_schedules.d.ts.map +1 -0
  581. package/dist/schema/catalog/pricing/price_schedules.js +42 -0
  582. package/dist/schema/catalog/pricing/price_schedules.js.map +1 -0
  583. package/dist/schema/catalog/pricing/product_base_prices.d.ts +242 -0
  584. package/dist/schema/catalog/pricing/product_base_prices.d.ts.map +1 -0
  585. package/dist/schema/catalog/pricing/product_base_prices.js +48 -0
  586. package/dist/schema/catalog/pricing/product_base_prices.js.map +1 -0
  587. package/dist/schema/catalog/pricing/product_departure_price_overrides.d.ts +176 -0
  588. package/dist/schema/catalog/pricing/product_departure_price_overrides.d.ts.map +1 -0
  589. package/dist/schema/catalog/pricing/product_departure_price_overrides.js +40 -0
  590. package/dist/schema/catalog/pricing/product_departure_price_overrides.js.map +1 -0
  591. package/dist/schema/catalog/pricing/product_payment_overrides.d.ts +134 -0
  592. package/dist/schema/catalog/pricing/product_payment_overrides.d.ts.map +1 -0
  593. package/dist/schema/catalog/pricing/product_payment_overrides.js +31 -0
  594. package/dist/schema/catalog/pricing/product_payment_overrides.js.map +1 -0
  595. package/dist/schema/catalog/product_lodging.d.ts +650 -0
  596. package/dist/schema/catalog/product_lodging.d.ts.map +1 -0
  597. package/dist/schema/catalog/product_lodging.js +144 -0
  598. package/dist/schema/catalog/product_lodging.js.map +1 -0
  599. package/dist/schema/catalog/products/index.d.ts +26 -0
  600. package/dist/schema/catalog/products/index.d.ts.map +1 -0
  601. package/dist/schema/catalog/products/index.js +26 -0
  602. package/dist/schema/catalog/products/index.js.map +1 -0
  603. package/dist/schema/catalog/products/product_accommodation_option_rooms.d.ts +286 -0
  604. package/dist/schema/catalog/products/product_accommodation_option_rooms.d.ts.map +1 -0
  605. package/dist/schema/catalog/products/product_accommodation_option_rooms.js +26 -0
  606. package/dist/schema/catalog/products/product_accommodation_option_rooms.js.map +1 -0
  607. package/dist/schema/catalog/products/product_accommodation_options.d.ts +167 -0
  608. package/dist/schema/catalog/products/product_accommodation_options.d.ts.map +1 -0
  609. package/dist/schema/catalog/products/product_accommodation_options.js +24 -0
  610. package/dist/schema/catalog/products/product_accommodation_options.js.map +1 -0
  611. package/dist/schema/catalog/products/product_accommodation_set_items.d.ts +254 -0
  612. package/dist/schema/catalog/products/product_accommodation_set_items.d.ts.map +1 -0
  613. package/dist/schema/catalog/products/product_accommodation_set_items.js +43 -0
  614. package/dist/schema/catalog/products/product_accommodation_set_items.js.map +1 -0
  615. package/dist/schema/catalog/products/product_accommodation_sets.d.ts +194 -0
  616. package/dist/schema/catalog/products/product_accommodation_sets.d.ts.map +1 -0
  617. package/dist/schema/catalog/products/product_accommodation_sets.js +34 -0
  618. package/dist/schema/catalog/products/product_accommodation_sets.js.map +1 -0
  619. package/dist/schema/catalog/products/product_addons.d.ts +140 -0
  620. package/dist/schema/catalog/products/product_addons.d.ts.map +1 -0
  621. package/dist/schema/catalog/products/product_addons.js +30 -0
  622. package/dist/schema/catalog/products/product_addons.js.map +1 -0
  623. package/dist/schema/catalog/products/product_availability.d.ts +168 -0
  624. package/dist/schema/catalog/products/product_availability.d.ts.map +1 -0
  625. package/dist/schema/catalog/products/product_availability.js +28 -0
  626. package/dist/schema/catalog/products/product_availability.js.map +1 -0
  627. package/dist/schema/catalog/products/product_availability_states.d.ts +1337 -0
  628. package/dist/schema/catalog/products/product_availability_states.d.ts.map +1 -0
  629. package/dist/schema/catalog/products/product_availability_states.js +281 -0
  630. package/dist/schema/catalog/products/product_availability_states.js.map +1 -0
  631. package/dist/schema/catalog/products/product_booking_rules.d.ts +712 -0
  632. package/dist/schema/catalog/products/product_booking_rules.d.ts.map +1 -0
  633. package/dist/schema/catalog/products/product_booking_rules.js +156 -0
  634. package/dist/schema/catalog/products/product_booking_rules.js.map +1 -0
  635. package/dist/schema/catalog/products/product_categories.d.ts +245 -0
  636. package/dist/schema/catalog/products/product_categories.d.ts.map +1 -0
  637. package/dist/schema/catalog/products/product_categories.js +48 -0
  638. package/dist/schema/catalog/products/product_categories.js.map +1 -0
  639. package/dist/schema/catalog/products/product_category_assignments.d.ts +122 -0
  640. package/dist/schema/catalog/products/product_category_assignments.d.ts.map +1 -0
  641. package/dist/schema/catalog/products/product_category_assignments.js +46 -0
  642. package/dist/schema/catalog/products/product_category_assignments.js.map +1 -0
  643. package/dist/schema/catalog/products/product_category_crosswalk.d.ts +106 -0
  644. package/dist/schema/catalog/products/product_category_crosswalk.d.ts.map +1 -0
  645. package/dist/schema/catalog/products/product_category_crosswalk.js +37 -0
  646. package/dist/schema/catalog/products/product_category_crosswalk.js.map +1 -0
  647. package/dist/schema/catalog/products/product_category_i18n.d.ts +120 -0
  648. package/dist/schema/catalog/products/product_category_i18n.d.ts.map +1 -0
  649. package/dist/schema/catalog/products/product_category_i18n.js +34 -0
  650. package/dist/schema/catalog/products/product_category_i18n.js.map +1 -0
  651. package/dist/schema/catalog/products/product_extensions.d.ts +236 -0
  652. package/dist/schema/catalog/products/product_extensions.d.ts.map +1 -0
  653. package/dist/schema/catalog/products/product_extensions.js +39 -0
  654. package/dist/schema/catalog/products/product_extensions.js.map +1 -0
  655. package/dist/schema/catalog/products/product_media.d.ts +132 -0
  656. package/dist/schema/catalog/products/product_media.d.ts.map +1 -0
  657. package/dist/schema/catalog/products/product_media.js +25 -0
  658. package/dist/schema/catalog/products/product_media.js.map +1 -0
  659. package/dist/schema/catalog/products/product_overrides.d.ts +174 -0
  660. package/dist/schema/catalog/products/product_overrides.d.ts.map +1 -0
  661. package/dist/schema/catalog/products/product_overrides.js +36 -0
  662. package/dist/schema/catalog/products/product_overrides.js.map +1 -0
  663. package/dist/schema/catalog/products/product_preferences.d.ts +735 -0
  664. package/dist/schema/catalog/products/product_preferences.d.ts.map +1 -0
  665. package/dist/schema/catalog/products/product_preferences.js +107 -0
  666. package/dist/schema/catalog/products/product_preferences.js.map +1 -0
  667. package/dist/schema/catalog/products/product_publish_settings.d.ts +140 -0
  668. package/dist/schema/catalog/products/product_publish_settings.d.ts.map +1 -0
  669. package/dist/schema/catalog/products/product_publish_settings.js +29 -0
  670. package/dist/schema/catalog/products/product_publish_settings.js.map +1 -0
  671. package/dist/schema/catalog/products/product_rate_plan_channels.d.ts +116 -0
  672. package/dist/schema/catalog/products/product_rate_plan_channels.d.ts.map +1 -0
  673. package/dist/schema/catalog/products/product_rate_plan_channels.js +39 -0
  674. package/dist/schema/catalog/products/product_rate_plan_channels.js.map +1 -0
  675. package/dist/schema/catalog/products/product_rate_plans.d.ts +220 -0
  676. package/dist/schema/catalog/products/product_rate_plans.d.ts.map +1 -0
  677. package/dist/schema/catalog/products/product_rate_plans.js +46 -0
  678. package/dist/schema/catalog/products/product_rate_plans.js.map +1 -0
  679. package/dist/schema/catalog/products/product_tag_assignments.d.ts +64 -0
  680. package/dist/schema/catalog/products/product_tag_assignments.d.ts.map +1 -0
  681. package/dist/schema/catalog/products/product_tag_assignments.js +26 -0
  682. package/dist/schema/catalog/products/product_tag_assignments.js.map +1 -0
  683. package/dist/schema/catalog/products/product_tags.d.ts +65 -0
  684. package/dist/schema/catalog/products/product_tags.d.ts.map +1 -0
  685. package/dist/schema/catalog/products/product_tags.js +18 -0
  686. package/dist/schema/catalog/products/product_tags.js.map +1 -0
  687. package/dist/schema/catalog/products/product_translations.d.ts +206 -0
  688. package/dist/schema/catalog/products/product_translations.d.ts.map +1 -0
  689. package/dist/schema/catalog/products/product_translations.js +37 -0
  690. package/dist/schema/catalog/products/product_translations.js.map +1 -0
  691. package/dist/schema/catalog/products/product_versions.d.ts +132 -0
  692. package/dist/schema/catalog/products/product_versions.d.ts.map +1 -0
  693. package/dist/schema/catalog/products/product_versions.js +25 -0
  694. package/dist/schema/catalog/products/product_versions.js.map +1 -0
  695. package/dist/schema/catalog/products/product_visibility.d.ts +123 -0
  696. package/dist/schema/catalog/products/product_visibility.d.ts.map +1 -0
  697. package/dist/schema/catalog/products/product_visibility.js +45 -0
  698. package/dist/schema/catalog/products/product_visibility.js.map +1 -0
  699. package/dist/schema/catalog/products/products.d.ts +585 -0
  700. package/dist/schema/catalog/products/products.d.ts.map +1 -0
  701. package/dist/schema/catalog/products/products.js +95 -0
  702. package/dist/schema/catalog/products/products.js.map +1 -0
  703. package/dist/schema/catalog/providers/index.d.ts +2 -0
  704. package/dist/schema/catalog/providers/index.d.ts.map +1 -0
  705. package/dist/schema/catalog/providers/index.js +2 -0
  706. package/dist/schema/catalog/providers/index.js.map +1 -0
  707. package/dist/schema/catalog/providers/provider_mappings.d.ts +177 -0
  708. package/dist/schema/catalog/providers/provider_mappings.d.ts.map +1 -0
  709. package/dist/schema/catalog/providers/provider_mappings.js +32 -0
  710. package/dist/schema/catalog/providers/provider_mappings.js.map +1 -0
  711. package/dist/schema/catalog/reviews/reviews.d.ts +1416 -0
  712. package/dist/schema/catalog/reviews/reviews.d.ts.map +1 -0
  713. package/dist/schema/catalog/reviews/reviews.js +216 -0
  714. package/dist/schema/catalog/reviews/reviews.js.map +1 -0
  715. package/dist/schema/catalog/rooms/index.d.ts +7 -0
  716. package/dist/schema/catalog/rooms/index.d.ts.map +1 -0
  717. package/dist/schema/catalog/rooms/index.js +7 -0
  718. package/dist/schema/catalog/rooms/index.js.map +1 -0
  719. package/dist/schema/catalog/rooms/room_availability.d.ts +252 -0
  720. package/dist/schema/catalog/rooms/room_availability.d.ts.map +1 -0
  721. package/dist/schema/catalog/rooms/room_availability.js +56 -0
  722. package/dist/schema/catalog/rooms/room_availability.js.map +1 -0
  723. package/dist/schema/catalog/rooms/room_prices.d.ts +217 -0
  724. package/dist/schema/catalog/rooms/room_prices.d.ts.map +1 -0
  725. package/dist/schema/catalog/rooms/room_prices.js +37 -0
  726. package/dist/schema/catalog/rooms/room_prices.js.map +1 -0
  727. package/dist/schema/catalog/rooms/room_profile_media.d.ts +368 -0
  728. package/dist/schema/catalog/rooms/room_profile_media.d.ts.map +1 -0
  729. package/dist/schema/catalog/rooms/room_profile_media.js +53 -0
  730. package/dist/schema/catalog/rooms/room_profile_media.js.map +1 -0
  731. package/dist/schema/catalog/rooms/room_profiles.d.ts +669 -0
  732. package/dist/schema/catalog/rooms/room_profiles.d.ts.map +1 -0
  733. package/dist/schema/catalog/rooms/room_profiles.js +58 -0
  734. package/dist/schema/catalog/rooms/room_profiles.js.map +1 -0
  735. package/dist/schema/catalog/rooms/room_rate_plans.d.ts +338 -0
  736. package/dist/schema/catalog/rooms/room_rate_plans.d.ts.map +1 -0
  737. package/dist/schema/catalog/rooms/room_rate_plans.js +51 -0
  738. package/dist/schema/catalog/rooms/room_rate_plans.js.map +1 -0
  739. package/dist/schema/catalog/rooms/room_types.d.ts +297 -0
  740. package/dist/schema/catalog/rooms/room_types.d.ts.map +1 -0
  741. package/dist/schema/catalog/rooms/room_types.js +53 -0
  742. package/dist/schema/catalog/rooms/room_types.js.map +1 -0
  743. package/dist/schema/catalog/transport/index.d.ts +2 -0
  744. package/dist/schema/catalog/transport/index.d.ts.map +1 -0
  745. package/dist/schema/catalog/transport/index.js +2 -0
  746. package/dist/schema/catalog/transport/index.js.map +1 -0
  747. package/dist/schema/catalog/transport/transport_option_segments.d.ts +440 -0
  748. package/dist/schema/catalog/transport/transport_option_segments.d.ts.map +1 -0
  749. package/dist/schema/catalog/transport/transport_option_segments.js +69 -0
  750. package/dist/schema/catalog/transport/transport_option_segments.js.map +1 -0
  751. package/dist/schema/catalog/views/product_list_view.d.ts +197 -0
  752. package/dist/schema/catalog/views/product_list_view.d.ts.map +1 -0
  753. package/dist/schema/catalog/views/product_list_view.js +48 -0
  754. package/dist/schema/catalog/views/product_list_view.js.map +1 -0
  755. package/dist/schema/comms/channels/channel_accounts.d.ts +367 -0
  756. package/dist/schema/comms/channels/channel_accounts.d.ts.map +1 -0
  757. package/dist/schema/comms/channels/channel_accounts.js +61 -0
  758. package/dist/schema/comms/channels/channel_accounts.js.map +1 -0
  759. package/dist/schema/comms/channels/channels.d.ts +18 -0
  760. package/dist/schema/comms/channels/channels.d.ts.map +1 -0
  761. package/dist/schema/comms/channels/channels.js +18 -0
  762. package/dist/schema/comms/channels/channels.js.map +1 -0
  763. package/dist/schema/comms/channels/index.d.ts +3 -0
  764. package/dist/schema/comms/channels/index.d.ts.map +1 -0
  765. package/dist/schema/comms/channels/index.js +3 -0
  766. package/dist/schema/comms/channels/index.js.map +1 -0
  767. package/dist/schema/comms/connection_secrets.d.ts +83 -0
  768. package/dist/schema/comms/connection_secrets.d.ts.map +1 -0
  769. package/dist/schema/comms/connection_secrets.js +24 -0
  770. package/dist/schema/comms/connection_secrets.js.map +1 -0
  771. package/dist/schema/comms/conversations/conversation_participants.d.ts +255 -0
  772. package/dist/schema/comms/conversations/conversation_participants.d.ts.map +1 -0
  773. package/dist/schema/comms/conversations/conversation_participants.js +54 -0
  774. package/dist/schema/comms/conversations/conversation_participants.js.map +1 -0
  775. package/dist/schema/comms/conversations/conversations.d.ts +416 -0
  776. package/dist/schema/comms/conversations/conversations.d.ts.map +1 -0
  777. package/dist/schema/comms/conversations/conversations.js +69 -0
  778. package/dist/schema/comms/conversations/conversations.js.map +1 -0
  779. package/dist/schema/comms/conversations/index.d.ts +3 -0
  780. package/dist/schema/comms/conversations/index.d.ts.map +1 -0
  781. package/dist/schema/comms/conversations/index.js +3 -0
  782. package/dist/schema/comms/conversations/index.js.map +1 -0
  783. package/dist/schema/comms/delivery_events.d.ts +270 -0
  784. package/dist/schema/comms/delivery_events.d.ts.map +1 -0
  785. package/dist/schema/comms/delivery_events.js +61 -0
  786. package/dist/schema/comms/delivery_events.js.map +1 -0
  787. package/dist/schema/comms/email_identities.d.ts +389 -0
  788. package/dist/schema/comms/email_identities.d.ts.map +1 -0
  789. package/dist/schema/comms/email_identities.js +78 -0
  790. package/dist/schema/comms/email_identities.js.map +1 -0
  791. package/dist/schema/comms/external_identities.d.ts +197 -0
  792. package/dist/schema/comms/external_identities.d.ts.map +1 -0
  793. package/dist/schema/comms/external_identities.js +38 -0
  794. package/dist/schema/comms/external_identities.js.map +1 -0
  795. package/dist/schema/comms/inbound_email_routes.d.ts +179 -0
  796. package/dist/schema/comms/inbound_email_routes.d.ts.map +1 -0
  797. package/dist/schema/comms/inbound_email_routes.js +41 -0
  798. package/dist/schema/comms/inbound_email_routes.js.map +1 -0
  799. package/dist/schema/comms/inboxes.d.ts +80 -0
  800. package/dist/schema/comms/inboxes.d.ts.map +1 -0
  801. package/dist/schema/comms/inboxes.js +23 -0
  802. package/dist/schema/comms/inboxes.js.map +1 -0
  803. package/dist/schema/comms/index.d.ts +21 -0
  804. package/dist/schema/comms/index.d.ts.map +1 -0
  805. package/dist/schema/comms/index.js +21 -0
  806. package/dist/schema/comms/index.js.map +1 -0
  807. package/dist/schema/comms/messages/index.d.ts +4 -0
  808. package/dist/schema/comms/messages/index.d.ts.map +1 -0
  809. package/dist/schema/comms/messages/index.js +4 -0
  810. package/dist/schema/comms/messages/index.js.map +1 -0
  811. package/dist/schema/comms/messages/message_attachments.d.ts +200 -0
  812. package/dist/schema/comms/messages/message_attachments.d.ts.map +1 -0
  813. package/dist/schema/comms/messages/message_attachments.js +44 -0
  814. package/dist/schema/comms/messages/message_attachments.js.map +1 -0
  815. package/dist/schema/comms/messages/message_delivery_events.d.ts +176 -0
  816. package/dist/schema/comms/messages/message_delivery_events.d.ts.map +1 -0
  817. package/dist/schema/comms/messages/message_delivery_events.js +63 -0
  818. package/dist/schema/comms/messages/message_delivery_events.js.map +1 -0
  819. package/dist/schema/comms/messages/messages.d.ts +345 -0
  820. package/dist/schema/comms/messages/messages.d.ts.map +1 -0
  821. package/dist/schema/comms/messages/messages.js +84 -0
  822. package/dist/schema/comms/messages/messages.js.map +1 -0
  823. package/dist/schema/comms/messaging/index.d.ts +8 -0
  824. package/dist/schema/comms/messaging/index.d.ts.map +1 -0
  825. package/dist/schema/comms/messaging/index.js +8 -0
  826. package/dist/schema/comms/messaging/index.js.map +1 -0
  827. package/dist/schema/comms/messaging/message_channel_config.d.ts +153 -0
  828. package/dist/schema/comms/messaging/message_channel_config.d.ts.map +1 -0
  829. package/dist/schema/comms/messaging/message_channel_config.js +36 -0
  830. package/dist/schema/comms/messaging/message_channel_config.js.map +1 -0
  831. package/dist/schema/comms/messaging/message_templates.d.ts +234 -0
  832. package/dist/schema/comms/messaging/message_templates.d.ts.map +1 -0
  833. package/dist/schema/comms/messaging/message_templates.js +48 -0
  834. package/dist/schema/comms/messaging/message_templates.js.map +1 -0
  835. package/dist/schema/comms/messaging/provider_config.d.ts +174 -0
  836. package/dist/schema/comms/messaging/provider_config.d.ts.map +1 -0
  837. package/dist/schema/comms/messaging/provider_config.js +40 -0
  838. package/dist/schema/comms/messaging/provider_config.js.map +1 -0
  839. package/dist/schema/comms/messaging/scheduled_messages.d.ts +338 -0
  840. package/dist/schema/comms/messaging/scheduled_messages.d.ts.map +1 -0
  841. package/dist/schema/comms/messaging/scheduled_messages.js +67 -0
  842. package/dist/schema/comms/messaging/scheduled_messages.js.map +1 -0
  843. package/dist/schema/comms/messaging/sent_messages.d.ts +348 -0
  844. package/dist/schema/comms/messaging/sent_messages.d.ts.map +1 -0
  845. package/dist/schema/comms/messaging/sent_messages.js +58 -0
  846. package/dist/schema/comms/messaging/sent_messages.js.map +1 -0
  847. package/dist/schema/comms/messaging/sms_rate_limits.d.ts +295 -0
  848. package/dist/schema/comms/messaging/sms_rate_limits.d.ts.map +1 -0
  849. package/dist/schema/comms/messaging/sms_rate_limits.js +67 -0
  850. package/dist/schema/comms/messaging/sms_rate_limits.js.map +1 -0
  851. package/dist/schema/comms/messaging/twilio_connections.d.ts +333 -0
  852. package/dist/schema/comms/messaging/twilio_connections.d.ts.map +1 -0
  853. package/dist/schema/comms/messaging/twilio_connections.js +121 -0
  854. package/dist/schema/comms/messaging/twilio_connections.js.map +1 -0
  855. package/dist/schema/comms/organization_notification_settings.d.ts +655 -0
  856. package/dist/schema/comms/organization_notification_settings.d.ts.map +1 -0
  857. package/dist/schema/comms/organization_notification_settings.js +162 -0
  858. package/dist/schema/comms/organization_notification_settings.js.map +1 -0
  859. package/dist/schema/comms/push_subscriptions.d.ts +210 -0
  860. package/dist/schema/comms/push_subscriptions.d.ts.map +1 -0
  861. package/dist/schema/comms/push_subscriptions.js +48 -0
  862. package/dist/schema/comms/push_subscriptions.js.map +1 -0
  863. package/dist/schema/comms/routing_rules.d.ts +153 -0
  864. package/dist/schema/comms/routing_rules.d.ts.map +1 -0
  865. package/dist/schema/comms/routing_rules.js +34 -0
  866. package/dist/schema/comms/routing_rules.js.map +1 -0
  867. package/dist/schema/comms/sender/index.d.ts +3 -0
  868. package/dist/schema/comms/sender/index.d.ts.map +1 -0
  869. package/dist/schema/comms/sender/index.js +3 -0
  870. package/dist/schema/comms/sender/index.js.map +1 -0
  871. package/dist/schema/comms/sender/sender_identities.d.ts +325 -0
  872. package/dist/schema/comms/sender/sender_identities.d.ts.map +1 -0
  873. package/dist/schema/comms/sender/sender_identities.js +65 -0
  874. package/dist/schema/comms/sender/sender_identities.js.map +1 -0
  875. package/dist/schema/comms/sender/sender_policies.d.ts +153 -0
  876. package/dist/schema/comms/sender/sender_policies.d.ts.map +1 -0
  877. package/dist/schema/comms/sender/sender_policies.js +41 -0
  878. package/dist/schema/comms/sender/sender_policies.js.map +1 -0
  879. package/dist/schema/comms/templates/index.d.ts +4 -0
  880. package/dist/schema/comms/templates/index.d.ts.map +1 -0
  881. package/dist/schema/comms/templates/index.js +4 -0
  882. package/dist/schema/comms/templates/index.js.map +1 -0
  883. package/dist/schema/comms/templates/template_tests.d.ts +100 -0
  884. package/dist/schema/comms/templates/template_tests.d.ts.map +1 -0
  885. package/dist/schema/comms/templates/template_tests.js +28 -0
  886. package/dist/schema/comms/templates/template_tests.js.map +1 -0
  887. package/dist/schema/comms/templates/template_versions.d.ts +326 -0
  888. package/dist/schema/comms/templates/template_versions.d.ts.map +1 -0
  889. package/dist/schema/comms/templates/template_versions.js +49 -0
  890. package/dist/schema/comms/templates/template_versions.js.map +1 -0
  891. package/dist/schema/comms/templates/templates.d.ts +192 -0
  892. package/dist/schema/comms/templates/templates.d.ts.map +1 -0
  893. package/dist/schema/comms/templates/templates.js +44 -0
  894. package/dist/schema/comms/templates/templates.js.map +1 -0
  895. package/dist/schema/comms/verification_codes.d.ts +197 -0
  896. package/dist/schema/comms/verification_codes.d.ts.map +1 -0
  897. package/dist/schema/comms/verification_codes.js +36 -0
  898. package/dist/schema/comms/verification_codes.js.map +1 -0
  899. package/dist/schema/core/companies/companies.d.ts +349 -0
  900. package/dist/schema/core/companies/companies.d.ts.map +1 -0
  901. package/dist/schema/core/companies/companies.js +60 -0
  902. package/dist/schema/core/companies/companies.js.map +1 -0
  903. package/dist/schema/core/companies/company_capabilities.d.ts +193 -0
  904. package/dist/schema/core/companies/company_capabilities.d.ts.map +1 -0
  905. package/dist/schema/core/companies/company_capabilities.js +32 -0
  906. package/dist/schema/core/companies/company_capabilities.js.map +1 -0
  907. package/dist/schema/core/companies/company_tags.d.ts +102 -0
  908. package/dist/schema/core/companies/company_tags.d.ts.map +1 -0
  909. package/dist/schema/core/companies/company_tags.js +27 -0
  910. package/dist/schema/core/companies/company_tags.js.map +1 -0
  911. package/dist/schema/core/companies/index.d.ts +4 -0
  912. package/dist/schema/core/companies/index.d.ts.map +1 -0
  913. package/dist/schema/core/companies/index.js +4 -0
  914. package/dist/schema/core/companies/index.js.map +1 -0
  915. package/dist/schema/core/edit_locks.d.ts +192 -0
  916. package/dist/schema/core/edit_locks.d.ts.map +1 -0
  917. package/dist/schema/core/edit_locks.js +57 -0
  918. package/dist/schema/core/edit_locks.js.map +1 -0
  919. package/dist/schema/core/index.d.ts +7 -0
  920. package/dist/schema/core/index.d.ts.map +1 -0
  921. package/dist/schema/core/index.js +7 -0
  922. package/dist/schema/core/index.js.map +1 -0
  923. package/dist/schema/core/people/index.d.ts +6 -0
  924. package/dist/schema/core/people/index.d.ts.map +1 -0
  925. package/dist/schema/core/people/index.js +6 -0
  926. package/dist/schema/core/people/index.js.map +1 -0
  927. package/dist/schema/core/people/people.d.ts +698 -0
  928. package/dist/schema/core/people/people.d.ts.map +1 -0
  929. package/dist/schema/core/people/people.js +163 -0
  930. package/dist/schema/core/people/people.js.map +1 -0
  931. package/dist/schema/core/people/people_tags.d.ts +196 -0
  932. package/dist/schema/core/people/people_tags.d.ts.map +1 -0
  933. package/dist/schema/core/people/people_tags.js +29 -0
  934. package/dist/schema/core/people/people_tags.js.map +1 -0
  935. package/dist/schema/core/people/person_addresses.d.ts +320 -0
  936. package/dist/schema/core/people/person_addresses.d.ts.map +1 -0
  937. package/dist/schema/core/people/person_addresses.js +53 -0
  938. package/dist/schema/core/people/person_addresses.js.map +1 -0
  939. package/dist/schema/core/people/person_documents.d.ts +296 -0
  940. package/dist/schema/core/people/person_documents.d.ts.map +1 -0
  941. package/dist/schema/core/people/person_documents.js +64 -0
  942. package/dist/schema/core/people/person_documents.js.map +1 -0
  943. package/dist/schema/core/people/person_relationships.d.ts +389 -0
  944. package/dist/schema/core/people/person_relationships.d.ts.map +1 -0
  945. package/dist/schema/core/people/person_relationships.js +81 -0
  946. package/dist/schema/core/people/person_relationships.js.map +1 -0
  947. package/dist/schema/core/person_insurance_policies.d.ts +348 -0
  948. package/dist/schema/core/person_insurance_policies.d.ts.map +1 -0
  949. package/dist/schema/core/person_insurance_policies.js +86 -0
  950. package/dist/schema/core/person_insurance_policies.js.map +1 -0
  951. package/dist/schema/core/person_loyalty_memberships.d.ts +365 -0
  952. package/dist/schema/core/person_loyalty_memberships.d.ts.map +1 -0
  953. package/dist/schema/core/person_loyalty_memberships.js +79 -0
  954. package/dist/schema/core/person_loyalty_memberships.js.map +1 -0
  955. package/dist/schema/core/suppliers/index.d.ts +9 -0
  956. package/dist/schema/core/suppliers/index.d.ts.map +1 -0
  957. package/dist/schema/core/suppliers/index.js +9 -0
  958. package/dist/schema/core/suppliers/index.js.map +1 -0
  959. package/dist/schema/core/suppliers/supplier_contacts.d.ts +357 -0
  960. package/dist/schema/core/suppliers/supplier_contacts.d.ts.map +1 -0
  961. package/dist/schema/core/suppliers/supplier_contacts.js +92 -0
  962. package/dist/schema/core/suppliers/supplier_contacts.js.map +1 -0
  963. package/dist/schema/core/suppliers/supplier_net_costs.d.ts +331 -0
  964. package/dist/schema/core/suppliers/supplier_net_costs.d.ts.map +1 -0
  965. package/dist/schema/core/suppliers/supplier_net_costs.js +149 -0
  966. package/dist/schema/core/suppliers/supplier_net_costs.js.map +1 -0
  967. package/dist/schema/core/suppliers/suppliers.d.ts +598 -0
  968. package/dist/schema/core/suppliers/suppliers.d.ts.map +1 -0
  969. package/dist/schema/core/suppliers/suppliers.js +138 -0
  970. package/dist/schema/core/suppliers/suppliers.js.map +1 -0
  971. package/dist/schema/core.d.ts +11 -0
  972. package/dist/schema/core.d.ts.map +1 -0
  973. package/dist/schema/core.js +11 -0
  974. package/dist/schema/core.js.map +1 -0
  975. package/dist/schema/crm/activities.d.ts +362 -0
  976. package/dist/schema/crm/activities.d.ts.map +1 -0
  977. package/dist/schema/crm/activities.js +81 -0
  978. package/dist/schema/crm/activities.js.map +1 -0
  979. package/dist/schema/crm/form_submissions.d.ts +149 -0
  980. package/dist/schema/crm/form_submissions.d.ts.map +1 -0
  981. package/dist/schema/crm/form_submissions.js +48 -0
  982. package/dist/schema/crm/form_submissions.js.map +1 -0
  983. package/dist/schema/crm/forms.d.ts +181 -0
  984. package/dist/schema/crm/forms.d.ts.map +1 -0
  985. package/dist/schema/crm/forms.js +44 -0
  986. package/dist/schema/crm/forms.js.map +1 -0
  987. package/dist/schema/crm/index.d.ts +7 -0
  988. package/dist/schema/crm/index.d.ts.map +1 -0
  989. package/dist/schema/crm/index.js +7 -0
  990. package/dist/schema/crm/index.js.map +1 -0
  991. package/dist/schema/crm/opportunities.d.ts +325 -0
  992. package/dist/schema/crm/opportunities.d.ts.map +1 -0
  993. package/dist/schema/crm/opportunities.js +75 -0
  994. package/dist/schema/crm/opportunities.js.map +1 -0
  995. package/dist/schema/crm/pipeline_stages.d.ts +160 -0
  996. package/dist/schema/crm/pipeline_stages.d.ts.map +1 -0
  997. package/dist/schema/crm/pipeline_stages.js +48 -0
  998. package/dist/schema/crm/pipeline_stages.js.map +1 -0
  999. package/dist/schema/crm/pipelines.d.ts +120 -0
  1000. package/dist/schema/crm/pipelines.d.ts.map +1 -0
  1001. package/dist/schema/crm/pipelines.js +33 -0
  1002. package/dist/schema/crm/pipelines.js.map +1 -0
  1003. package/dist/schema/cruise/index.d.ts +4 -0
  1004. package/dist/schema/cruise/index.d.ts.map +1 -0
  1005. package/dist/schema/cruise/index.js +4 -0
  1006. package/dist/schema/cruise/index.js.map +1 -0
  1007. package/dist/schema/cruise/ship_cabin_categories.d.ts +260 -0
  1008. package/dist/schema/cruise/ship_cabin_categories.d.ts.map +1 -0
  1009. package/dist/schema/cruise/ship_cabin_categories.js +42 -0
  1010. package/dist/schema/cruise/ship_cabin_categories.js.map +1 -0
  1011. package/dist/schema/cruise/ship_cabins.d.ts +180 -0
  1012. package/dist/schema/cruise/ship_cabins.d.ts.map +1 -0
  1013. package/dist/schema/cruise/ship_cabins.js +35 -0
  1014. package/dist/schema/cruise/ship_cabins.js.map +1 -0
  1015. package/dist/schema/cruise/ships.d.ts +276 -0
  1016. package/dist/schema/cruise/ships.d.ts.map +1 -0
  1017. package/dist/schema/cruise/ships.js +35 -0
  1018. package/dist/schema/cruise/ships.js.map +1 -0
  1019. package/dist/schema/custom-fields/definitions.d.ts +229 -0
  1020. package/dist/schema/custom-fields/definitions.d.ts.map +1 -0
  1021. package/dist/schema/custom-fields/definitions.js +26 -0
  1022. package/dist/schema/custom-fields/definitions.js.map +1 -0
  1023. package/dist/schema/custom-fields/index.d.ts +3 -0
  1024. package/dist/schema/custom-fields/index.d.ts.map +1 -0
  1025. package/dist/schema/custom-fields/index.js +3 -0
  1026. package/dist/schema/custom-fields/index.js.map +1 -0
  1027. package/dist/schema/custom-fields/values.d.ts +127 -0
  1028. package/dist/schema/custom-fields/values.d.ts.map +1 -0
  1029. package/dist/schema/custom-fields/values.js +21 -0
  1030. package/dist/schema/custom-fields/values.js.map +1 -0
  1031. package/dist/schema/forms/0_enums.d.ts +12 -0
  1032. package/dist/schema/forms/0_enums.d.ts.map +1 -0
  1033. package/dist/schema/forms/0_enums.js +8 -0
  1034. package/dist/schema/forms/0_enums.js.map +1 -0
  1035. package/dist/schema/forms/form_submissions.d.ts +149 -0
  1036. package/dist/schema/forms/form_submissions.d.ts.map +1 -0
  1037. package/dist/schema/forms/form_submissions.js +50 -0
  1038. package/dist/schema/forms/form_submissions.js.map +1 -0
  1039. package/dist/schema/forms/forms.d.ts +304 -0
  1040. package/dist/schema/forms/forms.d.ts.map +1 -0
  1041. package/dist/schema/forms/forms.js +66 -0
  1042. package/dist/schema/forms/forms.js.map +1 -0
  1043. package/dist/schema/forms/index.d.ts +9 -0
  1044. package/dist/schema/forms/index.d.ts.map +1 -0
  1045. package/dist/schema/forms/index.js +9 -0
  1046. package/dist/schema/forms/index.js.map +1 -0
  1047. package/dist/schema/gallery/folders.d.ts +134 -0
  1048. package/dist/schema/gallery/folders.d.ts.map +1 -0
  1049. package/dist/schema/gallery/folders.js +28 -0
  1050. package/dist/schema/gallery/folders.js.map +1 -0
  1051. package/dist/schema/gallery/gallery_file_translations.d.ts +140 -0
  1052. package/dist/schema/gallery/gallery_file_translations.d.ts.map +1 -0
  1053. package/dist/schema/gallery/gallery_file_translations.js +43 -0
  1054. package/dist/schema/gallery/gallery_file_translations.js.map +1 -0
  1055. package/dist/schema/gallery/gallery_files.d.ts +679 -0
  1056. package/dist/schema/gallery/gallery_files.d.ts.map +1 -0
  1057. package/dist/schema/gallery/gallery_files.js +121 -0
  1058. package/dist/schema/gallery/gallery_files.js.map +1 -0
  1059. package/dist/schema/gallery/index.d.ts +4 -0
  1060. package/dist/schema/gallery/index.d.ts.map +1 -0
  1061. package/dist/schema/gallery/index.js +5 -0
  1062. package/dist/schema/gallery/index.js.map +1 -0
  1063. package/dist/schema/gallery/storage-helpers.d.ts +48 -0
  1064. package/dist/schema/gallery/storage-helpers.d.ts.map +1 -0
  1065. package/dist/schema/gallery/storage-helpers.js +94 -0
  1066. package/dist/schema/gallery/storage-helpers.js.map +1 -0
  1067. package/dist/schema/gateway/api_audit_logs.d.ts +266 -0
  1068. package/dist/schema/gateway/api_audit_logs.d.ts.map +1 -0
  1069. package/dist/schema/gateway/api_audit_logs.js +28 -0
  1070. package/dist/schema/gateway/api_audit_logs.js.map +1 -0
  1071. package/dist/schema/gateway/availability.d.ts +512 -0
  1072. package/dist/schema/gateway/availability.d.ts.map +1 -0
  1073. package/dist/schema/gateway/availability.js +54 -0
  1074. package/dist/schema/gateway/availability.js.map +1 -0
  1075. package/dist/schema/gateway/booking_unit_items.d.ts +231 -0
  1076. package/dist/schema/gateway/booking_unit_items.d.ts.map +1 -0
  1077. package/dist/schema/gateway/booking_unit_items.js +25 -0
  1078. package/dist/schema/gateway/booking_unit_items.js.map +1 -0
  1079. package/dist/schema/gateway/bookings.d.ts +436 -0
  1080. package/dist/schema/gateway/bookings.d.ts.map +1 -0
  1081. package/dist/schema/gateway/bookings.js +49 -0
  1082. package/dist/schema/gateway/bookings.js.map +1 -0
  1083. package/dist/schema/gateway/connection_health_events.d.ts +130 -0
  1084. package/dist/schema/gateway/connection_health_events.d.ts.map +1 -0
  1085. package/dist/schema/gateway/connection_health_events.js +20 -0
  1086. package/dist/schema/gateway/connection_health_events.js.map +1 -0
  1087. package/dist/schema/gateway/connections.d.ts +217 -0
  1088. package/dist/schema/gateway/connections.d.ts.map +1 -0
  1089. package/dist/schema/gateway/connections.js +30 -0
  1090. package/dist/schema/gateway/connections.js.map +1 -0
  1091. package/dist/schema/gateway/connector_configs.d.ts +241 -0
  1092. package/dist/schema/gateway/connector_configs.d.ts.map +1 -0
  1093. package/dist/schema/gateway/connector_configs.js +27 -0
  1094. package/dist/schema/gateway/connector_configs.js.map +1 -0
  1095. package/dist/schema/gateway/idempotency_keys.d.ts +180 -0
  1096. package/dist/schema/gateway/idempotency_keys.d.ts.map +1 -0
  1097. package/dist/schema/gateway/idempotency_keys.js +22 -0
  1098. package/dist/schema/gateway/idempotency_keys.js.map +1 -0
  1099. package/dist/schema/gateway/index.d.ts +21 -0
  1100. package/dist/schema/gateway/index.d.ts.map +1 -0
  1101. package/dist/schema/gateway/index.js +21 -0
  1102. package/dist/schema/gateway/index.js.map +1 -0
  1103. package/dist/schema/gateway/invite_tokens.d.ts +223 -0
  1104. package/dist/schema/gateway/invite_tokens.d.ts.map +1 -0
  1105. package/dist/schema/gateway/invite_tokens.js +25 -0
  1106. package/dist/schema/gateway/invite_tokens.js.map +1 -0
  1107. package/dist/schema/gateway/notification_subscriptions.d.ts +148 -0
  1108. package/dist/schema/gateway/notification_subscriptions.d.ts.map +1 -0
  1109. package/dist/schema/gateway/notification_subscriptions.js +20 -0
  1110. package/dist/schema/gateway/notification_subscriptions.js.map +1 -0
  1111. package/dist/schema/gateway/oauth_clients.d.ts +223 -0
  1112. package/dist/schema/gateway/oauth_clients.d.ts.map +1 -0
  1113. package/dist/schema/gateway/oauth_clients.js +26 -0
  1114. package/dist/schema/gateway/oauth_clients.js.map +1 -0
  1115. package/dist/schema/gateway/operator_grants.d.ts +183 -0
  1116. package/dist/schema/gateway/operator_grants.d.ts.map +1 -0
  1117. package/dist/schema/gateway/operator_grants.js +26 -0
  1118. package/dist/schema/gateway/operator_grants.js.map +1 -0
  1119. package/dist/schema/gateway/operators.d.ts +183 -0
  1120. package/dist/schema/gateway/operators.d.ts.map +1 -0
  1121. package/dist/schema/gateway/operators.js +22 -0
  1122. package/dist/schema/gateway/operators.js.map +1 -0
  1123. package/dist/schema/gateway/product_options.d.ts +611 -0
  1124. package/dist/schema/gateway/product_options.d.ts.map +1 -0
  1125. package/dist/schema/gateway/product_options.js +48 -0
  1126. package/dist/schema/gateway/product_options.js.map +1 -0
  1127. package/dist/schema/gateway/product_units.d.ts +267 -0
  1128. package/dist/schema/gateway/product_units.d.ts.map +1 -0
  1129. package/dist/schema/gateway/product_units.js +27 -0
  1130. package/dist/schema/gateway/product_units.js.map +1 -0
  1131. package/dist/schema/gateway/products.d.ts +563 -0
  1132. package/dist/schema/gateway/products.d.ts.map +1 -0
  1133. package/dist/schema/gateway/products.js +46 -0
  1134. package/dist/schema/gateway/products.js.map +1 -0
  1135. package/dist/schema/gateway/request_logs.d.ts +199 -0
  1136. package/dist/schema/gateway/request_logs.d.ts.map +1 -0
  1137. package/dist/schema/gateway/request_logs.js +23 -0
  1138. package/dist/schema/gateway/request_logs.js.map +1 -0
  1139. package/dist/schema/gateway/suppliers.d.ts +248 -0
  1140. package/dist/schema/gateway/suppliers.d.ts.map +1 -0
  1141. package/dist/schema/gateway/suppliers.js +26 -0
  1142. package/dist/schema/gateway/suppliers.js.map +1 -0
  1143. package/dist/schema/gateway/usage_records.d.ts +146 -0
  1144. package/dist/schema/gateway/usage_records.d.ts.map +1 -0
  1145. package/dist/schema/gateway/usage_records.js +22 -0
  1146. package/dist/schema/gateway/usage_records.js.map +1 -0
  1147. package/dist/schema/gateway/webhook_events.d.ts +198 -0
  1148. package/dist/schema/gateway/webhook_events.d.ts.map +1 -0
  1149. package/dist/schema/gateway/webhook_events.js +25 -0
  1150. package/dist/schema/gateway/webhook_events.js.map +1 -0
  1151. package/dist/schema/iam/api_keys.d.ts +379 -0
  1152. package/dist/schema/iam/api_keys.d.ts.map +1 -0
  1153. package/dist/schema/iam/api_keys.js +104 -0
  1154. package/dist/schema/iam/api_keys.js.map +1 -0
  1155. package/dist/schema/iam/apikey.d.ts +396 -0
  1156. package/dist/schema/iam/apikey.d.ts.map +1 -0
  1157. package/dist/schema/iam/apikey.js +41 -0
  1158. package/dist/schema/iam/apikey.js.map +1 -0
  1159. package/dist/schema/iam/auth.d.ts +992 -0
  1160. package/dist/schema/iam/auth.d.ts.map +1 -0
  1161. package/dist/schema/iam/auth.js +119 -0
  1162. package/dist/schema/iam/auth.js.map +1 -0
  1163. package/dist/schema/iam/identities.d.ts +244 -0
  1164. package/dist/schema/iam/identities.d.ts.map +1 -0
  1165. package/dist/schema/iam/identities.js +72 -0
  1166. package/dist/schema/iam/identities.js.map +1 -0
  1167. package/dist/schema/iam/identity_profiles.d.ts +676 -0
  1168. package/dist/schema/iam/identity_profiles.d.ts.map +1 -0
  1169. package/dist/schema/iam/identity_profiles.js +215 -0
  1170. package/dist/schema/iam/identity_profiles.js.map +1 -0
  1171. package/dist/schema/iam/index.d.ts +6 -0
  1172. package/dist/schema/iam/index.d.ts.map +1 -0
  1173. package/dist/schema/iam/index.js +6 -0
  1174. package/dist/schema/iam/index.js.map +1 -0
  1175. package/dist/schema/iam/kms.d.ts +60 -0
  1176. package/dist/schema/iam/kms.d.ts.map +1 -0
  1177. package/dist/schema/iam/kms.js +46 -0
  1178. package/dist/schema/iam/kms.js.map +1 -0
  1179. package/dist/schema/iam/organization_api_keys.d.ts +377 -0
  1180. package/dist/schema/iam/organization_api_keys.d.ts.map +1 -0
  1181. package/dist/schema/iam/organization_api_keys.js +113 -0
  1182. package/dist/schema/iam/organization_api_keys.js.map +1 -0
  1183. package/dist/schema/iam/roles.d.ts +12 -0
  1184. package/dist/schema/iam/roles.d.ts.map +1 -0
  1185. package/dist/schema/iam/roles.js +12 -0
  1186. package/dist/schema/iam/roles.js.map +1 -0
  1187. package/dist/schema/iam/user_profiles.d.ts +618 -0
  1188. package/dist/schema/iam/user_profiles.d.ts.map +1 -0
  1189. package/dist/schema/iam/user_profiles.js +142 -0
  1190. package/dist/schema/iam/user_profiles.js.map +1 -0
  1191. package/dist/schema/index.d.ts +4 -0
  1192. package/dist/schema/index.d.ts.map +1 -0
  1193. package/dist/schema/index.js +4 -0
  1194. package/dist/schema/index.js.map +1 -0
  1195. package/dist/schema/infra/domains.d.ts +609 -0
  1196. package/dist/schema/infra/domains.d.ts.map +1 -0
  1197. package/dist/schema/infra/domains.js +107 -0
  1198. package/dist/schema/infra/domains.js.map +1 -0
  1199. package/dist/schema/infra/email_domain_records.d.ts +255 -0
  1200. package/dist/schema/infra/email_domain_records.d.ts.map +1 -0
  1201. package/dist/schema/infra/email_domain_records.js +65 -0
  1202. package/dist/schema/infra/email_domain_records.js.map +1 -0
  1203. package/dist/schema/infra/index.d.ts +3 -0
  1204. package/dist/schema/infra/index.d.ts.map +1 -0
  1205. package/dist/schema/infra/index.js +4 -0
  1206. package/dist/schema/infra/index.js.map +1 -0
  1207. package/dist/schema/infra/webhook_subscriptions.d.ts +284 -0
  1208. package/dist/schema/infra/webhook_subscriptions.d.ts.map +1 -0
  1209. package/dist/schema/infra/webhook_subscriptions.js +64 -0
  1210. package/dist/schema/infra/webhook_subscriptions.js.map +1 -0
  1211. package/dist/schema/insurance/0_schemas.d.ts +2 -0
  1212. package/dist/schema/insurance/0_schemas.d.ts.map +1 -0
  1213. package/dist/schema/insurance/0_schemas.js +3 -0
  1214. package/dist/schema/insurance/0_schemas.js.map +1 -0
  1215. package/dist/schema/insurance/index.d.ts +4 -0
  1216. package/dist/schema/insurance/index.d.ts.map +1 -0
  1217. package/dist/schema/insurance/index.js +4 -0
  1218. package/dist/schema/insurance/index.js.map +1 -0
  1219. package/dist/schema/insurance/organization_connections.d.ts +272 -0
  1220. package/dist/schema/insurance/organization_connections.d.ts.map +1 -0
  1221. package/dist/schema/insurance/organization_connections.js +57 -0
  1222. package/dist/schema/insurance/organization_connections.js.map +1 -0
  1223. package/dist/schema/insurance/providers.d.ts +348 -0
  1224. package/dist/schema/insurance/providers.d.ts.map +1 -0
  1225. package/dist/schema/insurance/providers.js +84 -0
  1226. package/dist/schema/insurance/providers.js.map +1 -0
  1227. package/dist/schema/legal/allotments.d.ts +224 -0
  1228. package/dist/schema/legal/allotments.d.ts.map +1 -0
  1229. package/dist/schema/legal/allotments.js +42 -0
  1230. package/dist/schema/legal/allotments.js.map +1 -0
  1231. package/dist/schema/legal/cancellation_policies.d.ts +345 -0
  1232. package/dist/schema/legal/cancellation_policies.d.ts.map +1 -0
  1233. package/dist/schema/legal/cancellation_policies.js +84 -0
  1234. package/dist/schema/legal/cancellation_policies.js.map +1 -0
  1235. package/dist/schema/legal/contract_number_register.d.ts +216 -0
  1236. package/dist/schema/legal/contract_number_register.d.ts.map +1 -0
  1237. package/dist/schema/legal/contract_number_register.js +43 -0
  1238. package/dist/schema/legal/contract_number_register.js.map +1 -0
  1239. package/dist/schema/legal/contract_series.d.ts +254 -0
  1240. package/dist/schema/legal/contract_series.d.ts.map +1 -0
  1241. package/dist/schema/legal/contract_series.js +45 -0
  1242. package/dist/schema/legal/contract_series.js.map +1 -0
  1243. package/dist/schema/legal/contract_series_counters.d.ts +100 -0
  1244. package/dist/schema/legal/contract_series_counters.d.ts.map +1 -0
  1245. package/dist/schema/legal/contract_series_counters.js +25 -0
  1246. package/dist/schema/legal/contract_series_counters.js.map +1 -0
  1247. package/dist/schema/legal/contract_templates.d.ts +340 -0
  1248. package/dist/schema/legal/contract_templates.d.ts.map +1 -0
  1249. package/dist/schema/legal/contract_templates.js +65 -0
  1250. package/dist/schema/legal/contract_templates.js.map +1 -0
  1251. package/dist/schema/legal/contract_versions.d.ts +156 -0
  1252. package/dist/schema/legal/contract_versions.d.ts.map +1 -0
  1253. package/dist/schema/legal/contract_versions.js +32 -0
  1254. package/dist/schema/legal/contract_versions.js.map +1 -0
  1255. package/dist/schema/legal/contracts.d.ts +454 -0
  1256. package/dist/schema/legal/contracts.d.ts.map +1 -0
  1257. package/dist/schema/legal/contracts.js +77 -0
  1258. package/dist/schema/legal/contracts.js.map +1 -0
  1259. package/dist/schema/legal/credit_notes.d.ts +436 -0
  1260. package/dist/schema/legal/credit_notes.d.ts.map +1 -0
  1261. package/dist/schema/legal/credit_notes.js +65 -0
  1262. package/dist/schema/legal/credit_notes.js.map +1 -0
  1263. package/dist/schema/legal/document_rules.d.ts +296 -0
  1264. package/dist/schema/legal/document_rules.d.ts.map +1 -0
  1265. package/dist/schema/legal/document_rules.js +55 -0
  1266. package/dist/schema/legal/document_rules.js.map +1 -0
  1267. package/dist/schema/legal/index.d.ts +15 -0
  1268. package/dist/schema/legal/index.d.ts.map +1 -0
  1269. package/dist/schema/legal/index.js +15 -0
  1270. package/dist/schema/legal/index.js.map +1 -0
  1271. package/dist/schema/legal/policies.d.ts +183 -0
  1272. package/dist/schema/legal/policies.d.ts.map +1 -0
  1273. package/dist/schema/legal/policies.js +37 -0
  1274. package/dist/schema/legal/policies.js.map +1 -0
  1275. package/dist/schema/legal/policy_rules.d.ts +167 -0
  1276. package/dist/schema/legal/policy_rules.d.ts.map +1 -0
  1277. package/dist/schema/legal/policy_rules.js +43 -0
  1278. package/dist/schema/legal/policy_rules.js.map +1 -0
  1279. package/dist/schema/legal/policy_translations.d.ts +160 -0
  1280. package/dist/schema/legal/policy_translations.d.ts.map +1 -0
  1281. package/dist/schema/legal/policy_translations.js +48 -0
  1282. package/dist/schema/legal/policy_translations.js.map +1 -0
  1283. package/dist/schema/legal/rate_cards.d.ts +162 -0
  1284. package/dist/schema/legal/rate_cards.d.ts.map +1 -0
  1285. package/dist/schema/legal/rate_cards.js +37 -0
  1286. package/dist/schema/legal/rate_cards.js.map +1 -0
  1287. package/dist/schema/lodging/amenities.d.ts +164 -0
  1288. package/dist/schema/lodging/amenities.d.ts.map +1 -0
  1289. package/dist/schema/lodging/amenities.js +71 -0
  1290. package/dist/schema/lodging/amenities.js.map +1 -0
  1291. package/dist/schema/lodging/index.d.ts +14 -0
  1292. package/dist/schema/lodging/index.d.ts.map +1 -0
  1293. package/dist/schema/lodging/index.js +14 -0
  1294. package/dist/schema/lodging/index.js.map +1 -0
  1295. package/dist/schema/lodging/media.d.ts +424 -0
  1296. package/dist/schema/lodging/media.d.ts.map +1 -0
  1297. package/dist/schema/lodging/media.js +76 -0
  1298. package/dist/schema/lodging/media.js.map +1 -0
  1299. package/dist/schema/lodging/properties.d.ts +448 -0
  1300. package/dist/schema/lodging/properties.d.ts.map +1 -0
  1301. package/dist/schema/lodging/properties.js +50 -0
  1302. package/dist/schema/lodging/properties.js.map +1 -0
  1303. package/dist/schema/lodging/property_daily_rates.d.ts +307 -0
  1304. package/dist/schema/lodging/property_daily_rates.d.ts.map +1 -0
  1305. package/dist/schema/lodging/property_daily_rates.js +58 -0
  1306. package/dist/schema/lodging/property_daily_rates.js.map +1 -0
  1307. package/dist/schema/lodging/property_drafts.d.ts +382 -0
  1308. package/dist/schema/lodging/property_drafts.d.ts.map +1 -0
  1309. package/dist/schema/lodging/property_drafts.js +73 -0
  1310. package/dist/schema/lodging/property_drafts.js.map +1 -0
  1311. package/dist/schema/lodging/rate_plan_price_rules.d.ts +310 -0
  1312. package/dist/schema/lodging/rate_plan_price_rules.d.ts.map +1 -0
  1313. package/dist/schema/lodging/rate_plan_price_rules.js +53 -0
  1314. package/dist/schema/lodging/rate_plan_price_rules.js.map +1 -0
  1315. package/dist/schema/lodging/rate_plans.d.ts +326 -0
  1316. package/dist/schema/lodging/rate_plans.d.ts.map +1 -0
  1317. package/dist/schema/lodging/rate_plans.js +47 -0
  1318. package/dist/schema/lodging/rate_plans.js.map +1 -0
  1319. package/dist/schema/lodging/reference_room_categories.d.ts +174 -0
  1320. package/dist/schema/lodging/reference_room_categories.d.ts.map +1 -0
  1321. package/dist/schema/lodging/reference_room_categories.js +39 -0
  1322. package/dist/schema/lodging/reference_room_categories.js.map +1 -0
  1323. package/dist/schema/lodging/restrictions.d.ts +294 -0
  1324. package/dist/schema/lodging/restrictions.d.ts.map +1 -0
  1325. package/dist/schema/lodging/restrictions.js +66 -0
  1326. package/dist/schema/lodging/restrictions.js.map +1 -0
  1327. package/dist/schema/lodging/room_type.d.ts +912 -0
  1328. package/dist/schema/lodging/room_type.d.ts.map +1 -0
  1329. package/dist/schema/lodging/room_type.js +69 -0
  1330. package/dist/schema/lodging/room_type.js.map +1 -0
  1331. package/dist/schema/lodging/room_type_inventory.d.ts +330 -0
  1332. package/dist/schema/lodging/room_type_inventory.d.ts.map +1 -0
  1333. package/dist/schema/lodging/room_type_inventory.js +54 -0
  1334. package/dist/schema/lodging/room_type_inventory.js.map +1 -0
  1335. package/dist/schema/lodging/room_type_rate_plan.d.ts +215 -0
  1336. package/dist/schema/lodging/room_type_rate_plan.d.ts.map +1 -0
  1337. package/dist/schema/lodging/room_type_rate_plan.js +56 -0
  1338. package/dist/schema/lodging/room_type_rate_plan.js.map +1 -0
  1339. package/dist/schema/lodging/translations.d.ts +551 -0
  1340. package/dist/schema/lodging/translations.d.ts.map +1 -0
  1341. package/dist/schema/lodging/translations.js +131 -0
  1342. package/dist/schema/lodging/translations.js.map +1 -0
  1343. package/dist/schema/loyalty/0_schemas.d.ts +2 -0
  1344. package/dist/schema/loyalty/0_schemas.d.ts.map +1 -0
  1345. package/dist/schema/loyalty/0_schemas.js +3 -0
  1346. package/dist/schema/loyalty/0_schemas.js.map +1 -0
  1347. package/dist/schema/loyalty/alliances.d.ts +268 -0
  1348. package/dist/schema/loyalty/alliances.d.ts.map +1 -0
  1349. package/dist/schema/loyalty/alliances.js +61 -0
  1350. package/dist/schema/loyalty/alliances.js.map +1 -0
  1351. package/dist/schema/loyalty/index.d.ts +5 -0
  1352. package/dist/schema/loyalty/index.d.ts.map +1 -0
  1353. package/dist/schema/loyalty/index.js +5 -0
  1354. package/dist/schema/loyalty/index.js.map +1 -0
  1355. package/dist/schema/loyalty/programs.d.ts +314 -0
  1356. package/dist/schema/loyalty/programs.d.ts.map +1 -0
  1357. package/dist/schema/loyalty/programs.js +71 -0
  1358. package/dist/schema/loyalty/programs.js.map +1 -0
  1359. package/dist/schema/loyalty/tiers.d.ts +104 -0
  1360. package/dist/schema/loyalty/tiers.d.ts.map +1 -0
  1361. package/dist/schema/loyalty/tiers.js +34 -0
  1362. package/dist/schema/loyalty/tiers.js.map +1 -0
  1363. package/dist/schema/marketplace/0_schemas.d.ts +2 -0
  1364. package/dist/schema/marketplace/0_schemas.d.ts.map +1 -0
  1365. package/dist/schema/marketplace/0_schemas.js +3 -0
  1366. package/dist/schema/marketplace/0_schemas.js.map +1 -0
  1367. package/dist/schema/marketplace/catalog/0_enums.d.ts +109 -0
  1368. package/dist/schema/marketplace/catalog/0_enums.d.ts.map +1 -0
  1369. package/dist/schema/marketplace/catalog/0_enums.js +58 -0
  1370. package/dist/schema/marketplace/catalog/0_enums.js.map +1 -0
  1371. package/dist/schema/marketplace/catalog/channels/channel_product_pricing.d.ts +280 -0
  1372. package/dist/schema/marketplace/catalog/channels/channel_product_pricing.d.ts.map +1 -0
  1373. package/dist/schema/marketplace/catalog/channels/channel_product_pricing.js +100 -0
  1374. package/dist/schema/marketplace/catalog/channels/channel_product_pricing.js.map +1 -0
  1375. package/dist/schema/marketplace/catalog/channels/distribution_channels.d.ts +300 -0
  1376. package/dist/schema/marketplace/catalog/channels/distribution_channels.d.ts.map +1 -0
  1377. package/dist/schema/marketplace/catalog/channels/distribution_channels.js +59 -0
  1378. package/dist/schema/marketplace/catalog/channels/distribution_channels.js.map +1 -0
  1379. package/dist/schema/marketplace/catalog/channels/index.d.ts +3 -0
  1380. package/dist/schema/marketplace/catalog/channels/index.d.ts.map +1 -0
  1381. package/dist/schema/marketplace/catalog/channels/index.js +3 -0
  1382. package/dist/schema/marketplace/catalog/channels/index.js.map +1 -0
  1383. package/dist/schema/marketplace/catalog/collections/collection_items.d.ts +201 -0
  1384. package/dist/schema/marketplace/catalog/collections/collection_items.d.ts.map +1 -0
  1385. package/dist/schema/marketplace/catalog/collections/collection_items.js +39 -0
  1386. package/dist/schema/marketplace/catalog/collections/collection_items.js.map +1 -0
  1387. package/dist/schema/marketplace/catalog/collections/collection_translations.d.ts +151 -0
  1388. package/dist/schema/marketplace/catalog/collections/collection_translations.d.ts.map +1 -0
  1389. package/dist/schema/marketplace/catalog/collections/collection_translations.js +29 -0
  1390. package/dist/schema/marketplace/catalog/collections/collection_translations.js.map +1 -0
  1391. package/dist/schema/marketplace/catalog/collections/collections.d.ts +288 -0
  1392. package/dist/schema/marketplace/catalog/collections/collections.d.ts.map +1 -0
  1393. package/dist/schema/marketplace/catalog/collections/collections.js +34 -0
  1394. package/dist/schema/marketplace/catalog/collections/collections.js.map +1 -0
  1395. package/dist/schema/marketplace/catalog/collections/index.d.ts +4 -0
  1396. package/dist/schema/marketplace/catalog/collections/index.d.ts.map +1 -0
  1397. package/dist/schema/marketplace/catalog/collections/index.js +4 -0
  1398. package/dist/schema/marketplace/catalog/collections/index.js.map +1 -0
  1399. package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.d.ts +237 -0
  1400. package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.d.ts.map +1 -0
  1401. package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.js +31 -0
  1402. package/dist/schema/marketplace/catalog/departures/departure_cabin_categories.js.map +1 -0
  1403. package/dist/schema/marketplace/catalog/departures/departure_cabins.d.ts +169 -0
  1404. package/dist/schema/marketplace/catalog/departures/departure_cabins.d.ts.map +1 -0
  1405. package/dist/schema/marketplace/catalog/departures/departure_cabins.js +31 -0
  1406. package/dist/schema/marketplace/catalog/departures/departure_cabins.js.map +1 -0
  1407. package/dist/schema/marketplace/catalog/departures/departure_day_tasks.d.ts +237 -0
  1408. package/dist/schema/marketplace/catalog/departures/departure_day_tasks.d.ts.map +1 -0
  1409. package/dist/schema/marketplace/catalog/departures/departure_day_tasks.js +30 -0
  1410. package/dist/schema/marketplace/catalog/departures/departure_day_tasks.js.map +1 -0
  1411. package/dist/schema/marketplace/catalog/departures/departure_days.d.ts +167 -0
  1412. package/dist/schema/marketplace/catalog/departures/departure_days.d.ts.map +1 -0
  1413. package/dist/schema/marketplace/catalog/departures/departure_days.js +28 -0
  1414. package/dist/schema/marketplace/catalog/departures/departure_days.js.map +1 -0
  1415. package/dist/schema/marketplace/catalog/departures/departure_group_members.d.ts +153 -0
  1416. package/dist/schema/marketplace/catalog/departures/departure_group_members.d.ts.map +1 -0
  1417. package/dist/schema/marketplace/catalog/departures/departure_group_members.js +33 -0
  1418. package/dist/schema/marketplace/catalog/departures/departure_group_members.js.map +1 -0
  1419. package/dist/schema/marketplace/catalog/departures/departure_groups.d.ts +150 -0
  1420. package/dist/schema/marketplace/catalog/departures/departure_groups.d.ts.map +1 -0
  1421. package/dist/schema/marketplace/catalog/departures/departure_groups.js +27 -0
  1422. package/dist/schema/marketplace/catalog/departures/departure_groups.js.map +1 -0
  1423. package/dist/schema/marketplace/catalog/departures/departure_overrides.d.ts +167 -0
  1424. package/dist/schema/marketplace/catalog/departures/departure_overrides.d.ts.map +1 -0
  1425. package/dist/schema/marketplace/catalog/departures/departure_overrides.js +28 -0
  1426. package/dist/schema/marketplace/catalog/departures/departure_overrides.js.map +1 -0
  1427. package/dist/schema/marketplace/catalog/departures/departure_port_calls.d.ts +204 -0
  1428. package/dist/schema/marketplace/catalog/departures/departure_port_calls.d.ts.map +1 -0
  1429. package/dist/schema/marketplace/catalog/departures/departure_port_calls.js +33 -0
  1430. package/dist/schema/marketplace/catalog/departures/departure_port_calls.js.map +1 -0
  1431. package/dist/schema/marketplace/catalog/departures/departure_room_prices.d.ts +239 -0
  1432. package/dist/schema/marketplace/catalog/departures/departure_room_prices.d.ts.map +1 -0
  1433. package/dist/schema/marketplace/catalog/departures/departure_room_prices.js +32 -0
  1434. package/dist/schema/marketplace/catalog/departures/departure_room_prices.js.map +1 -0
  1435. package/dist/schema/marketplace/catalog/departures/departure_rooms.d.ts +323 -0
  1436. package/dist/schema/marketplace/catalog/departures/departure_rooms.d.ts.map +1 -0
  1437. package/dist/schema/marketplace/catalog/departures/departure_rooms.js +49 -0
  1438. package/dist/schema/marketplace/catalog/departures/departure_rooms.js.map +1 -0
  1439. package/dist/schema/marketplace/catalog/departures/departure_translations.d.ts +134 -0
  1440. package/dist/schema/marketplace/catalog/departures/departure_translations.d.ts.map +1 -0
  1441. package/dist/schema/marketplace/catalog/departures/departure_translations.js +28 -0
  1442. package/dist/schema/marketplace/catalog/departures/departure_translations.js.map +1 -0
  1443. package/dist/schema/marketplace/catalog/departures/departure_transport_options.d.ts +286 -0
  1444. package/dist/schema/marketplace/catalog/departures/departure_transport_options.d.ts.map +1 -0
  1445. package/dist/schema/marketplace/catalog/departures/departure_transport_options.js +33 -0
  1446. package/dist/schema/marketplace/catalog/departures/departure_transport_options.js.map +1 -0
  1447. package/dist/schema/marketplace/catalog/departures/departure_transport_seating.d.ts +187 -0
  1448. package/dist/schema/marketplace/catalog/departures/departure_transport_seating.d.ts.map +1 -0
  1449. package/dist/schema/marketplace/catalog/departures/departure_transport_seating.js +33 -0
  1450. package/dist/schema/marketplace/catalog/departures/departure_transport_seating.js.map +1 -0
  1451. package/dist/schema/marketplace/catalog/departures/departure_transport_segments.d.ts +510 -0
  1452. package/dist/schema/marketplace/catalog/departures/departure_transport_segments.d.ts.map +1 -0
  1453. package/dist/schema/marketplace/catalog/departures/departure_transport_segments.js +38 -0
  1454. package/dist/schema/marketplace/catalog/departures/departure_transport_segments.js.map +1 -0
  1455. package/dist/schema/marketplace/catalog/departures/index.d.ts +16 -0
  1456. package/dist/schema/marketplace/catalog/departures/index.d.ts.map +1 -0
  1457. package/dist/schema/marketplace/catalog/departures/index.js +18 -0
  1458. package/dist/schema/marketplace/catalog/departures/index.js.map +1 -0
  1459. package/dist/schema/marketplace/catalog/departures.d.ts +252 -0
  1460. package/dist/schema/marketplace/catalog/departures.d.ts.map +1 -0
  1461. package/dist/schema/marketplace/catalog/departures.js +48 -0
  1462. package/dist/schema/marketplace/catalog/departures.js.map +1 -0
  1463. package/dist/schema/marketplace/catalog/destinations.d.ts +269 -0
  1464. package/dist/schema/marketplace/catalog/destinations.d.ts.map +1 -0
  1465. package/dist/schema/marketplace/catalog/destinations.js +26 -0
  1466. package/dist/schema/marketplace/catalog/destinations.js.map +1 -0
  1467. package/dist/schema/marketplace/catalog/index.d.ts +21 -0
  1468. package/dist/schema/marketplace/catalog/index.d.ts.map +1 -0
  1469. package/dist/schema/marketplace/catalog/index.js +22 -0
  1470. package/dist/schema/marketplace/catalog/index.js.map +1 -0
  1471. package/dist/schema/marketplace/catalog/inventory/index.d.ts +2 -0
  1472. package/dist/schema/marketplace/catalog/inventory/index.d.ts.map +1 -0
  1473. package/dist/schema/marketplace/catalog/inventory/index.js +2 -0
  1474. package/dist/schema/marketplace/catalog/inventory/index.js.map +1 -0
  1475. package/dist/schema/marketplace/catalog/inventory/inventory_ledger.d.ts +202 -0
  1476. package/dist/schema/marketplace/catalog/inventory/inventory_ledger.d.ts.map +1 -0
  1477. package/dist/schema/marketplace/catalog/inventory/inventory_ledger.js +47 -0
  1478. package/dist/schema/marketplace/catalog/inventory/inventory_ledger.js.map +1 -0
  1479. package/dist/schema/marketplace/catalog/itineraries/index.d.ts +16 -0
  1480. package/dist/schema/marketplace/catalog/itineraries/index.d.ts.map +1 -0
  1481. package/dist/schema/marketplace/catalog/itineraries/index.js +18 -0
  1482. package/dist/schema/marketplace/catalog/itineraries/index.js.map +1 -0
  1483. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.d.ts +254 -0
  1484. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.d.ts.map +1 -0
  1485. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.js +49 -0
  1486. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_allotments.js.map +1 -0
  1487. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.d.ts +237 -0
  1488. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.d.ts.map +1 -0
  1489. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.js +36 -0
  1490. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_option_groups.js.map +1 -0
  1491. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.d.ts +322 -0
  1492. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.d.ts.map +1 -0
  1493. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.js +40 -0
  1494. package/dist/schema/marketplace/catalog/itineraries/itinerary_activity_options.js.map +1 -0
  1495. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.d.ts +167 -0
  1496. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.d.ts.map +1 -0
  1497. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.js +36 -0
  1498. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_accommodation_refs.js.map +1 -0
  1499. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.d.ts +151 -0
  1500. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.d.ts.map +1 -0
  1501. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.js +28 -0
  1502. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_translations.js.map +1 -0
  1503. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.d.ts +390 -0
  1504. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.d.ts.map +1 -0
  1505. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.js +46 -0
  1506. package/dist/schema/marketplace/catalog/itineraries/itinerary_day_transports.js.map +1 -0
  1507. package/dist/schema/marketplace/catalog/itineraries/itinerary_days.d.ts +356 -0
  1508. package/dist/schema/marketplace/catalog/itineraries/itinerary_days.d.ts.map +1 -0
  1509. package/dist/schema/marketplace/catalog/itineraries/itinerary_days.js +36 -0
  1510. package/dist/schema/marketplace/catalog/itineraries/itinerary_days.js.map +1 -0
  1511. package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.d.ts +167 -0
  1512. package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.d.ts.map +1 -0
  1513. package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.js +34 -0
  1514. package/dist/schema/marketplace/catalog/itineraries/itinerary_item_overrides.js.map +1 -0
  1515. package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.d.ts +167 -0
  1516. package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.d.ts.map +1 -0
  1517. package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.js +29 -0
  1518. package/dist/schema/marketplace/catalog/itineraries/itinerary_overrides.js.map +1 -0
  1519. package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.d.ts +151 -0
  1520. package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.d.ts.map +1 -0
  1521. package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.js +28 -0
  1522. package/dist/schema/marketplace/catalog/itineraries/itinerary_segment_translations.js.map +1 -0
  1523. package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.d.ts +913 -0
  1524. package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.d.ts.map +1 -0
  1525. package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.js +47 -0
  1526. package/dist/schema/marketplace/catalog/itineraries/itinerary_segments.js.map +1 -0
  1527. package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.d.ts +133 -0
  1528. package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.d.ts.map +1 -0
  1529. package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.js +21 -0
  1530. package/dist/schema/marketplace/catalog/itineraries/itinerary_timeslot_rules.js.map +1 -0
  1531. package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.d.ts +168 -0
  1532. package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.d.ts.map +1 -0
  1533. package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.js +28 -0
  1534. package/dist/schema/marketplace/catalog/itineraries/itinerary_translations.js.map +1 -0
  1535. package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.d.ts +150 -0
  1536. package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.d.ts.map +1 -0
  1537. package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.js +31 -0
  1538. package/dist/schema/marketplace/catalog/itineraries/itinerary_versions.js.map +1 -0
  1539. package/dist/schema/marketplace/catalog/itineraries.d.ts +201 -0
  1540. package/dist/schema/marketplace/catalog/itineraries.d.ts.map +1 -0
  1541. package/dist/schema/marketplace/catalog/itineraries.js +37 -0
  1542. package/dist/schema/marketplace/catalog/itineraries.js.map +1 -0
  1543. package/dist/schema/marketplace/catalog/offers.d.ts +432 -0
  1544. package/dist/schema/marketplace/catalog/offers.d.ts.map +1 -0
  1545. package/dist/schema/marketplace/catalog/offers.js +41 -0
  1546. package/dist/schema/marketplace/catalog/offers.js.map +1 -0
  1547. package/dist/schema/marketplace/catalog/price_rules.d.ts +405 -0
  1548. package/dist/schema/marketplace/catalog/price_rules.d.ts.map +1 -0
  1549. package/dist/schema/marketplace/catalog/price_rules.js +69 -0
  1550. package/dist/schema/marketplace/catalog/price_rules.js.map +1 -0
  1551. package/dist/schema/marketplace/catalog/pricing/index.d.ts +7 -0
  1552. package/dist/schema/marketplace/catalog/pricing/index.d.ts.map +1 -0
  1553. package/dist/schema/marketplace/catalog/pricing/index.js +7 -0
  1554. package/dist/schema/marketplace/catalog/pricing/index.js.map +1 -0
  1555. package/dist/schema/marketplace/catalog/pricing/payment_terms.d.ts +241 -0
  1556. package/dist/schema/marketplace/catalog/pricing/payment_terms.d.ts.map +1 -0
  1557. package/dist/schema/marketplace/catalog/pricing/payment_terms.js +34 -0
  1558. package/dist/schema/marketplace/catalog/pricing/payment_terms.js.map +1 -0
  1559. package/dist/schema/marketplace/catalog/pricing/price_schedules.d.ts +269 -0
  1560. package/dist/schema/marketplace/catalog/pricing/price_schedules.d.ts.map +1 -0
  1561. package/dist/schema/marketplace/catalog/pricing/price_schedules.js +33 -0
  1562. package/dist/schema/marketplace/catalog/pricing/price_schedules.js.map +1 -0
  1563. package/dist/schema/marketplace/catalog/pricing/price_summaries.d.ts +255 -0
  1564. package/dist/schema/marketplace/catalog/pricing/price_summaries.d.ts.map +1 -0
  1565. package/dist/schema/marketplace/catalog/pricing/price_summaries.js +33 -0
  1566. package/dist/schema/marketplace/catalog/pricing/price_summaries.js.map +1 -0
  1567. package/dist/schema/marketplace/catalog/pricing/product_base_prices.d.ts +237 -0
  1568. package/dist/schema/marketplace/catalog/pricing/product_base_prices.d.ts.map +1 -0
  1569. package/dist/schema/marketplace/catalog/pricing/product_base_prices.js +37 -0
  1570. package/dist/schema/marketplace/catalog/pricing/product_base_prices.js.map +1 -0
  1571. package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.d.ts +186 -0
  1572. package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.d.ts.map +1 -0
  1573. package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.js +34 -0
  1574. package/dist/schema/marketplace/catalog/pricing/product_departure_price_overrides.js.map +1 -0
  1575. package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.d.ts +150 -0
  1576. package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.d.ts.map +1 -0
  1577. package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.js +27 -0
  1578. package/dist/schema/marketplace/catalog/pricing/product_payment_overrides.js.map +1 -0
  1579. package/dist/schema/marketplace/catalog/product_lodging.d.ts +862 -0
  1580. package/dist/schema/marketplace/catalog/product_lodging.d.ts.map +1 -0
  1581. package/dist/schema/marketplace/catalog/product_lodging.js +178 -0
  1582. package/dist/schema/marketplace/catalog/product_lodging.js.map +1 -0
  1583. package/dist/schema/marketplace/catalog/products/index.d.ts +21 -0
  1584. package/dist/schema/marketplace/catalog/products/index.d.ts.map +1 -0
  1585. package/dist/schema/marketplace/catalog/products/index.js +24 -0
  1586. package/dist/schema/marketplace/catalog/products/index.js.map +1 -0
  1587. package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.d.ts +321 -0
  1588. package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.d.ts.map +1 -0
  1589. package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.js +27 -0
  1590. package/dist/schema/marketplace/catalog/products/product_accommodation_option_rooms.js.map +1 -0
  1591. package/dist/schema/marketplace/catalog/products/product_accommodation_options.d.ts +201 -0
  1592. package/dist/schema/marketplace/catalog/products/product_accommodation_options.d.ts.map +1 -0
  1593. package/dist/schema/marketplace/catalog/products/product_accommodation_options.js +28 -0
  1594. package/dist/schema/marketplace/catalog/products/product_accommodation_options.js.map +1 -0
  1595. package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.d.ts +252 -0
  1596. package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.d.ts.map +1 -0
  1597. package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.js +31 -0
  1598. package/dist/schema/marketplace/catalog/products/product_accommodation_set_items.js.map +1 -0
  1599. package/dist/schema/marketplace/catalog/products/product_accommodation_sets.d.ts +201 -0
  1600. package/dist/schema/marketplace/catalog/products/product_accommodation_sets.d.ts.map +1 -0
  1601. package/dist/schema/marketplace/catalog/products/product_accommodation_sets.js +27 -0
  1602. package/dist/schema/marketplace/catalog/products/product_accommodation_sets.js.map +1 -0
  1603. package/dist/schema/marketplace/catalog/products/product_addons.d.ts +150 -0
  1604. package/dist/schema/marketplace/catalog/products/product_addons.d.ts.map +1 -0
  1605. package/dist/schema/marketplace/catalog/products/product_addons.js +27 -0
  1606. package/dist/schema/marketplace/catalog/products/product_addons.js.map +1 -0
  1607. package/dist/schema/marketplace/catalog/products/product_availability.d.ts +203 -0
  1608. package/dist/schema/marketplace/catalog/products/product_availability.d.ts.map +1 -0
  1609. package/dist/schema/marketplace/catalog/products/product_availability.js +30 -0
  1610. package/dist/schema/marketplace/catalog/products/product_availability.js.map +1 -0
  1611. package/dist/schema/marketplace/catalog/products/product_availability_states.d.ts +1206 -0
  1612. package/dist/schema/marketplace/catalog/products/product_availability_states.d.ts.map +1 -0
  1613. package/dist/schema/marketplace/catalog/products/product_availability_states.js +124 -0
  1614. package/dist/schema/marketplace/catalog/products/product_availability_states.js.map +1 -0
  1615. package/dist/schema/marketplace/catalog/products/product_booking_rules.d.ts +576 -0
  1616. package/dist/schema/marketplace/catalog/products/product_booking_rules.d.ts.map +1 -0
  1617. package/dist/schema/marketplace/catalog/products/product_booking_rules.js +30 -0
  1618. package/dist/schema/marketplace/catalog/products/product_booking_rules.js.map +1 -0
  1619. package/dist/schema/marketplace/catalog/products/product_category_assignments.d.ts +135 -0
  1620. package/dist/schema/marketplace/catalog/products/product_category_assignments.d.ts.map +1 -0
  1621. package/dist/schema/marketplace/catalog/products/product_category_assignments.js +34 -0
  1622. package/dist/schema/marketplace/catalog/products/product_category_assignments.js.map +1 -0
  1623. package/dist/schema/marketplace/catalog/products/product_extensions.d.ts +269 -0
  1624. package/dist/schema/marketplace/catalog/products/product_extensions.d.ts.map +1 -0
  1625. package/dist/schema/marketplace/catalog/products/product_extensions.js +39 -0
  1626. package/dist/schema/marketplace/catalog/products/product_extensions.js.map +1 -0
  1627. package/dist/schema/marketplace/catalog/products/product_media.d.ts +167 -0
  1628. package/dist/schema/marketplace/catalog/products/product_media.d.ts.map +1 -0
  1629. package/dist/schema/marketplace/catalog/products/product_media.js +27 -0
  1630. package/dist/schema/marketplace/catalog/products/product_media.js.map +1 -0
  1631. package/dist/schema/marketplace/catalog/products/product_overrides.d.ts +184 -0
  1632. package/dist/schema/marketplace/catalog/products/product_overrides.d.ts.map +1 -0
  1633. package/dist/schema/marketplace/catalog/products/product_overrides.js +29 -0
  1634. package/dist/schema/marketplace/catalog/products/product_overrides.js.map +1 -0
  1635. package/dist/schema/marketplace/catalog/products/product_preferences.d.ts +618 -0
  1636. package/dist/schema/marketplace/catalog/products/product_preferences.d.ts.map +1 -0
  1637. package/dist/schema/marketplace/catalog/products/product_preferences.js +31 -0
  1638. package/dist/schema/marketplace/catalog/products/product_preferences.js.map +1 -0
  1639. package/dist/schema/marketplace/catalog/products/product_publish_settings.d.ts +150 -0
  1640. package/dist/schema/marketplace/catalog/products/product_publish_settings.d.ts.map +1 -0
  1641. package/dist/schema/marketplace/catalog/products/product_publish_settings.js +25 -0
  1642. package/dist/schema/marketplace/catalog/products/product_publish_settings.js.map +1 -0
  1643. package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.d.ts +150 -0
  1644. package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.d.ts.map +1 -0
  1645. package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.js +37 -0
  1646. package/dist/schema/marketplace/catalog/products/product_rate_plan_channels.js.map +1 -0
  1647. package/dist/schema/marketplace/catalog/products/product_rate_plans.d.ts +220 -0
  1648. package/dist/schema/marketplace/catalog/products/product_rate_plans.d.ts.map +1 -0
  1649. package/dist/schema/marketplace/catalog/products/product_rate_plans.js +30 -0
  1650. package/dist/schema/marketplace/catalog/products/product_rate_plans.js.map +1 -0
  1651. package/dist/schema/marketplace/catalog/products/product_translations.d.ts +236 -0
  1652. package/dist/schema/marketplace/catalog/products/product_translations.d.ts.map +1 -0
  1653. package/dist/schema/marketplace/catalog/products/product_translations.js +32 -0
  1654. package/dist/schema/marketplace/catalog/products/product_translations.js.map +1 -0
  1655. package/dist/schema/marketplace/catalog/products/product_versions.d.ts +167 -0
  1656. package/dist/schema/marketplace/catalog/products/product_versions.d.ts.map +1 -0
  1657. package/dist/schema/marketplace/catalog/products/product_versions.js +28 -0
  1658. package/dist/schema/marketplace/catalog/products/product_versions.js.map +1 -0
  1659. package/dist/schema/marketplace/catalog/products/product_visibility.d.ts +150 -0
  1660. package/dist/schema/marketplace/catalog/products/product_visibility.d.ts.map +1 -0
  1661. package/dist/schema/marketplace/catalog/products/product_visibility.js +32 -0
  1662. package/dist/schema/marketplace/catalog/products/product_visibility.js.map +1 -0
  1663. package/dist/schema/marketplace/catalog/products.d.ts +423 -0
  1664. package/dist/schema/marketplace/catalog/products.d.ts.map +1 -0
  1665. package/dist/schema/marketplace/catalog/products.js +37 -0
  1666. package/dist/schema/marketplace/catalog/products.js.map +1 -0
  1667. package/dist/schema/marketplace/catalog/providers/index.d.ts +2 -0
  1668. package/dist/schema/marketplace/catalog/providers/index.d.ts.map +1 -0
  1669. package/dist/schema/marketplace/catalog/providers/index.js +2 -0
  1670. package/dist/schema/marketplace/catalog/providers/index.js.map +1 -0
  1671. package/dist/schema/marketplace/catalog/providers/provider_mappings.d.ts +180 -0
  1672. package/dist/schema/marketplace/catalog/providers/provider_mappings.d.ts.map +1 -0
  1673. package/dist/schema/marketplace/catalog/providers/provider_mappings.js +35 -0
  1674. package/dist/schema/marketplace/catalog/providers/provider_mappings.js.map +1 -0
  1675. package/dist/schema/marketplace/catalog/rooms/index.d.ts +7 -0
  1676. package/dist/schema/marketplace/catalog/rooms/index.d.ts.map +1 -0
  1677. package/dist/schema/marketplace/catalog/rooms/index.js +7 -0
  1678. package/dist/schema/marketplace/catalog/rooms/index.js.map +1 -0
  1679. package/dist/schema/marketplace/catalog/rooms/room_availability.d.ts +266 -0
  1680. package/dist/schema/marketplace/catalog/rooms/room_availability.d.ts.map +1 -0
  1681. package/dist/schema/marketplace/catalog/rooms/room_availability.js +34 -0
  1682. package/dist/schema/marketplace/catalog/rooms/room_availability.js.map +1 -0
  1683. package/dist/schema/marketplace/catalog/rooms/room_prices.d.ts +218 -0
  1684. package/dist/schema/marketplace/catalog/rooms/room_prices.d.ts.map +1 -0
  1685. package/dist/schema/marketplace/catalog/rooms/room_prices.js +28 -0
  1686. package/dist/schema/marketplace/catalog/rooms/room_prices.js.map +1 -0
  1687. package/dist/schema/marketplace/catalog/rooms/room_profile_media.d.ts +363 -0
  1688. package/dist/schema/marketplace/catalog/rooms/room_profile_media.d.ts.map +1 -0
  1689. package/dist/schema/marketplace/catalog/rooms/room_profile_media.js +31 -0
  1690. package/dist/schema/marketplace/catalog/rooms/room_profile_media.js.map +1 -0
  1691. package/dist/schema/marketplace/catalog/rooms/room_profiles.d.ts +638 -0
  1692. package/dist/schema/marketplace/catalog/rooms/room_profiles.d.ts.map +1 -0
  1693. package/dist/schema/marketplace/catalog/rooms/room_profiles.js +30 -0
  1694. package/dist/schema/marketplace/catalog/rooms/room_profiles.js.map +1 -0
  1695. package/dist/schema/marketplace/catalog/rooms/room_rate_plans.d.ts +333 -0
  1696. package/dist/schema/marketplace/catalog/rooms/room_rate_plans.d.ts.map +1 -0
  1697. package/dist/schema/marketplace/catalog/rooms/room_rate_plans.js +0 -0
  1698. package/dist/schema/marketplace/catalog/rooms/room_rate_plans.js.map +1 -0
  1699. package/dist/schema/marketplace/catalog/rooms/room_types.d.ts +295 -0
  1700. package/dist/schema/marketplace/catalog/rooms/room_types.d.ts.map +1 -0
  1701. package/dist/schema/marketplace/catalog/rooms/room_types.js +29 -0
  1702. package/dist/schema/marketplace/catalog/rooms/room_types.js.map +1 -0
  1703. package/dist/schema/marketplace/channel_inventory.d.ts +873 -0
  1704. package/dist/schema/marketplace/channel_inventory.d.ts.map +1 -0
  1705. package/dist/schema/marketplace/channel_inventory.js +192 -0
  1706. package/dist/schema/marketplace/channel_inventory.js.map +1 -0
  1707. package/dist/schema/marketplace/cruise/index.d.ts +3 -0
  1708. package/dist/schema/marketplace/cruise/index.d.ts.map +1 -0
  1709. package/dist/schema/marketplace/cruise/index.js +3 -0
  1710. package/dist/schema/marketplace/cruise/index.js.map +1 -0
  1711. package/dist/schema/marketplace/cruise/ship_cabin_categories.d.ts +414 -0
  1712. package/dist/schema/marketplace/cruise/ship_cabin_categories.d.ts.map +1 -0
  1713. package/dist/schema/marketplace/cruise/ship_cabin_categories.js +67 -0
  1714. package/dist/schema/marketplace/cruise/ship_cabin_categories.js.map +1 -0
  1715. package/dist/schema/marketplace/cruise/ships.d.ts +347 -0
  1716. package/dist/schema/marketplace/cruise/ships.d.ts.map +1 -0
  1717. package/dist/schema/marketplace/cruise/ships.js +52 -0
  1718. package/dist/schema/marketplace/cruise/ships.js.map +1 -0
  1719. package/dist/schema/marketplace/demand_pricing_rules.d.ts +1156 -0
  1720. package/dist/schema/marketplace/demand_pricing_rules.d.ts.map +1 -0
  1721. package/dist/schema/marketplace/demand_pricing_rules.js +202 -0
  1722. package/dist/schema/marketplace/demand_pricing_rules.js.map +1 -0
  1723. package/dist/schema/marketplace/index.d.ts +21 -0
  1724. package/dist/schema/marketplace/index.d.ts.map +1 -0
  1725. package/dist/schema/marketplace/index.js +22 -0
  1726. package/dist/schema/marketplace/index.js.map +1 -0
  1727. package/dist/schema/marketplace/lodging/0_enums.d.ts +16 -0
  1728. package/dist/schema/marketplace/lodging/0_enums.d.ts.map +1 -0
  1729. package/dist/schema/marketplace/lodging/0_enums.js +11 -0
  1730. package/dist/schema/marketplace/lodging/0_enums.js.map +1 -0
  1731. package/dist/schema/marketplace/lodging/amenities.d.ts +225 -0
  1732. package/dist/schema/marketplace/lodging/amenities.d.ts.map +1 -0
  1733. package/dist/schema/marketplace/lodging/amenities.js +81 -0
  1734. package/dist/schema/marketplace/lodging/amenities.js.map +1 -0
  1735. package/dist/schema/marketplace/lodging/index.d.ts +14 -0
  1736. package/dist/schema/marketplace/lodging/index.d.ts.map +1 -0
  1737. package/dist/schema/marketplace/lodging/index.js +14 -0
  1738. package/dist/schema/marketplace/lodging/index.js.map +1 -0
  1739. package/dist/schema/marketplace/lodging/media.d.ts +383 -0
  1740. package/dist/schema/marketplace/lodging/media.d.ts.map +1 -0
  1741. package/dist/schema/marketplace/lodging/media.js +84 -0
  1742. package/dist/schema/marketplace/lodging/media.js.map +1 -0
  1743. package/dist/schema/marketplace/lodging/properties.d.ts +461 -0
  1744. package/dist/schema/marketplace/lodging/properties.d.ts.map +1 -0
  1745. package/dist/schema/marketplace/lodging/properties.js +55 -0
  1746. package/dist/schema/marketplace/lodging/properties.js.map +1 -0
  1747. package/dist/schema/marketplace/lodging/property_allotments.d.ts +211 -0
  1748. package/dist/schema/marketplace/lodging/property_allotments.d.ts.map +1 -0
  1749. package/dist/schema/marketplace/lodging/property_allotments.js +49 -0
  1750. package/dist/schema/marketplace/lodging/property_allotments.js.map +1 -0
  1751. package/dist/schema/marketplace/lodging/property_daily_rates.d.ts +356 -0
  1752. package/dist/schema/marketplace/lodging/property_daily_rates.d.ts.map +1 -0
  1753. package/dist/schema/marketplace/lodging/property_daily_rates.js +65 -0
  1754. package/dist/schema/marketplace/lodging/property_daily_rates.js.map +1 -0
  1755. package/dist/schema/marketplace/lodging/property_room_rate_plans.d.ts +172 -0
  1756. package/dist/schema/marketplace/lodging/property_room_rate_plans.d.ts.map +1 -0
  1757. package/dist/schema/marketplace/lodging/property_room_rate_plans.js +55 -0
  1758. package/dist/schema/marketplace/lodging/property_room_rate_plans.js.map +1 -0
  1759. package/dist/schema/marketplace/lodging/property_rooms.d.ts +521 -0
  1760. package/dist/schema/marketplace/lodging/property_rooms.d.ts.map +1 -0
  1761. package/dist/schema/marketplace/lodging/property_rooms.js +65 -0
  1762. package/dist/schema/marketplace/lodging/property_rooms.js.map +1 -0
  1763. package/dist/schema/marketplace/lodging/rate_plan_price_rules.d.ts +406 -0
  1764. package/dist/schema/marketplace/lodging/rate_plan_price_rules.d.ts.map +1 -0
  1765. package/dist/schema/marketplace/lodging/rate_plan_price_rules.js +73 -0
  1766. package/dist/schema/marketplace/lodging/rate_plan_price_rules.js.map +1 -0
  1767. package/dist/schema/marketplace/lodging/rate_plans.d.ts +399 -0
  1768. package/dist/schema/marketplace/lodging/rate_plans.d.ts.map +1 -0
  1769. package/dist/schema/marketplace/lodging/rate_plans.js +61 -0
  1770. package/dist/schema/marketplace/lodging/rate_plans.js.map +1 -0
  1771. package/dist/schema/marketplace/lodging/reference_room_categories.d.ts +176 -0
  1772. package/dist/schema/marketplace/lodging/reference_room_categories.d.ts.map +1 -0
  1773. package/dist/schema/marketplace/lodging/reference_room_categories.js +41 -0
  1774. package/dist/schema/marketplace/lodging/reference_room_categories.js.map +1 -0
  1775. package/dist/schema/marketplace/lodging/restrictions.d.ts +405 -0
  1776. package/dist/schema/marketplace/lodging/restrictions.d.ts.map +1 -0
  1777. package/dist/schema/marketplace/lodging/restrictions.js +91 -0
  1778. package/dist/schema/marketplace/lodging/restrictions.js.map +1 -0
  1779. package/dist/schema/marketplace/lodging/translations.d.ts +536 -0
  1780. package/dist/schema/marketplace/lodging/translations.d.ts.map +1 -0
  1781. package/dist/schema/marketplace/lodging/translations.js +135 -0
  1782. package/dist/schema/marketplace/lodging/translations.js.map +1 -0
  1783. package/dist/schema/marketplace/marketplace_providers.d.ts +197 -0
  1784. package/dist/schema/marketplace/marketplace_providers.d.ts.map +1 -0
  1785. package/dist/schema/marketplace/marketplace_providers.js +3 -0
  1786. package/dist/schema/marketplace/marketplace_providers.js.map +1 -0
  1787. package/dist/schema/marketplace/offers.d.ts +738 -0
  1788. package/dist/schema/marketplace/offers.d.ts.map +1 -0
  1789. package/dist/schema/marketplace/offers.js +144 -0
  1790. package/dist/schema/marketplace/offers.js.map +1 -0
  1791. package/dist/schema/marketplace/organization_provider_profiles.d.ts +240 -0
  1792. package/dist/schema/marketplace/organization_provider_profiles.d.ts.map +1 -0
  1793. package/dist/schema/marketplace/organization_provider_profiles.js +35 -0
  1794. package/dist/schema/marketplace/organization_provider_profiles.js.map +1 -0
  1795. package/dist/schema/marketplace/provider_access.d.ts +929 -0
  1796. package/dist/schema/marketplace/provider_access.d.ts.map +1 -0
  1797. package/dist/schema/marketplace/provider_access.js +142 -0
  1798. package/dist/schema/marketplace/provider_access.js.map +1 -0
  1799. package/dist/schema/marketplace/provider_access_requests.d.ts +2 -0
  1800. package/dist/schema/marketplace/provider_access_requests.d.ts.map +1 -0
  1801. package/dist/schema/marketplace/provider_access_requests.js +2 -0
  1802. package/dist/schema/marketplace/provider_access_requests.js.map +1 -0
  1803. package/dist/schema/marketplace/provider_commissions.d.ts +1453 -0
  1804. package/dist/schema/marketplace/provider_commissions.d.ts.map +1 -0
  1805. package/dist/schema/marketplace/provider_commissions.js +362 -0
  1806. package/dist/schema/marketplace/provider_commissions.js.map +1 -0
  1807. package/dist/schema/marketplace/provider_connection_pricing_rules.d.ts +267 -0
  1808. package/dist/schema/marketplace/provider_connection_pricing_rules.d.ts.map +1 -0
  1809. package/dist/schema/marketplace/provider_connection_pricing_rules.js +53 -0
  1810. package/dist/schema/marketplace/provider_connection_pricing_rules.js.map +1 -0
  1811. package/dist/schema/marketplace/provider_connections.d.ts +300 -0
  1812. package/dist/schema/marketplace/provider_connections.d.ts.map +1 -0
  1813. package/dist/schema/marketplace/provider_connections.js +44 -0
  1814. package/dist/schema/marketplace/provider_connections.js.map +1 -0
  1815. package/dist/schema/marketplace/provider_product_category_assignments.d.ts +120 -0
  1816. package/dist/schema/marketplace/provider_product_category_assignments.d.ts.map +1 -0
  1817. package/dist/schema/marketplace/provider_product_category_assignments.js +27 -0
  1818. package/dist/schema/marketplace/provider_product_category_assignments.js.map +1 -0
  1819. package/dist/schema/marketplace/provider_product_overrides.d.ts +275 -0
  1820. package/dist/schema/marketplace/provider_product_overrides.d.ts.map +1 -0
  1821. package/dist/schema/marketplace/provider_product_overrides.js +52 -0
  1822. package/dist/schema/marketplace/provider_product_overrides.js.map +1 -0
  1823. package/dist/schema/marketplace/provider_product_pricing_overrides.d.ts +249 -0
  1824. package/dist/schema/marketplace/provider_product_pricing_overrides.d.ts.map +1 -0
  1825. package/dist/schema/marketplace/provider_product_pricing_overrides.js +51 -0
  1826. package/dist/schema/marketplace/provider_product_pricing_overrides.js.map +1 -0
  1827. package/dist/schema/marketplace/provider_products.d.ts +387 -0
  1828. package/dist/schema/marketplace/provider_products.d.ts.map +1 -0
  1829. package/dist/schema/marketplace/provider_products.js +56 -0
  1830. package/dist/schema/marketplace/provider_products.js.map +1 -0
  1831. package/dist/schema/marketplace/provider_products_index.d.ts +241 -0
  1832. package/dist/schema/marketplace/provider_products_index.d.ts.map +1 -0
  1833. package/dist/schema/marketplace/provider_products_index.js +48 -0
  1834. package/dist/schema/marketplace/provider_products_index.js.map +1 -0
  1835. package/dist/schema/marketplace/provider_profile_media.d.ts +195 -0
  1836. package/dist/schema/marketplace/provider_profile_media.d.ts.map +1 -0
  1837. package/dist/schema/marketplace/provider_profile_media.js +36 -0
  1838. package/dist/schema/marketplace/provider_profile_media.js.map +1 -0
  1839. package/dist/schema/marketplace/provider_profile_pricing_rules.d.ts +293 -0
  1840. package/dist/schema/marketplace/provider_profile_pricing_rules.d.ts.map +1 -0
  1841. package/dist/schema/marketplace/provider_profile_pricing_rules.js +53 -0
  1842. package/dist/schema/marketplace/provider_profile_pricing_rules.js.map +1 -0
  1843. package/dist/schema/marketplace/provider_profiles.d.ts +357 -0
  1844. package/dist/schema/marketplace/provider_profiles.d.ts.map +1 -0
  1845. package/dist/schema/marketplace/provider_profiles.js +55 -0
  1846. package/dist/schema/marketplace/provider_profiles.js.map +1 -0
  1847. package/dist/schema/marketplace/providers.d.ts +349 -0
  1848. package/dist/schema/marketplace/providers.d.ts.map +1 -0
  1849. package/dist/schema/marketplace/providers.js +55 -0
  1850. package/dist/schema/marketplace/providers.js.map +1 -0
  1851. package/dist/schema/marketplace/webhook_subscriptions.d.ts +794 -0
  1852. package/dist/schema/marketplace/webhook_subscriptions.d.ts.map +1 -0
  1853. package/dist/schema/marketplace/webhook_subscriptions.js +144 -0
  1854. package/dist/schema/marketplace/webhook_subscriptions.js.map +1 -0
  1855. package/dist/schema/octo/connection_health_events.d.ts +130 -0
  1856. package/dist/schema/octo/connection_health_events.d.ts.map +1 -0
  1857. package/dist/schema/octo/connection_health_events.js +19 -0
  1858. package/dist/schema/octo/connection_health_events.js.map +1 -0
  1859. package/dist/schema/octo/connections.d.ts +199 -0
  1860. package/dist/schema/octo/connections.d.ts.map +1 -0
  1861. package/dist/schema/octo/connections.js +28 -0
  1862. package/dist/schema/octo/connections.js.map +1 -0
  1863. package/dist/schema/octo/connector_configs.d.ts +241 -0
  1864. package/dist/schema/octo/connector_configs.d.ts.map +1 -0
  1865. package/dist/schema/octo/connector_configs.js +24 -0
  1866. package/dist/schema/octo/connector_configs.js.map +1 -0
  1867. package/dist/schema/octo/idempotency_keys.d.ts +180 -0
  1868. package/dist/schema/octo/idempotency_keys.d.ts.map +1 -0
  1869. package/dist/schema/octo/idempotency_keys.js +22 -0
  1870. package/dist/schema/octo/idempotency_keys.js.map +1 -0
  1871. package/dist/schema/octo/index.d.ts +10 -0
  1872. package/dist/schema/octo/index.d.ts.map +1 -0
  1873. package/dist/schema/octo/index.js +10 -0
  1874. package/dist/schema/octo/index.js.map +1 -0
  1875. package/dist/schema/octo/oauth_clients.d.ts +206 -0
  1876. package/dist/schema/octo/oauth_clients.d.ts.map +1 -0
  1877. package/dist/schema/octo/oauth_clients.js +22 -0
  1878. package/dist/schema/octo/oauth_clients.js.map +1 -0
  1879. package/dist/schema/octo/operators.d.ts +166 -0
  1880. package/dist/schema/octo/operators.d.ts.map +1 -0
  1881. package/dist/schema/octo/operators.js +19 -0
  1882. package/dist/schema/octo/operators.js.map +1 -0
  1883. package/dist/schema/octo/request_logs.d.ts +199 -0
  1884. package/dist/schema/octo/request_logs.d.ts.map +1 -0
  1885. package/dist/schema/octo/request_logs.js +23 -0
  1886. package/dist/schema/octo/request_logs.js.map +1 -0
  1887. package/dist/schema/octo/usage_records.d.ts +146 -0
  1888. package/dist/schema/octo/usage_records.d.ts.map +1 -0
  1889. package/dist/schema/octo/usage_records.js +22 -0
  1890. package/dist/schema/octo/usage_records.js.map +1 -0
  1891. package/dist/schema/octo/webhook_events.d.ts +198 -0
  1892. package/dist/schema/octo/webhook_events.d.ts.map +1 -0
  1893. package/dist/schema/octo/webhook_events.js +25 -0
  1894. package/dist/schema/octo/webhook_events.js.map +1 -0
  1895. package/dist/schema/ops/guide_assignments.d.ts +318 -0
  1896. package/dist/schema/ops/guide_assignments.d.ts.map +1 -0
  1897. package/dist/schema/ops/guide_assignments.js +62 -0
  1898. package/dist/schema/ops/guide_assignments.js.map +1 -0
  1899. package/dist/schema/ops/guide_availability.d.ts +39 -0
  1900. package/dist/schema/ops/guide_availability.d.ts.map +1 -0
  1901. package/dist/schema/ops/guide_availability.js +24 -0
  1902. package/dist/schema/ops/guide_availability.js.map +1 -0
  1903. package/dist/schema/ops/guide_languages.d.ts +29 -0
  1904. package/dist/schema/ops/guide_languages.d.ts.map +1 -0
  1905. package/dist/schema/ops/guide_languages.js +21 -0
  1906. package/dist/schema/ops/guide_languages.js.map +1 -0
  1907. package/dist/schema/ops/guide_specializations.d.ts +18 -0
  1908. package/dist/schema/ops/guide_specializations.d.ts.map +1 -0
  1909. package/dist/schema/ops/guide_specializations.js +16 -0
  1910. package/dist/schema/ops/guide_specializations.js.map +1 -0
  1911. package/dist/schema/ops/guides.d.ts +598 -0
  1912. package/dist/schema/ops/guides.d.ts.map +1 -0
  1913. package/dist/schema/ops/guides.js +117 -0
  1914. package/dist/schema/ops/guides.js.map +1 -0
  1915. package/dist/schema/ops/index.d.ts +7 -0
  1916. package/dist/schema/ops/index.d.ts.map +1 -0
  1917. package/dist/schema/ops/index.js +7 -0
  1918. package/dist/schema/ops/index.js.map +1 -0
  1919. package/dist/schema/ops/product_guides.d.ts +172 -0
  1920. package/dist/schema/ops/product_guides.d.ts.map +1 -0
  1921. package/dist/schema/ops/product_guides.js +44 -0
  1922. package/dist/schema/ops/product_guides.js.map +1 -0
  1923. package/dist/schema/payments/index.d.ts +6 -0
  1924. package/dist/schema/payments/index.d.ts.map +1 -0
  1925. package/dist/schema/payments/index.js +6 -0
  1926. package/dist/schema/payments/index.js.map +1 -0
  1927. package/dist/schema/payments/payment_accounts.d.ts +174 -0
  1928. package/dist/schema/payments/payment_accounts.d.ts.map +1 -0
  1929. package/dist/schema/payments/payment_accounts.js +34 -0
  1930. package/dist/schema/payments/payment_accounts.js.map +1 -0
  1931. package/dist/schema/payments/payment_sessions.d.ts +338 -0
  1932. package/dist/schema/payments/payment_sessions.d.ts.map +1 -0
  1933. package/dist/schema/payments/payment_sessions.js +54 -0
  1934. package/dist/schema/payments/payment_sessions.js.map +1 -0
  1935. package/dist/schema/payments/payments.d.ts +500 -0
  1936. package/dist/schema/payments/payments.d.ts.map +1 -0
  1937. package/dist/schema/payments/payments.js +76 -0
  1938. package/dist/schema/payments/payments.js.map +1 -0
  1939. package/dist/schema/payments/refunds.d.ts +260 -0
  1940. package/dist/schema/payments/refunds.d.ts.map +1 -0
  1941. package/dist/schema/payments/refunds.js +50 -0
  1942. package/dist/schema/payments/refunds.js.map +1 -0
  1943. package/dist/schema/payments/webhook_events.d.ts +200 -0
  1944. package/dist/schema/payments/webhook_events.d.ts.map +1 -0
  1945. package/dist/schema/payments/webhook_events.js +37 -0
  1946. package/dist/schema/payments/webhook_events.js.map +1 -0
  1947. package/dist/schema/ref/amenities.d.ts +120 -0
  1948. package/dist/schema/ref/amenities.d.ts.map +1 -0
  1949. package/dist/schema/ref/amenities.js +23 -0
  1950. package/dist/schema/ref/amenities.js.map +1 -0
  1951. package/dist/schema/ref/bed_types.d.ts +120 -0
  1952. package/dist/schema/ref/bed_types.d.ts.map +1 -0
  1953. package/dist/schema/ref/bed_types.js +23 -0
  1954. package/dist/schema/ref/bed_types.js.map +1 -0
  1955. package/dist/schema/ref/index.d.ts +8 -0
  1956. package/dist/schema/ref/index.d.ts.map +1 -0
  1957. package/dist/schema/ref/index.js +8 -0
  1958. package/dist/schema/ref/index.js.map +1 -0
  1959. package/dist/schema/ref/places.d.ts +532 -0
  1960. package/dist/schema/ref/places.d.ts.map +1 -0
  1961. package/dist/schema/ref/places.js +151 -0
  1962. package/dist/schema/ref/places.js.map +1 -0
  1963. package/dist/schema/ref/port_aliases.d.ts +157 -0
  1964. package/dist/schema/ref/port_aliases.d.ts.map +1 -0
  1965. package/dist/schema/ref/port_aliases.js +33 -0
  1966. package/dist/schema/ref/port_aliases.js.map +1 -0
  1967. package/dist/schema/ref/ports.d.ts +214 -0
  1968. package/dist/schema/ref/ports.d.ts.map +1 -0
  1969. package/dist/schema/ref/ports.js +35 -0
  1970. package/dist/schema/ref/ports.js.map +1 -0
  1971. package/dist/schema/ref/room_categories.d.ts +146 -0
  1972. package/dist/schema/ref/room_categories.d.ts.map +1 -0
  1973. package/dist/schema/ref/room_categories.js +25 -0
  1974. package/dist/schema/ref/room_categories.js.map +1 -0
  1975. package/dist/schema/ref/transportation_mode_xwalk.d.ts +87 -0
  1976. package/dist/schema/ref/transportation_mode_xwalk.d.ts.map +1 -0
  1977. package/dist/schema/ref/transportation_mode_xwalk.js +30 -0
  1978. package/dist/schema/ref/transportation_mode_xwalk.js.map +1 -0
  1979. package/dist/schema/revenue/index.d.ts +3 -0
  1980. package/dist/schema/revenue/index.d.ts.map +1 -0
  1981. package/dist/schema/revenue/index.js +3 -0
  1982. package/dist/schema/revenue/index.js.map +1 -0
  1983. package/dist/schema/revenue/plans.d.ts +185 -0
  1984. package/dist/schema/revenue/plans.d.ts.map +1 -0
  1985. package/dist/schema/revenue/plans.js +52 -0
  1986. package/dist/schema/revenue/plans.js.map +1 -0
  1987. package/dist/schema/revenue/webhook_events.d.ts +196 -0
  1988. package/dist/schema/revenue/webhook_events.d.ts.map +1 -0
  1989. package/dist/schema/revenue/webhook_events.js +35 -0
  1990. package/dist/schema/revenue/webhook_events.js.map +1 -0
  1991. package/dist/schema/transport/addons.d.ts +177 -0
  1992. package/dist/schema/transport/addons.d.ts.map +1 -0
  1993. package/dist/schema/transport/addons.js +40 -0
  1994. package/dist/schema/transport/addons.js.map +1 -0
  1995. package/dist/schema/transport/config_legs.d.ts +282 -0
  1996. package/dist/schema/transport/config_legs.d.ts.map +1 -0
  1997. package/dist/schema/transport/config_legs.js +49 -0
  1998. package/dist/schema/transport/config_legs.js.map +1 -0
  1999. package/dist/schema/transport/configs.d.ts +152 -0
  2000. package/dist/schema/transport/configs.d.ts.map +1 -0
  2001. package/dist/schema/transport/configs.js +32 -0
  2002. package/dist/schema/transport/configs.js.map +1 -0
  2003. package/dist/schema/transport/fare_classes.d.ts +196 -0
  2004. package/dist/schema/transport/fare_classes.d.ts.map +1 -0
  2005. package/dist/schema/transport/fare_classes.js +27 -0
  2006. package/dist/schema/transport/fare_classes.js.map +1 -0
  2007. package/dist/schema/transport/index.d.ts +5 -0
  2008. package/dist/schema/transport/index.d.ts.map +1 -0
  2009. package/dist/schema/transport/index.js +5 -0
  2010. package/dist/schema/transport/index.js.map +1 -0
  2011. package/dist/schema/voyant/bookings.d.ts +2 -0
  2012. package/dist/schema/voyant/bookings.d.ts.map +1 -0
  2013. package/dist/schema/voyant/bookings.js +2 -0
  2014. package/dist/schema/voyant/bookings.js.map +1 -0
  2015. package/dist/schema/voyant/contacts.d.ts +2 -0
  2016. package/dist/schema/voyant/contacts.d.ts.map +1 -0
  2017. package/dist/schema/voyant/contacts.js +2 -0
  2018. package/dist/schema/voyant/contacts.js.map +1 -0
  2019. package/dist/schema/voyant/finance.d.ts +2 -0
  2020. package/dist/schema/voyant/finance.d.ts.map +1 -0
  2021. package/dist/schema/voyant/finance.js +2 -0
  2022. package/dist/schema/voyant/finance.js.map +1 -0
  2023. package/dist/schema/voyant/products.d.ts +2 -0
  2024. package/dist/schema/voyant/products.d.ts.map +1 -0
  2025. package/dist/schema/voyant/products.js +2 -0
  2026. package/dist/schema/voyant/products.js.map +1 -0
  2027. package/dist/schema/voyant/suppliers.d.ts +2 -0
  2028. package/dist/schema/voyant/suppliers.d.ts.map +1 -0
  2029. package/dist/schema/voyant/suppliers.js +2 -0
  2030. package/dist/schema/voyant/suppliers.js.map +1 -0
  2031. package/dist/test-utils.d.ts +17 -0
  2032. package/dist/test-utils.d.ts.map +1 -0
  2033. package/dist/test-utils.js +39 -0
  2034. package/dist/test-utils.js.map +1 -0
  2035. package/dist/types.d.ts +9 -0
  2036. package/dist/types.d.ts.map +1 -0
  2037. package/dist/types.js +2 -0
  2038. package/dist/types.js.map +1 -0
  2039. package/dist/utils.d.ts +2 -0
  2040. package/dist/utils.d.ts.map +1 -0
  2041. package/dist/utils.js +19 -0
  2042. package/dist/utils.js.map +1 -0
  2043. package/package.json +145 -0
@@ -0,0 +1,1436 @@
1
+ import { z } from "zod";
2
+ /**
3
+ * Booking session status enum.
4
+ * State machine: active → payment_pending → paid → finalizing → confirmed
5
+ * ↘ expired / cancelled ↘ failed / finalization_failed
6
+ */
7
+ export declare const bookingSessionStatuses: import("drizzle-orm/pg-core").PgEnum<["active", "payment_pending", "paid", "finalizing", "confirmed", "failed", "expired", "cancelled", "finalization_failed"]>;
8
+ export declare const bookingSessionStatusSchema: z.ZodEnum<{
9
+ active: "active";
10
+ cancelled: "cancelled";
11
+ expired: "expired";
12
+ confirmed: "confirmed";
13
+ paid: "paid";
14
+ failed: "failed";
15
+ payment_pending: "payment_pending";
16
+ finalizing: "finalizing";
17
+ finalization_failed: "finalization_failed";
18
+ }>;
19
+ export type BookingSessionStatus = z.infer<typeof bookingSessionStatusSchema>;
20
+ /**
21
+ * Valid state transitions for booking sessions.
22
+ */
23
+ export declare const BOOKING_SESSION_TRANSITIONS: Record<BookingSessionStatus, BookingSessionStatus[]>;
24
+ /**
25
+ * Booking session step enum.
26
+ */
27
+ export declare const bookingSessionSteps: import("drizzle-orm/pg-core").PgEnum<["departure", "passengers", "addons", "billing"]>;
28
+ export declare const bookingSessionStepSchema: z.ZodEnum<{
29
+ passengers: "passengers";
30
+ departure: "departure";
31
+ billing: "billing";
32
+ addons: "addons";
33
+ }>;
34
+ export type BookingSessionStep = z.infer<typeof bookingSessionStepSchema>;
35
+ /**
36
+ * Payment method enum.
37
+ */
38
+ export declare const bookingPaymentMethods: import("drizzle-orm/pg-core").PgEnum<["card", "bank"]>;
39
+ export declare const bookingPaymentMethodSchema: z.ZodEnum<{
40
+ card: "card";
41
+ bank: "bank";
42
+ }>;
43
+ export type BookingPaymentMethod = z.infer<typeof bookingPaymentMethodSchema>;
44
+ /**
45
+ * Pay mode enum.
46
+ */
47
+ export declare const bookingPayModes: import("drizzle-orm/pg-core").PgEnum<["full", "deposit"]>;
48
+ export declare const bookingPayModeSchema: z.ZodEnum<{
49
+ full: "full";
50
+ deposit: "deposit";
51
+ }>;
52
+ export type BookingPayMode = z.infer<typeof bookingPayModeSchema>;
53
+ /**
54
+ * Unified booking session table.
55
+ * Replaces wizard_sessions with full session lifecycle, pricing lock, and commission enforcement.
56
+ */
57
+ export declare const bookingSessionsTable: Omit<import("drizzle-orm/pg-core").PgTableWithColumns<{
58
+ name: "booking_sessions";
59
+ schema: "bookings";
60
+ columns: {
61
+ id: import("drizzle-orm/pg-core").PgColumn<{
62
+ name: string;
63
+ tableName: "booking_sessions";
64
+ dataType: "string";
65
+ columnType: "PgText";
66
+ data: string;
67
+ driverParam: string;
68
+ notNull: true;
69
+ hasDefault: true;
70
+ isPrimaryKey: true;
71
+ isAutoincrement: false;
72
+ hasRuntimeDefault: true;
73
+ enumValues: [string, ...string[]];
74
+ baseColumn: never;
75
+ identity: undefined;
76
+ generated: undefined;
77
+ }, {}, {}>;
78
+ tokenHash: import("drizzle-orm/pg-core").PgColumn<{
79
+ name: "token_hash";
80
+ tableName: "booking_sessions";
81
+ dataType: "string";
82
+ columnType: "PgText";
83
+ data: string;
84
+ driverParam: string;
85
+ notNull: true;
86
+ hasDefault: false;
87
+ isPrimaryKey: false;
88
+ isAutoincrement: false;
89
+ hasRuntimeDefault: false;
90
+ enumValues: [string, ...string[]];
91
+ baseColumn: never;
92
+ identity: undefined;
93
+ generated: undefined;
94
+ }, {}, {}>;
95
+ tokenExpiresAt: import("drizzle-orm/pg-core").PgColumn<{
96
+ name: "token_expires_at";
97
+ tableName: "booking_sessions";
98
+ dataType: "date";
99
+ columnType: "PgTimestamp";
100
+ data: Date;
101
+ driverParam: string;
102
+ notNull: true;
103
+ hasDefault: false;
104
+ isPrimaryKey: false;
105
+ isAutoincrement: false;
106
+ hasRuntimeDefault: false;
107
+ enumValues: undefined;
108
+ baseColumn: never;
109
+ identity: undefined;
110
+ generated: undefined;
111
+ }, {}, {}>;
112
+ productId: import("drizzle-orm/pg-core").PgColumn<{
113
+ name: string;
114
+ tableName: "booking_sessions";
115
+ dataType: "string";
116
+ columnType: "PgText";
117
+ data: string;
118
+ driverParam: string;
119
+ notNull: true;
120
+ hasDefault: false;
121
+ isPrimaryKey: false;
122
+ isAutoincrement: false;
123
+ hasRuntimeDefault: false;
124
+ enumValues: [string, ...string[]];
125
+ baseColumn: never;
126
+ identity: undefined;
127
+ generated: undefined;
128
+ }, {}, {}>;
129
+ departureId: import("drizzle-orm/pg-core").PgColumn<{
130
+ name: string;
131
+ tableName: "booking_sessions";
132
+ dataType: "string";
133
+ columnType: "PgText";
134
+ data: string;
135
+ driverParam: string;
136
+ notNull: false;
137
+ hasDefault: false;
138
+ isPrimaryKey: false;
139
+ isAutoincrement: false;
140
+ hasRuntimeDefault: false;
141
+ enumValues: [string, ...string[]];
142
+ baseColumn: never;
143
+ identity: undefined;
144
+ generated: undefined;
145
+ }, {}, {}>;
146
+ status: import("drizzle-orm/pg-core").PgColumn<{
147
+ name: "status";
148
+ tableName: "booking_sessions";
149
+ dataType: "string";
150
+ columnType: "PgEnumColumn";
151
+ data: "active" | "cancelled" | "expired" | "confirmed" | "paid" | "failed" | "payment_pending" | "finalizing" | "finalization_failed";
152
+ driverParam: string;
153
+ notNull: true;
154
+ hasDefault: true;
155
+ isPrimaryKey: false;
156
+ isAutoincrement: false;
157
+ hasRuntimeDefault: false;
158
+ enumValues: ["active", "payment_pending", "paid", "finalizing", "confirmed", "failed", "expired", "cancelled", "finalization_failed"];
159
+ baseColumn: never;
160
+ identity: undefined;
161
+ generated: undefined;
162
+ }, {}, {}>;
163
+ currentStep: import("drizzle-orm/pg-core").PgColumn<{
164
+ name: "current_step";
165
+ tableName: "booking_sessions";
166
+ dataType: "string";
167
+ columnType: "PgEnumColumn";
168
+ data: "passengers" | "departure" | "billing" | "addons";
169
+ driverParam: string;
170
+ notNull: true;
171
+ hasDefault: true;
172
+ isPrimaryKey: false;
173
+ isAutoincrement: false;
174
+ hasRuntimeDefault: false;
175
+ enumValues: ["departure", "passengers", "addons", "billing"];
176
+ baseColumn: never;
177
+ identity: undefined;
178
+ generated: undefined;
179
+ }, {}, {}>;
180
+ completedSteps: import("drizzle-orm/pg-core").PgColumn<{
181
+ name: "completed_steps";
182
+ tableName: "booking_sessions";
183
+ dataType: "array";
184
+ columnType: "PgArray";
185
+ data: string[];
186
+ driverParam: string | string[];
187
+ notNull: true;
188
+ hasDefault: true;
189
+ isPrimaryKey: false;
190
+ isAutoincrement: false;
191
+ hasRuntimeDefault: false;
192
+ enumValues: [string, ...string[]];
193
+ baseColumn: import("drizzle-orm").Column<{
194
+ name: "completed_steps";
195
+ tableName: "booking_sessions";
196
+ dataType: "string";
197
+ columnType: "PgText";
198
+ data: string;
199
+ driverParam: string;
200
+ notNull: false;
201
+ hasDefault: false;
202
+ isPrimaryKey: false;
203
+ isAutoincrement: false;
204
+ hasRuntimeDefault: false;
205
+ enumValues: [string, ...string[]];
206
+ baseColumn: never;
207
+ identity: undefined;
208
+ generated: undefined;
209
+ }, {}, {}>;
210
+ identity: undefined;
211
+ generated: undefined;
212
+ }, {}, {
213
+ baseBuilder: import("drizzle-orm/pg-core").PgColumnBuilder<{
214
+ name: "completed_steps";
215
+ dataType: "string";
216
+ columnType: "PgText";
217
+ data: string;
218
+ enumValues: [string, ...string[]];
219
+ driverParam: string;
220
+ }, {}, {}, import("drizzle-orm").ColumnBuilderExtraConfig>;
221
+ size: undefined;
222
+ }>;
223
+ stepData: import("drizzle-orm/pg-core").PgColumn<{
224
+ name: "step_data";
225
+ tableName: "booking_sessions";
226
+ dataType: "json";
227
+ columnType: "PgJsonb";
228
+ data: unknown;
229
+ driverParam: unknown;
230
+ notNull: true;
231
+ hasDefault: true;
232
+ isPrimaryKey: false;
233
+ isAutoincrement: false;
234
+ hasRuntimeDefault: false;
235
+ enumValues: undefined;
236
+ baseColumn: never;
237
+ identity: undefined;
238
+ generated: undefined;
239
+ }, {}, {}>;
240
+ stepDataEncrypted: import("drizzle-orm/pg-core").PgColumn<{
241
+ name: "step_data_encrypted";
242
+ tableName: "booking_sessions";
243
+ dataType: "string";
244
+ columnType: "PgText";
245
+ data: string;
246
+ driverParam: string;
247
+ notNull: false;
248
+ hasDefault: false;
249
+ isPrimaryKey: false;
250
+ isAutoincrement: false;
251
+ hasRuntimeDefault: false;
252
+ enumValues: [string, ...string[]];
253
+ baseColumn: never;
254
+ identity: undefined;
255
+ generated: undefined;
256
+ }, {}, {}>;
257
+ pricingVersion: import("drizzle-orm/pg-core").PgColumn<{
258
+ name: "pricing_version";
259
+ tableName: "booking_sessions";
260
+ dataType: "number";
261
+ columnType: "PgInteger";
262
+ data: number;
263
+ driverParam: string | number;
264
+ notNull: true;
265
+ hasDefault: true;
266
+ isPrimaryKey: false;
267
+ isAutoincrement: false;
268
+ hasRuntimeDefault: false;
269
+ enumValues: undefined;
270
+ baseColumn: never;
271
+ identity: undefined;
272
+ generated: undefined;
273
+ }, {}, {}>;
274
+ basePrice: import("drizzle-orm/pg-core").PgColumn<{
275
+ name: "base_price";
276
+ tableName: "booking_sessions";
277
+ dataType: "string";
278
+ columnType: "PgNumeric";
279
+ data: string;
280
+ driverParam: string;
281
+ notNull: true;
282
+ hasDefault: false;
283
+ isPrimaryKey: false;
284
+ isAutoincrement: false;
285
+ hasRuntimeDefault: false;
286
+ enumValues: undefined;
287
+ baseColumn: never;
288
+ identity: undefined;
289
+ generated: undefined;
290
+ }, {}, {}>;
291
+ subtotalAmount: import("drizzle-orm/pg-core").PgColumn<{
292
+ name: "subtotal_amount";
293
+ tableName: "booking_sessions";
294
+ dataType: "string";
295
+ columnType: "PgNumeric";
296
+ data: string;
297
+ driverParam: string;
298
+ notNull: true;
299
+ hasDefault: false;
300
+ isPrimaryKey: false;
301
+ isAutoincrement: false;
302
+ hasRuntimeDefault: false;
303
+ enumValues: undefined;
304
+ baseColumn: never;
305
+ identity: undefined;
306
+ generated: undefined;
307
+ }, {}, {}>;
308
+ addonsAmount: import("drizzle-orm/pg-core").PgColumn<{
309
+ name: "addons_amount";
310
+ tableName: "booking_sessions";
311
+ dataType: "string";
312
+ columnType: "PgNumeric";
313
+ data: string;
314
+ driverParam: string;
315
+ notNull: true;
316
+ hasDefault: true;
317
+ isPrimaryKey: false;
318
+ isAutoincrement: false;
319
+ hasRuntimeDefault: false;
320
+ enumValues: undefined;
321
+ baseColumn: never;
322
+ identity: undefined;
323
+ generated: undefined;
324
+ }, {}, {}>;
325
+ discountAmount: import("drizzle-orm/pg-core").PgColumn<{
326
+ name: "discount_amount";
327
+ tableName: "booking_sessions";
328
+ dataType: "string";
329
+ columnType: "PgNumeric";
330
+ data: string;
331
+ driverParam: string;
332
+ notNull: true;
333
+ hasDefault: true;
334
+ isPrimaryKey: false;
335
+ isAutoincrement: false;
336
+ hasRuntimeDefault: false;
337
+ enumValues: undefined;
338
+ baseColumn: never;
339
+ identity: undefined;
340
+ generated: undefined;
341
+ }, {}, {}>;
342
+ taxAmount: import("drizzle-orm/pg-core").PgColumn<{
343
+ name: "tax_amount";
344
+ tableName: "booking_sessions";
345
+ dataType: "string";
346
+ columnType: "PgNumeric";
347
+ data: string;
348
+ driverParam: string;
349
+ notNull: true;
350
+ hasDefault: true;
351
+ isPrimaryKey: false;
352
+ isAutoincrement: false;
353
+ hasRuntimeDefault: false;
354
+ enumValues: undefined;
355
+ baseColumn: never;
356
+ identity: undefined;
357
+ generated: undefined;
358
+ }, {}, {}>;
359
+ totalAmount: import("drizzle-orm/pg-core").PgColumn<{
360
+ name: "total_amount";
361
+ tableName: "booking_sessions";
362
+ dataType: "string";
363
+ columnType: "PgNumeric";
364
+ data: string;
365
+ driverParam: string;
366
+ notNull: true;
367
+ hasDefault: false;
368
+ isPrimaryKey: false;
369
+ isAutoincrement: false;
370
+ hasRuntimeDefault: false;
371
+ enumValues: undefined;
372
+ baseColumn: never;
373
+ identity: undefined;
374
+ generated: undefined;
375
+ }, {}, {}>;
376
+ currency: import("drizzle-orm/pg-core").PgColumn<{
377
+ name: "currency";
378
+ tableName: "booking_sessions";
379
+ dataType: "string";
380
+ columnType: "PgChar";
381
+ data: string;
382
+ driverParam: string;
383
+ notNull: true;
384
+ hasDefault: false;
385
+ isPrimaryKey: false;
386
+ isAutoincrement: false;
387
+ hasRuntimeDefault: false;
388
+ enumValues: [string, ...string[]];
389
+ baseColumn: never;
390
+ identity: undefined;
391
+ generated: undefined;
392
+ }, {}, {
393
+ length: 3;
394
+ }>;
395
+ pricingSignature: import("drizzle-orm/pg-core").PgColumn<{
396
+ name: "pricing_signature";
397
+ tableName: "booking_sessions";
398
+ dataType: "string";
399
+ columnType: "PgText";
400
+ data: string;
401
+ driverParam: string;
402
+ notNull: true;
403
+ hasDefault: false;
404
+ isPrimaryKey: false;
405
+ isAutoincrement: false;
406
+ hasRuntimeDefault: false;
407
+ enumValues: [string, ...string[]];
408
+ baseColumn: never;
409
+ identity: undefined;
410
+ generated: undefined;
411
+ }, {}, {}>;
412
+ pricingLockedAt: import("drizzle-orm/pg-core").PgColumn<{
413
+ name: "pricing_locked_at";
414
+ tableName: "booking_sessions";
415
+ dataType: "date";
416
+ columnType: "PgTimestamp";
417
+ data: Date;
418
+ driverParam: string;
419
+ notNull: true;
420
+ hasDefault: false;
421
+ isPrimaryKey: false;
422
+ isAutoincrement: false;
423
+ hasRuntimeDefault: false;
424
+ enumValues: undefined;
425
+ baseColumn: never;
426
+ identity: undefined;
427
+ generated: undefined;
428
+ }, {}, {}>;
429
+ lineItems: import("drizzle-orm/pg-core").PgColumn<{
430
+ name: "line_items";
431
+ tableName: "booking_sessions";
432
+ dataType: "json";
433
+ columnType: "PgJsonb";
434
+ data: unknown;
435
+ driverParam: unknown;
436
+ notNull: true;
437
+ hasDefault: true;
438
+ isPrimaryKey: false;
439
+ isAutoincrement: false;
440
+ hasRuntimeDefault: false;
441
+ enumValues: undefined;
442
+ baseColumn: never;
443
+ identity: undefined;
444
+ generated: undefined;
445
+ }, {}, {}>;
446
+ paymentMethod: import("drizzle-orm/pg-core").PgColumn<{
447
+ name: "payment_method";
448
+ tableName: "booking_sessions";
449
+ dataType: "string";
450
+ columnType: "PgEnumColumn";
451
+ data: "card" | "bank";
452
+ driverParam: string;
453
+ notNull: false;
454
+ hasDefault: false;
455
+ isPrimaryKey: false;
456
+ isAutoincrement: false;
457
+ hasRuntimeDefault: false;
458
+ enumValues: ["card", "bank"];
459
+ baseColumn: never;
460
+ identity: undefined;
461
+ generated: undefined;
462
+ }, {}, {}>;
463
+ paymentProvider: import("drizzle-orm/pg-core").PgColumn<{
464
+ name: "payment_provider";
465
+ tableName: "booking_sessions";
466
+ dataType: "string";
467
+ columnType: "PgText";
468
+ data: string;
469
+ driverParam: string;
470
+ notNull: false;
471
+ hasDefault: false;
472
+ isPrimaryKey: false;
473
+ isAutoincrement: false;
474
+ hasRuntimeDefault: false;
475
+ enumValues: [string, ...string[]];
476
+ baseColumn: never;
477
+ identity: undefined;
478
+ generated: undefined;
479
+ }, {}, {}>;
480
+ paymentSessionId: import("drizzle-orm/pg-core").PgColumn<{
481
+ name: string;
482
+ tableName: "booking_sessions";
483
+ dataType: "string";
484
+ columnType: "PgText";
485
+ data: string;
486
+ driverParam: string;
487
+ notNull: false;
488
+ hasDefault: false;
489
+ isPrimaryKey: false;
490
+ isAutoincrement: false;
491
+ hasRuntimeDefault: false;
492
+ enumValues: [string, ...string[]];
493
+ baseColumn: never;
494
+ identity: undefined;
495
+ generated: undefined;
496
+ }, {}, {}>;
497
+ payMode: import("drizzle-orm/pg-core").PgColumn<{
498
+ name: "pay_mode";
499
+ tableName: "booking_sessions";
500
+ dataType: "string";
501
+ columnType: "PgEnumColumn";
502
+ data: "full" | "deposit";
503
+ driverParam: string;
504
+ notNull: false;
505
+ hasDefault: true;
506
+ isPrimaryKey: false;
507
+ isAutoincrement: false;
508
+ hasRuntimeDefault: false;
509
+ enumValues: ["full", "deposit"];
510
+ baseColumn: never;
511
+ identity: undefined;
512
+ generated: undefined;
513
+ }, {}, {}>;
514
+ bankInstructions: import("drizzle-orm/pg-core").PgColumn<{
515
+ name: "bank_instructions";
516
+ tableName: "booking_sessions";
517
+ dataType: "json";
518
+ columnType: "PgJsonb";
519
+ data: unknown;
520
+ driverParam: unknown;
521
+ notNull: false;
522
+ hasDefault: false;
523
+ isPrimaryKey: false;
524
+ isAutoincrement: false;
525
+ hasRuntimeDefault: false;
526
+ enumValues: undefined;
527
+ baseColumn: never;
528
+ identity: undefined;
529
+ generated: undefined;
530
+ }, {}, {}>;
531
+ bankDueAt: import("drizzle-orm/pg-core").PgColumn<{
532
+ name: "bank_due_at";
533
+ tableName: "booking_sessions";
534
+ dataType: "date";
535
+ columnType: "PgTimestamp";
536
+ data: Date;
537
+ driverParam: string;
538
+ notNull: false;
539
+ hasDefault: false;
540
+ isPrimaryKey: false;
541
+ isAutoincrement: false;
542
+ hasRuntimeDefault: false;
543
+ enumValues: undefined;
544
+ baseColumn: never;
545
+ identity: undefined;
546
+ generated: undefined;
547
+ }, {}, {}>;
548
+ billingInfo: import("drizzle-orm/pg-core").PgColumn<{
549
+ name: "billing_info";
550
+ tableName: "booking_sessions";
551
+ dataType: "json";
552
+ columnType: "PgJsonb";
553
+ data: unknown;
554
+ driverParam: unknown;
555
+ notNull: false;
556
+ hasDefault: false;
557
+ isPrimaryKey: false;
558
+ isAutoincrement: false;
559
+ hasRuntimeDefault: false;
560
+ enumValues: undefined;
561
+ baseColumn: never;
562
+ identity: undefined;
563
+ generated: undefined;
564
+ }, {}, {}>;
565
+ customerEmail: import("drizzle-orm/pg-core").PgColumn<{
566
+ name: "customer_email";
567
+ tableName: "booking_sessions";
568
+ dataType: "string";
569
+ columnType: "PgText";
570
+ data: string;
571
+ driverParam: string;
572
+ notNull: false;
573
+ hasDefault: false;
574
+ isPrimaryKey: false;
575
+ isAutoincrement: false;
576
+ hasRuntimeDefault: false;
577
+ enumValues: [string, ...string[]];
578
+ baseColumn: never;
579
+ identity: undefined;
580
+ generated: undefined;
581
+ }, {}, {}>;
582
+ customerName: import("drizzle-orm/pg-core").PgColumn<{
583
+ name: "customer_name";
584
+ tableName: "booking_sessions";
585
+ dataType: "string";
586
+ columnType: "PgText";
587
+ data: string;
588
+ driverParam: string;
589
+ notNull: false;
590
+ hasDefault: false;
591
+ isPrimaryKey: false;
592
+ isAutoincrement: false;
593
+ hasRuntimeDefault: false;
594
+ enumValues: [string, ...string[]];
595
+ baseColumn: never;
596
+ identity: undefined;
597
+ generated: undefined;
598
+ }, {}, {}>;
599
+ billingInfoEncrypted: import("drizzle-orm/pg-core").PgColumn<{
600
+ name: "billing_info_encrypted";
601
+ tableName: "booking_sessions";
602
+ dataType: "string";
603
+ columnType: "PgText";
604
+ data: string;
605
+ driverParam: string;
606
+ notNull: false;
607
+ hasDefault: false;
608
+ isPrimaryKey: false;
609
+ isAutoincrement: false;
610
+ hasRuntimeDefault: false;
611
+ enumValues: [string, ...string[]];
612
+ baseColumn: never;
613
+ identity: undefined;
614
+ generated: undefined;
615
+ }, {}, {}>;
616
+ expiresAt: import("drizzle-orm/pg-core").PgColumn<{
617
+ name: "expires_at";
618
+ tableName: "booking_sessions";
619
+ dataType: "date";
620
+ columnType: "PgTimestamp";
621
+ data: Date;
622
+ driverParam: string;
623
+ notNull: true;
624
+ hasDefault: false;
625
+ isPrimaryKey: false;
626
+ isAutoincrement: false;
627
+ hasRuntimeDefault: false;
628
+ enumValues: undefined;
629
+ baseColumn: never;
630
+ identity: undefined;
631
+ generated: undefined;
632
+ }, {}, {}>;
633
+ extensionsUsed: import("drizzle-orm/pg-core").PgColumn<{
634
+ name: "extensions_used";
635
+ tableName: "booking_sessions";
636
+ dataType: "number";
637
+ columnType: "PgInteger";
638
+ data: number;
639
+ driverParam: string | number;
640
+ notNull: true;
641
+ hasDefault: true;
642
+ isPrimaryKey: false;
643
+ isAutoincrement: false;
644
+ hasRuntimeDefault: false;
645
+ enumValues: undefined;
646
+ baseColumn: never;
647
+ identity: undefined;
648
+ generated: undefined;
649
+ }, {}, {}>;
650
+ maxExtensions: import("drizzle-orm/pg-core").PgColumn<{
651
+ name: "max_extensions";
652
+ tableName: "booking_sessions";
653
+ dataType: "number";
654
+ columnType: "PgInteger";
655
+ data: number;
656
+ driverParam: string | number;
657
+ notNull: true;
658
+ hasDefault: true;
659
+ isPrimaryKey: false;
660
+ isAutoincrement: false;
661
+ hasRuntimeDefault: false;
662
+ enumValues: undefined;
663
+ baseColumn: never;
664
+ identity: undefined;
665
+ generated: undefined;
666
+ }, {}, {}>;
667
+ customerId: import("drizzle-orm/pg-core").PgColumn<{
668
+ name: string;
669
+ tableName: "booking_sessions";
670
+ dataType: "string";
671
+ columnType: "PgText";
672
+ data: string;
673
+ driverParam: string;
674
+ notNull: false;
675
+ hasDefault: false;
676
+ isPrimaryKey: false;
677
+ isAutoincrement: false;
678
+ hasRuntimeDefault: false;
679
+ enumValues: [string, ...string[]];
680
+ baseColumn: never;
681
+ identity: undefined;
682
+ generated: undefined;
683
+ }, {}, {}>;
684
+ bookingId: import("drizzle-orm/pg-core").PgColumn<{
685
+ name: string;
686
+ tableName: "booking_sessions";
687
+ dataType: "string";
688
+ columnType: "PgText";
689
+ data: string;
690
+ driverParam: string;
691
+ notNull: false;
692
+ hasDefault: false;
693
+ isPrimaryKey: false;
694
+ isAutoincrement: false;
695
+ hasRuntimeDefault: false;
696
+ enumValues: [string, ...string[]];
697
+ baseColumn: never;
698
+ identity: undefined;
699
+ generated: undefined;
700
+ }, {}, {}>;
701
+ paidAt: import("drizzle-orm/pg-core").PgColumn<{
702
+ name: "paid_at";
703
+ tableName: "booking_sessions";
704
+ dataType: "date";
705
+ columnType: "PgTimestamp";
706
+ data: Date;
707
+ driverParam: string;
708
+ notNull: false;
709
+ hasDefault: false;
710
+ isPrimaryKey: false;
711
+ isAutoincrement: false;
712
+ hasRuntimeDefault: false;
713
+ enumValues: undefined;
714
+ baseColumn: never;
715
+ identity: undefined;
716
+ generated: undefined;
717
+ }, {}, {}>;
718
+ confirmedAt: import("drizzle-orm/pg-core").PgColumn<{
719
+ name: "confirmed_at";
720
+ tableName: "booking_sessions";
721
+ dataType: "date";
722
+ columnType: "PgTimestamp";
723
+ data: Date;
724
+ driverParam: string;
725
+ notNull: false;
726
+ hasDefault: false;
727
+ isPrimaryKey: false;
728
+ isAutoincrement: false;
729
+ hasRuntimeDefault: false;
730
+ enumValues: undefined;
731
+ baseColumn: never;
732
+ identity: undefined;
733
+ generated: undefined;
734
+ }, {}, {}>;
735
+ failedAt: import("drizzle-orm/pg-core").PgColumn<{
736
+ name: "failed_at";
737
+ tableName: "booking_sessions";
738
+ dataType: "date";
739
+ columnType: "PgTimestamp";
740
+ data: Date;
741
+ driverParam: string;
742
+ notNull: false;
743
+ hasDefault: false;
744
+ isPrimaryKey: false;
745
+ isAutoincrement: false;
746
+ hasRuntimeDefault: false;
747
+ enumValues: undefined;
748
+ baseColumn: never;
749
+ identity: undefined;
750
+ generated: undefined;
751
+ }, {}, {}>;
752
+ failureReason: import("drizzle-orm/pg-core").PgColumn<{
753
+ name: "failure_reason";
754
+ tableName: "booking_sessions";
755
+ dataType: "string";
756
+ columnType: "PgText";
757
+ data: string;
758
+ driverParam: string;
759
+ notNull: false;
760
+ hasDefault: false;
761
+ isPrimaryKey: false;
762
+ isAutoincrement: false;
763
+ hasRuntimeDefault: false;
764
+ enumValues: [string, ...string[]];
765
+ baseColumn: never;
766
+ identity: undefined;
767
+ generated: undefined;
768
+ }, {}, {}>;
769
+ failureCode: import("drizzle-orm/pg-core").PgColumn<{
770
+ name: "failure_code";
771
+ tableName: "booking_sessions";
772
+ dataType: "string";
773
+ columnType: "PgText";
774
+ data: string;
775
+ driverParam: string;
776
+ notNull: false;
777
+ hasDefault: false;
778
+ isPrimaryKey: false;
779
+ isAutoincrement: false;
780
+ hasRuntimeDefault: false;
781
+ enumValues: [string, ...string[]];
782
+ baseColumn: never;
783
+ identity: undefined;
784
+ generated: undefined;
785
+ }, {}, {}>;
786
+ createdAt: import("drizzle-orm/pg-core").PgColumn<{
787
+ name: "created_at";
788
+ tableName: "booking_sessions";
789
+ dataType: "date";
790
+ columnType: "PgTimestamp";
791
+ data: Date;
792
+ driverParam: string;
793
+ notNull: true;
794
+ hasDefault: true;
795
+ isPrimaryKey: false;
796
+ isAutoincrement: false;
797
+ hasRuntimeDefault: false;
798
+ enumValues: undefined;
799
+ baseColumn: never;
800
+ identity: undefined;
801
+ generated: undefined;
802
+ }, {}, {}>;
803
+ updatedAt: import("drizzle-orm/pg-core").PgColumn<{
804
+ name: "updated_at";
805
+ tableName: "booking_sessions";
806
+ dataType: "date";
807
+ columnType: "PgTimestamp";
808
+ data: Date;
809
+ driverParam: string;
810
+ notNull: true;
811
+ hasDefault: true;
812
+ isPrimaryKey: false;
813
+ isAutoincrement: false;
814
+ hasRuntimeDefault: false;
815
+ enumValues: undefined;
816
+ baseColumn: never;
817
+ identity: undefined;
818
+ generated: undefined;
819
+ }, {}, {}>;
820
+ requestId: import("drizzle-orm/pg-core").PgColumn<{
821
+ name: "request_id";
822
+ tableName: "booking_sessions";
823
+ dataType: "string";
824
+ columnType: "PgText";
825
+ data: string;
826
+ driverParam: string;
827
+ notNull: false;
828
+ hasDefault: false;
829
+ isPrimaryKey: false;
830
+ isAutoincrement: false;
831
+ hasRuntimeDefault: false;
832
+ enumValues: [string, ...string[]];
833
+ baseColumn: never;
834
+ identity: undefined;
835
+ generated: undefined;
836
+ }, {}, {}>;
837
+ clientIp: import("drizzle-orm/pg-core").PgColumn<{
838
+ name: "client_ip";
839
+ tableName: "booking_sessions";
840
+ dataType: "string";
841
+ columnType: "PgText";
842
+ data: string;
843
+ driverParam: string;
844
+ notNull: false;
845
+ hasDefault: false;
846
+ isPrimaryKey: false;
847
+ isAutoincrement: false;
848
+ hasRuntimeDefault: false;
849
+ enumValues: [string, ...string[]];
850
+ baseColumn: never;
851
+ identity: undefined;
852
+ generated: undefined;
853
+ }, {}, {}>;
854
+ userAgent: import("drizzle-orm/pg-core").PgColumn<{
855
+ name: "user_agent";
856
+ tableName: "booking_sessions";
857
+ dataType: "string";
858
+ columnType: "PgText";
859
+ data: string;
860
+ driverParam: string;
861
+ notNull: false;
862
+ hasDefault: false;
863
+ isPrimaryKey: false;
864
+ isAutoincrement: false;
865
+ hasRuntimeDefault: false;
866
+ enumValues: [string, ...string[]];
867
+ baseColumn: never;
868
+ identity: undefined;
869
+ generated: undefined;
870
+ }, {}, {}>;
871
+ visitorId: import("drizzle-orm/pg-core").PgColumn<{
872
+ name: "visitor_id";
873
+ tableName: "booking_sessions";
874
+ dataType: "string";
875
+ columnType: "PgText";
876
+ data: string;
877
+ driverParam: string;
878
+ notNull: false;
879
+ hasDefault: false;
880
+ isPrimaryKey: false;
881
+ isAutoincrement: false;
882
+ hasRuntimeDefault: false;
883
+ enumValues: [string, ...string[]];
884
+ baseColumn: never;
885
+ identity: undefined;
886
+ generated: undefined;
887
+ }, {}, {}>;
888
+ metadata: import("drizzle-orm/pg-core").PgColumn<{
889
+ name: "metadata";
890
+ tableName: "booking_sessions";
891
+ dataType: "json";
892
+ columnType: "PgJsonb";
893
+ data: unknown;
894
+ driverParam: unknown;
895
+ notNull: false;
896
+ hasDefault: true;
897
+ isPrimaryKey: false;
898
+ isAutoincrement: false;
899
+ hasRuntimeDefault: false;
900
+ enumValues: undefined;
901
+ baseColumn: never;
902
+ identity: undefined;
903
+ generated: undefined;
904
+ }, {}, {}>;
905
+ locale: import("drizzle-orm/pg-core").PgColumn<{
906
+ name: "locale";
907
+ tableName: "booking_sessions";
908
+ dataType: "string";
909
+ columnType: "PgText";
910
+ data: string;
911
+ driverParam: string;
912
+ notNull: false;
913
+ hasDefault: true;
914
+ isPrimaryKey: false;
915
+ isAutoincrement: false;
916
+ hasRuntimeDefault: false;
917
+ enumValues: [string, ...string[]];
918
+ baseColumn: never;
919
+ identity: undefined;
920
+ generated: undefined;
921
+ }, {}, {}>;
922
+ paxAdults: import("drizzle-orm/pg-core").PgColumn<{
923
+ name: "pax_adults";
924
+ tableName: "booking_sessions";
925
+ dataType: "number";
926
+ columnType: "PgInteger";
927
+ data: number;
928
+ driverParam: string | number;
929
+ notNull: true;
930
+ hasDefault: true;
931
+ isPrimaryKey: false;
932
+ isAutoincrement: false;
933
+ hasRuntimeDefault: false;
934
+ enumValues: undefined;
935
+ baseColumn: never;
936
+ identity: undefined;
937
+ generated: undefined;
938
+ }, {}, {}>;
939
+ paxChildren: import("drizzle-orm/pg-core").PgColumn<{
940
+ name: "pax_children";
941
+ tableName: "booking_sessions";
942
+ dataType: "number";
943
+ columnType: "PgInteger";
944
+ data: number;
945
+ driverParam: string | number;
946
+ notNull: true;
947
+ hasDefault: true;
948
+ isPrimaryKey: false;
949
+ isAutoincrement: false;
950
+ hasRuntimeDefault: false;
951
+ enumValues: undefined;
952
+ baseColumn: never;
953
+ identity: undefined;
954
+ generated: undefined;
955
+ }, {}, {}>;
956
+ paxInfants: import("drizzle-orm/pg-core").PgColumn<{
957
+ name: "pax_infants";
958
+ tableName: "booking_sessions";
959
+ dataType: "number";
960
+ columnType: "PgInteger";
961
+ data: number;
962
+ driverParam: string | number;
963
+ notNull: true;
964
+ hasDefault: true;
965
+ isPrimaryKey: false;
966
+ isAutoincrement: false;
967
+ hasRuntimeDefault: false;
968
+ enumValues: undefined;
969
+ baseColumn: never;
970
+ identity: undefined;
971
+ generated: undefined;
972
+ }, {}, {}>;
973
+ inventoryReserved: import("drizzle-orm/pg-core").PgColumn<{
974
+ name: "inventory_reserved";
975
+ tableName: "booking_sessions";
976
+ dataType: "string";
977
+ columnType: "PgText";
978
+ data: "true" | "false";
979
+ driverParam: string;
980
+ notNull: false;
981
+ hasDefault: true;
982
+ isPrimaryKey: false;
983
+ isAutoincrement: false;
984
+ hasRuntimeDefault: false;
985
+ enumValues: [string, ...string[]];
986
+ baseColumn: never;
987
+ identity: undefined;
988
+ generated: undefined;
989
+ }, {}, {
990
+ $type: "true" | "false";
991
+ }>;
992
+ inventoryReservedAt: import("drizzle-orm/pg-core").PgColumn<{
993
+ name: "inventory_reserved_at";
994
+ tableName: "booking_sessions";
995
+ dataType: "date";
996
+ columnType: "PgTimestamp";
997
+ data: Date;
998
+ driverParam: string;
999
+ notNull: false;
1000
+ hasDefault: false;
1001
+ isPrimaryKey: false;
1002
+ isAutoincrement: false;
1003
+ hasRuntimeDefault: false;
1004
+ enumValues: undefined;
1005
+ baseColumn: never;
1006
+ identity: undefined;
1007
+ generated: undefined;
1008
+ }, {}, {}>;
1009
+ };
1010
+ dialect: "pg";
1011
+ }>, "enableRLS">;
1012
+ export type InsertBookingSession = typeof bookingSessionsTable.$inferInsert;
1013
+ export type SelectBookingSession = typeof bookingSessionsTable.$inferSelect;
1014
+ export declare const stepDataSchema: z.ZodObject<{
1015
+ departure: z.ZodOptional<z.ZodObject<{
1016
+ departureId: z.ZodOptional<z.ZodString>;
1017
+ rooms: z.ZodOptional<z.ZodArray<z.ZodObject<{
1018
+ categoryId: z.ZodString;
1019
+ quantity: z.ZodNumber;
1020
+ }, z.core.$strip>>>;
1021
+ }, z.core.$strip>>;
1022
+ passengers: z.ZodOptional<z.ZodArray<z.ZodObject<{
1023
+ firstName: z.ZodString;
1024
+ lastName: z.ZodString;
1025
+ email: z.ZodOptional<z.ZodString>;
1026
+ phone: z.ZodOptional<z.ZodString>;
1027
+ dateOfBirth: z.ZodOptional<z.ZodString>;
1028
+ documentType: z.ZodOptional<z.ZodString>;
1029
+ documentNumber: z.ZodOptional<z.ZodString>;
1030
+ role: z.ZodOptional<z.ZodEnum<{
1031
+ other: "other";
1032
+ primary_contact: "primary_contact";
1033
+ adult: "adult";
1034
+ child: "child";
1035
+ infant: "infant";
1036
+ senior: "senior";
1037
+ student: "student";
1038
+ group_leader: "group_leader";
1039
+ }>>;
1040
+ }, z.core.$strip>>>;
1041
+ addons: z.ZodOptional<z.ZodArray<z.ZodObject<{
1042
+ addonId: z.ZodString;
1043
+ quantity: z.ZodNumber;
1044
+ }, z.core.$strip>>>;
1045
+ billing: z.ZodOptional<z.ZodObject<{
1046
+ billing: z.ZodOptional<z.ZodObject<{
1047
+ firstName: z.ZodString;
1048
+ lastName: z.ZodString;
1049
+ email: z.ZodString;
1050
+ phone: z.ZodOptional<z.ZodString>;
1051
+ country: z.ZodOptional<z.ZodString>;
1052
+ city: z.ZodOptional<z.ZodString>;
1053
+ address: z.ZodOptional<z.ZodString>;
1054
+ postalCode: z.ZodOptional<z.ZodString>;
1055
+ }, z.core.$strip>>;
1056
+ termsAccepted: z.ZodOptional<z.ZodBoolean>;
1057
+ marketingAccepted: z.ZodOptional<z.ZodBoolean>;
1058
+ }, z.core.$strip>>;
1059
+ }, z.core.$strip>;
1060
+ export type StepData = z.infer<typeof stepDataSchema>;
1061
+ declare const lineItemSchema: z.ZodObject<{
1062
+ type: z.ZodEnum<{
1063
+ tax: "tax";
1064
+ product: "product";
1065
+ discount: "discount";
1066
+ addon: "addon";
1067
+ }>;
1068
+ name: z.ZodString;
1069
+ quantity: z.ZodNumber;
1070
+ unitPrice: z.ZodNumber;
1071
+ total: z.ZodNumber;
1072
+ }, z.core.$strip>;
1073
+ export declare const lineItemsSchema: z.ZodArray<z.ZodObject<{
1074
+ type: z.ZodEnum<{
1075
+ tax: "tax";
1076
+ product: "product";
1077
+ discount: "discount";
1078
+ addon: "addon";
1079
+ }>;
1080
+ name: z.ZodString;
1081
+ quantity: z.ZodNumber;
1082
+ unitPrice: z.ZodNumber;
1083
+ total: z.ZodNumber;
1084
+ }, z.core.$strip>>;
1085
+ export type LineItem = z.infer<typeof lineItemSchema>;
1086
+ export declare const bankInstructionsSchema: z.ZodObject<{
1087
+ iban: z.ZodString;
1088
+ beneficiary: z.ZodString;
1089
+ bankName: z.ZodString;
1090
+ reference: z.ZodString;
1091
+ note: z.ZodOptional<z.ZodString>;
1092
+ }, z.core.$strip>;
1093
+ export type BankInstructions = z.infer<typeof bankInstructionsSchema>;
1094
+ export declare const bookingSessionMetadataSchema: z.ZodObject<{
1095
+ source: z.ZodOptional<z.ZodString>;
1096
+ campaignId: z.ZodOptional<z.ZodString>;
1097
+ affiliateId: z.ZodOptional<z.ZodString>;
1098
+ utmParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1099
+ }, z.core.$strip>;
1100
+ export type BookingSessionMetadata = z.infer<typeof bookingSessionMetadataSchema>;
1101
+ export declare const bookingSessionInsertSchema: z.ZodObject<{
1102
+ tokenHash: z.ZodString;
1103
+ tokenExpiresAt: z.ZodDate;
1104
+ productId: z.ZodString;
1105
+ departureId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1106
+ status: z.ZodDefault<z.ZodEnum<{
1107
+ active: "active";
1108
+ cancelled: "cancelled";
1109
+ expired: "expired";
1110
+ confirmed: "confirmed";
1111
+ paid: "paid";
1112
+ failed: "failed";
1113
+ payment_pending: "payment_pending";
1114
+ finalizing: "finalizing";
1115
+ finalization_failed: "finalization_failed";
1116
+ }>>;
1117
+ currentStep: z.ZodDefault<z.ZodEnum<{
1118
+ passengers: "passengers";
1119
+ departure: "departure";
1120
+ billing: "billing";
1121
+ addons: "addons";
1122
+ }>>;
1123
+ completedSteps: z.ZodDefault<z.ZodArray<z.ZodString>>;
1124
+ stepData: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1125
+ stepDataEncrypted: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1126
+ pricingVersion: z.ZodDefault<z.ZodNumber>;
1127
+ basePrice: z.ZodString;
1128
+ subtotalAmount: z.ZodString;
1129
+ addonsAmount: z.ZodDefault<z.ZodString>;
1130
+ discountAmount: z.ZodDefault<z.ZodString>;
1131
+ taxAmount: z.ZodDefault<z.ZodString>;
1132
+ totalAmount: z.ZodString;
1133
+ currency: z.ZodString;
1134
+ pricingSignature: z.ZodString;
1135
+ pricingLockedAt: z.ZodDate;
1136
+ lineItems: z.ZodDefault<z.ZodArray<z.ZodObject<{
1137
+ type: z.ZodEnum<{
1138
+ tax: "tax";
1139
+ product: "product";
1140
+ discount: "discount";
1141
+ addon: "addon";
1142
+ }>;
1143
+ name: z.ZodString;
1144
+ quantity: z.ZodNumber;
1145
+ unitPrice: z.ZodNumber;
1146
+ total: z.ZodNumber;
1147
+ }, z.core.$strip>>>;
1148
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
1149
+ card: "card";
1150
+ bank: "bank";
1151
+ }>>>;
1152
+ paymentProvider: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1153
+ paymentSessionId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1154
+ payMode: z.ZodDefault<z.ZodEnum<{
1155
+ full: "full";
1156
+ deposit: "deposit";
1157
+ }>>;
1158
+ bankInstructions: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1159
+ iban: z.ZodString;
1160
+ beneficiary: z.ZodString;
1161
+ bankName: z.ZodString;
1162
+ reference: z.ZodString;
1163
+ note: z.ZodOptional<z.ZodString>;
1164
+ }, z.core.$strip>>>;
1165
+ bankDueAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1166
+ billingInfo: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1167
+ firstName: z.ZodString;
1168
+ lastName: z.ZodString;
1169
+ email: z.ZodString;
1170
+ phone: z.ZodOptional<z.ZodString>;
1171
+ country: z.ZodOptional<z.ZodString>;
1172
+ city: z.ZodOptional<z.ZodString>;
1173
+ address: z.ZodOptional<z.ZodString>;
1174
+ postalCode: z.ZodOptional<z.ZodString>;
1175
+ }, z.core.$strip>>>;
1176
+ customerEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1177
+ customerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1178
+ billingInfoEncrypted: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1179
+ expiresAt: z.ZodDate;
1180
+ extensionsUsed: z.ZodDefault<z.ZodNumber>;
1181
+ maxExtensions: z.ZodDefault<z.ZodNumber>;
1182
+ customerId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1183
+ bookingId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1184
+ paidAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1185
+ confirmedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1186
+ failedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1187
+ failureReason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1188
+ failureCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1189
+ requestId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1190
+ clientIp: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1191
+ userAgent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1192
+ visitorId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1193
+ metadata: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1194
+ source: z.ZodOptional<z.ZodString>;
1195
+ campaignId: z.ZodOptional<z.ZodString>;
1196
+ affiliateId: z.ZodOptional<z.ZodString>;
1197
+ utmParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1198
+ }, z.core.$strip>>>;
1199
+ locale: z.ZodDefault<z.ZodString>;
1200
+ paxAdults: z.ZodDefault<z.ZodNumber>;
1201
+ paxChildren: z.ZodDefault<z.ZodNumber>;
1202
+ paxInfants: z.ZodDefault<z.ZodNumber>;
1203
+ inventoryReserved: z.ZodDefault<z.ZodEnum<{
1204
+ true: "true";
1205
+ false: "false";
1206
+ }>>;
1207
+ inventoryReservedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1208
+ }, z.core.$strip>;
1209
+ export declare const bookingSessionUpdateSchema: z.ZodObject<{
1210
+ tokenHash: z.ZodOptional<z.ZodString>;
1211
+ tokenExpiresAt: z.ZodOptional<z.ZodDate>;
1212
+ productId: z.ZodOptional<z.ZodString>;
1213
+ departureId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1214
+ status: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1215
+ active: "active";
1216
+ cancelled: "cancelled";
1217
+ expired: "expired";
1218
+ confirmed: "confirmed";
1219
+ paid: "paid";
1220
+ failed: "failed";
1221
+ payment_pending: "payment_pending";
1222
+ finalizing: "finalizing";
1223
+ finalization_failed: "finalization_failed";
1224
+ }>>>;
1225
+ currentStep: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1226
+ passengers: "passengers";
1227
+ departure: "departure";
1228
+ billing: "billing";
1229
+ addons: "addons";
1230
+ }>>>;
1231
+ completedSteps: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
1232
+ stepData: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1233
+ stepDataEncrypted: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1234
+ pricingVersion: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1235
+ basePrice: z.ZodOptional<z.ZodString>;
1236
+ subtotalAmount: z.ZodOptional<z.ZodString>;
1237
+ addonsAmount: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1238
+ discountAmount: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1239
+ taxAmount: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1240
+ totalAmount: z.ZodOptional<z.ZodString>;
1241
+ currency: z.ZodOptional<z.ZodString>;
1242
+ pricingSignature: z.ZodOptional<z.ZodString>;
1243
+ pricingLockedAt: z.ZodOptional<z.ZodDate>;
1244
+ lineItems: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
1245
+ type: z.ZodEnum<{
1246
+ tax: "tax";
1247
+ product: "product";
1248
+ discount: "discount";
1249
+ addon: "addon";
1250
+ }>;
1251
+ name: z.ZodString;
1252
+ quantity: z.ZodNumber;
1253
+ unitPrice: z.ZodNumber;
1254
+ total: z.ZodNumber;
1255
+ }, z.core.$strip>>>>;
1256
+ paymentMethod: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodEnum<{
1257
+ card: "card";
1258
+ bank: "bank";
1259
+ }>>>>;
1260
+ paymentProvider: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1261
+ paymentSessionId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1262
+ payMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1263
+ full: "full";
1264
+ deposit: "deposit";
1265
+ }>>>;
1266
+ bankInstructions: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
1267
+ iban: z.ZodString;
1268
+ beneficiary: z.ZodString;
1269
+ bankName: z.ZodString;
1270
+ reference: z.ZodString;
1271
+ note: z.ZodOptional<z.ZodString>;
1272
+ }, z.core.$strip>>>>;
1273
+ bankDueAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
1274
+ billingInfo: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
1275
+ firstName: z.ZodString;
1276
+ lastName: z.ZodString;
1277
+ email: z.ZodString;
1278
+ phone: z.ZodOptional<z.ZodString>;
1279
+ country: z.ZodOptional<z.ZodString>;
1280
+ city: z.ZodOptional<z.ZodString>;
1281
+ address: z.ZodOptional<z.ZodString>;
1282
+ postalCode: z.ZodOptional<z.ZodString>;
1283
+ }, z.core.$strip>>>>;
1284
+ customerEmail: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1285
+ customerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1286
+ billingInfoEncrypted: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1287
+ expiresAt: z.ZodOptional<z.ZodDate>;
1288
+ extensionsUsed: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1289
+ maxExtensions: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1290
+ customerId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1291
+ bookingId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1292
+ paidAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
1293
+ confirmedAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
1294
+ failedAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
1295
+ failureReason: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1296
+ failureCode: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1297
+ requestId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1298
+ clientIp: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1299
+ userAgent: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1300
+ visitorId: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
1301
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodObject<{
1302
+ source: z.ZodOptional<z.ZodString>;
1303
+ campaignId: z.ZodOptional<z.ZodString>;
1304
+ affiliateId: z.ZodOptional<z.ZodString>;
1305
+ utmParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1306
+ }, z.core.$strip>>>>;
1307
+ locale: z.ZodOptional<z.ZodDefault<z.ZodString>>;
1308
+ paxAdults: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1309
+ paxChildren: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1310
+ paxInfants: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
1311
+ inventoryReserved: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
1312
+ true: "true";
1313
+ false: "false";
1314
+ }>>>;
1315
+ inventoryReservedAt: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDate>>>;
1316
+ }, z.core.$strip>;
1317
+ export declare const bookingSessionSelectSchema: z.ZodObject<{
1318
+ tokenHash: z.ZodString;
1319
+ tokenExpiresAt: z.ZodDate;
1320
+ productId: z.ZodString;
1321
+ departureId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1322
+ status: z.ZodDefault<z.ZodEnum<{
1323
+ active: "active";
1324
+ cancelled: "cancelled";
1325
+ expired: "expired";
1326
+ confirmed: "confirmed";
1327
+ paid: "paid";
1328
+ failed: "failed";
1329
+ payment_pending: "payment_pending";
1330
+ finalizing: "finalizing";
1331
+ finalization_failed: "finalization_failed";
1332
+ }>>;
1333
+ currentStep: z.ZodDefault<z.ZodEnum<{
1334
+ passengers: "passengers";
1335
+ departure: "departure";
1336
+ billing: "billing";
1337
+ addons: "addons";
1338
+ }>>;
1339
+ completedSteps: z.ZodDefault<z.ZodArray<z.ZodString>>;
1340
+ stepData: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1341
+ stepDataEncrypted: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1342
+ pricingVersion: z.ZodDefault<z.ZodNumber>;
1343
+ basePrice: z.ZodString;
1344
+ subtotalAmount: z.ZodString;
1345
+ addonsAmount: z.ZodDefault<z.ZodString>;
1346
+ discountAmount: z.ZodDefault<z.ZodString>;
1347
+ taxAmount: z.ZodDefault<z.ZodString>;
1348
+ totalAmount: z.ZodString;
1349
+ currency: z.ZodString;
1350
+ pricingSignature: z.ZodString;
1351
+ pricingLockedAt: z.ZodDate;
1352
+ lineItems: z.ZodDefault<z.ZodArray<z.ZodObject<{
1353
+ type: z.ZodEnum<{
1354
+ tax: "tax";
1355
+ product: "product";
1356
+ discount: "discount";
1357
+ addon: "addon";
1358
+ }>;
1359
+ name: z.ZodString;
1360
+ quantity: z.ZodNumber;
1361
+ unitPrice: z.ZodNumber;
1362
+ total: z.ZodNumber;
1363
+ }, z.core.$strip>>>;
1364
+ paymentMethod: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
1365
+ card: "card";
1366
+ bank: "bank";
1367
+ }>>>;
1368
+ paymentProvider: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1369
+ paymentSessionId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1370
+ payMode: z.ZodDefault<z.ZodEnum<{
1371
+ full: "full";
1372
+ deposit: "deposit";
1373
+ }>>;
1374
+ bankInstructions: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1375
+ iban: z.ZodString;
1376
+ beneficiary: z.ZodString;
1377
+ bankName: z.ZodString;
1378
+ reference: z.ZodString;
1379
+ note: z.ZodOptional<z.ZodString>;
1380
+ }, z.core.$strip>>>;
1381
+ bankDueAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1382
+ billingInfo: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1383
+ firstName: z.ZodString;
1384
+ lastName: z.ZodString;
1385
+ email: z.ZodString;
1386
+ phone: z.ZodOptional<z.ZodString>;
1387
+ country: z.ZodOptional<z.ZodString>;
1388
+ city: z.ZodOptional<z.ZodString>;
1389
+ address: z.ZodOptional<z.ZodString>;
1390
+ postalCode: z.ZodOptional<z.ZodString>;
1391
+ }, z.core.$strip>>>;
1392
+ customerEmail: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1393
+ customerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1394
+ billingInfoEncrypted: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1395
+ expiresAt: z.ZodDate;
1396
+ extensionsUsed: z.ZodDefault<z.ZodNumber>;
1397
+ maxExtensions: z.ZodDefault<z.ZodNumber>;
1398
+ customerId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1399
+ bookingId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1400
+ paidAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1401
+ confirmedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1402
+ failedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1403
+ failureReason: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1404
+ failureCode: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1405
+ requestId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1406
+ clientIp: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1407
+ userAgent: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1408
+ visitorId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1409
+ metadata: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1410
+ source: z.ZodOptional<z.ZodString>;
1411
+ campaignId: z.ZodOptional<z.ZodString>;
1412
+ affiliateId: z.ZodOptional<z.ZodString>;
1413
+ utmParams: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1414
+ }, z.core.$strip>>>;
1415
+ locale: z.ZodDefault<z.ZodString>;
1416
+ paxAdults: z.ZodDefault<z.ZodNumber>;
1417
+ paxChildren: z.ZodDefault<z.ZodNumber>;
1418
+ paxInfants: z.ZodDefault<z.ZodNumber>;
1419
+ inventoryReserved: z.ZodDefault<z.ZodEnum<{
1420
+ true: "true";
1421
+ false: "false";
1422
+ }>>;
1423
+ inventoryReservedAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
1424
+ id: z.ZodString;
1425
+ createdAt: z.ZodDate;
1426
+ updatedAt: z.ZodDate;
1427
+ }, z.core.$strip>;
1428
+ export type BookingSession = z.infer<typeof bookingSessionSelectSchema>;
1429
+ export type NewBookingSession = z.infer<typeof bookingSessionInsertSchema>;
1430
+ export type UpdateBookingSession = z.infer<typeof bookingSessionUpdateSchema>;
1431
+ /**
1432
+ * Validates if a state transition is allowed.
1433
+ */
1434
+ export declare function isValidTransition(from: BookingSessionStatus, to: BookingSessionStatus): boolean;
1435
+ export {};
1436
+ //# sourceMappingURL=booking_sessions.d.ts.map