UNPKG

@qite/tide-client

Version:
44 lines (33 loc) 846 B
// Config export { TideClientConfig } from "./types"; // Enums export { AllotmentType, AvailabilitySearchType, Gender, MetaDataType, RequirementType, ServiceType, } from "./types"; // Request types export { CrmContactRequest, MolliePaymentRequest, Pax, WebContactFormRequest, WebContactHasTagRequest, } from "./types"; // Responses export { BasePrice, Entry, MolliePayment } from "./types"; // Tide Types export { FlightMetaData } from "./types"; // Calls export * from "./utils/booking-v2-client"; export * from "./utils/member-client"; export * from "./utils/mollie-client"; export * from "./utils/search-client"; export * from "./utils/web-agent-client"; export * from "./utils/web-client"; export * from "./utils/web-contact-client"; export * from "./utils/web-file"; export * from "./services/odata.service";