UNPKG

@qite/tide-client

Version:
29 lines (28 loc) 811 B
export { TideClientConfig } from "./types"; export { AllotmentType, AvailabilitySearchType, Gender, MetaDataType, RequirementType, ServiceType, AllotmentStatus, } 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";