@openactive/models-ts
Version:
JavaScript/TypeScript implementation of OpenActive's data model
166 lines (165 loc) • 9.48 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./Concept"), exports);
__exportStar(require("./ConceptScheme"), exports);
__exportStar(require("./Schedule"), exports);
__exportStar(require("./VirtualLocation"), exports);
__exportStar(require("./WebAPI"), exports);
__exportStar(require("./CertificationLevel"), exports);
__exportStar(require("./CertificationScheme"), exports);
__exportStar(require("./Lease"), exports);
__exportStar(require("./OpenBookingError"), exports);
__exportStar(require("./PartialSchedule"), exports);
__exportStar(require("./Payment"), exports);
__exportStar(require("./TrustCertification"), exports);
__exportStar(require("./Action"), exports);
__exportStar(require("./CancellationNotPermittedError"), exports);
__exportStar(require("./ConceptCollection"), exports);
__exportStar(require("./DynamicPayment"), exports);
__exportStar(require("./Event"), exports);
__exportStar(require("./FacilityUse"), exports);
__exportStar(require("./GoneError"), exports);
__exportStar(require("./IncompleteAttendeeDetailsError"), exports);
__exportStar(require("./IncompleteBrokerDetailsError"), exports);
__exportStar(require("./IncompleteCustomerDetailsError"), exports);
__exportStar(require("./IncompleteIntakeFormError"), exports);
__exportStar(require("./IncompleteOrderItemError"), exports);
__exportStar(require("./IncompletePaymentDetailsError"), exports);
__exportStar(require("./InternalOpenBookingError"), exports);
__exportStar(require("./InvalidAPITokenError"), exports);
__exportStar(require("./InvalidAuthorizationDetailsError"), exports);
__exportStar(require("./InvalidIntakeFormError"), exports);
__exportStar(require("./InvalidOpportunityOrOfferIdError"), exports);
__exportStar(require("./InvalidPaymentDetailsError"), exports);
__exportStar(require("./MethodNotAllowedError"), exports);
__exportStar(require("./MissingPaymentDetailsError"), exports);
__exportStar(require("./NoAPITokenError"), exports);
__exportStar(require("./NotFoundError"), exports);
__exportStar(require("./OpportunityCapacityIsReservedByLeaseError"), exports);
__exportStar(require("./OpportunityHasInsufficientCapacityError"), exports);
__exportStar(require("./OpportunityIntractableError"), exports);
__exportStar(require("./OpportunityIsFullError"), exports);
__exportStar(require("./OpportunityIsInConflictError"), exports);
__exportStar(require("./OpportunityOfferPairNotBookableError"), exports);
__exportStar(require("./OrderAlreadyExistsError"), exports);
__exportStar(require("./OrderCreationFailedError"), exports);
__exportStar(require("./OrderItemIdInvalidError"), exports);
__exportStar(require("./OrderItemNotWithinOrderError"), exports);
__exportStar(require("./OrderProposalVersionOutdatedError"), exports);
__exportStar(require("./Organization"), exports);
__exportStar(require("./PatchContainsExcessivePropertiesError"), exports);
__exportStar(require("./PatchNotAllowedOnPropertyError"), exports);
__exportStar(require("./Person"), exports);
__exportStar(require("./Place"), exports);
__exportStar(require("./SellerMismatchError"), exports);
__exportStar(require("./SellerNotFoundError"), exports);
__exportStar(require("./TemporarilyUnableToCreateOrderError"), exports);
__exportStar(require("./TemporarilyUnableToDeleteOrderError"), exports);
__exportStar(require("./TemporarilyUnableToProduceOrderQuoteError"), exports);
__exportStar(require("./TemporarilyUnableToUpdateOrderError"), exports);
__exportStar(require("./TooManyRequestsError"), exports);
__exportStar(require("./TotalPaymentDueMismatchError"), exports);
__exportStar(require("./UnableToProcessOrderItemError"), exports);
__exportStar(require("./UnacceptableOfferError"), exports);
__exportStar(require("./UnauthenticatedError"), exports);
__exportStar(require("./UnexpectedOrderTypeError"), exports);
__exportStar(require("./UnknownOfferError"), exports);
__exportStar(require("./UnknownOpportunityError"), exports);
__exportStar(require("./UnknownOrIncorrectEndpointError"), exports);
__exportStar(require("./UnknownOrderError"), exports);
__exportStar(require("./UnnecessaryPaymentDetailsError"), exports);
__exportStar(require("./AuthenticatedPerson"), exports);
__exportStar(require("./BookingService"), exports);
__exportStar(require("./Brand"), exports);
__exportStar(require("./Course"), exports);
__exportStar(require("./CourseInstance"), exports);
__exportStar(require("./DataCatalog"), exports);
__exportStar(require("./Dataset"), exports);
__exportStar(require("./EventSeries"), exports);
__exportStar(require("./HeadlineEvent"), exports);
__exportStar(require("./IndividualFacilityUse"), exports);
__exportStar(require("./InternalApplicationError"), exports);
__exportStar(require("./InternalLibraryConfigurationError"), exports);
__exportStar(require("./InternalLibraryError"), exports);
__exportStar(require("./MediaObject"), exports);
__exportStar(require("./Offer"), exports);
__exportStar(require("./OnDemandEvent"), exports);
__exportStar(require("./OpenBookingSimulateAction"), exports);
__exportStar(require("./Order"), exports);
__exportStar(require("./OrderItem"), exports);
__exportStar(require("./PropertyValueSpecification"), exports);
__exportStar(require("./ScheduledSession"), exports);
__exportStar(require("./SessionSeries"), exports);
__exportStar(require("./Slot"), exports);
__exportStar(require("./Terms"), exports);
__exportStar(require("./AccessChannelUpdateSimulateAction"), exports);
__exportStar(require("./AccessCodeUpdateSimulateAction"), exports);
__exportStar(require("./AccessPassUpdateSimulateAction"), exports);
__exportStar(require("./AudioObject"), exports);
__exportStar(require("./BooleanFormFieldSpecification"), exports);
__exportStar(require("./ChangeOfLogisticsLocationSimulateAction"), exports);
__exportStar(require("./ChangeOfLogisticsNameSimulateAction"), exports);
__exportStar(require("./ChangeOfLogisticsTimeSimulateAction"), exports);
__exportStar(require("./CustomerNoticeSimulateAction"), exports);
__exportStar(require("./DataDownload"), exports);
__exportStar(require("./DropdownFormFieldSpecification"), exports);
__exportStar(require("./GeoCoordinates"), exports);
__exportStar(require("./ImageObject"), exports);
__exportStar(require("./IndicativeOffer"), exports);
__exportStar(require("./OfferOverride"), exports);
__exportStar(require("./OpeningHoursSpecification"), exports);
__exportStar(require("./OpportunityAttendanceUpdateSimulateAction"), exports);
__exportStar(require("./OrderQuote"), exports);
__exportStar(require("./ParagraphFormFieldSpecification"), exports);
__exportStar(require("./PriceSpecification"), exports);
__exportStar(require("./PrivacyPolicy"), exports);
__exportStar(require("./PropertyValue"), exports);
__exportStar(require("./QuantitativeValue"), exports);
__exportStar(require("./ReplacementSimulateAction"), exports);
__exportStar(require("./SellerAcceptOrderProposalSimulateAction"), exports);
__exportStar(require("./SellerAmendOrderProposalSimulateAction"), exports);
__exportStar(require("./SellerRejectOrderProposalSimulateAction"), exports);
__exportStar(require("./SellerRequestedCancellationSimulateAction"), exports);
__exportStar(require("./ShortAnswerFormFieldSpecification"), exports);
__exportStar(require("./TermsOfUse"), exports);
__exportStar(require("./VideoObject"), exports);
__exportStar(require("./Barcode"), exports);
__exportStar(require("./LocationFeatureSpecification"), exports);
__exportStar(require("./OrderProposal"), exports);
__exportStar(require("./PostalAddress"), exports);
__exportStar(require("./SellerRequestedCancellationWithMessageSimulateAction"), exports);
__exportStar(require("./TaxChargeSpecification"), exports);
__exportStar(require("./BabyChanging"), exports);
__exportStar(require("./Bar"), exports);
__exportStar(require("./Cafe"), exports);
__exportStar(require("./ChangingFacilities"), exports);
__exportStar(require("./Creche"), exports);
__exportStar(require("./Lockers"), exports);
__exportStar(require("./Parking"), exports);
__exportStar(require("./Showers"), exports);
__exportStar(require("./Toilets"), exports);
__exportStar(require("./Towels"), exports);
__exportStar(require("./BrokerType"), exports);
__exportStar(require("./GenderRestrictionType"), exports);
__exportStar(require("./OrderCreationStatus"), exports);
__exportStar(require("./OrderProposalStatus"), exports);
__exportStar(require("./PaymentMethod"), exports);
__exportStar(require("./RequiredStatusType"), exports);
__exportStar(require("./TaxMode"), exports);
__exportStar(require("./OpenBookingFlowRequirement"), exports);
__exportStar(require("./OrderItemStatus"), exports);
__exportStar(require("./FacilitySettingType"), exports);
__exportStar(require("./BookingChannelType"), exports);
__exportStar(require("./TestOpenBookingFlowEnumeration"), exports);
__exportStar(require("./TestOpportunityCriteriaEnumeration"), exports);
__exportStar(require("./PropertyEnumeration"), exports);