UNPKG

@qite/tide-client

Version:
28 lines (27 loc) 764 B
export { TideClientConfig } from "./types"; export { AllotmentType, AvailabilitySearchType, Gender, MetaDataType, RequirementType, ServiceType, } from "./types"; export { CrmContactRequest, MolliePaymentRequest, Pax, WebContactFormRequest, WebContactHasTagRequest, } from "./types"; export { BasePrice, Entry, MolliePayment } from "./types"; export { FlightMetaData } from "./types"; 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";