@openactive/models-ts
Version:
JavaScript/TypeScript implementation of OpenActive's data model
154 lines (153 loc) • 6.13 kB
TypeScript
export * from './Concept';
export * from './ConceptScheme';
export * from './Schedule';
export * from './VirtualLocation';
export * from './WebAPI';
export * from './CertificationLevel';
export * from './CertificationScheme';
export * from './Lease';
export * from './OpenBookingError';
export * from './PartialSchedule';
export * from './Payment';
export * from './TrustCertification';
export * from './Action';
export * from './CancellationNotPermittedError';
export * from './ConceptCollection';
export * from './DynamicPayment';
export * from './Event';
export * from './FacilityUse';
export * from './GoneError';
export * from './IncompleteAttendeeDetailsError';
export * from './IncompleteBrokerDetailsError';
export * from './IncompleteCustomerDetailsError';
export * from './IncompleteIntakeFormError';
export * from './IncompleteOrderItemError';
export * from './IncompletePaymentDetailsError';
export * from './InternalOpenBookingError';
export * from './InvalidAPITokenError';
export * from './InvalidAuthorizationDetailsError';
export * from './InvalidIntakeFormError';
export * from './InvalidOpportunityOrOfferIdError';
export * from './InvalidPaymentDetailsError';
export * from './MethodNotAllowedError';
export * from './MissingPaymentDetailsError';
export * from './NoAPITokenError';
export * from './NotFoundError';
export * from './OpportunityCapacityIsReservedByLeaseError';
export * from './OpportunityHasInsufficientCapacityError';
export * from './OpportunityIntractableError';
export * from './OpportunityIsFullError';
export * from './OpportunityIsInConflictError';
export * from './OpportunityOfferPairNotBookableError';
export * from './OrderAlreadyExistsError';
export * from './OrderCreationFailedError';
export * from './OrderItemIdInvalidError';
export * from './OrderItemNotWithinOrderError';
export * from './OrderProposalVersionOutdatedError';
export * from './Organization';
export * from './PatchContainsExcessivePropertiesError';
export * from './PatchNotAllowedOnPropertyError';
export * from './Person';
export * from './Place';
export * from './SellerMismatchError';
export * from './SellerNotFoundError';
export * from './TemporarilyUnableToCreateOrderError';
export * from './TemporarilyUnableToDeleteOrderError';
export * from './TemporarilyUnableToProduceOrderQuoteError';
export * from './TemporarilyUnableToUpdateOrderError';
export * from './TooManyRequestsError';
export * from './TotalPaymentDueMismatchError';
export * from './UnableToProcessOrderItemError';
export * from './UnacceptableOfferError';
export * from './UnauthenticatedError';
export * from './UnexpectedOrderTypeError';
export * from './UnknownOfferError';
export * from './UnknownOpportunityError';
export * from './UnknownOrIncorrectEndpointError';
export * from './UnknownOrderError';
export * from './UnnecessaryPaymentDetailsError';
export * from './AuthenticatedPerson';
export * from './BookingService';
export * from './Brand';
export * from './Course';
export * from './CourseInstance';
export * from './DataCatalog';
export * from './Dataset';
export * from './EventSeries';
export * from './HeadlineEvent';
export * from './IndividualFacilityUse';
export * from './InternalApplicationError';
export * from './InternalLibraryConfigurationError';
export * from './InternalLibraryError';
export * from './MediaObject';
export * from './Offer';
export * from './OnDemandEvent';
export * from './OpenBookingSimulateAction';
export * from './Order';
export * from './OrderItem';
export * from './PropertyValueSpecification';
export * from './ScheduledSession';
export * from './SessionSeries';
export * from './Slot';
export * from './Terms';
export * from './AccessChannelUpdateSimulateAction';
export * from './AccessCodeUpdateSimulateAction';
export * from './AccessPassUpdateSimulateAction';
export * from './AudioObject';
export * from './BooleanFormFieldSpecification';
export * from './ChangeOfLogisticsLocationSimulateAction';
export * from './ChangeOfLogisticsNameSimulateAction';
export * from './ChangeOfLogisticsTimeSimulateAction';
export * from './CustomerNoticeSimulateAction';
export * from './DataDownload';
export * from './DropdownFormFieldSpecification';
export * from './GeoCoordinates';
export * from './ImageObject';
export * from './IndicativeOffer';
export * from './OfferOverride';
export * from './OpeningHoursSpecification';
export * from './OpportunityAttendanceUpdateSimulateAction';
export * from './OrderQuote';
export * from './ParagraphFormFieldSpecification';
export * from './PriceSpecification';
export * from './PrivacyPolicy';
export * from './PropertyValue';
export * from './QuantitativeValue';
export * from './ReplacementSimulateAction';
export * from './SellerAcceptOrderProposalSimulateAction';
export * from './SellerAmendOrderProposalSimulateAction';
export * from './SellerRejectOrderProposalSimulateAction';
export * from './SellerRequestedCancellationSimulateAction';
export * from './ShortAnswerFormFieldSpecification';
export * from './TermsOfUse';
export * from './VideoObject';
export * from './Barcode';
export * from './LocationFeatureSpecification';
export * from './OrderProposal';
export * from './PostalAddress';
export * from './SellerRequestedCancellationWithMessageSimulateAction';
export * from './TaxChargeSpecification';
export * from './BabyChanging';
export * from './Bar';
export * from './Cafe';
export * from './ChangingFacilities';
export * from './Creche';
export * from './Lockers';
export * from './Parking';
export * from './Showers';
export * from './Toilets';
export * from './Towels';
export * from './BrokerType';
export * from './GenderRestrictionType';
export * from './OrderCreationStatus';
export * from './OrderProposalStatus';
export * from './PaymentMethod';
export * from './RequiredStatusType';
export * from './TaxMode';
export * from './OpenBookingFlowRequirement';
export * from './OrderItemStatus';
export * from './FacilitySettingType';
export * from './BookingChannelType';
export * from './TestOpenBookingFlowEnumeration';
export * from './TestOpportunityCriteriaEnumeration';
export * from './PropertyEnumeration';