import { queryGuests as publicQueryGuests } from './events-guests-v1-guest-guests.public.js'; import { createEventModule } from '@wix/sdk-runtime/event-definition-modules'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; import { onGuestCreated as publicOnGuestCreated } from './events-guests-v1-guest-guests.public.js'; import { onGuestDeleted as publicOnGuestDeleted } from './events-guests-v1-guest-guests.public.js'; import { onGuestCheckedIn as publicOnGuestCheckedIn } from './events-guests-v1-guest-guests.public.js'; import { onGuestEventCanceled as publicOnGuestEventCanceled } from './events-guests-v1-guest-guests.public.js'; import { onGuestEventStarts as publicOnGuestEventStarts } from './events-guests-v1-guest-guests.public.js'; import { onGuestOrderCanceled as publicOnGuestOrderCanceled } from './events-guests-v1-guest-guests.public.js'; import { onGuestUpdated as publicOnGuestUpdated } from './events-guests-v1-guest-guests.public.js'; export declare const queryGuests: MaybeContext & typeof publicQueryGuests>; /** * Triggered when a guest is created. */ export declare const onGuestCreated: ReturnType>; /** * Triggered when a guest is deleted. */ export declare const onGuestDeleted: ReturnType>; /** * Triggered when a guest has checked in. */ export declare const onGuestCheckedIn: ReturnType>; /** * Triggered when an event is canceled. */ export declare const onGuestEventCanceled: ReturnType>; /** * Triggered when an event has started. */ export declare const onGuestEventStarts: ReturnType>; /** * Triggered when a ticket order is canceled. */ export declare const onGuestOrderCanceled: ReturnType>; /** * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once. */ export declare const onGuestUpdated: ReturnType>; export { SubdivisionType, AttendanceStatus, GuestType, MemberEventStatusUpdatedEventType, EventType, LocationType, SubdivisionSubdivisionType, RecurrenceStatusStatus, Status, NotifyActionType, Timing, OrderStatus, TaxType, FeeName, FeeType, WebhookIdentityType, SortOrder, RequestedFieldsEnumRequestedFields, OrderType, RequestedFields, } from './events-guests-v1-guest-guests.universal.js'; export { EventGuest, TicketDetails, TicketGuestDetails, OnlineConferencingLogin, GuestDetails, FormResponse, InputValue, FormattedAddress, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, StandardDetails, GuestCountUpdated, GuestCountUpdate, MemberEventStatusUpdated, ContactEventStatusUpdated, GuestCheckedIn, EventDetails, Location, CommonAddress, CommonAddressStreetOneOf, CommonStreetAddress, CommonAddressLocation, CommonSubdivision, DateAndTimeSettings, Recurrences, Occurrence, Formatted, NotifyGuestAction, TaskContext, OrderDetails, Invoice, Item, Money, Discount, DiscountItem, DiscountItemDiscountOneOf, CouponDiscount, PaidPlanDiscount, PaidPlanDiscountDiscountOneOf, PercentDiscount, Tax, Fee, GuestEventCanceled, GuestEventStarts, GuestOrderCanceled, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, QueryEventGuestsRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryEventGuestsResponse, PagingMetadataV2, Cursors, StreamEventGuestsRequest, Empty, SecondaryLanguagesRequest, SecondaryLanguagesResponse, Language, OrderConfirmed, Ticket, CheckIn, OrderUpdated, OrderDeleted, EventDeleted, Task, TaskKey, ListGuestListPreviewsRequest, ListGuestListPreviewsResponse, GuestListPreview, EventGuests, GuestCount, UpdateGuestRequest, UpdateGuestResponse, QueryEventGuestsResponseNonNullableFields, BaseEventMetadata, EventMetadata, GuestCreatedEnvelope, GuestDeletedEnvelope, GuestCheckedInEnvelope, GuestEventCanceledEnvelope, GuestEventStartsEnvelope, GuestOrderCanceledEnvelope, GuestUpdatedEnvelope, QueryEventGuestsOptions, GuestsQueryResult, GuestsQueryBuilder, } from './events-guests-v1-guest-guests.universal.js';