@wix/events 1.0.249 → 1.0.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +15 -14
- package/build/cjs/index.js +28 -14
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.ts +15 -14
- package/build/es/index.js +15 -14
- package/build/es/index.js.map +1 -1
- package/package.json +18 -17
- package/type-bundles/context.bundle.d.ts +748 -206
- package/type-bundles/index.bundle.d.ts +748 -206
- package/type-bundles/meta.bundle.d.ts +33 -26
|
@@ -317,7 +317,7 @@ interface DomainEventBodyOneOf$7 {
|
|
|
317
317
|
interface EntityCreatedEvent$7 {
|
|
318
318
|
entity?: string;
|
|
319
319
|
}
|
|
320
|
-
interface RestoreInfo$
|
|
320
|
+
interface RestoreInfo$5 {
|
|
321
321
|
deletedDate?: Date;
|
|
322
322
|
}
|
|
323
323
|
interface EntityUpdatedEvent$7 {
|
|
@@ -1213,14 +1213,26 @@ declare global {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
|
+
declare function queryGuests$1(httpClient: HttpClient): (options?: QueryEventGuestsOptions) => GuestsQueryBuilder;
|
|
1217
|
+
declare const onGuestCreated$1: EventDefinition<GuestCreatedEnvelope, "wix.events.guests.v1.guest_created">;
|
|
1218
|
+
declare const onGuestUpdated$1: EventDefinition<GuestUpdatedEnvelope, "wix.events.guests.v1.guest_updated">;
|
|
1219
|
+
declare const onGuestDeleted$1: EventDefinition<GuestDeletedEnvelope, "wix.events.guests.v1.guest_deleted">;
|
|
1220
|
+
|
|
1216
1221
|
declare function createRESTModule$d<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
1217
1222
|
|
|
1218
1223
|
declare function createEventModule$a<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
1219
1224
|
|
|
1220
|
-
|
|
1221
|
-
declare const
|
|
1222
|
-
|
|
1223
|
-
|
|
1225
|
+
type _publicQueryGuestsType = typeof queryGuests$1;
|
|
1226
|
+
declare const queryGuests: ReturnType<typeof createRESTModule$d<_publicQueryGuestsType>>;
|
|
1227
|
+
|
|
1228
|
+
type _publicOnGuestCreatedType = typeof onGuestCreated$1;
|
|
1229
|
+
declare const onGuestCreated: ReturnType<typeof createEventModule$a<_publicOnGuestCreatedType>>;
|
|
1230
|
+
|
|
1231
|
+
type _publicOnGuestUpdatedType = typeof onGuestUpdated$1;
|
|
1232
|
+
declare const onGuestUpdated: ReturnType<typeof createEventModule$a<_publicOnGuestUpdatedType>>;
|
|
1233
|
+
|
|
1234
|
+
type _publicOnGuestDeletedType = typeof onGuestDeleted$1;
|
|
1235
|
+
declare const onGuestDeleted: ReturnType<typeof createEventModule$a<_publicOnGuestDeletedType>>;
|
|
1224
1236
|
|
|
1225
1237
|
type context$d_GuestCount = GuestCount;
|
|
1226
1238
|
type context$d_GuestCreatedEnvelope = GuestCreatedEnvelope;
|
|
@@ -1245,12 +1257,16 @@ type context$d_Task = Task;
|
|
|
1245
1257
|
type context$d_TaskKey = TaskKey;
|
|
1246
1258
|
type context$d_UpdateGuestRequest = UpdateGuestRequest;
|
|
1247
1259
|
type context$d_UpdateGuestResponse = UpdateGuestResponse;
|
|
1260
|
+
type context$d__publicOnGuestCreatedType = _publicOnGuestCreatedType;
|
|
1261
|
+
type context$d__publicOnGuestDeletedType = _publicOnGuestDeletedType;
|
|
1262
|
+
type context$d__publicOnGuestUpdatedType = _publicOnGuestUpdatedType;
|
|
1263
|
+
type context$d__publicQueryGuestsType = _publicQueryGuestsType;
|
|
1248
1264
|
declare const context$d_onGuestCreated: typeof onGuestCreated;
|
|
1249
1265
|
declare const context$d_onGuestDeleted: typeof onGuestDeleted;
|
|
1250
1266
|
declare const context$d_onGuestUpdated: typeof onGuestUpdated;
|
|
1251
1267
|
declare const context$d_queryGuests: typeof queryGuests;
|
|
1252
1268
|
declare namespace context$d {
|
|
1253
|
-
export { type ActionEvent$7 as ActionEvent, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$a as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$5 as CursorPaging, type Cursors$8 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$5 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type context$d_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type context$d_GuestCreatedEnvelope as GuestCreatedEnvelope, type context$d_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type context$d_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type context$d_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type context$d_GuestsQueryBuilder as GuestsQueryBuilder, type context$d_GuestsQueryResult as GuestsQueryResult, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$2 as Item, type context$d_Language as Language, type context$d_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type context$d_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type context$d_QueryEventGuestsOptions as QueryEventGuestsOptions, type context$d_QueryEventGuestsRequest as QueryEventGuestsRequest, type context$d_QueryEventGuestsResponse as QueryEventGuestsResponse, type context$d_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, context$d_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$
|
|
1269
|
+
export { type ActionEvent$7 as ActionEvent, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$a as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$5 as CursorPaging, type Cursors$8 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$5 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type context$d_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type context$d_GuestCreatedEnvelope as GuestCreatedEnvelope, type context$d_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type context$d_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type context$d_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type context$d_GuestsQueryBuilder as GuestsQueryBuilder, type context$d_GuestsQueryResult as GuestsQueryResult, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$2 as Item, type context$d_Language as Language, type context$d_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type context$d_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type context$d_QueryEventGuestsOptions as QueryEventGuestsOptions, type context$d_QueryEventGuestsRequest as QueryEventGuestsRequest, type context$d_QueryEventGuestsResponse as QueryEventGuestsResponse, type context$d_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, context$d_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$5 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type context$d_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type context$d_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type StandardDetails$4 as StandardDetails, type context$d_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type context$d_Task as Task, type TaskContext$1 as TaskContext, type context$d_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type context$d_UpdateGuestRequest as UpdateGuestRequest, type context$d_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$b as WebhookIdentityType, type context$d__publicOnGuestCreatedType as _publicOnGuestCreatedType, type context$d__publicOnGuestDeletedType as _publicOnGuestDeletedType, type context$d__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, type context$d__publicQueryGuestsType as _publicQueryGuestsType, context$d_onGuestCreated as onGuestCreated, context$d_onGuestDeleted as onGuestDeleted, context$d_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, context$d_queryGuests as queryGuests };
|
|
1254
1270
|
}
|
|
1255
1271
|
|
|
1256
1272
|
interface NotificationConfig {
|
|
@@ -2487,14 +2503,14 @@ interface TicketsUnavailableMessages$3 {
|
|
|
2487
2503
|
}
|
|
2488
2504
|
interface Dashboard$5 {
|
|
2489
2505
|
/** Guest RSVP summary. */
|
|
2490
|
-
rsvpSummary?: RsvpSummary$
|
|
2506
|
+
rsvpSummary?: RsvpSummary$4;
|
|
2491
2507
|
/**
|
|
2492
2508
|
* Summary of revenue and tickets sold.
|
|
2493
2509
|
* (Archived orders are not included).
|
|
2494
2510
|
*/
|
|
2495
2511
|
ticketingSummary?: TicketingSummary$3;
|
|
2496
2512
|
}
|
|
2497
|
-
interface RsvpSummary$
|
|
2513
|
+
interface RsvpSummary$4 {
|
|
2498
2514
|
/** Total number of RSVPs. */
|
|
2499
2515
|
total?: number;
|
|
2500
2516
|
/** Number of RSVPs with status `YES`. */
|
|
@@ -2656,26 +2672,33 @@ interface Category$4 {
|
|
|
2656
2672
|
/** Category name. */
|
|
2657
2673
|
name?: string;
|
|
2658
2674
|
/**
|
|
2659
|
-
*
|
|
2675
|
+
* Date and time when category was created.
|
|
2660
2676
|
* @readonly
|
|
2661
2677
|
*/
|
|
2662
2678
|
_createdDate?: Date;
|
|
2663
2679
|
/**
|
|
2664
|
-
*
|
|
2680
|
+
* The total number of draft and published events assigned to the category.
|
|
2665
2681
|
* @readonly
|
|
2666
2682
|
*/
|
|
2667
2683
|
counts?: CategoryCounts$4;
|
|
2668
2684
|
/**
|
|
2669
|
-
* Category state.
|
|
2670
|
-
*
|
|
2671
|
-
*
|
|
2685
|
+
* Category state. Possible values:
|
|
2686
|
+
*
|
|
2687
|
+
* `MANUAL`: Category is created manually by the user.
|
|
2688
|
+
* `AUTO`: Category is created automatically.
|
|
2689
|
+
* `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
|
|
2690
|
+
* `HIDDEN`: Category can't be seen.
|
|
2691
|
+
*
|
|
2692
|
+
* Default: `MANUAL`.
|
|
2693
|
+
*
|
|
2694
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
2672
2695
|
*/
|
|
2673
2696
|
states?: State$7[];
|
|
2674
2697
|
}
|
|
2675
2698
|
interface CategoryCounts$4 {
|
|
2676
|
-
/**
|
|
2699
|
+
/** Total number of draft events assigned to the category. */
|
|
2677
2700
|
assignedEventsCount?: number | null;
|
|
2678
|
-
/**
|
|
2701
|
+
/** Total number of published events assigned to the category. Deleted events are excluded. */
|
|
2679
2702
|
assignedDraftEventsCount?: number | null;
|
|
2680
2703
|
}
|
|
2681
2704
|
declare enum State$7 {
|
|
@@ -3123,7 +3146,7 @@ interface DomainEventBodyOneOf$6 {
|
|
|
3123
3146
|
interface EntityCreatedEvent$6 {
|
|
3124
3147
|
entity?: string;
|
|
3125
3148
|
}
|
|
3126
|
-
interface RestoreInfo$
|
|
3149
|
+
interface RestoreInfo$4 {
|
|
3127
3150
|
deletedDate?: Date;
|
|
3128
3151
|
}
|
|
3129
3152
|
interface EntityUpdatedEvent$6 {
|
|
@@ -3393,16 +3416,32 @@ interface UpsertNotificationConfig {
|
|
|
3393
3416
|
orderConfirmationWithTicketsLink?: EmailNotificationConfig;
|
|
3394
3417
|
}
|
|
3395
3418
|
|
|
3419
|
+
declare function triggerNotification$1(httpClient: HttpClient): (options?: TriggerNotificationOptions) => Promise<void>;
|
|
3420
|
+
declare function resolveNotificationConfig$1(httpClient: HttpClient): (notificationConfigId: string) => Promise<ResolveNotificationConfigResponse & ResolveNotificationConfigResponseNonNullableFields>;
|
|
3421
|
+
declare function upsertNotificationConfig$1(httpClient: HttpClient): (_id: string | null, notificationConfig: UpsertNotificationConfig) => Promise<UpsertNotificationConfigResponse & UpsertNotificationConfigResponseNonNullableFields>;
|
|
3422
|
+
declare const onNotificationConfigCreated$1: EventDefinition<NotificationConfigCreatedEnvelope, "wix.events.notifications.v2.notification_config_created">;
|
|
3423
|
+
declare const onNotificationConfigUpdated$1: EventDefinition<NotificationConfigUpdatedEnvelope, "wix.events.notifications.v2.notification_config_updated">;
|
|
3424
|
+
declare const onNotificationConfigDeleted$1: EventDefinition<NotificationConfigDeletedEnvelope, "wix.events.notifications.v2.notification_config_deleted">;
|
|
3425
|
+
|
|
3396
3426
|
declare function createRESTModule$c<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
3397
3427
|
|
|
3398
3428
|
declare function createEventModule$9<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
3399
3429
|
|
|
3400
|
-
|
|
3401
|
-
declare const
|
|
3402
|
-
|
|
3403
|
-
declare const
|
|
3404
|
-
|
|
3405
|
-
declare const
|
|
3430
|
+
type _publicTriggerNotificationType = typeof triggerNotification$1;
|
|
3431
|
+
declare const triggerNotification: ReturnType<typeof createRESTModule$c<_publicTriggerNotificationType>>;
|
|
3432
|
+
type _publicResolveNotificationConfigType = typeof resolveNotificationConfig$1;
|
|
3433
|
+
declare const resolveNotificationConfig: ReturnType<typeof createRESTModule$c<_publicResolveNotificationConfigType>>;
|
|
3434
|
+
type _publicUpsertNotificationConfigType = typeof upsertNotificationConfig$1;
|
|
3435
|
+
declare const upsertNotificationConfig: ReturnType<typeof createRESTModule$c<_publicUpsertNotificationConfigType>>;
|
|
3436
|
+
|
|
3437
|
+
type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
|
|
3438
|
+
declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$9<_publicOnNotificationConfigCreatedType>>;
|
|
3439
|
+
|
|
3440
|
+
type _publicOnNotificationConfigUpdatedType = typeof onNotificationConfigUpdated$1;
|
|
3441
|
+
declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$9<_publicOnNotificationConfigUpdatedType>>;
|
|
3442
|
+
|
|
3443
|
+
type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted$1;
|
|
3444
|
+
declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$9<_publicOnNotificationConfigDeletedType>>;
|
|
3406
3445
|
|
|
3407
3446
|
type context$c_AttendanceStatus = AttendanceStatus;
|
|
3408
3447
|
declare const context$c_AttendanceStatus: typeof AttendanceStatus;
|
|
@@ -3460,6 +3499,12 @@ type context$c_UpsertNotificationConfig = UpsertNotificationConfig;
|
|
|
3460
3499
|
type context$c_UpsertNotificationConfigRequest = UpsertNotificationConfigRequest;
|
|
3461
3500
|
type context$c_UpsertNotificationConfigResponse = UpsertNotificationConfigResponse;
|
|
3462
3501
|
type context$c_UpsertNotificationConfigResponseNonNullableFields = UpsertNotificationConfigResponseNonNullableFields;
|
|
3502
|
+
type context$c__publicOnNotificationConfigCreatedType = _publicOnNotificationConfigCreatedType;
|
|
3503
|
+
type context$c__publicOnNotificationConfigDeletedType = _publicOnNotificationConfigDeletedType;
|
|
3504
|
+
type context$c__publicOnNotificationConfigUpdatedType = _publicOnNotificationConfigUpdatedType;
|
|
3505
|
+
type context$c__publicResolveNotificationConfigType = _publicResolveNotificationConfigType;
|
|
3506
|
+
type context$c__publicTriggerNotificationType = _publicTriggerNotificationType;
|
|
3507
|
+
type context$c__publicUpsertNotificationConfigType = _publicUpsertNotificationConfigType;
|
|
3463
3508
|
declare const context$c_onNotificationConfigCreated: typeof onNotificationConfigCreated;
|
|
3464
3509
|
declare const context$c_onNotificationConfigDeleted: typeof onNotificationConfigDeleted;
|
|
3465
3510
|
declare const context$c_onNotificationConfigUpdated: typeof onNotificationConfigUpdated;
|
|
@@ -3467,7 +3512,7 @@ declare const context$c_resolveNotificationConfig: typeof resolveNotificationCon
|
|
|
3467
3512
|
declare const context$c_triggerNotification: typeof triggerNotification;
|
|
3468
3513
|
declare const context$c_upsertNotificationConfig: typeof upsertNotificationConfig;
|
|
3469
3514
|
declare namespace context$c {
|
|
3470
|
-
export { type ActionEvent$6 as ActionEvent, type Address$7 as Address, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$3 as Agenda, context$c_AttendanceStatus as AttendanceStatus, type BaseEventMetadata$9 as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, ConferenceType$3 as ConferenceType, type context$c_ContactEventStatusUpdated as ContactEventStatusUpdated, context$c_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type context$c_EmailNotificationConfig as EmailNotificationConfig, context$c_EmailNotificationReminderTime as EmailNotificationReminderTime, context$c_EmailNotificationType as EmailNotificationType, type context$c_EmailTemplate as EmailTemplate, type Empty$3 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$2 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type context$c_EventGuest as EventGuest, type context$c_EventGuests as EventGuests, type EventMetadata$4 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$4 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type Guest$2 as Guest, type context$c_GuestCountUpdate as GuestCountUpdate, type context$c_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, context$c_GuestType as GuestType, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$1 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type context$c_Link as Link, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type context$c_MemberEventStatusUpdated as MemberEventStatusUpdated, context$c_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$a as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type context$c_NotificationConfig as NotificationConfig, type context$c_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type context$c_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type context$c_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, context$c_NotifyActionType as NotifyActionType, type context$c_NotifyGuestAction as NotifyGuestAction, type Occurrence$4 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type context$c_OrderEmailAdded as OrderEmailAdded, type context$c_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, context$c_PushNotificationType as PushNotificationType, type Recurrences$4 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type context$c_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type context$c_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type context$c_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type context$c_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type context$c_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$
|
|
3515
|
+
export { type ActionEvent$6 as ActionEvent, type Address$7 as Address, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$3 as Agenda, context$c_AttendanceStatus as AttendanceStatus, type BaseEventMetadata$9 as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, ConferenceType$3 as ConferenceType, type context$c_ContactEventStatusUpdated as ContactEventStatusUpdated, context$c_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type context$c_EmailNotificationConfig as EmailNotificationConfig, context$c_EmailNotificationReminderTime as EmailNotificationReminderTime, context$c_EmailNotificationType as EmailNotificationType, type context$c_EmailTemplate as EmailTemplate, type Empty$3 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$2 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type context$c_EventGuest as EventGuest, type context$c_EventGuests as EventGuests, type EventMetadata$4 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$4 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type Guest$2 as Guest, type context$c_GuestCountUpdate as GuestCountUpdate, type context$c_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, context$c_GuestType as GuestType, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$1 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type context$c_Link as Link, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type context$c_MemberEventStatusUpdated as MemberEventStatusUpdated, context$c_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$a as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type context$c_NotificationConfig as NotificationConfig, type context$c_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type context$c_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type context$c_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, context$c_NotifyActionType as NotifyActionType, type context$c_NotifyGuestAction as NotifyGuestAction, type Occurrence$4 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type context$c_OrderEmailAdded as OrderEmailAdded, type context$c_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, context$c_PushNotificationType as PushNotificationType, type Recurrences$4 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type context$c_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type context$c_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type context$c_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type context$c_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type context$c_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$4 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type context$c_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$3 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$5 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$3 as Tag, type context$c_Target as Target, context$c_TargetType as TargetType, type context$c_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type context$c_TicketGuest as TicketGuest, type context$c_TicketGuestDetails as TicketGuestDetails, type context$c_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type context$c_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, type context$c_TriggerNotificationOptions as TriggerNotificationOptions, type context$c_TriggerNotificationRequest as TriggerNotificationRequest, type context$c_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type context$c_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type context$c_TriggerNotificationResponse as TriggerNotificationResponse, type context$c_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$c_UpsertNotificationConfig as UpsertNotificationConfig, type context$c_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type context$c_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type context$c_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$a as WebhookIdentityType, type context$c__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type context$c__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type context$c__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, type context$c__publicResolveNotificationConfigType as _publicResolveNotificationConfigType, type context$c__publicTriggerNotificationType as _publicTriggerNotificationType, type context$c__publicUpsertNotificationConfigType as _publicUpsertNotificationConfigType, context$c_onNotificationConfigCreated as onNotificationConfigCreated, context$c_onNotificationConfigDeleted as onNotificationConfigDeleted, context$c_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, context$c_resolveNotificationConfig as resolveNotificationConfig, context$c_triggerNotification as triggerNotification, context$c_upsertNotificationConfig as upsertNotificationConfig };
|
|
3471
3516
|
}
|
|
3472
3517
|
|
|
3473
3518
|
/** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
|
|
@@ -3842,17 +3887,27 @@ interface ListBookmarksResponseNonNullableFields$1 {
|
|
|
3842
3887
|
}
|
|
3843
3888
|
type GoogleProtoDuration$1 = any;
|
|
3844
3889
|
|
|
3890
|
+
declare function listBookmarks$1(httpClient: HttpClient): (eventId: string) => Promise<ListBookmarksResponse$1 & ListBookmarksResponseNonNullableFields$1>;
|
|
3891
|
+
declare function createBookmark$1(httpClient: HttpClient): (itemId: string, eventId: string) => Promise<void>;
|
|
3892
|
+
declare function deleteBookmark$1(httpClient: HttpClient): (itemId: string, eventId: string) => Promise<void>;
|
|
3893
|
+
|
|
3845
3894
|
declare function createRESTModule$b<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
3846
3895
|
|
|
3847
|
-
|
|
3848
|
-
declare const
|
|
3849
|
-
|
|
3896
|
+
type _publicListBookmarksType = typeof listBookmarks$1;
|
|
3897
|
+
declare const listBookmarks: ReturnType<typeof createRESTModule$b<_publicListBookmarksType>>;
|
|
3898
|
+
type _publicCreateBookmarkType = typeof createBookmark$1;
|
|
3899
|
+
declare const createBookmark: ReturnType<typeof createRESTModule$b<_publicCreateBookmarkType>>;
|
|
3900
|
+
type _publicDeleteBookmarkType = typeof deleteBookmark$1;
|
|
3901
|
+
declare const deleteBookmark: ReturnType<typeof createRESTModule$b<_publicDeleteBookmarkType>>;
|
|
3850
3902
|
|
|
3903
|
+
type context$b__publicCreateBookmarkType = _publicCreateBookmarkType;
|
|
3904
|
+
type context$b__publicDeleteBookmarkType = _publicDeleteBookmarkType;
|
|
3905
|
+
type context$b__publicListBookmarksType = _publicListBookmarksType;
|
|
3851
3906
|
declare const context$b_createBookmark: typeof createBookmark;
|
|
3852
3907
|
declare const context$b_deleteBookmark: typeof deleteBookmark;
|
|
3853
3908
|
declare const context$b_listBookmarks: typeof listBookmarks;
|
|
3854
3909
|
declare namespace context$b {
|
|
3855
|
-
export { type AddScheduleItemRequest$1 as AddScheduleItemRequest, type AddScheduleItemResponse$1 as AddScheduleItemResponse, type AddScheduleItemResponseNonNullableFields$1 as AddScheduleItemResponseNonNullableFields, type CreateBookmarkRequest$1 as CreateBookmarkRequest, type CreateBookmarkResponse$1 as CreateBookmarkResponse, type Cursors$7 as Cursors, type DeleteBookmarkRequest$1 as DeleteBookmarkRequest, type DeleteBookmarkResponse$1 as DeleteBookmarkResponse, type DeleteScheduleItemRequest$1 as DeleteScheduleItemRequest, type DeleteScheduleItemResponse$1 as DeleteScheduleItemResponse, type DiscardDraftRequest$2 as DiscardDraftRequest, type DiscardDraftResponse$2 as DiscardDraftResponse, type FacetCounts$7 as FacetCounts, type GetScheduleItemRequest$1 as GetScheduleItemRequest, type GetScheduleItemResponse$1 as GetScheduleItemResponse, type GetScheduleItemResponseNonNullableFields$1 as GetScheduleItemResponseNonNullableFields, type ListBookmarksRequest$1 as ListBookmarksRequest, type ListBookmarksResponse$1 as ListBookmarksResponse, type ListBookmarksResponseNonNullableFields$1 as ListBookmarksResponseNonNullableFields, type ListScheduleItemsRequest$1 as ListScheduleItemsRequest, type ListScheduleItemsResponse$1 as ListScheduleItemsResponse, type ListScheduleItemsResponseNonNullableFields$1 as ListScheduleItemsResponseNonNullableFields, type Paging$7 as Paging, type PagingMetadataV2$7 as PagingMetadataV2, type PublishDraftRequest$2 as PublishDraftRequest, type PublishDraftResponse$2 as PublishDraftResponse, type QueryScheduleItemsRequest$1 as QueryScheduleItemsRequest, type QueryScheduleItemsResponse$1 as QueryScheduleItemsResponse, type QueryScheduleItemsResponseNonNullableFields$1 as QueryScheduleItemsResponseNonNullableFields, type QueryV2$7 as QueryV2, type QueryV2PagingMethodOneOf$7 as QueryV2PagingMethodOneOf, type RescheduleDraftRequest$1 as RescheduleDraftRequest, type RescheduleDraftResponse$1 as RescheduleDraftResponse, type ScheduleItem$1 as ScheduleItem, type ScheduleItemData$1 as ScheduleItemData, ScheduleStatus$1 as ScheduleStatus, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, StateFilter$1 as StateFilter, type TimeInterval$1 as TimeInterval, type UpdateScheduleItemRequest$1 as UpdateScheduleItemRequest, type UpdateScheduleItemResponse$1 as UpdateScheduleItemResponse, type UpdateScheduleItemResponseNonNullableFields$1 as UpdateScheduleItemResponseNonNullableFields, context$b_createBookmark as createBookmark, context$b_deleteBookmark as deleteBookmark, context$b_listBookmarks as listBookmarks };
|
|
3910
|
+
export { type AddScheduleItemRequest$1 as AddScheduleItemRequest, type AddScheduleItemResponse$1 as AddScheduleItemResponse, type AddScheduleItemResponseNonNullableFields$1 as AddScheduleItemResponseNonNullableFields, type CreateBookmarkRequest$1 as CreateBookmarkRequest, type CreateBookmarkResponse$1 as CreateBookmarkResponse, type Cursors$7 as Cursors, type DeleteBookmarkRequest$1 as DeleteBookmarkRequest, type DeleteBookmarkResponse$1 as DeleteBookmarkResponse, type DeleteScheduleItemRequest$1 as DeleteScheduleItemRequest, type DeleteScheduleItemResponse$1 as DeleteScheduleItemResponse, type DiscardDraftRequest$2 as DiscardDraftRequest, type DiscardDraftResponse$2 as DiscardDraftResponse, type FacetCounts$7 as FacetCounts, type GetScheduleItemRequest$1 as GetScheduleItemRequest, type GetScheduleItemResponse$1 as GetScheduleItemResponse, type GetScheduleItemResponseNonNullableFields$1 as GetScheduleItemResponseNonNullableFields, type ListBookmarksRequest$1 as ListBookmarksRequest, type ListBookmarksResponse$1 as ListBookmarksResponse, type ListBookmarksResponseNonNullableFields$1 as ListBookmarksResponseNonNullableFields, type ListScheduleItemsRequest$1 as ListScheduleItemsRequest, type ListScheduleItemsResponse$1 as ListScheduleItemsResponse, type ListScheduleItemsResponseNonNullableFields$1 as ListScheduleItemsResponseNonNullableFields, type Paging$7 as Paging, type PagingMetadataV2$7 as PagingMetadataV2, type PublishDraftRequest$2 as PublishDraftRequest, type PublishDraftResponse$2 as PublishDraftResponse, type QueryScheduleItemsRequest$1 as QueryScheduleItemsRequest, type QueryScheduleItemsResponse$1 as QueryScheduleItemsResponse, type QueryScheduleItemsResponseNonNullableFields$1 as QueryScheduleItemsResponseNonNullableFields, type QueryV2$7 as QueryV2, type QueryV2PagingMethodOneOf$7 as QueryV2PagingMethodOneOf, type RescheduleDraftRequest$1 as RescheduleDraftRequest, type RescheduleDraftResponse$1 as RescheduleDraftResponse, type ScheduleItem$1 as ScheduleItem, type ScheduleItemData$1 as ScheduleItemData, ScheduleStatus$1 as ScheduleStatus, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, StateFilter$1 as StateFilter, type TimeInterval$1 as TimeInterval, type UpdateScheduleItemRequest$1 as UpdateScheduleItemRequest, type UpdateScheduleItemResponse$1 as UpdateScheduleItemResponse, type UpdateScheduleItemResponseNonNullableFields$1 as UpdateScheduleItemResponseNonNullableFields, type context$b__publicCreateBookmarkType as _publicCreateBookmarkType, type context$b__publicDeleteBookmarkType as _publicDeleteBookmarkType, type context$b__publicListBookmarksType as _publicListBookmarksType, context$b_createBookmark as createBookmark, context$b_deleteBookmark as deleteBookmark, context$b_listBookmarks as listBookmarks };
|
|
3856
3911
|
}
|
|
3857
3912
|
|
|
3858
3913
|
/** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
|
|
@@ -4347,17 +4402,36 @@ interface RescheduleDraftOptions {
|
|
|
4347
4402
|
timeSlotOffset?: GoogleProtoDuration;
|
|
4348
4403
|
}
|
|
4349
4404
|
|
|
4405
|
+
declare function listScheduleItems$1(httpClient: HttpClient): (options?: ListScheduleItemsOptions) => Promise<ListScheduleItemsResponse & ListScheduleItemsResponseNonNullableFields>;
|
|
4406
|
+
declare function queryScheduleItems$1(httpClient: HttpClient): () => ItemsQueryBuilder;
|
|
4407
|
+
declare function getScheduleItem$1(httpClient: HttpClient): (itemId: string, options?: GetScheduleItemOptions) => Promise<ScheduleItem & ScheduleItemNonNullableFields>;
|
|
4408
|
+
declare function addScheduleItem$1(httpClient: HttpClient): (eventId: string, options?: AddScheduleItemOptions) => Promise<AddScheduleItemResponse & AddScheduleItemResponseNonNullableFields>;
|
|
4409
|
+
declare function updateScheduleItem$1(httpClient: HttpClient): (itemId: string, eventId: string, options?: UpdateScheduleItemOptions) => Promise<UpdateScheduleItemResponse & UpdateScheduleItemResponseNonNullableFields>;
|
|
4410
|
+
declare function deleteScheduleItem$1(httpClient: HttpClient): (eventId: string, options?: DeleteScheduleItemOptions) => Promise<void>;
|
|
4411
|
+
declare function discardDraft$3(httpClient: HttpClient): (eventId: string) => Promise<void>;
|
|
4412
|
+
declare function publishDraft$3(httpClient: HttpClient): (eventId: string) => Promise<void>;
|
|
4413
|
+
declare function rescheduleDraft$1(httpClient: HttpClient): (eventId: string, options?: RescheduleDraftOptions) => Promise<void>;
|
|
4414
|
+
|
|
4350
4415
|
declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
4351
4416
|
|
|
4352
|
-
|
|
4353
|
-
declare const
|
|
4354
|
-
|
|
4355
|
-
declare const
|
|
4356
|
-
|
|
4357
|
-
declare const
|
|
4358
|
-
|
|
4359
|
-
declare const
|
|
4360
|
-
|
|
4417
|
+
type _publicListScheduleItemsType = typeof listScheduleItems$1;
|
|
4418
|
+
declare const listScheduleItems: ReturnType<typeof createRESTModule$a<_publicListScheduleItemsType>>;
|
|
4419
|
+
type _publicQueryScheduleItemsType = typeof queryScheduleItems$1;
|
|
4420
|
+
declare const queryScheduleItems: ReturnType<typeof createRESTModule$a<_publicQueryScheduleItemsType>>;
|
|
4421
|
+
type _publicGetScheduleItemType = typeof getScheduleItem$1;
|
|
4422
|
+
declare const getScheduleItem: ReturnType<typeof createRESTModule$a<_publicGetScheduleItemType>>;
|
|
4423
|
+
type _publicAddScheduleItemType = typeof addScheduleItem$1;
|
|
4424
|
+
declare const addScheduleItem: ReturnType<typeof createRESTModule$a<_publicAddScheduleItemType>>;
|
|
4425
|
+
type _publicUpdateScheduleItemType = typeof updateScheduleItem$1;
|
|
4426
|
+
declare const updateScheduleItem: ReturnType<typeof createRESTModule$a<_publicUpdateScheduleItemType>>;
|
|
4427
|
+
type _publicDeleteScheduleItemType = typeof deleteScheduleItem$1;
|
|
4428
|
+
declare const deleteScheduleItem: ReturnType<typeof createRESTModule$a<_publicDeleteScheduleItemType>>;
|
|
4429
|
+
type _publicDiscardDraftType$1 = typeof discardDraft$3;
|
|
4430
|
+
declare const discardDraft$2: ReturnType<typeof createRESTModule$a<_publicDiscardDraftType>>;
|
|
4431
|
+
type _publicPublishDraftType$1 = typeof publishDraft$3;
|
|
4432
|
+
declare const publishDraft$2: ReturnType<typeof createRESTModule$a<_publicPublishDraftType>>;
|
|
4433
|
+
type _publicRescheduleDraftType = typeof rescheduleDraft$1;
|
|
4434
|
+
declare const rescheduleDraft: ReturnType<typeof createRESTModule$a<_publicRescheduleDraftType>>;
|
|
4361
4435
|
|
|
4362
4436
|
type context$a_AddScheduleItemOptions = AddScheduleItemOptions;
|
|
4363
4437
|
type context$a_AddScheduleItemRequest = AddScheduleItemRequest;
|
|
@@ -4401,6 +4475,13 @@ type context$a_UpdateScheduleItemOptions = UpdateScheduleItemOptions;
|
|
|
4401
4475
|
type context$a_UpdateScheduleItemRequest = UpdateScheduleItemRequest;
|
|
4402
4476
|
type context$a_UpdateScheduleItemResponse = UpdateScheduleItemResponse;
|
|
4403
4477
|
type context$a_UpdateScheduleItemResponseNonNullableFields = UpdateScheduleItemResponseNonNullableFields;
|
|
4478
|
+
type context$a__publicAddScheduleItemType = _publicAddScheduleItemType;
|
|
4479
|
+
type context$a__publicDeleteScheduleItemType = _publicDeleteScheduleItemType;
|
|
4480
|
+
type context$a__publicGetScheduleItemType = _publicGetScheduleItemType;
|
|
4481
|
+
type context$a__publicListScheduleItemsType = _publicListScheduleItemsType;
|
|
4482
|
+
type context$a__publicQueryScheduleItemsType = _publicQueryScheduleItemsType;
|
|
4483
|
+
type context$a__publicRescheduleDraftType = _publicRescheduleDraftType;
|
|
4484
|
+
type context$a__publicUpdateScheduleItemType = _publicUpdateScheduleItemType;
|
|
4404
4485
|
declare const context$a_addScheduleItem: typeof addScheduleItem;
|
|
4405
4486
|
declare const context$a_deleteScheduleItem: typeof deleteScheduleItem;
|
|
4406
4487
|
declare const context$a_getScheduleItem: typeof getScheduleItem;
|
|
@@ -4409,7 +4490,7 @@ declare const context$a_queryScheduleItems: typeof queryScheduleItems;
|
|
|
4409
4490
|
declare const context$a_rescheduleDraft: typeof rescheduleDraft;
|
|
4410
4491
|
declare const context$a_updateScheduleItem: typeof updateScheduleItem;
|
|
4411
4492
|
declare namespace context$a {
|
|
4412
|
-
export { type context$a_AddScheduleItemOptions as AddScheduleItemOptions, type context$a_AddScheduleItemRequest as AddScheduleItemRequest, type context$a_AddScheduleItemResponse as AddScheduleItemResponse, type context$a_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type context$a_CreateBookmarkRequest as CreateBookmarkRequest, type context$a_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$6 as Cursors, type context$a_DeleteBookmarkRequest as DeleteBookmarkRequest, type context$a_DeleteBookmarkResponse as DeleteBookmarkResponse, type context$a_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type context$a_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type context$a_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type context$a_GetScheduleItemOptions as GetScheduleItemOptions, type context$a_GetScheduleItemRequest as GetScheduleItemRequest, type context$a_GetScheduleItemResponse as GetScheduleItemResponse, type context$a_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type context$a_ItemsQueryBuilder as ItemsQueryBuilder, type context$a_ItemsQueryResult as ItemsQueryResult, type context$a_ListBookmarksRequest as ListBookmarksRequest, type context$a_ListBookmarksResponse as ListBookmarksResponse, type context$a_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type context$a_ListScheduleItemsOptions as ListScheduleItemsOptions, type context$a_ListScheduleItemsRequest as ListScheduleItemsRequest, type context$a_ListScheduleItemsResponse as ListScheduleItemsResponse, type context$a_ListScheduleItemsResponseNonNullableFields as ListScheduleItemsResponseNonNullableFields, type Paging$6 as Paging, type PagingMetadataV2$6 as PagingMetadataV2, type PublishDraftRequest$1 as PublishDraftRequest, type PublishDraftResponse$1 as PublishDraftResponse, type context$a_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type context$a_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type context$a_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type context$a_RescheduleDraftOptions as RescheduleDraftOptions, type context$a_RescheduleDraftRequest as RescheduleDraftRequest, type context$a_RescheduleDraftResponse as RescheduleDraftResponse, type context$a_ScheduleItem as ScheduleItem, type context$a_ScheduleItemData as ScheduleItemData, type context$a_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, context$a_ScheduleStatus as ScheduleStatus, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, context$a_StateFilter as StateFilter, type context$a_TimeInterval as TimeInterval, type context$a_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type context$a_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type context$a_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type context$a_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, context$a_addScheduleItem as addScheduleItem, context$a_deleteScheduleItem as deleteScheduleItem, discardDraft$
|
|
4493
|
+
export { type context$a_AddScheduleItemOptions as AddScheduleItemOptions, type context$a_AddScheduleItemRequest as AddScheduleItemRequest, type context$a_AddScheduleItemResponse as AddScheduleItemResponse, type context$a_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type context$a_CreateBookmarkRequest as CreateBookmarkRequest, type context$a_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$6 as Cursors, type context$a_DeleteBookmarkRequest as DeleteBookmarkRequest, type context$a_DeleteBookmarkResponse as DeleteBookmarkResponse, type context$a_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type context$a_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type context$a_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type context$a_GetScheduleItemOptions as GetScheduleItemOptions, type context$a_GetScheduleItemRequest as GetScheduleItemRequest, type context$a_GetScheduleItemResponse as GetScheduleItemResponse, type context$a_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type context$a_ItemsQueryBuilder as ItemsQueryBuilder, type context$a_ItemsQueryResult as ItemsQueryResult, type context$a_ListBookmarksRequest as ListBookmarksRequest, type context$a_ListBookmarksResponse as ListBookmarksResponse, type context$a_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type context$a_ListScheduleItemsOptions as ListScheduleItemsOptions, type context$a_ListScheduleItemsRequest as ListScheduleItemsRequest, type context$a_ListScheduleItemsResponse as ListScheduleItemsResponse, type context$a_ListScheduleItemsResponseNonNullableFields as ListScheduleItemsResponseNonNullableFields, type Paging$6 as Paging, type PagingMetadataV2$6 as PagingMetadataV2, type PublishDraftRequest$1 as PublishDraftRequest, type PublishDraftResponse$1 as PublishDraftResponse, type context$a_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type context$a_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type context$a_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type context$a_RescheduleDraftOptions as RescheduleDraftOptions, type context$a_RescheduleDraftRequest as RescheduleDraftRequest, type context$a_RescheduleDraftResponse as RescheduleDraftResponse, type context$a_ScheduleItem as ScheduleItem, type context$a_ScheduleItemData as ScheduleItemData, type context$a_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, context$a_ScheduleStatus as ScheduleStatus, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, context$a_StateFilter as StateFilter, type context$a_TimeInterval as TimeInterval, type context$a_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type context$a_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type context$a_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type context$a_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, type context$a__publicAddScheduleItemType as _publicAddScheduleItemType, type context$a__publicDeleteScheduleItemType as _publicDeleteScheduleItemType, type _publicDiscardDraftType$1 as _publicDiscardDraftType, type context$a__publicGetScheduleItemType as _publicGetScheduleItemType, type context$a__publicListScheduleItemsType as _publicListScheduleItemsType, type _publicPublishDraftType$1 as _publicPublishDraftType, type context$a__publicQueryScheduleItemsType as _publicQueryScheduleItemsType, type context$a__publicRescheduleDraftType as _publicRescheduleDraftType, type context$a__publicUpdateScheduleItemType as _publicUpdateScheduleItemType, context$a_addScheduleItem as addScheduleItem, context$a_deleteScheduleItem as deleteScheduleItem, discardDraft$2 as discardDraft, context$a_getScheduleItem as getScheduleItem, context$a_listScheduleItems as listScheduleItems, publishDraft$2 as publishDraft, context$a_queryScheduleItems as queryScheduleItems, context$a_rescheduleDraft as rescheduleDraft, context$a_updateScheduleItem as updateScheduleItem };
|
|
4413
4494
|
}
|
|
4414
4495
|
|
|
4415
4496
|
/** Staff members are events hosts assigned persons who can perform check-in for tickets owners, sell tickets or add guests manually. */
|
|
@@ -4925,20 +5006,44 @@ interface StaffMembersQueryBuilder {
|
|
|
4925
5006
|
find: () => Promise<StaffMembersQueryResult>;
|
|
4926
5007
|
}
|
|
4927
5008
|
|
|
5009
|
+
declare function createStaffMember$1(httpClient: HttpClient): (staffMember: StaffMember) => Promise<StaffMember & StaffMemberNonNullableFields>;
|
|
5010
|
+
declare function getStaffMember$1(httpClient: HttpClient): (staffMemberId: string, options?: GetStaffMemberOptions) => Promise<StaffMember & StaffMemberNonNullableFields>;
|
|
5011
|
+
declare function updateStaffMember$1(httpClient: HttpClient): (_id: string | null, staffMember: UpdateStaffMember) => Promise<StaffMember & StaffMemberNonNullableFields>;
|
|
5012
|
+
declare function deleteStaffMember$1(httpClient: HttpClient): (staffMemberId: string) => Promise<void>;
|
|
5013
|
+
declare function queryStaffMembers$1(httpClient: HttpClient): (options?: QueryStaffMembersOptions) => StaffMembersQueryBuilder;
|
|
5014
|
+
declare function joinStaffMember$1(httpClient: HttpClient): (joinToken: string) => Promise<JoinStaffMemberResponse & JoinStaffMemberResponseNonNullableFields>;
|
|
5015
|
+
declare function accessStaffMember$1(httpClient: HttpClient): (accessToken: string) => Promise<AccessStaffMemberResponse & AccessStaffMemberResponseNonNullableFields>;
|
|
5016
|
+
declare const onStaffMemberCreated$1: EventDefinition<StaffMemberCreatedEnvelope, "wix.events.staffmembers.v1.staff_member_created">;
|
|
5017
|
+
declare const onStaffMemberUpdated$1: EventDefinition<StaffMemberUpdatedEnvelope, "wix.events.staffmembers.v1.staff_member_updated">;
|
|
5018
|
+
declare const onStaffMemberDeleted$1: EventDefinition<StaffMemberDeletedEnvelope, "wix.events.staffmembers.v1.staff_member_deleted">;
|
|
5019
|
+
|
|
4928
5020
|
declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
4929
5021
|
|
|
4930
5022
|
declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
4931
5023
|
|
|
4932
|
-
|
|
4933
|
-
declare const
|
|
4934
|
-
|
|
4935
|
-
declare const
|
|
4936
|
-
|
|
4937
|
-
declare const
|
|
4938
|
-
|
|
4939
|
-
declare const
|
|
4940
|
-
|
|
4941
|
-
declare const
|
|
5024
|
+
type _publicCreateStaffMemberType = typeof createStaffMember$1;
|
|
5025
|
+
declare const createStaffMember: ReturnType<typeof createRESTModule$9<_publicCreateStaffMemberType>>;
|
|
5026
|
+
type _publicGetStaffMemberType = typeof getStaffMember$1;
|
|
5027
|
+
declare const getStaffMember: ReturnType<typeof createRESTModule$9<_publicGetStaffMemberType>>;
|
|
5028
|
+
type _publicUpdateStaffMemberType = typeof updateStaffMember$1;
|
|
5029
|
+
declare const updateStaffMember: ReturnType<typeof createRESTModule$9<_publicUpdateStaffMemberType>>;
|
|
5030
|
+
type _publicDeleteStaffMemberType = typeof deleteStaffMember$1;
|
|
5031
|
+
declare const deleteStaffMember: ReturnType<typeof createRESTModule$9<_publicDeleteStaffMemberType>>;
|
|
5032
|
+
type _publicQueryStaffMembersType = typeof queryStaffMembers$1;
|
|
5033
|
+
declare const queryStaffMembers: ReturnType<typeof createRESTModule$9<_publicQueryStaffMembersType>>;
|
|
5034
|
+
type _publicJoinStaffMemberType = typeof joinStaffMember$1;
|
|
5035
|
+
declare const joinStaffMember: ReturnType<typeof createRESTModule$9<_publicJoinStaffMemberType>>;
|
|
5036
|
+
type _publicAccessStaffMemberType = typeof accessStaffMember$1;
|
|
5037
|
+
declare const accessStaffMember: ReturnType<typeof createRESTModule$9<_publicAccessStaffMemberType>>;
|
|
5038
|
+
|
|
5039
|
+
type _publicOnStaffMemberCreatedType = typeof onStaffMemberCreated$1;
|
|
5040
|
+
declare const onStaffMemberCreated: ReturnType<typeof createEventModule$8<_publicOnStaffMemberCreatedType>>;
|
|
5041
|
+
|
|
5042
|
+
type _publicOnStaffMemberUpdatedType = typeof onStaffMemberUpdated$1;
|
|
5043
|
+
declare const onStaffMemberUpdated: ReturnType<typeof createEventModule$8<_publicOnStaffMemberUpdatedType>>;
|
|
5044
|
+
|
|
5045
|
+
type _publicOnStaffMemberDeletedType = typeof onStaffMemberDeleted$1;
|
|
5046
|
+
declare const onStaffMemberDeleted: ReturnType<typeof createEventModule$8<_publicOnStaffMemberDeletedType>>;
|
|
4942
5047
|
|
|
4943
5048
|
type context$9_AccessStaffMemberRequest = AccessStaffMemberRequest;
|
|
4944
5049
|
type context$9_AccessStaffMemberResponse = AccessStaffMemberResponse;
|
|
@@ -4977,6 +5082,16 @@ type context$9_UpdateStaffMember = UpdateStaffMember;
|
|
|
4977
5082
|
type context$9_UpdateStaffMemberRequest = UpdateStaffMemberRequest;
|
|
4978
5083
|
type context$9_UpdateStaffMemberResponse = UpdateStaffMemberResponse;
|
|
4979
5084
|
type context$9_UpdateStaffMemberResponseNonNullableFields = UpdateStaffMemberResponseNonNullableFields;
|
|
5085
|
+
type context$9__publicAccessStaffMemberType = _publicAccessStaffMemberType;
|
|
5086
|
+
type context$9__publicCreateStaffMemberType = _publicCreateStaffMemberType;
|
|
5087
|
+
type context$9__publicDeleteStaffMemberType = _publicDeleteStaffMemberType;
|
|
5088
|
+
type context$9__publicGetStaffMemberType = _publicGetStaffMemberType;
|
|
5089
|
+
type context$9__publicJoinStaffMemberType = _publicJoinStaffMemberType;
|
|
5090
|
+
type context$9__publicOnStaffMemberCreatedType = _publicOnStaffMemberCreatedType;
|
|
5091
|
+
type context$9__publicOnStaffMemberDeletedType = _publicOnStaffMemberDeletedType;
|
|
5092
|
+
type context$9__publicOnStaffMemberUpdatedType = _publicOnStaffMemberUpdatedType;
|
|
5093
|
+
type context$9__publicQueryStaffMembersType = _publicQueryStaffMembersType;
|
|
5094
|
+
type context$9__publicUpdateStaffMemberType = _publicUpdateStaffMemberType;
|
|
4980
5095
|
declare const context$9_accessStaffMember: typeof accessStaffMember;
|
|
4981
5096
|
declare const context$9_createStaffMember: typeof createStaffMember;
|
|
4982
5097
|
declare const context$9_deleteStaffMember: typeof deleteStaffMember;
|
|
@@ -4988,7 +5103,7 @@ declare const context$9_onStaffMemberUpdated: typeof onStaffMemberUpdated;
|
|
|
4988
5103
|
declare const context$9_queryStaffMembers: typeof queryStaffMembers;
|
|
4989
5104
|
declare const context$9_updateStaffMember: typeof updateStaffMember;
|
|
4990
5105
|
declare namespace context$9 {
|
|
4991
|
-
export { type context$9_AccessStaffMemberRequest as AccessStaffMemberRequest, type context$9_AccessStaffMemberResponse as AccessStaffMemberResponse, type context$9_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$5 as ActionEvent, type context$9_AllEvents as AllEvents, type BaseEventMetadata$8 as BaseEventMetadata, type context$9_CreateStaffMemberRequest as CreateStaffMemberRequest, type context$9_CreateStaffMemberResponse as CreateStaffMemberResponse, type context$9_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$5 as Cursors, type context$9_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type context$9_DeleteStaffMemberResponse as DeleteStaffMemberResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type ExtendedFields$1 as ExtendedFields, context$9_Fieldset as Fieldset, type context$9_GetStaffMemberOptions as GetStaffMemberOptions, type context$9_GetStaffMemberRequest as GetStaffMemberRequest, type context$9_GetStaffMemberResponse as GetStaffMemberResponse, type context$9_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$9_JoinStaffMemberRequest as JoinStaffMemberRequest, type context$9_JoinStaffMemberResponse as JoinStaffMemberResponse, type context$9_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type context$9_QueryStaffMembersOptions as QueryStaffMembersOptions, type context$9_QueryStaffMembersRequest as QueryStaffMembersRequest, type context$9_QueryStaffMembersResponse as QueryStaffMembersResponse, type context$9_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, context$9_Scope as Scope, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type context$9_SpecificEvents as SpecificEvents, type context$9_StaffMember as StaffMember, type context$9_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type context$9_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type context$9_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type context$9_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type context$9_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type context$9_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type context$9_StaffMembersQueryResult as StaffMembersQueryResult, Status$4 as Status, type context$9_UpdateStaffMember as UpdateStaffMember, type context$9_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type context$9_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type context$9_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, context$9_accessStaffMember as accessStaffMember, context$9_createStaffMember as createStaffMember, context$9_deleteStaffMember as deleteStaffMember, context$9_getStaffMember as getStaffMember, context$9_joinStaffMember as joinStaffMember, context$9_onStaffMemberCreated as onStaffMemberCreated, context$9_onStaffMemberDeleted as onStaffMemberDeleted, context$9_onStaffMemberUpdated as onStaffMemberUpdated, context$9_queryStaffMembers as queryStaffMembers, context$9_updateStaffMember as updateStaffMember };
|
|
5106
|
+
export { type context$9_AccessStaffMemberRequest as AccessStaffMemberRequest, type context$9_AccessStaffMemberResponse as AccessStaffMemberResponse, type context$9_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$5 as ActionEvent, type context$9_AllEvents as AllEvents, type BaseEventMetadata$8 as BaseEventMetadata, type context$9_CreateStaffMemberRequest as CreateStaffMemberRequest, type context$9_CreateStaffMemberResponse as CreateStaffMemberResponse, type context$9_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$5 as Cursors, type context$9_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type context$9_DeleteStaffMemberResponse as DeleteStaffMemberResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type EventMetadata$3 as EventMetadata, type ExtendedFields$1 as ExtendedFields, context$9_Fieldset as Fieldset, type context$9_GetStaffMemberOptions as GetStaffMemberOptions, type context$9_GetStaffMemberRequest as GetStaffMemberRequest, type context$9_GetStaffMemberResponse as GetStaffMemberResponse, type context$9_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$9_JoinStaffMemberRequest as JoinStaffMemberRequest, type context$9_JoinStaffMemberResponse as JoinStaffMemberResponse, type context$9_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type context$9_QueryStaffMembersOptions as QueryStaffMembersOptions, type context$9_QueryStaffMembersRequest as QueryStaffMembersRequest, type context$9_QueryStaffMembersResponse as QueryStaffMembersResponse, type context$9_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, context$9_Scope as Scope, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type context$9_SpecificEvents as SpecificEvents, type context$9_StaffMember as StaffMember, type context$9_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type context$9_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type context$9_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type context$9_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type context$9_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type context$9_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type context$9_StaffMembersQueryResult as StaffMembersQueryResult, Status$4 as Status, type context$9_UpdateStaffMember as UpdateStaffMember, type context$9_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type context$9_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type context$9_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, type context$9__publicAccessStaffMemberType as _publicAccessStaffMemberType, type context$9__publicCreateStaffMemberType as _publicCreateStaffMemberType, type context$9__publicDeleteStaffMemberType as _publicDeleteStaffMemberType, type context$9__publicGetStaffMemberType as _publicGetStaffMemberType, type context$9__publicJoinStaffMemberType as _publicJoinStaffMemberType, type context$9__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type context$9__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type context$9__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, type context$9__publicQueryStaffMembersType as _publicQueryStaffMembersType, type context$9__publicUpdateStaffMemberType as _publicUpdateStaffMemberType, context$9_accessStaffMember as accessStaffMember, context$9_createStaffMember as createStaffMember, context$9_deleteStaffMember as deleteStaffMember, context$9_getStaffMember as getStaffMember, context$9_joinStaffMember as joinStaffMember, context$9_onStaffMemberCreated as onStaffMemberCreated, context$9_onStaffMemberDeleted as onStaffMemberDeleted, context$9_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, context$9_queryStaffMembers as queryStaffMembers, context$9_updateStaffMember as updateStaffMember };
|
|
4992
5107
|
}
|
|
4993
5108
|
|
|
4994
5109
|
interface Category$3 {
|
|
@@ -5000,7 +5115,7 @@ interface Category$3 {
|
|
|
5000
5115
|
/** Category name. */
|
|
5001
5116
|
name?: string;
|
|
5002
5117
|
/**
|
|
5003
|
-
*
|
|
5118
|
+
* Date and time when category was created.
|
|
5004
5119
|
* @readonly
|
|
5005
5120
|
*/
|
|
5006
5121
|
_createdDate?: Date;
|
|
@@ -5091,7 +5206,7 @@ interface BulkActionMetadata {
|
|
|
5091
5206
|
undetailedFailures?: number;
|
|
5092
5207
|
}
|
|
5093
5208
|
interface UpdateCategoryRequest {
|
|
5094
|
-
/** Category update. */
|
|
5209
|
+
/** Category to update. */
|
|
5095
5210
|
category: Category$3;
|
|
5096
5211
|
}
|
|
5097
5212
|
interface UpdateCategoryResponse {
|
|
@@ -5105,7 +5220,7 @@ interface DeleteCategoryRequest {
|
|
|
5105
5220
|
interface DeleteCategoryResponse {
|
|
5106
5221
|
}
|
|
5107
5222
|
interface QueryCategoriesRequest {
|
|
5108
|
-
/**
|
|
5223
|
+
/** Options to use when querying categories. See [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) for more details. */
|
|
5109
5224
|
query: QueryV2$4;
|
|
5110
5225
|
/**
|
|
5111
5226
|
* Predefined sets of fields to return.
|
|
@@ -5194,7 +5309,7 @@ interface BulkAssignEventsRequest {
|
|
|
5194
5309
|
eventId: string[];
|
|
5195
5310
|
}
|
|
5196
5311
|
interface BulkAssignEventsResponse {
|
|
5197
|
-
/**
|
|
5312
|
+
/** Bulk assign results. */
|
|
5198
5313
|
results?: BulkCategoryResult[];
|
|
5199
5314
|
/** Metadata of results. */
|
|
5200
5315
|
bulkActionMetadata?: BulkActionMetadata;
|
|
@@ -5256,9 +5371,9 @@ interface ReorderCategoryEventsRequest extends ReorderCategoryEventsRequestRefer
|
|
|
5256
5371
|
beforeEventId?: string;
|
|
5257
5372
|
/** Move the event after defined `eventId`. */
|
|
5258
5373
|
afterEventId?: string;
|
|
5259
|
-
/** Category ID */
|
|
5374
|
+
/** Category ID. */
|
|
5260
5375
|
categoryId: string;
|
|
5261
|
-
/** Event ID */
|
|
5376
|
+
/** Event ID. */
|
|
5262
5377
|
eventId?: string;
|
|
5263
5378
|
}
|
|
5264
5379
|
/** @oneof */
|
|
@@ -5293,7 +5408,7 @@ interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
|
|
|
5293
5408
|
slug?: string;
|
|
5294
5409
|
/** ID of the entity associated with the event. */
|
|
5295
5410
|
entityId?: string;
|
|
5296
|
-
/** Event timestamp. */
|
|
5411
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
5297
5412
|
eventTime?: Date;
|
|
5298
5413
|
/**
|
|
5299
5414
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -5322,6 +5437,9 @@ interface DomainEventBodyOneOf$4 {
|
|
|
5322
5437
|
interface EntityCreatedEvent$4 {
|
|
5323
5438
|
entity?: string;
|
|
5324
5439
|
}
|
|
5440
|
+
interface RestoreInfo$3 {
|
|
5441
|
+
deletedDate?: Date;
|
|
5442
|
+
}
|
|
5325
5443
|
interface EntityUpdatedEvent$4 {
|
|
5326
5444
|
/**
|
|
5327
5445
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -5433,7 +5551,7 @@ interface UpdateCategory {
|
|
|
5433
5551
|
/** Category name. */
|
|
5434
5552
|
name?: string;
|
|
5435
5553
|
/**
|
|
5436
|
-
*
|
|
5554
|
+
* Date and time when category was created.
|
|
5437
5555
|
* @readonly
|
|
5438
5556
|
*/
|
|
5439
5557
|
_createdDate?: Date;
|
|
@@ -5517,7 +5635,7 @@ interface BulkUnassignEventsAsyncOptions {
|
|
|
5517
5635
|
filter: Record<string, any> | null;
|
|
5518
5636
|
}
|
|
5519
5637
|
interface ReorderCategoryEventsOptions extends ReorderCategoryEventsRequestReferenceEventOneOf {
|
|
5520
|
-
/** Event ID */
|
|
5638
|
+
/** Event ID. */
|
|
5521
5639
|
eventId?: string;
|
|
5522
5640
|
/** Move the event before defined `eventId`. */
|
|
5523
5641
|
beforeEventId?: string;
|
|
@@ -5525,21 +5643,48 @@ interface ReorderCategoryEventsOptions extends ReorderCategoryEventsRequestRefer
|
|
|
5525
5643
|
afterEventId?: string;
|
|
5526
5644
|
}
|
|
5527
5645
|
|
|
5646
|
+
declare function createCategory$1(httpClient: HttpClient): (category: Category$3) => Promise<Category$3 & CategoryNonNullableFields>;
|
|
5647
|
+
declare function bulkCreateCategory$1(httpClient: HttpClient): (categories: Category$3[]) => Promise<BulkCreateCategoryResponse & BulkCreateCategoryResponseNonNullableFields>;
|
|
5648
|
+
declare function updateCategory$1(httpClient: HttpClient): (_id: string, category: UpdateCategory) => Promise<Category$3 & CategoryNonNullableFields>;
|
|
5649
|
+
declare function deleteCategory$1(httpClient: HttpClient): (categoryId: string) => Promise<void>;
|
|
5650
|
+
declare function queryCategories$1(httpClient: HttpClient): (options?: QueryCategoriesOptions) => CategoriesQueryBuilder;
|
|
5651
|
+
declare function assignEvents$1(httpClient: HttpClient): (categoryId: string, eventId: string[]) => Promise<void>;
|
|
5652
|
+
declare function bulkAssignEvents$1(httpClient: HttpClient): (categoryId: string[], options: BulkAssignEventsOptions) => Promise<BulkAssignEventsResponse & BulkAssignEventsResponseNonNullableFields>;
|
|
5653
|
+
declare function bulkAssignEventsAsync$1(httpClient: HttpClient): (categoryId: string[], options: BulkAssignEventsAsyncOptions) => Promise<void>;
|
|
5654
|
+
declare function unassignEvents$1(httpClient: HttpClient): (categoryId: string, eventId: string[]) => Promise<void>;
|
|
5655
|
+
declare function bulkUnassignEvents$1(httpClient: HttpClient): (categoryId: string[], options?: BulkUnassignEventsOptions) => Promise<BulkUnassignEventsResponse & BulkUnassignEventsResponseNonNullableFields>;
|
|
5656
|
+
declare function bulkUnassignEventsAsync$1(httpClient: HttpClient): (categoryId: string[], options: BulkUnassignEventsAsyncOptions) => Promise<void>;
|
|
5657
|
+
declare function listEventCategories$1(httpClient: HttpClient): (eventId: string) => Promise<ListEventCategoriesResponse & ListEventCategoriesResponseNonNullableFields>;
|
|
5658
|
+
declare function reorderCategoryEvents$1(httpClient: HttpClient): (categoryId: string, options?: ReorderCategoryEventsOptions) => Promise<void>;
|
|
5659
|
+
|
|
5528
5660
|
declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
5529
5661
|
|
|
5530
|
-
|
|
5531
|
-
declare const
|
|
5532
|
-
|
|
5533
|
-
declare const
|
|
5534
|
-
|
|
5535
|
-
declare const
|
|
5536
|
-
|
|
5537
|
-
declare const
|
|
5538
|
-
|
|
5539
|
-
declare const
|
|
5540
|
-
|
|
5541
|
-
declare const
|
|
5542
|
-
|
|
5662
|
+
type _publicCreateCategoryType = typeof createCategory$1;
|
|
5663
|
+
declare const createCategory: ReturnType<typeof createRESTModule$8<_publicCreateCategoryType>>;
|
|
5664
|
+
type _publicBulkCreateCategoryType = typeof bulkCreateCategory$1;
|
|
5665
|
+
declare const bulkCreateCategory: ReturnType<typeof createRESTModule$8<_publicBulkCreateCategoryType>>;
|
|
5666
|
+
type _publicUpdateCategoryType = typeof updateCategory$1;
|
|
5667
|
+
declare const updateCategory: ReturnType<typeof createRESTModule$8<_publicUpdateCategoryType>>;
|
|
5668
|
+
type _publicDeleteCategoryType = typeof deleteCategory$1;
|
|
5669
|
+
declare const deleteCategory: ReturnType<typeof createRESTModule$8<_publicDeleteCategoryType>>;
|
|
5670
|
+
type _publicQueryCategoriesType = typeof queryCategories$1;
|
|
5671
|
+
declare const queryCategories: ReturnType<typeof createRESTModule$8<_publicQueryCategoriesType>>;
|
|
5672
|
+
type _publicAssignEventsType = typeof assignEvents$1;
|
|
5673
|
+
declare const assignEvents: ReturnType<typeof createRESTModule$8<_publicAssignEventsType>>;
|
|
5674
|
+
type _publicBulkAssignEventsType = typeof bulkAssignEvents$1;
|
|
5675
|
+
declare const bulkAssignEvents: ReturnType<typeof createRESTModule$8<_publicBulkAssignEventsType>>;
|
|
5676
|
+
type _publicBulkAssignEventsAsyncType = typeof bulkAssignEventsAsync$1;
|
|
5677
|
+
declare const bulkAssignEventsAsync: ReturnType<typeof createRESTModule$8<_publicBulkAssignEventsAsyncType>>;
|
|
5678
|
+
type _publicUnassignEventsType = typeof unassignEvents$1;
|
|
5679
|
+
declare const unassignEvents: ReturnType<typeof createRESTModule$8<_publicUnassignEventsType>>;
|
|
5680
|
+
type _publicBulkUnassignEventsType = typeof bulkUnassignEvents$1;
|
|
5681
|
+
declare const bulkUnassignEvents: ReturnType<typeof createRESTModule$8<_publicBulkUnassignEventsType>>;
|
|
5682
|
+
type _publicBulkUnassignEventsAsyncType = typeof bulkUnassignEventsAsync$1;
|
|
5683
|
+
declare const bulkUnassignEventsAsync: ReturnType<typeof createRESTModule$8<_publicBulkUnassignEventsAsyncType>>;
|
|
5684
|
+
type _publicListEventCategoriesType = typeof listEventCategories$1;
|
|
5685
|
+
declare const listEventCategories: ReturnType<typeof createRESTModule$8<_publicListEventCategoriesType>>;
|
|
5686
|
+
type _publicReorderCategoryEventsType = typeof reorderCategoryEvents$1;
|
|
5687
|
+
declare const reorderCategoryEvents: ReturnType<typeof createRESTModule$8<_publicReorderCategoryEventsType>>;
|
|
5543
5688
|
|
|
5544
5689
|
type context$8_ApplicationError = ApplicationError;
|
|
5545
5690
|
type context$8_AssignEventsRequest = AssignEventsRequest;
|
|
@@ -5591,6 +5736,19 @@ type context$8_UpdateCategory = UpdateCategory;
|
|
|
5591
5736
|
type context$8_UpdateCategoryRequest = UpdateCategoryRequest;
|
|
5592
5737
|
type context$8_UpdateCategoryResponse = UpdateCategoryResponse;
|
|
5593
5738
|
type context$8_UpdateCategoryResponseNonNullableFields = UpdateCategoryResponseNonNullableFields;
|
|
5739
|
+
type context$8__publicAssignEventsType = _publicAssignEventsType;
|
|
5740
|
+
type context$8__publicBulkAssignEventsAsyncType = _publicBulkAssignEventsAsyncType;
|
|
5741
|
+
type context$8__publicBulkAssignEventsType = _publicBulkAssignEventsType;
|
|
5742
|
+
type context$8__publicBulkCreateCategoryType = _publicBulkCreateCategoryType;
|
|
5743
|
+
type context$8__publicBulkUnassignEventsAsyncType = _publicBulkUnassignEventsAsyncType;
|
|
5744
|
+
type context$8__publicBulkUnassignEventsType = _publicBulkUnassignEventsType;
|
|
5745
|
+
type context$8__publicCreateCategoryType = _publicCreateCategoryType;
|
|
5746
|
+
type context$8__publicDeleteCategoryType = _publicDeleteCategoryType;
|
|
5747
|
+
type context$8__publicListEventCategoriesType = _publicListEventCategoriesType;
|
|
5748
|
+
type context$8__publicQueryCategoriesType = _publicQueryCategoriesType;
|
|
5749
|
+
type context$8__publicReorderCategoryEventsType = _publicReorderCategoryEventsType;
|
|
5750
|
+
type context$8__publicUnassignEventsType = _publicUnassignEventsType;
|
|
5751
|
+
type context$8__publicUpdateCategoryType = _publicUpdateCategoryType;
|
|
5594
5752
|
declare const context$8_assignEvents: typeof assignEvents;
|
|
5595
5753
|
declare const context$8_bulkAssignEvents: typeof bulkAssignEvents;
|
|
5596
5754
|
declare const context$8_bulkAssignEventsAsync: typeof bulkAssignEventsAsync;
|
|
@@ -5605,7 +5763,7 @@ declare const context$8_reorderCategoryEvents: typeof reorderCategoryEvents;
|
|
|
5605
5763
|
declare const context$8_unassignEvents: typeof unassignEvents;
|
|
5606
5764
|
declare const context$8_updateCategory: typeof updateCategory;
|
|
5607
5765
|
declare namespace context$8 {
|
|
5608
|
-
export { type ActionEvent$4 as ActionEvent, type context$8_ApplicationError as ApplicationError, type context$8_AssignEventsRequest as AssignEventsRequest, type context$8_AssignEventsResponse as AssignEventsResponse, type context$8_BulkActionMetadata as BulkActionMetadata, type context$8_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type context$8_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type context$8_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type context$8_BulkAssignEventsOptions as BulkAssignEventsOptions, type context$8_BulkAssignEventsRequest as BulkAssignEventsRequest, type context$8_BulkAssignEventsResponse as BulkAssignEventsResponse, type context$8_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type context$8_BulkCategoryResult as BulkCategoryResult, type context$8_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type context$8_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type context$8_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type context$8_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type context$8_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type context$8_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type context$8_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type context$8_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type context$8_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type context$8_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type context$8_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$8_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, context$8_CategoryFieldset as CategoryFieldset, type context$8_CategoryNonNullableFields as CategoryNonNullableFields, type context$8_CreateCategoryRequest as CreateCategoryRequest, type context$8_CreateCategoryResponse as CreateCategoryResponse, type context$8_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$4 as Cursors, type context$8_DeleteCategoryRequest as DeleteCategoryRequest, type context$8_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type context$8_ItemMetadata as ItemMetadata, type context$8_ListEventCategoriesRequest as ListEventCategoriesRequest, type context$8_ListEventCategoriesResponse as ListEventCategoriesResponse, type context$8_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type context$8_QueryCategoriesOptions as QueryCategoriesOptions, type context$8_QueryCategoriesRequest as QueryCategoriesRequest, type context$8_QueryCategoriesResponse as QueryCategoriesResponse, type context$8_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type context$8_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type context$8_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type context$8_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type context$8_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, State$6 as State, type context$8_UnassignEventsRequest as UnassignEventsRequest, type context$8_UnassignEventsResponse as UnassignEventsResponse, type context$8_UpdateCategory as UpdateCategory, type context$8_UpdateCategoryRequest as UpdateCategoryRequest, type context$8_UpdateCategoryResponse as UpdateCategoryResponse, type context$8_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, context$8_assignEvents as assignEvents, context$8_bulkAssignEvents as bulkAssignEvents, context$8_bulkAssignEventsAsync as bulkAssignEventsAsync, context$8_bulkCreateCategory as bulkCreateCategory, context$8_bulkUnassignEvents as bulkUnassignEvents, context$8_bulkUnassignEventsAsync as bulkUnassignEventsAsync, context$8_createCategory as createCategory, context$8_deleteCategory as deleteCategory, context$8_listEventCategories as listEventCategories, context$8_queryCategories as queryCategories, context$8_reorderCategoryEvents as reorderCategoryEvents, context$8_unassignEvents as unassignEvents, context$8_updateCategory as updateCategory };
|
|
5766
|
+
export { type ActionEvent$4 as ActionEvent, type context$8_ApplicationError as ApplicationError, type context$8_AssignEventsRequest as AssignEventsRequest, type context$8_AssignEventsResponse as AssignEventsResponse, type context$8_BulkActionMetadata as BulkActionMetadata, type context$8_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type context$8_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type context$8_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type context$8_BulkAssignEventsOptions as BulkAssignEventsOptions, type context$8_BulkAssignEventsRequest as BulkAssignEventsRequest, type context$8_BulkAssignEventsResponse as BulkAssignEventsResponse, type context$8_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type context$8_BulkCategoryResult as BulkCategoryResult, type context$8_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type context$8_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type context$8_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type context$8_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type context$8_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type context$8_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type context$8_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type context$8_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type context$8_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type context$8_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type context$8_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$8_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, context$8_CategoryFieldset as CategoryFieldset, type context$8_CategoryNonNullableFields as CategoryNonNullableFields, type context$8_CreateCategoryRequest as CreateCategoryRequest, type context$8_CreateCategoryResponse as CreateCategoryResponse, type context$8_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$4 as Cursors, type context$8_DeleteCategoryRequest as DeleteCategoryRequest, type context$8_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type context$8_ItemMetadata as ItemMetadata, type context$8_ListEventCategoriesRequest as ListEventCategoriesRequest, type context$8_ListEventCategoriesResponse as ListEventCategoriesResponse, type context$8_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type context$8_QueryCategoriesOptions as QueryCategoriesOptions, type context$8_QueryCategoriesRequest as QueryCategoriesRequest, type context$8_QueryCategoriesResponse as QueryCategoriesResponse, type context$8_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type context$8_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type context$8_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type context$8_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type context$8_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$3 as RestoreInfo, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, State$6 as State, type context$8_UnassignEventsRequest as UnassignEventsRequest, type context$8_UnassignEventsResponse as UnassignEventsResponse, type context$8_UpdateCategory as UpdateCategory, type context$8_UpdateCategoryRequest as UpdateCategoryRequest, type context$8_UpdateCategoryResponse as UpdateCategoryResponse, type context$8_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, type context$8__publicAssignEventsType as _publicAssignEventsType, type context$8__publicBulkAssignEventsAsyncType as _publicBulkAssignEventsAsyncType, type context$8__publicBulkAssignEventsType as _publicBulkAssignEventsType, type context$8__publicBulkCreateCategoryType as _publicBulkCreateCategoryType, type context$8__publicBulkUnassignEventsAsyncType as _publicBulkUnassignEventsAsyncType, type context$8__publicBulkUnassignEventsType as _publicBulkUnassignEventsType, type context$8__publicCreateCategoryType as _publicCreateCategoryType, type context$8__publicDeleteCategoryType as _publicDeleteCategoryType, type context$8__publicListEventCategoriesType as _publicListEventCategoriesType, type context$8__publicQueryCategoriesType as _publicQueryCategoriesType, type context$8__publicReorderCategoryEventsType as _publicReorderCategoryEventsType, type context$8__publicUnassignEventsType as _publicUnassignEventsType, type context$8__publicUpdateCategoryType as _publicUpdateCategoryType, context$8_assignEvents as assignEvents, context$8_bulkAssignEvents as bulkAssignEvents, context$8_bulkAssignEventsAsync as bulkAssignEventsAsync, context$8_bulkCreateCategory as bulkCreateCategory, context$8_bulkUnassignEvents as bulkUnassignEvents, context$8_bulkUnassignEventsAsync as bulkUnassignEventsAsync, context$8_createCategory as createCategory, context$8_deleteCategory as deleteCategory, context$8_listEventCategories as listEventCategories, context$8_queryCategories as queryCategories, context$8_reorderCategoryEvents as reorderCategoryEvents, context$8_unassignEvents as unassignEvents, context$8_updateCategory as updateCategory };
|
|
5609
5767
|
}
|
|
5610
5768
|
|
|
5611
5769
|
/**
|
|
@@ -6569,14 +6727,14 @@ interface SiteUrl$2 {
|
|
|
6569
6727
|
}
|
|
6570
6728
|
interface Dashboard$4 {
|
|
6571
6729
|
/** Guest RSVP summary. */
|
|
6572
|
-
rsvpSummary?: RsvpSummary$
|
|
6730
|
+
rsvpSummary?: RsvpSummary$3;
|
|
6573
6731
|
/**
|
|
6574
6732
|
* Summary of revenue and tickets sold.
|
|
6575
6733
|
* (Archived orders are not included).
|
|
6576
6734
|
*/
|
|
6577
6735
|
ticketingSummary?: TicketingSummary$2;
|
|
6578
6736
|
}
|
|
6579
|
-
interface RsvpSummary$
|
|
6737
|
+
interface RsvpSummary$3 {
|
|
6580
6738
|
/** Total number of RSVPs. */
|
|
6581
6739
|
total?: number;
|
|
6582
6740
|
/** Number of RSVPs with status `YES`. */
|
|
@@ -6738,26 +6896,33 @@ interface Category$2 {
|
|
|
6738
6896
|
/** Category name. */
|
|
6739
6897
|
name?: string;
|
|
6740
6898
|
/**
|
|
6741
|
-
*
|
|
6899
|
+
* Date and time when category was created.
|
|
6742
6900
|
* @readonly
|
|
6743
6901
|
*/
|
|
6744
6902
|
_createdDate?: Date;
|
|
6745
6903
|
/**
|
|
6746
|
-
*
|
|
6904
|
+
* The total number of draft and published events assigned to the category.
|
|
6747
6905
|
* @readonly
|
|
6748
6906
|
*/
|
|
6749
6907
|
counts?: CategoryCounts$2;
|
|
6750
6908
|
/**
|
|
6751
|
-
* Category state.
|
|
6752
|
-
*
|
|
6753
|
-
*
|
|
6909
|
+
* Category state. Possible values:
|
|
6910
|
+
*
|
|
6911
|
+
* `MANUAL`: Category is created manually by the user.
|
|
6912
|
+
* `AUTO`: Category is created automatically.
|
|
6913
|
+
* `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
|
|
6914
|
+
* `HIDDEN`: Category can't be seen.
|
|
6915
|
+
*
|
|
6916
|
+
* Default: `MANUAL`.
|
|
6917
|
+
*
|
|
6918
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
6754
6919
|
*/
|
|
6755
6920
|
states?: State$5[];
|
|
6756
6921
|
}
|
|
6757
6922
|
interface CategoryCounts$2 {
|
|
6758
|
-
/**
|
|
6923
|
+
/** Total number of draft events assigned to the category. */
|
|
6759
6924
|
assignedEventsCount?: number | null;
|
|
6760
|
-
/**
|
|
6925
|
+
/** Total number of published events assigned to the category. Deleted events are excluded. */
|
|
6761
6926
|
assignedDraftEventsCount?: number | null;
|
|
6762
6927
|
}
|
|
6763
6928
|
declare enum State$5 {
|
|
@@ -7069,18 +7234,36 @@ interface UpdateMessagesOptions {
|
|
|
7069
7234
|
messages?: FormMessages$2;
|
|
7070
7235
|
}
|
|
7071
7236
|
|
|
7237
|
+
declare function getForm$1(httpClient: HttpClient): (eventId: string) => Promise<Form$2 & FormNonNullableFields$1>;
|
|
7238
|
+
declare function addControl$1(httpClient: HttpClient): (eventId: string, options?: AddControlOptions) => Promise<AddControlResponse & AddControlResponseNonNullableFields>;
|
|
7239
|
+
declare function updateControl$1(httpClient: HttpClient): (identifiers: UpdateControlIdentifiers, options?: UpdateControlOptions) => Promise<UpdateControlResponse & UpdateControlResponseNonNullableFields>;
|
|
7240
|
+
declare function deleteControl$1(httpClient: HttpClient): (identifiers: DeleteControlIdentifiers) => Promise<DeleteControlResponse & DeleteControlResponseNonNullableFields>;
|
|
7241
|
+
declare function updateMessages$1(httpClient: HttpClient): (eventId: string, options?: UpdateMessagesOptions) => Promise<UpdateMessagesResponse & UpdateMessagesResponseNonNullableFields>;
|
|
7242
|
+
declare function publishDraft$1(httpClient: HttpClient): (eventId: string) => Promise<PublishDraftResponse & PublishDraftResponseNonNullableFields>;
|
|
7243
|
+
declare function discardDraft$1(httpClient: HttpClient): (eventId: string) => Promise<void>;
|
|
7244
|
+
declare const onFormEventUpdated$1: EventDefinition<FormEventUpdatedEnvelope, "wix.events.events.EventUpdated">;
|
|
7245
|
+
|
|
7072
7246
|
declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
7073
7247
|
|
|
7074
7248
|
declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
7075
7249
|
|
|
7076
|
-
|
|
7077
|
-
declare const
|
|
7078
|
-
|
|
7079
|
-
declare const
|
|
7080
|
-
|
|
7081
|
-
declare const
|
|
7082
|
-
|
|
7083
|
-
declare const
|
|
7250
|
+
type _publicGetFormType = typeof getForm$1;
|
|
7251
|
+
declare const getForm: ReturnType<typeof createRESTModule$7<_publicGetFormType>>;
|
|
7252
|
+
type _publicAddControlType = typeof addControl$1;
|
|
7253
|
+
declare const addControl: ReturnType<typeof createRESTModule$7<_publicAddControlType>>;
|
|
7254
|
+
type _publicUpdateControlType = typeof updateControl$1;
|
|
7255
|
+
declare const updateControl: ReturnType<typeof createRESTModule$7<_publicUpdateControlType>>;
|
|
7256
|
+
type _publicDeleteControlType = typeof deleteControl$1;
|
|
7257
|
+
declare const deleteControl: ReturnType<typeof createRESTModule$7<_publicDeleteControlType>>;
|
|
7258
|
+
type _publicUpdateMessagesType = typeof updateMessages$1;
|
|
7259
|
+
declare const updateMessages: ReturnType<typeof createRESTModule$7<_publicUpdateMessagesType>>;
|
|
7260
|
+
type _publicPublishDraftType = typeof publishDraft$1;
|
|
7261
|
+
declare const publishDraft: ReturnType<typeof createRESTModule$7<_publicPublishDraftType>>;
|
|
7262
|
+
type _publicDiscardDraftType = typeof discardDraft$1;
|
|
7263
|
+
declare const discardDraft: ReturnType<typeof createRESTModule$7<_publicDiscardDraftType>>;
|
|
7264
|
+
|
|
7265
|
+
type _publicOnFormEventUpdatedType = typeof onFormEventUpdated$1;
|
|
7266
|
+
declare const onFormEventUpdated: ReturnType<typeof createEventModule$7<_publicOnFormEventUpdatedType>>;
|
|
7084
7267
|
|
|
7085
7268
|
type context$7_AddControlOptions = AddControlOptions;
|
|
7086
7269
|
type context$7_AddControlRequest = AddControlRequest;
|
|
@@ -7126,6 +7309,14 @@ type context$7_UpdateMessagesOptions = UpdateMessagesOptions;
|
|
|
7126
7309
|
type context$7_UpdateMessagesRequest = UpdateMessagesRequest;
|
|
7127
7310
|
type context$7_UpdateMessagesResponse = UpdateMessagesResponse;
|
|
7128
7311
|
type context$7_UpdateMessagesResponseNonNullableFields = UpdateMessagesResponseNonNullableFields;
|
|
7312
|
+
type context$7__publicAddControlType = _publicAddControlType;
|
|
7313
|
+
type context$7__publicDeleteControlType = _publicDeleteControlType;
|
|
7314
|
+
type context$7__publicDiscardDraftType = _publicDiscardDraftType;
|
|
7315
|
+
type context$7__publicGetFormType = _publicGetFormType;
|
|
7316
|
+
type context$7__publicOnFormEventUpdatedType = _publicOnFormEventUpdatedType;
|
|
7317
|
+
type context$7__publicPublishDraftType = _publicPublishDraftType;
|
|
7318
|
+
type context$7__publicUpdateControlType = _publicUpdateControlType;
|
|
7319
|
+
type context$7__publicUpdateMessagesType = _publicUpdateMessagesType;
|
|
7129
7320
|
declare const context$7_addControl: typeof addControl;
|
|
7130
7321
|
declare const context$7_deleteControl: typeof deleteControl;
|
|
7131
7322
|
declare const context$7_discardDraft: typeof discardDraft;
|
|
@@ -7135,7 +7326,7 @@ declare const context$7_publishDraft: typeof publishDraft;
|
|
|
7135
7326
|
declare const context$7_updateControl: typeof updateControl;
|
|
7136
7327
|
declare const context$7_updateMessages: typeof updateMessages;
|
|
7137
7328
|
declare namespace context$7 {
|
|
7138
|
-
export { type ActionEvent$3 as ActionEvent, type context$7_AddControlOptions as AddControlOptions, type context$7_AddControlRequest as AddControlRequest, type context$7_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type context$7_AddControlResponse as AddControlResponse, type context$7_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type context$7_AdditionalGuestsControl as AdditionalGuestsControl, type Address$6 as Address, type context$7_AddressControl as AddressControl, type context$7_AddressControlLabels as AddressControlLabels, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$7 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type context$7_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type context$7_DateControl as DateControl, type context$7_DeleteControlIdentifiers as DeleteControlIdentifiers, type context$7_DeleteControlRequest as DeleteControlRequest, type context$7_DeleteControlResponse as DeleteControlResponse, type context$7_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type context$7_DiscardDraftRequest as DiscardDraftRequest, type context$7_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$7_DropdownControl as DropdownControl, type context$7_EmailControl as EmailControl, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$3 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type context$7_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type context$7_FormInputControlAdded as FormInputControlAdded, type context$7_FormInputControlDeleted as FormInputControlDeleted, type context$7_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type context$7_GetFormRequest as GetFormRequest, type context$7_GetFormResponse as GetFormResponse, type context$7_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type context$7_Labels as Labels, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type MessageEnvelope$7 as MessageEnvelope, type Money$5 as Money, type context$7_NameControl as NameControl, type context$7_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$3 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type context$7_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type context$7_PublishDraftRequest as PublishDraftRequest, type context$7_PublishDraftResponse as PublishDraftResponse, type context$7_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type context$7_RadioButtonControl as RadioButtonControl, type Recurrences$3 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$2 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$
|
|
7329
|
+
export { type ActionEvent$3 as ActionEvent, type context$7_AddControlOptions as AddControlOptions, type context$7_AddControlRequest as AddControlRequest, type context$7_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type context$7_AddControlResponse as AddControlResponse, type context$7_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type context$7_AdditionalGuestsControl as AdditionalGuestsControl, type Address$6 as Address, type context$7_AddressControl as AddressControl, type context$7_AddressControlLabels as AddressControlLabels, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$7 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type context$7_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type context$7_DateControl as DateControl, type context$7_DeleteControlIdentifiers as DeleteControlIdentifiers, type context$7_DeleteControlRequest as DeleteControlRequest, type context$7_DeleteControlResponse as DeleteControlResponse, type context$7_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type context$7_DiscardDraftRequest as DiscardDraftRequest, type context$7_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$7_DropdownControl as DropdownControl, type context$7_EmailControl as EmailControl, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$3 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type context$7_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type context$7_FormInputControlAdded as FormInputControlAdded, type context$7_FormInputControlDeleted as FormInputControlDeleted, type context$7_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type context$7_GetFormRequest as GetFormRequest, type context$7_GetFormResponse as GetFormResponse, type context$7_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type context$7_Labels as Labels, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type MessageEnvelope$7 as MessageEnvelope, type Money$5 as Money, type context$7_NameControl as NameControl, type context$7_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$3 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type context$7_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type context$7_PublishDraftRequest as PublishDraftRequest, type context$7_PublishDraftResponse as PublishDraftResponse, type context$7_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type context$7_RadioButtonControl as RadioButtonControl, type Recurrences$3 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$2 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$3 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$2 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$3 as Status, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type context$7_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type context$7_UpdateControlIdentifiers as UpdateControlIdentifiers, type context$7_UpdateControlOptions as UpdateControlOptions, type context$7_UpdateControlRequest as UpdateControlRequest, type context$7_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type context$7_UpdateControlResponse as UpdateControlResponse, type context$7_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type context$7_UpdateMessagesOptions as UpdateMessagesOptions, type context$7_UpdateMessagesRequest as UpdateMessagesRequest, type context$7_UpdateMessagesResponse as UpdateMessagesResponse, type context$7_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$7 as WebhookIdentityType, type context$7__publicAddControlType as _publicAddControlType, type context$7__publicDeleteControlType as _publicDeleteControlType, type context$7__publicDiscardDraftType as _publicDiscardDraftType, type context$7__publicGetFormType as _publicGetFormType, type context$7__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, type context$7__publicPublishDraftType as _publicPublishDraftType, type context$7__publicUpdateControlType as _publicUpdateControlType, type context$7__publicUpdateMessagesType as _publicUpdateMessagesType, context$7_addControl as addControl, context$7_deleteControl as deleteControl, context$7_discardDraft as discardDraft, context$7_getForm as getForm, context$7_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, context$7_publishDraft as publishDraft, context$7_updateControl as updateControl, context$7_updateMessages as updateMessages };
|
|
7139
7330
|
}
|
|
7140
7331
|
|
|
7141
7332
|
interface Order {
|
|
@@ -9149,31 +9340,80 @@ interface PosCheckoutOptions {
|
|
|
9149
9340
|
paymentDetailsId?: string | null;
|
|
9150
9341
|
}
|
|
9151
9342
|
|
|
9343
|
+
declare function listOrders$1(httpClient: HttpClient): (options?: ListOrdersOptions) => Promise<ListOrdersResponse & ListOrdersResponseNonNullableFields>;
|
|
9344
|
+
declare function getOrder$1(httpClient: HttpClient): (identifiers: GetOrderIdentifiers, options?: GetOrderOptions) => Promise<Order & OrderNonNullableFields>;
|
|
9345
|
+
declare function updateOrder$1(httpClient: HttpClient): (identifiers: UpdateOrderIdentifiers, options?: UpdateOrderOptions) => Promise<UpdateOrderResponse & UpdateOrderResponseNonNullableFields>;
|
|
9346
|
+
declare function bulkUpdateOrders$1(httpClient: HttpClient): (eventId: string, options?: BulkUpdateOrdersOptions) => Promise<BulkUpdateOrdersResponse & BulkUpdateOrdersResponseNonNullableFields>;
|
|
9347
|
+
declare function confirmOrder$1(httpClient: HttpClient): (eventId: string, options?: ConfirmOrderOptions) => Promise<ConfirmOrderResponse & ConfirmOrderResponseNonNullableFields>;
|
|
9348
|
+
declare function getSummary$1(httpClient: HttpClient): (options?: GetSummaryOptions) => Promise<GetSummaryResponse & GetSummaryResponseNonNullableFields>;
|
|
9349
|
+
declare function getCheckoutOptions$1(httpClient: HttpClient): () => Promise<GetCheckoutOptionsResponse & GetCheckoutOptionsResponseNonNullableFields>;
|
|
9350
|
+
declare function listAvailableTickets$1(httpClient: HttpClient): (options?: ListAvailableTicketsOptions) => Promise<ListAvailableTicketsResponse & ListAvailableTicketsResponseNonNullableFields>;
|
|
9351
|
+
declare function queryAvailableTickets$1(httpClient: HttpClient): (options?: QueryAvailableTicketsOptions) => Promise<QueryAvailableTicketsResponse & QueryAvailableTicketsResponseNonNullableFields>;
|
|
9352
|
+
declare function createReservation$1(httpClient: HttpClient): (eventId: string, options?: CreateReservationOptions) => Promise<CreateReservationResponse & CreateReservationResponseNonNullableFields>;
|
|
9353
|
+
declare function cancelReservation$1(httpClient: HttpClient): (_id: string, eventId: string) => Promise<void>;
|
|
9354
|
+
declare function getInvoice$1(httpClient: HttpClient): (reservationId: string, eventId: string, options?: GetInvoiceOptions) => Promise<GetInvoiceResponse & GetInvoiceResponseNonNullableFields>;
|
|
9355
|
+
declare function checkout$1(httpClient: HttpClient): (eventId: string, options?: CheckoutOptionsForRequest) => Promise<CheckoutResponse & CheckoutResponseNonNullableFields>;
|
|
9356
|
+
declare function updateCheckout$1(httpClient: HttpClient): (orderNumber: string, eventId: string, options?: UpdateCheckoutOptions) => Promise<UpdateCheckoutResponse & UpdateCheckoutResponseNonNullableFields>;
|
|
9357
|
+
declare function posCheckout$1(httpClient: HttpClient): (eventId: string, options?: PosCheckoutOptions) => Promise<PosCheckoutResponse & PosCheckoutResponseNonNullableFields>;
|
|
9358
|
+
declare const onOrderDeleted$1: EventDefinition<OrderDeletedEnvelope, "wix.events.ticketing.events.OrderDeleted">;
|
|
9359
|
+
declare const onOrderUpdated$1: EventDefinition<OrderUpdatedEnvelope, "wix.events.ticketing.events.OrderUpdated">;
|
|
9360
|
+
declare const onOrderConfirmed$1: EventDefinition<OrderConfirmedEnvelope, "wix.events.ticketing.events.OrderConfirmed">;
|
|
9361
|
+
declare const onOrderReservationCreated$1: EventDefinition<OrderReservationCreatedEnvelope, "wix.events.ticketing.events.ReservationCreated">;
|
|
9362
|
+
declare const onOrderReservationUpdated$1: EventDefinition<OrderReservationUpdatedEnvelope, "wix.events.ticketing.events.ReservationUpdated">;
|
|
9363
|
+
declare const onOrderInitiated$1: EventDefinition<OrderInitiatedEnvelope, "wix.events.ticketing.events.OrderInitiated">;
|
|
9364
|
+
|
|
9152
9365
|
declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
9153
9366
|
|
|
9154
9367
|
declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
9155
9368
|
|
|
9156
|
-
|
|
9157
|
-
declare const
|
|
9158
|
-
|
|
9159
|
-
declare const
|
|
9160
|
-
|
|
9161
|
-
declare const
|
|
9162
|
-
|
|
9163
|
-
declare const
|
|
9164
|
-
|
|
9165
|
-
declare const
|
|
9166
|
-
|
|
9167
|
-
declare const
|
|
9168
|
-
|
|
9169
|
-
declare const
|
|
9170
|
-
|
|
9171
|
-
declare const
|
|
9172
|
-
|
|
9173
|
-
declare const
|
|
9174
|
-
|
|
9175
|
-
declare const
|
|
9176
|
-
|
|
9369
|
+
type _publicListOrdersType = typeof listOrders$1;
|
|
9370
|
+
declare const listOrders: ReturnType<typeof createRESTModule$6<_publicListOrdersType>>;
|
|
9371
|
+
type _publicGetOrderType = typeof getOrder$1;
|
|
9372
|
+
declare const getOrder: ReturnType<typeof createRESTModule$6<_publicGetOrderType>>;
|
|
9373
|
+
type _publicUpdateOrderType = typeof updateOrder$1;
|
|
9374
|
+
declare const updateOrder: ReturnType<typeof createRESTModule$6<_publicUpdateOrderType>>;
|
|
9375
|
+
type _publicBulkUpdateOrdersType = typeof bulkUpdateOrders$1;
|
|
9376
|
+
declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$6<_publicBulkUpdateOrdersType>>;
|
|
9377
|
+
type _publicConfirmOrderType = typeof confirmOrder$1;
|
|
9378
|
+
declare const confirmOrder: ReturnType<typeof createRESTModule$6<_publicConfirmOrderType>>;
|
|
9379
|
+
type _publicGetSummaryType = typeof getSummary$1;
|
|
9380
|
+
declare const getSummary: ReturnType<typeof createRESTModule$6<_publicGetSummaryType>>;
|
|
9381
|
+
type _publicGetCheckoutOptionsType = typeof getCheckoutOptions$1;
|
|
9382
|
+
declare const getCheckoutOptions: ReturnType<typeof createRESTModule$6<_publicGetCheckoutOptionsType>>;
|
|
9383
|
+
type _publicListAvailableTicketsType = typeof listAvailableTickets$1;
|
|
9384
|
+
declare const listAvailableTickets: ReturnType<typeof createRESTModule$6<_publicListAvailableTicketsType>>;
|
|
9385
|
+
type _publicQueryAvailableTicketsType = typeof queryAvailableTickets$1;
|
|
9386
|
+
declare const queryAvailableTickets: ReturnType<typeof createRESTModule$6<_publicQueryAvailableTicketsType>>;
|
|
9387
|
+
type _publicCreateReservationType = typeof createReservation$1;
|
|
9388
|
+
declare const createReservation: ReturnType<typeof createRESTModule$6<_publicCreateReservationType>>;
|
|
9389
|
+
type _publicCancelReservationType = typeof cancelReservation$1;
|
|
9390
|
+
declare const cancelReservation: ReturnType<typeof createRESTModule$6<_publicCancelReservationType>>;
|
|
9391
|
+
type _publicGetInvoiceType = typeof getInvoice$1;
|
|
9392
|
+
declare const getInvoice: ReturnType<typeof createRESTModule$6<_publicGetInvoiceType>>;
|
|
9393
|
+
type _publicCheckoutType = typeof checkout$1;
|
|
9394
|
+
declare const checkout: ReturnType<typeof createRESTModule$6<_publicCheckoutType>>;
|
|
9395
|
+
type _publicUpdateCheckoutType = typeof updateCheckout$1;
|
|
9396
|
+
declare const updateCheckout: ReturnType<typeof createRESTModule$6<_publicUpdateCheckoutType>>;
|
|
9397
|
+
type _publicPosCheckoutType = typeof posCheckout$1;
|
|
9398
|
+
declare const posCheckout: ReturnType<typeof createRESTModule$6<_publicPosCheckoutType>>;
|
|
9399
|
+
|
|
9400
|
+
type _publicOnOrderDeletedType = typeof onOrderDeleted$1;
|
|
9401
|
+
declare const onOrderDeleted: ReturnType<typeof createEventModule$6<_publicOnOrderDeletedType>>;
|
|
9402
|
+
|
|
9403
|
+
type _publicOnOrderUpdatedType = typeof onOrderUpdated$1;
|
|
9404
|
+
declare const onOrderUpdated: ReturnType<typeof createEventModule$6<_publicOnOrderUpdatedType>>;
|
|
9405
|
+
|
|
9406
|
+
type _publicOnOrderConfirmedType = typeof onOrderConfirmed$1;
|
|
9407
|
+
declare const onOrderConfirmed: ReturnType<typeof createEventModule$6<_publicOnOrderConfirmedType>>;
|
|
9408
|
+
|
|
9409
|
+
type _publicOnOrderReservationCreatedType = typeof onOrderReservationCreated$1;
|
|
9410
|
+
declare const onOrderReservationCreated: ReturnType<typeof createEventModule$6<_publicOnOrderReservationCreatedType>>;
|
|
9411
|
+
|
|
9412
|
+
type _publicOnOrderReservationUpdatedType = typeof onOrderReservationUpdated$1;
|
|
9413
|
+
declare const onOrderReservationUpdated: ReturnType<typeof createEventModule$6<_publicOnOrderReservationUpdatedType>>;
|
|
9414
|
+
|
|
9415
|
+
type _publicOnOrderInitiatedType = typeof onOrderInitiated$1;
|
|
9416
|
+
declare const onOrderInitiated: ReturnType<typeof createEventModule$6<_publicOnOrderInitiatedType>>;
|
|
9177
9417
|
|
|
9178
9418
|
type context$6_BulkUpdateOrdersOptions = BulkUpdateOrdersOptions;
|
|
9179
9419
|
type context$6_BulkUpdateOrdersRequest = BulkUpdateOrdersRequest;
|
|
@@ -9286,6 +9526,27 @@ type context$6_UpdateOrderOptions = UpdateOrderOptions;
|
|
|
9286
9526
|
type context$6_UpdateOrderRequest = UpdateOrderRequest;
|
|
9287
9527
|
type context$6_UpdateOrderResponse = UpdateOrderResponse;
|
|
9288
9528
|
type context$6_UpdateOrderResponseNonNullableFields = UpdateOrderResponseNonNullableFields;
|
|
9529
|
+
type context$6__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
|
|
9530
|
+
type context$6__publicCancelReservationType = _publicCancelReservationType;
|
|
9531
|
+
type context$6__publicCheckoutType = _publicCheckoutType;
|
|
9532
|
+
type context$6__publicConfirmOrderType = _publicConfirmOrderType;
|
|
9533
|
+
type context$6__publicCreateReservationType = _publicCreateReservationType;
|
|
9534
|
+
type context$6__publicGetCheckoutOptionsType = _publicGetCheckoutOptionsType;
|
|
9535
|
+
type context$6__publicGetInvoiceType = _publicGetInvoiceType;
|
|
9536
|
+
type context$6__publicGetOrderType = _publicGetOrderType;
|
|
9537
|
+
type context$6__publicGetSummaryType = _publicGetSummaryType;
|
|
9538
|
+
type context$6__publicListAvailableTicketsType = _publicListAvailableTicketsType;
|
|
9539
|
+
type context$6__publicListOrdersType = _publicListOrdersType;
|
|
9540
|
+
type context$6__publicOnOrderConfirmedType = _publicOnOrderConfirmedType;
|
|
9541
|
+
type context$6__publicOnOrderDeletedType = _publicOnOrderDeletedType;
|
|
9542
|
+
type context$6__publicOnOrderInitiatedType = _publicOnOrderInitiatedType;
|
|
9543
|
+
type context$6__publicOnOrderReservationCreatedType = _publicOnOrderReservationCreatedType;
|
|
9544
|
+
type context$6__publicOnOrderReservationUpdatedType = _publicOnOrderReservationUpdatedType;
|
|
9545
|
+
type context$6__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
|
|
9546
|
+
type context$6__publicPosCheckoutType = _publicPosCheckoutType;
|
|
9547
|
+
type context$6__publicQueryAvailableTicketsType = _publicQueryAvailableTicketsType;
|
|
9548
|
+
type context$6__publicUpdateCheckoutType = _publicUpdateCheckoutType;
|
|
9549
|
+
type context$6__publicUpdateOrderType = _publicUpdateOrderType;
|
|
9289
9550
|
declare const context$6_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
9290
9551
|
declare const context$6_cancelReservation: typeof cancelReservation;
|
|
9291
9552
|
declare const context$6_checkout: typeof checkout;
|
|
@@ -9308,7 +9569,7 @@ declare const context$6_queryAvailableTickets: typeof queryAvailableTickets;
|
|
|
9308
9569
|
declare const context$6_updateCheckout: typeof updateCheckout;
|
|
9309
9570
|
declare const context$6_updateOrder: typeof updateOrder;
|
|
9310
9571
|
declare namespace context$6 {
|
|
9311
|
-
export { type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, type BaseEventMetadata$6 as BaseEventMetadata, type context$6_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$6_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$6_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$6_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type context$6_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type context$6_CancelReservationRequest as CancelReservationRequest, type context$6_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type context$6_CheckoutOptions as CheckoutOptions, type context$6_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type context$6_CheckoutRequest as CheckoutRequest, type context$6_CheckoutResponse as CheckoutResponse, type context$6_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type context$6_ConfirmOrderOptions as ConfirmOrderOptions, type context$6_ConfirmOrderRequest as ConfirmOrderRequest, type context$6_ConfirmOrderResponse as ConfirmOrderResponse, type context$6_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type context$6_CouponDiscount as CouponDiscount, type context$6_CreateReservationOptions as CreateReservationOptions, type context$6_CreateReservationRequest as CreateReservationRequest, type context$6_CreateReservationResponse as CreateReservationResponse, type context$6_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type context$6_Discount as Discount, type context$6_DiscountErrors as DiscountErrors, type context$6_DiscountItem as DiscountItem, type context$6_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type context$6_DiscountRequest as DiscountRequest, type context$6_Error as Error, type FacetCounts$5 as FacetCounts, type context$6_Fee as Fee, context$6_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type context$6_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type context$6_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type context$6_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type context$6_GetInvoiceOptions as GetInvoiceOptions, type context$6_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type context$6_GetInvoiceRequest as GetInvoiceRequest, type context$6_GetInvoiceResponse as GetInvoiceResponse, type context$6_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type context$6_GetOrderIdentifiers as GetOrderIdentifiers, type context$6_GetOrderOptions as GetOrderOptions, type context$6_GetOrderRequest as GetOrderRequest, type context$6_GetOrderResponse as GetOrderResponse, type context$6_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$6_GetPaymentInfoRequest as GetPaymentInfoRequest, type context$6_GetPaymentInfoResponse as GetPaymentInfoResponse, type context$6_GetSummaryOptions as GetSummaryOptions, type context$6_GetSummaryRequest as GetSummaryRequest, type context$6_GetSummaryResponse as GetSummaryResponse, type context$6_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type context$6_HeadersEntry as HeadersEntry, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type context$6_Invoice as Invoice, type context$6_Item as Item, type context$6_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type context$6_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type context$6_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type context$6_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type context$6_ListOrdersOptions as ListOrdersOptions, type context$6_ListOrdersRequest as ListOrdersRequest, type context$6_ListOrdersResponse as ListOrdersResponse, type context$6_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$6 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type context$6_Order as Order, type context$6_OrderConfirmed as OrderConfirmed, type context$6_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type context$6_OrderDeleted as OrderDeleted, type context$6_OrderDeletedEnvelope as OrderDeletedEnvelope, type context$6_OrderFacetCounts as OrderFacetCounts, type context$6_OrderFacets as OrderFacets, context$6_OrderFieldset as OrderFieldset, type context$6_OrderInitiated as OrderInitiated, type context$6_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type context$6_OrderNonNullableFields as OrderNonNullableFields, type context$6_OrderPageUrls as OrderPageUrls, type context$6_OrderPaid as OrderPaid, type context$6_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type context$6_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, context$6_OrderTag as OrderTag, context$6_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type context$6_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$6_PaidPlanBenefit as PaidPlanBenefit, type context$6_PaidPlanDiscount as PaidPlanDiscount, type context$6_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type context$6_PaymentDetails as PaymentDetails, type context$6_PaymentTransaction as PaymentTransaction, type context$6_PaymentTransactionEvent as PaymentTransactionEvent, type context$6_PaymentTransactionSummary as PaymentTransactionSummary, type context$6_PercentDiscount as PercentDiscount, type context$6_PosCheckoutOptions as PosCheckoutOptions, type context$6_PosCheckoutRequest as PosCheckoutRequest, type context$6_PosCheckoutResponse as PosCheckoutResponse, type context$6_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type context$6_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type context$6_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type context$6_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type context$6_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type context$6_RawHttpResponse as RawHttpResponse, type ReservationCount$1 as ReservationCount, type ReservationCreated$1 as ReservationCreated, ReservationStatus$1 as ReservationStatus, type ReservationUpdated$1 as ReservationUpdated, type ResponseMetaData$1 as ResponseMetaData, type StandardDetails$2 as StandardDetails, State$4 as State, type StreetAddress$5 as StreetAddress, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type context$6_Tax as Tax, TaxType$2 as TaxType, type Ticket$1 as Ticket, type TicketDefinition$2 as TicketDefinition, TicketDefinitionFieldset$1 as TicketDefinitionFieldset, type TicketDetails$1 as TicketDetails, type TicketPricing$1 as TicketPricing, type TicketPricingPriceOneOf$1 as TicketPricingPriceOneOf, type TicketQuantity$1 as TicketQuantity, type context$6_TicketReservation as TicketReservation, type context$6_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type context$6_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$3 as Type, type context$6_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$6_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$6_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$6_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$6_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type context$6_UpdateOrderOptions as UpdateOrderOptions, type context$6_UpdateOrderRequest as UpdateOrderRequest, type context$6_UpdateOrderResponse as UpdateOrderResponse, type context$6_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, context$6_bulkUpdateOrders as bulkUpdateOrders, context$6_cancelReservation as cancelReservation, context$6_checkout as checkout, context$6_confirmOrder as confirmOrder, context$6_createReservation as createReservation, context$6_getCheckoutOptions as getCheckoutOptions, context$6_getInvoice as getInvoice, context$6_getOrder as getOrder, context$6_getSummary as getSummary, context$6_listAvailableTickets as listAvailableTickets, context$6_listOrders as listOrders, context$6_onOrderConfirmed as onOrderConfirmed, context$6_onOrderDeleted as onOrderDeleted, context$6_onOrderInitiated as onOrderInitiated, context$6_onOrderReservationCreated as onOrderReservationCreated, context$6_onOrderReservationUpdated as onOrderReservationUpdated, context$6_onOrderUpdated as onOrderUpdated, context$6_posCheckout as posCheckout, context$6_queryAvailableTickets as queryAvailableTickets, context$6_updateCheckout as updateCheckout, context$6_updateOrder as updateOrder };
|
|
9572
|
+
export { type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, type BaseEventMetadata$6 as BaseEventMetadata, type context$6_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$6_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$6_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$6_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type context$6_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type context$6_CancelReservationRequest as CancelReservationRequest, type context$6_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type context$6_CheckoutOptions as CheckoutOptions, type context$6_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type context$6_CheckoutRequest as CheckoutRequest, type context$6_CheckoutResponse as CheckoutResponse, type context$6_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type context$6_ConfirmOrderOptions as ConfirmOrderOptions, type context$6_ConfirmOrderRequest as ConfirmOrderRequest, type context$6_ConfirmOrderResponse as ConfirmOrderResponse, type context$6_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type context$6_CouponDiscount as CouponDiscount, type context$6_CreateReservationOptions as CreateReservationOptions, type context$6_CreateReservationRequest as CreateReservationRequest, type context$6_CreateReservationResponse as CreateReservationResponse, type context$6_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type context$6_Discount as Discount, type context$6_DiscountErrors as DiscountErrors, type context$6_DiscountItem as DiscountItem, type context$6_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type context$6_DiscountRequest as DiscountRequest, type context$6_Error as Error, type FacetCounts$5 as FacetCounts, type context$6_Fee as Fee, context$6_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type context$6_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type context$6_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type context$6_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type context$6_GetInvoiceOptions as GetInvoiceOptions, type context$6_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type context$6_GetInvoiceRequest as GetInvoiceRequest, type context$6_GetInvoiceResponse as GetInvoiceResponse, type context$6_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type context$6_GetOrderIdentifiers as GetOrderIdentifiers, type context$6_GetOrderOptions as GetOrderOptions, type context$6_GetOrderRequest as GetOrderRequest, type context$6_GetOrderResponse as GetOrderResponse, type context$6_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$6_GetPaymentInfoRequest as GetPaymentInfoRequest, type context$6_GetPaymentInfoResponse as GetPaymentInfoResponse, type context$6_GetSummaryOptions as GetSummaryOptions, type context$6_GetSummaryRequest as GetSummaryRequest, type context$6_GetSummaryResponse as GetSummaryResponse, type context$6_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type context$6_HeadersEntry as HeadersEntry, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type context$6_Invoice as Invoice, type context$6_Item as Item, type context$6_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type context$6_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type context$6_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type context$6_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type context$6_ListOrdersOptions as ListOrdersOptions, type context$6_ListOrdersRequest as ListOrdersRequest, type context$6_ListOrdersResponse as ListOrdersResponse, type context$6_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$6 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type context$6_Order as Order, type context$6_OrderConfirmed as OrderConfirmed, type context$6_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type context$6_OrderDeleted as OrderDeleted, type context$6_OrderDeletedEnvelope as OrderDeletedEnvelope, type context$6_OrderFacetCounts as OrderFacetCounts, type context$6_OrderFacets as OrderFacets, context$6_OrderFieldset as OrderFieldset, type context$6_OrderInitiated as OrderInitiated, type context$6_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type context$6_OrderNonNullableFields as OrderNonNullableFields, type context$6_OrderPageUrls as OrderPageUrls, type context$6_OrderPaid as OrderPaid, type context$6_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type context$6_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, context$6_OrderTag as OrderTag, context$6_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type context$6_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$6_PaidPlanBenefit as PaidPlanBenefit, type context$6_PaidPlanDiscount as PaidPlanDiscount, type context$6_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type context$6_PaymentDetails as PaymentDetails, type context$6_PaymentTransaction as PaymentTransaction, type context$6_PaymentTransactionEvent as PaymentTransactionEvent, type context$6_PaymentTransactionSummary as PaymentTransactionSummary, type context$6_PercentDiscount as PercentDiscount, type context$6_PosCheckoutOptions as PosCheckoutOptions, type context$6_PosCheckoutRequest as PosCheckoutRequest, type context$6_PosCheckoutResponse as PosCheckoutResponse, type context$6_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type context$6_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type context$6_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type context$6_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type context$6_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type context$6_RawHttpResponse as RawHttpResponse, type ReservationCount$1 as ReservationCount, type ReservationCreated$1 as ReservationCreated, ReservationStatus$1 as ReservationStatus, type ReservationUpdated$1 as ReservationUpdated, type ResponseMetaData$1 as ResponseMetaData, type StandardDetails$2 as StandardDetails, State$4 as State, type StreetAddress$5 as StreetAddress, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type context$6_Tax as Tax, TaxType$2 as TaxType, type Ticket$1 as Ticket, type TicketDefinition$2 as TicketDefinition, TicketDefinitionFieldset$1 as TicketDefinitionFieldset, type TicketDetails$1 as TicketDetails, type TicketPricing$1 as TicketPricing, type TicketPricingPriceOneOf$1 as TicketPricingPriceOneOf, type TicketQuantity$1 as TicketQuantity, type context$6_TicketReservation as TicketReservation, type context$6_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type context$6_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$3 as Type, type context$6_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$6_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$6_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$6_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$6_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type context$6_UpdateOrderOptions as UpdateOrderOptions, type context$6_UpdateOrderRequest as UpdateOrderRequest, type context$6_UpdateOrderResponse as UpdateOrderResponse, type context$6_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, type context$6__publicBulkUpdateOrdersType as _publicBulkUpdateOrdersType, type context$6__publicCancelReservationType as _publicCancelReservationType, type context$6__publicCheckoutType as _publicCheckoutType, type context$6__publicConfirmOrderType as _publicConfirmOrderType, type context$6__publicCreateReservationType as _publicCreateReservationType, type context$6__publicGetCheckoutOptionsType as _publicGetCheckoutOptionsType, type context$6__publicGetInvoiceType as _publicGetInvoiceType, type context$6__publicGetOrderType as _publicGetOrderType, type context$6__publicGetSummaryType as _publicGetSummaryType, type context$6__publicListAvailableTicketsType as _publicListAvailableTicketsType, type context$6__publicListOrdersType as _publicListOrdersType, type context$6__publicOnOrderConfirmedType as _publicOnOrderConfirmedType, type context$6__publicOnOrderDeletedType as _publicOnOrderDeletedType, type context$6__publicOnOrderInitiatedType as _publicOnOrderInitiatedType, type context$6__publicOnOrderReservationCreatedType as _publicOnOrderReservationCreatedType, type context$6__publicOnOrderReservationUpdatedType as _publicOnOrderReservationUpdatedType, type context$6__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, type context$6__publicPosCheckoutType as _publicPosCheckoutType, type context$6__publicQueryAvailableTicketsType as _publicQueryAvailableTicketsType, type context$6__publicUpdateCheckoutType as _publicUpdateCheckoutType, type context$6__publicUpdateOrderType as _publicUpdateOrderType, context$6_bulkUpdateOrders as bulkUpdateOrders, context$6_cancelReservation as cancelReservation, context$6_checkout as checkout, context$6_confirmOrder as confirmOrder, context$6_createReservation as createReservation, context$6_getCheckoutOptions as getCheckoutOptions, context$6_getInvoice as getInvoice, context$6_getOrder as getOrder, context$6_getSummary as getSummary, context$6_listAvailableTickets as listAvailableTickets, context$6_listOrders as listOrders, context$6_onOrderConfirmed as onOrderConfirmed, context$6_onOrderDeleted as onOrderDeleted, context$6_onOrderInitiated as onOrderInitiated, context$6_onOrderReservationCreated as onOrderReservationCreated, context$6_onOrderReservationUpdated as onOrderReservationUpdated, context$6_onOrderUpdated as onOrderUpdated, context$6_posCheckout as posCheckout, onOrderConfirmed$1 as publicOnOrderConfirmed, onOrderDeleted$1 as publicOnOrderDeleted, onOrderInitiated$1 as publicOnOrderInitiated, onOrderReservationCreated$1 as publicOnOrderReservationCreated, onOrderReservationUpdated$1 as publicOnOrderReservationUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$6_queryAvailableTickets as queryAvailableTickets, context$6_updateCheckout as updateCheckout, context$6_updateOrder as updateOrder };
|
|
9312
9573
|
}
|
|
9313
9574
|
|
|
9314
9575
|
interface Rsvp {
|
|
@@ -9818,6 +10079,26 @@ interface DeleteRsvpCheckInResponse {
|
|
|
9818
10079
|
/** Updated RSVP. */
|
|
9819
10080
|
rsvp?: Rsvp;
|
|
9820
10081
|
}
|
|
10082
|
+
interface GetRsvpSummaryRequest {
|
|
10083
|
+
/** Event id. */
|
|
10084
|
+
eventId?: string | null;
|
|
10085
|
+
/** Consistent read. */
|
|
10086
|
+
consistentRead?: boolean | null;
|
|
10087
|
+
}
|
|
10088
|
+
interface GetRsvpSummaryResponse {
|
|
10089
|
+
/** RSVP summary. */
|
|
10090
|
+
rsvpSummary?: RsvpSummary$2;
|
|
10091
|
+
}
|
|
10092
|
+
interface RsvpSummary$2 {
|
|
10093
|
+
/** Total number of RSVPs. */
|
|
10094
|
+
total?: number;
|
|
10095
|
+
/** Number of RSVPs with status `YES`. */
|
|
10096
|
+
yes?: number;
|
|
10097
|
+
/** Number of RSVPs with status `NO`. */
|
|
10098
|
+
no?: number;
|
|
10099
|
+
/** Number of RSVPs in waitlist. */
|
|
10100
|
+
waitlist?: number;
|
|
10101
|
+
}
|
|
9821
10102
|
interface MessageEnvelope$5 {
|
|
9822
10103
|
/** App instance ID. */
|
|
9823
10104
|
instanceId?: string | null;
|
|
@@ -10107,22 +10388,50 @@ interface DeleteRsvpCheckInOptions {
|
|
|
10107
10388
|
guestId?: number[];
|
|
10108
10389
|
}
|
|
10109
10390
|
|
|
10391
|
+
declare function listRsvp$1(httpClient: HttpClient): (options?: ListRsvpOptions) => Promise<ListRsvpResponse & ListRsvpResponseNonNullableFields>;
|
|
10392
|
+
declare function queryRsvp$1(httpClient: HttpClient): (options?: QueryRsvpOptions) => Promise<QueryRsvpResponse & QueryRsvpResponseNonNullableFields>;
|
|
10393
|
+
declare function getRsvp$1(httpClient: HttpClient): (rsvpId: string, options?: GetRsvpOptions) => Promise<Rsvp & RsvpNonNullableFields>;
|
|
10394
|
+
declare function createRsvp$1(httpClient: HttpClient): (options?: CreateRsvpOptions) => Promise<CreateRsvpResponse & CreateRsvpResponseNonNullableFields>;
|
|
10395
|
+
declare function updateRsvp$1(httpClient: HttpClient): (rsvpId: string, eventId: string, options?: UpdateRsvpOptions) => Promise<UpdateRsvpResponse & UpdateRsvpResponseNonNullableFields>;
|
|
10396
|
+
declare function bulkUpdateRsvp$1(httpClient: HttpClient): (eventId: string, options?: BulkUpdateRsvpOptions) => Promise<BulkUpdateRsvpResponse & BulkUpdateRsvpResponseNonNullableFields>;
|
|
10397
|
+
declare function deleteRsvp$1(httpClient: HttpClient): (eventId: string, options?: DeleteRsvpOptions) => Promise<void>;
|
|
10398
|
+
declare function checkInRsvp$1(httpClient: HttpClient): (eventId: string, options?: CheckInRsvpOptions) => Promise<CheckInRsvpResponse & CheckInRsvpResponseNonNullableFields>;
|
|
10399
|
+
declare function deleteRsvpCheckIn$1(httpClient: HttpClient): (eventId: string, options?: DeleteRsvpCheckInOptions) => Promise<DeleteRsvpCheckInResponse & DeleteRsvpCheckInResponseNonNullableFields>;
|
|
10400
|
+
declare const onRsvpCreated$1: EventDefinition<RsvpCreatedEnvelope, "wix.events.rsvp.events.RsvpCreated">;
|
|
10401
|
+
declare const onRsvpUpdated$1: EventDefinition<RsvpUpdatedEnvelope, "wix.events.rsvp.events.RsvpUpdated">;
|
|
10402
|
+
declare const onRsvpDeleted$1: EventDefinition<RsvpDeletedEnvelope, "wix.events.rsvp.events.RsvpDeleted">;
|
|
10403
|
+
|
|
10110
10404
|
declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
10111
10405
|
|
|
10112
10406
|
declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
10113
10407
|
|
|
10114
|
-
|
|
10115
|
-
declare const
|
|
10116
|
-
|
|
10117
|
-
declare const
|
|
10118
|
-
|
|
10119
|
-
declare const
|
|
10120
|
-
|
|
10121
|
-
declare const
|
|
10122
|
-
|
|
10123
|
-
declare const
|
|
10124
|
-
|
|
10125
|
-
declare const
|
|
10408
|
+
type _publicListRsvpType = typeof listRsvp$1;
|
|
10409
|
+
declare const listRsvp: ReturnType<typeof createRESTModule$5<_publicListRsvpType>>;
|
|
10410
|
+
type _publicQueryRsvpType = typeof queryRsvp$1;
|
|
10411
|
+
declare const queryRsvp: ReturnType<typeof createRESTModule$5<_publicQueryRsvpType>>;
|
|
10412
|
+
type _publicGetRsvpType = typeof getRsvp$1;
|
|
10413
|
+
declare const getRsvp: ReturnType<typeof createRESTModule$5<_publicGetRsvpType>>;
|
|
10414
|
+
type _publicCreateRsvpType = typeof createRsvp$1;
|
|
10415
|
+
declare const createRsvp: ReturnType<typeof createRESTModule$5<_publicCreateRsvpType>>;
|
|
10416
|
+
type _publicUpdateRsvpType = typeof updateRsvp$1;
|
|
10417
|
+
declare const updateRsvp: ReturnType<typeof createRESTModule$5<_publicUpdateRsvpType>>;
|
|
10418
|
+
type _publicBulkUpdateRsvpType = typeof bulkUpdateRsvp$1;
|
|
10419
|
+
declare const bulkUpdateRsvp: ReturnType<typeof createRESTModule$5<_publicBulkUpdateRsvpType>>;
|
|
10420
|
+
type _publicDeleteRsvpType = typeof deleteRsvp$1;
|
|
10421
|
+
declare const deleteRsvp: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpType>>;
|
|
10422
|
+
type _publicCheckInRsvpType = typeof checkInRsvp$1;
|
|
10423
|
+
declare const checkInRsvp: ReturnType<typeof createRESTModule$5<_publicCheckInRsvpType>>;
|
|
10424
|
+
type _publicDeleteRsvpCheckInType = typeof deleteRsvpCheckIn$1;
|
|
10425
|
+
declare const deleteRsvpCheckIn: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpCheckInType>>;
|
|
10426
|
+
|
|
10427
|
+
type _publicOnRsvpCreatedType = typeof onRsvpCreated$1;
|
|
10428
|
+
declare const onRsvpCreated: ReturnType<typeof createEventModule$5<_publicOnRsvpCreatedType>>;
|
|
10429
|
+
|
|
10430
|
+
type _publicOnRsvpUpdatedType = typeof onRsvpUpdated$1;
|
|
10431
|
+
declare const onRsvpUpdated: ReturnType<typeof createEventModule$5<_publicOnRsvpUpdatedType>>;
|
|
10432
|
+
|
|
10433
|
+
type _publicOnRsvpDeletedType = typeof onRsvpDeleted$1;
|
|
10434
|
+
declare const onRsvpDeleted: ReturnType<typeof createEventModule$5<_publicOnRsvpDeletedType>>;
|
|
10126
10435
|
|
|
10127
10436
|
type context$5_BulkUpdateRsvpOptions = BulkUpdateRsvpOptions;
|
|
10128
10437
|
type context$5_BulkUpdateRsvpRequest = BulkUpdateRsvpRequest;
|
|
@@ -10147,6 +10456,8 @@ type context$5_GetRsvpOptions = GetRsvpOptions;
|
|
|
10147
10456
|
type context$5_GetRsvpRequest = GetRsvpRequest;
|
|
10148
10457
|
type context$5_GetRsvpResponse = GetRsvpResponse;
|
|
10149
10458
|
type context$5_GetRsvpResponseNonNullableFields = GetRsvpResponseNonNullableFields;
|
|
10459
|
+
type context$5_GetRsvpSummaryRequest = GetRsvpSummaryRequest;
|
|
10460
|
+
type context$5_GetRsvpSummaryResponse = GetRsvpSummaryResponse;
|
|
10150
10461
|
type context$5_Guest = Guest;
|
|
10151
10462
|
type context$5_ListRsvpOptions = ListRsvpOptions;
|
|
10152
10463
|
type context$5_ListRsvpRequest = ListRsvpRequest;
|
|
@@ -10177,6 +10488,18 @@ type context$5_UpdateRsvpOptions = UpdateRsvpOptions;
|
|
|
10177
10488
|
type context$5_UpdateRsvpRequest = UpdateRsvpRequest;
|
|
10178
10489
|
type context$5_UpdateRsvpResponse = UpdateRsvpResponse;
|
|
10179
10490
|
type context$5_UpdateRsvpResponseNonNullableFields = UpdateRsvpResponseNonNullableFields;
|
|
10491
|
+
type context$5__publicBulkUpdateRsvpType = _publicBulkUpdateRsvpType;
|
|
10492
|
+
type context$5__publicCheckInRsvpType = _publicCheckInRsvpType;
|
|
10493
|
+
type context$5__publicCreateRsvpType = _publicCreateRsvpType;
|
|
10494
|
+
type context$5__publicDeleteRsvpCheckInType = _publicDeleteRsvpCheckInType;
|
|
10495
|
+
type context$5__publicDeleteRsvpType = _publicDeleteRsvpType;
|
|
10496
|
+
type context$5__publicGetRsvpType = _publicGetRsvpType;
|
|
10497
|
+
type context$5__publicListRsvpType = _publicListRsvpType;
|
|
10498
|
+
type context$5__publicOnRsvpCreatedType = _publicOnRsvpCreatedType;
|
|
10499
|
+
type context$5__publicOnRsvpDeletedType = _publicOnRsvpDeletedType;
|
|
10500
|
+
type context$5__publicOnRsvpUpdatedType = _publicOnRsvpUpdatedType;
|
|
10501
|
+
type context$5__publicQueryRsvpType = _publicQueryRsvpType;
|
|
10502
|
+
type context$5__publicUpdateRsvpType = _publicUpdateRsvpType;
|
|
10180
10503
|
declare const context$5_bulkUpdateRsvp: typeof bulkUpdateRsvp;
|
|
10181
10504
|
declare const context$5_checkInRsvp: typeof checkInRsvp;
|
|
10182
10505
|
declare const context$5_createRsvp: typeof createRsvp;
|
|
@@ -10190,7 +10513,7 @@ declare const context$5_onRsvpUpdated: typeof onRsvpUpdated;
|
|
|
10190
10513
|
declare const context$5_queryRsvp: typeof queryRsvp;
|
|
10191
10514
|
declare const context$5_updateRsvp: typeof updateRsvp;
|
|
10192
10515
|
declare namespace context$5 {
|
|
10193
|
-
export { type Address$4 as Address, type AddressLocation$4 as AddressLocation, type AddressStreetOneOf$4 as AddressStreetOneOf, type BaseEventMetadata$5 as BaseEventMetadata, type context$5_BulkUpdateRsvpOptions as BulkUpdateRsvpOptions, type context$5_BulkUpdateRsvpRequest as BulkUpdateRsvpRequest, type context$5_BulkUpdateRsvpResponse as BulkUpdateRsvpResponse, type context$5_BulkUpdateRsvpResponseNonNullableFields as BulkUpdateRsvpResponseNonNullableFields, type CalendarLinks$2 as CalendarLinks, type CheckIn$1 as CheckIn, type context$5_CheckInRsvpOptions as CheckInRsvpOptions, type context$5_CheckInRsvpRequest as CheckInRsvpRequest, type context$5_CheckInRsvpResponse as CheckInRsvpResponse, type context$5_CheckInRsvpResponseNonNullableFields as CheckInRsvpResponseNonNullableFields, type Counts$1 as Counts, type context$5_CreateRsvpOptions as CreateRsvpOptions, type context$5_CreateRsvpRequest as CreateRsvpRequest, type context$5_CreateRsvpResponse as CreateRsvpResponse, type context$5_CreateRsvpResponseNonNullableFields as CreateRsvpResponseNonNullableFields, type context$5_DeleteRsvpCheckInOptions as DeleteRsvpCheckInOptions, type context$5_DeleteRsvpCheckInRequest as DeleteRsvpCheckInRequest, type context$5_DeleteRsvpCheckInResponse as DeleteRsvpCheckInResponse, type context$5_DeleteRsvpCheckInResponseNonNullableFields as DeleteRsvpCheckInResponseNonNullableFields, type context$5_DeleteRsvpOptions as DeleteRsvpOptions, type context$5_DeleteRsvpRequest as DeleteRsvpRequest, type context$5_DeleteRsvpResponse as DeleteRsvpResponse, type FacetCounts$4 as FacetCounts, type FormResponse$1 as FormResponse, type FormattedAddress$1 as FormattedAddress, type context$5_GetRsvpOptions as GetRsvpOptions, type context$5_GetRsvpRequest as GetRsvpRequest, type context$5_GetRsvpResponse as GetRsvpResponse, type context$5_GetRsvpResponseNonNullableFields as GetRsvpResponseNonNullableFields, type context$5_Guest as Guest, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type InputValue$1 as InputValue, type context$5_ListRsvpOptions as ListRsvpOptions, type context$5_ListRsvpRequest as ListRsvpRequest, type context$5_ListRsvpResponse as ListRsvpResponse, type context$5_ListRsvpResponseNonNullableFields as ListRsvpResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type context$5_ModificationOptions as ModificationOptions, type OnlineConferencingLogin$1 as OnlineConferencingLogin, type context$5_QueryRsvpOptions as QueryRsvpOptions, type context$5_QueryRsvpRequest as QueryRsvpRequest, type context$5_QueryRsvpResponse as QueryRsvpResponse, type context$5_QueryRsvpResponseNonNullableFields as QueryRsvpResponseNonNullableFields, type context$5_Rsvp as Rsvp, type context$5_RsvpCreated as RsvpCreated, type context$5_RsvpCreatedEnvelope as RsvpCreatedEnvelope, type context$5_RsvpDeleted as RsvpDeleted, type context$5_RsvpDeletedEnvelope as RsvpDeletedEnvelope, type context$5_RsvpFacetCounts as RsvpFacetCounts, type context$5_RsvpFacets as RsvpFacets, context$5_RsvpFieldset as RsvpFieldset, type context$5_RsvpNonNullableFields as RsvpNonNullableFields, context$5_RsvpStatus as RsvpStatus, context$5_RsvpTag as RsvpTag, type context$5_RsvpUpdated as RsvpUpdated, type context$5_RsvpUpdatedEnvelope as RsvpUpdatedEnvelope, type StandardDetails$1 as StandardDetails, type StreetAddress$4 as StreetAddress, type Subdivision$4 as Subdivision, SubdivisionType$4 as SubdivisionType, type context$5_UpdateRsvpOptions as UpdateRsvpOptions, type context$5_UpdateRsvpRequest as UpdateRsvpRequest, type context$5_UpdateRsvpResponse as UpdateRsvpResponse, type context$5_UpdateRsvpResponseNonNullableFields as UpdateRsvpResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, context$5_bulkUpdateRsvp as bulkUpdateRsvp, context$5_checkInRsvp as checkInRsvp, context$5_createRsvp as createRsvp, context$5_deleteRsvp as deleteRsvp, context$5_deleteRsvpCheckIn as deleteRsvpCheckIn, context$5_getRsvp as getRsvp, context$5_listRsvp as listRsvp, context$5_onRsvpCreated as onRsvpCreated, context$5_onRsvpDeleted as onRsvpDeleted, context$5_onRsvpUpdated as onRsvpUpdated, context$5_queryRsvp as queryRsvp, context$5_updateRsvp as updateRsvp };
|
|
10516
|
+
export { type Address$4 as Address, type AddressLocation$4 as AddressLocation, type AddressStreetOneOf$4 as AddressStreetOneOf, type BaseEventMetadata$5 as BaseEventMetadata, type context$5_BulkUpdateRsvpOptions as BulkUpdateRsvpOptions, type context$5_BulkUpdateRsvpRequest as BulkUpdateRsvpRequest, type context$5_BulkUpdateRsvpResponse as BulkUpdateRsvpResponse, type context$5_BulkUpdateRsvpResponseNonNullableFields as BulkUpdateRsvpResponseNonNullableFields, type CalendarLinks$2 as CalendarLinks, type CheckIn$1 as CheckIn, type context$5_CheckInRsvpOptions as CheckInRsvpOptions, type context$5_CheckInRsvpRequest as CheckInRsvpRequest, type context$5_CheckInRsvpResponse as CheckInRsvpResponse, type context$5_CheckInRsvpResponseNonNullableFields as CheckInRsvpResponseNonNullableFields, type Counts$1 as Counts, type context$5_CreateRsvpOptions as CreateRsvpOptions, type context$5_CreateRsvpRequest as CreateRsvpRequest, type context$5_CreateRsvpResponse as CreateRsvpResponse, type context$5_CreateRsvpResponseNonNullableFields as CreateRsvpResponseNonNullableFields, type context$5_DeleteRsvpCheckInOptions as DeleteRsvpCheckInOptions, type context$5_DeleteRsvpCheckInRequest as DeleteRsvpCheckInRequest, type context$5_DeleteRsvpCheckInResponse as DeleteRsvpCheckInResponse, type context$5_DeleteRsvpCheckInResponseNonNullableFields as DeleteRsvpCheckInResponseNonNullableFields, type context$5_DeleteRsvpOptions as DeleteRsvpOptions, type context$5_DeleteRsvpRequest as DeleteRsvpRequest, type context$5_DeleteRsvpResponse as DeleteRsvpResponse, type FacetCounts$4 as FacetCounts, type FormResponse$1 as FormResponse, type FormattedAddress$1 as FormattedAddress, type context$5_GetRsvpOptions as GetRsvpOptions, type context$5_GetRsvpRequest as GetRsvpRequest, type context$5_GetRsvpResponse as GetRsvpResponse, type context$5_GetRsvpResponseNonNullableFields as GetRsvpResponseNonNullableFields, type context$5_GetRsvpSummaryRequest as GetRsvpSummaryRequest, type context$5_GetRsvpSummaryResponse as GetRsvpSummaryResponse, type context$5_Guest as Guest, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type InputValue$1 as InputValue, type context$5_ListRsvpOptions as ListRsvpOptions, type context$5_ListRsvpRequest as ListRsvpRequest, type context$5_ListRsvpResponse as ListRsvpResponse, type context$5_ListRsvpResponseNonNullableFields as ListRsvpResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type context$5_ModificationOptions as ModificationOptions, type OnlineConferencingLogin$1 as OnlineConferencingLogin, type context$5_QueryRsvpOptions as QueryRsvpOptions, type context$5_QueryRsvpRequest as QueryRsvpRequest, type context$5_QueryRsvpResponse as QueryRsvpResponse, type context$5_QueryRsvpResponseNonNullableFields as QueryRsvpResponseNonNullableFields, type context$5_Rsvp as Rsvp, type context$5_RsvpCreated as RsvpCreated, type context$5_RsvpCreatedEnvelope as RsvpCreatedEnvelope, type context$5_RsvpDeleted as RsvpDeleted, type context$5_RsvpDeletedEnvelope as RsvpDeletedEnvelope, type context$5_RsvpFacetCounts as RsvpFacetCounts, type context$5_RsvpFacets as RsvpFacets, context$5_RsvpFieldset as RsvpFieldset, type context$5_RsvpNonNullableFields as RsvpNonNullableFields, context$5_RsvpStatus as RsvpStatus, type RsvpSummary$2 as RsvpSummary, context$5_RsvpTag as RsvpTag, type context$5_RsvpUpdated as RsvpUpdated, type context$5_RsvpUpdatedEnvelope as RsvpUpdatedEnvelope, type StandardDetails$1 as StandardDetails, type StreetAddress$4 as StreetAddress, type Subdivision$4 as Subdivision, SubdivisionType$4 as SubdivisionType, type context$5_UpdateRsvpOptions as UpdateRsvpOptions, type context$5_UpdateRsvpRequest as UpdateRsvpRequest, type context$5_UpdateRsvpResponse as UpdateRsvpResponse, type context$5_UpdateRsvpResponseNonNullableFields as UpdateRsvpResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, type context$5__publicBulkUpdateRsvpType as _publicBulkUpdateRsvpType, type context$5__publicCheckInRsvpType as _publicCheckInRsvpType, type context$5__publicCreateRsvpType as _publicCreateRsvpType, type context$5__publicDeleteRsvpCheckInType as _publicDeleteRsvpCheckInType, type context$5__publicDeleteRsvpType as _publicDeleteRsvpType, type context$5__publicGetRsvpType as _publicGetRsvpType, type context$5__publicListRsvpType as _publicListRsvpType, type context$5__publicOnRsvpCreatedType as _publicOnRsvpCreatedType, type context$5__publicOnRsvpDeletedType as _publicOnRsvpDeletedType, type context$5__publicOnRsvpUpdatedType as _publicOnRsvpUpdatedType, type context$5__publicQueryRsvpType as _publicQueryRsvpType, type context$5__publicUpdateRsvpType as _publicUpdateRsvpType, context$5_bulkUpdateRsvp as bulkUpdateRsvp, context$5_checkInRsvp as checkInRsvp, context$5_createRsvp as createRsvp, context$5_deleteRsvp as deleteRsvp, context$5_deleteRsvpCheckIn as deleteRsvpCheckIn, context$5_getRsvp as getRsvp, context$5_listRsvp as listRsvp, context$5_onRsvpCreated as onRsvpCreated, context$5_onRsvpDeleted as onRsvpDeleted, context$5_onRsvpUpdated as onRsvpUpdated, onRsvpCreated$1 as publicOnRsvpCreated, onRsvpDeleted$1 as publicOnRsvpDeleted, onRsvpUpdated$1 as publicOnRsvpUpdated, context$5_queryRsvp as queryRsvp, context$5_updateRsvp as updateRsvp };
|
|
10194
10517
|
}
|
|
10195
10518
|
|
|
10196
10519
|
interface TicketingTicket {
|
|
@@ -10938,17 +11261,33 @@ interface BulkUpdateTicketsOptions {
|
|
|
10938
11261
|
archived?: boolean;
|
|
10939
11262
|
}
|
|
10940
11263
|
|
|
11264
|
+
declare function listTickets$1(httpClient: HttpClient): (eventId: string[], options?: ListTicketsOptions) => Promise<ListTicketsResponse & ListTicketsResponseNonNullableFields>;
|
|
11265
|
+
declare function getTicket$1(httpClient: HttpClient): (identifiers: GetTicketIdentifiers, options?: GetTicketOptions) => Promise<TicketingTicket & TicketingTicketNonNullableFields>;
|
|
11266
|
+
declare function checkInTickets$1(httpClient: HttpClient): (eventId: string, options?: CheckInTicketsOptions) => Promise<CheckInTicketResponse & CheckInTicketResponseNonNullableFields>;
|
|
11267
|
+
declare function deleteTicketCheckIns$1(httpClient: HttpClient): (eventId: string, options?: DeleteTicketCheckInsOptions) => Promise<DeleteTicketCheckInResponse & DeleteTicketCheckInResponseNonNullableFields>;
|
|
11268
|
+
declare function updateTicket$1(httpClient: HttpClient): (identifiers: UpdateTicketIdentifiers, options?: UpdateTicketOptions) => Promise<UpdateTicketResponse & UpdateTicketResponseNonNullableFields>;
|
|
11269
|
+
declare function bulkUpdateTickets$1(httpClient: HttpClient): (eventId: string, options?: BulkUpdateTicketsOptions) => Promise<BulkUpdateTicketsResponse & BulkUpdateTicketsResponseNonNullableFields>;
|
|
11270
|
+
declare const onTicketOrderUpdated$1: EventDefinition<TicketOrderUpdatedEnvelope, "wix.events.ticketing.events.OrderUpdated">;
|
|
11271
|
+
|
|
10941
11272
|
declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
10942
11273
|
|
|
10943
11274
|
declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
10944
11275
|
|
|
10945
|
-
|
|
10946
|
-
declare const
|
|
10947
|
-
|
|
10948
|
-
declare const
|
|
10949
|
-
|
|
10950
|
-
declare const
|
|
10951
|
-
|
|
11276
|
+
type _publicListTicketsType = typeof listTickets$1;
|
|
11277
|
+
declare const listTickets: ReturnType<typeof createRESTModule$4<_publicListTicketsType>>;
|
|
11278
|
+
type _publicGetTicketType = typeof getTicket$1;
|
|
11279
|
+
declare const getTicket: ReturnType<typeof createRESTModule$4<_publicGetTicketType>>;
|
|
11280
|
+
type _publicCheckInTicketsType = typeof checkInTickets$1;
|
|
11281
|
+
declare const checkInTickets: ReturnType<typeof createRESTModule$4<_publicCheckInTicketsType>>;
|
|
11282
|
+
type _publicDeleteTicketCheckInsType = typeof deleteTicketCheckIns$1;
|
|
11283
|
+
declare const deleteTicketCheckIns: ReturnType<typeof createRESTModule$4<_publicDeleteTicketCheckInsType>>;
|
|
11284
|
+
type _publicUpdateTicketType = typeof updateTicket$1;
|
|
11285
|
+
declare const updateTicket: ReturnType<typeof createRESTModule$4<_publicUpdateTicketType>>;
|
|
11286
|
+
type _publicBulkUpdateTicketsType = typeof bulkUpdateTickets$1;
|
|
11287
|
+
declare const bulkUpdateTickets: ReturnType<typeof createRESTModule$4<_publicBulkUpdateTicketsType>>;
|
|
11288
|
+
|
|
11289
|
+
type _publicOnTicketOrderUpdatedType = typeof onTicketOrderUpdated$1;
|
|
11290
|
+
declare const onTicketOrderUpdated: ReturnType<typeof createEventModule$4<_publicOnTicketOrderUpdatedType>>;
|
|
10952
11291
|
|
|
10953
11292
|
type context$4_BulkUpdateTicketsOptions = BulkUpdateTicketsOptions;
|
|
10954
11293
|
type context$4_BulkUpdateTicketsRequest = BulkUpdateTicketsRequest;
|
|
@@ -11001,6 +11340,13 @@ type context$4_UpdateTicketOptions = UpdateTicketOptions;
|
|
|
11001
11340
|
type context$4_UpdateTicketRequest = UpdateTicketRequest;
|
|
11002
11341
|
type context$4_UpdateTicketResponse = UpdateTicketResponse;
|
|
11003
11342
|
type context$4_UpdateTicketResponseNonNullableFields = UpdateTicketResponseNonNullableFields;
|
|
11343
|
+
type context$4__publicBulkUpdateTicketsType = _publicBulkUpdateTicketsType;
|
|
11344
|
+
type context$4__publicCheckInTicketsType = _publicCheckInTicketsType;
|
|
11345
|
+
type context$4__publicDeleteTicketCheckInsType = _publicDeleteTicketCheckInsType;
|
|
11346
|
+
type context$4__publicGetTicketType = _publicGetTicketType;
|
|
11347
|
+
type context$4__publicListTicketsType = _publicListTicketsType;
|
|
11348
|
+
type context$4__publicOnTicketOrderUpdatedType = _publicOnTicketOrderUpdatedType;
|
|
11349
|
+
type context$4__publicUpdateTicketType = _publicUpdateTicketType;
|
|
11004
11350
|
declare const context$4_bulkUpdateTickets: typeof bulkUpdateTickets;
|
|
11005
11351
|
declare const context$4_checkInTickets: typeof checkInTickets;
|
|
11006
11352
|
declare const context$4_deleteTicketCheckIns: typeof deleteTicketCheckIns;
|
|
@@ -11009,7 +11355,7 @@ declare const context$4_listTickets: typeof listTickets;
|
|
|
11009
11355
|
declare const context$4_onTicketOrderUpdated: typeof onTicketOrderUpdated;
|
|
11010
11356
|
declare const context$4_updateTicket: typeof updateTicket;
|
|
11011
11357
|
declare namespace context$4 {
|
|
11012
|
-
export { type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type BaseEventMetadata$4 as BaseEventMetadata, type context$4_BulkUpdateTicketsOptions as BulkUpdateTicketsOptions, type context$4_BulkUpdateTicketsRequest as BulkUpdateTicketsRequest, type context$4_BulkUpdateTicketsResponse as BulkUpdateTicketsResponse, type context$4_BulkUpdateTicketsResponseNonNullableFields as BulkUpdateTicketsResponseNonNullableFields, context$4_ChannelType as ChannelType, type context$4_CheckIn as CheckIn, type context$4_CheckInTicketRequest as CheckInTicketRequest, type context$4_CheckInTicketResponse as CheckInTicketResponse, type context$4_CheckInTicketResponseNonNullableFields as CheckInTicketResponseNonNullableFields, type context$4_CheckInTicketsOptions as CheckInTicketsOptions, type context$4_Counts as Counts, type context$4_DeleteTicketCheckInRequest as DeleteTicketCheckInRequest, type context$4_DeleteTicketCheckInResponse as DeleteTicketCheckInResponse, type context$4_DeleteTicketCheckInResponseNonNullableFields as DeleteTicketCheckInResponseNonNullableFields, type context$4_DeleteTicketCheckInsOptions as DeleteTicketCheckInsOptions, type FacetCounts$3 as FacetCounts, type context$4_FormResponse as FormResponse, type context$4_FormattedAddress as FormattedAddress, type context$4_GetDemoTicketRequest as GetDemoTicketRequest, type context$4_GetDemoTicketResponse as GetDemoTicketResponse, type context$4_GetTicketIdentifiers as GetTicketIdentifiers, type context$4_GetTicketOptions as GetTicketOptions, type context$4_GetTicketRequest as GetTicketRequest, type context$4_GetTicketResponse as GetTicketResponse, type context$4_GetTicketResponseNonNullableFields as GetTicketResponseNonNullableFields, type context$4_GuestDetails as GuestDetails, type context$4_GuestDetailsUpdate as GuestDetailsUpdate, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$4_InputValue as InputValue, type context$4_ListTicketsOptions as ListTicketsOptions, type context$4_ListTicketsRequest as ListTicketsRequest, type context$4_ListTicketsResponse as ListTicketsResponse, type context$4_ListTicketsResponseNonNullableFields as ListTicketsResponseNonNullableFields, type MessageEnvelope$4 as MessageEnvelope, type Money$3 as Money, type context$4_OnlineConferencingLogin as OnlineConferencingLogin, context$4_OrderStatus as OrderStatus, type context$4_OrderUpdated as OrderUpdated, type context$4_StandardDetails as StandardDetails, State$3 as State, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, SubdivisionType$3 as SubdivisionType, type context$4_Ticket as Ticket, type context$4_TicketDetails as TicketDetails, type context$4_TicketFacetCounts as TicketFacetCounts, type context$4_TicketFacets as TicketFacets, context$4_TicketFieldset as TicketFieldset, type context$4_TicketOrderUpdatedEnvelope as TicketOrderUpdatedEnvelope, type context$4_TicketingTicket as TicketingTicket, type context$4_TicketingTicketNonNullableFields as TicketingTicketNonNullableFields, type context$4_UpdateTicketIdentifiers as UpdateTicketIdentifiers, type context$4_UpdateTicketOptions as UpdateTicketOptions, type context$4_UpdateTicketRequest as UpdateTicketRequest, type context$4_UpdateTicketResponse as UpdateTicketResponse, type context$4_UpdateTicketResponseNonNullableFields as UpdateTicketResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, context$4_bulkUpdateTickets as bulkUpdateTickets, context$4_checkInTickets as checkInTickets, context$4_deleteTicketCheckIns as deleteTicketCheckIns, context$4_getTicket as getTicket, context$4_listTickets as listTickets, context$4_onTicketOrderUpdated as onTicketOrderUpdated, context$4_updateTicket as updateTicket };
|
|
11358
|
+
export { type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type BaseEventMetadata$4 as BaseEventMetadata, type context$4_BulkUpdateTicketsOptions as BulkUpdateTicketsOptions, type context$4_BulkUpdateTicketsRequest as BulkUpdateTicketsRequest, type context$4_BulkUpdateTicketsResponse as BulkUpdateTicketsResponse, type context$4_BulkUpdateTicketsResponseNonNullableFields as BulkUpdateTicketsResponseNonNullableFields, context$4_ChannelType as ChannelType, type context$4_CheckIn as CheckIn, type context$4_CheckInTicketRequest as CheckInTicketRequest, type context$4_CheckInTicketResponse as CheckInTicketResponse, type context$4_CheckInTicketResponseNonNullableFields as CheckInTicketResponseNonNullableFields, type context$4_CheckInTicketsOptions as CheckInTicketsOptions, type context$4_Counts as Counts, type context$4_DeleteTicketCheckInRequest as DeleteTicketCheckInRequest, type context$4_DeleteTicketCheckInResponse as DeleteTicketCheckInResponse, type context$4_DeleteTicketCheckInResponseNonNullableFields as DeleteTicketCheckInResponseNonNullableFields, type context$4_DeleteTicketCheckInsOptions as DeleteTicketCheckInsOptions, type FacetCounts$3 as FacetCounts, type context$4_FormResponse as FormResponse, type context$4_FormattedAddress as FormattedAddress, type context$4_GetDemoTicketRequest as GetDemoTicketRequest, type context$4_GetDemoTicketResponse as GetDemoTicketResponse, type context$4_GetTicketIdentifiers as GetTicketIdentifiers, type context$4_GetTicketOptions as GetTicketOptions, type context$4_GetTicketRequest as GetTicketRequest, type context$4_GetTicketResponse as GetTicketResponse, type context$4_GetTicketResponseNonNullableFields as GetTicketResponseNonNullableFields, type context$4_GuestDetails as GuestDetails, type context$4_GuestDetailsUpdate as GuestDetailsUpdate, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$4_InputValue as InputValue, type context$4_ListTicketsOptions as ListTicketsOptions, type context$4_ListTicketsRequest as ListTicketsRequest, type context$4_ListTicketsResponse as ListTicketsResponse, type context$4_ListTicketsResponseNonNullableFields as ListTicketsResponseNonNullableFields, type MessageEnvelope$4 as MessageEnvelope, type Money$3 as Money, type context$4_OnlineConferencingLogin as OnlineConferencingLogin, context$4_OrderStatus as OrderStatus, type context$4_OrderUpdated as OrderUpdated, type context$4_StandardDetails as StandardDetails, State$3 as State, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, SubdivisionType$3 as SubdivisionType, type context$4_Ticket as Ticket, type context$4_TicketDetails as TicketDetails, type context$4_TicketFacetCounts as TicketFacetCounts, type context$4_TicketFacets as TicketFacets, context$4_TicketFieldset as TicketFieldset, type context$4_TicketOrderUpdatedEnvelope as TicketOrderUpdatedEnvelope, type context$4_TicketingTicket as TicketingTicket, type context$4_TicketingTicketNonNullableFields as TicketingTicketNonNullableFields, type context$4_UpdateTicketIdentifiers as UpdateTicketIdentifiers, type context$4_UpdateTicketOptions as UpdateTicketOptions, type context$4_UpdateTicketRequest as UpdateTicketRequest, type context$4_UpdateTicketResponse as UpdateTicketResponse, type context$4_UpdateTicketResponseNonNullableFields as UpdateTicketResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type context$4__publicBulkUpdateTicketsType as _publicBulkUpdateTicketsType, type context$4__publicCheckInTicketsType as _publicCheckInTicketsType, type context$4__publicDeleteTicketCheckInsType as _publicDeleteTicketCheckInsType, type context$4__publicGetTicketType as _publicGetTicketType, type context$4__publicListTicketsType as _publicListTicketsType, type context$4__publicOnTicketOrderUpdatedType as _publicOnTicketOrderUpdatedType, type context$4__publicUpdateTicketType as _publicUpdateTicketType, context$4_bulkUpdateTickets as bulkUpdateTickets, context$4_checkInTickets as checkInTickets, context$4_deleteTicketCheckIns as deleteTicketCheckIns, context$4_getTicket as getTicket, context$4_listTickets as listTickets, context$4_onTicketOrderUpdated as onTicketOrderUpdated, onTicketOrderUpdated$1 as publicOnTicketOrderUpdated, context$4_updateTicket as updateTicket };
|
|
11013
11359
|
}
|
|
11014
11360
|
|
|
11015
11361
|
interface TicketDefinition$1 {
|
|
@@ -11766,21 +12112,47 @@ interface ChangeCurrencyOptions$1 {
|
|
|
11766
12112
|
currency: string;
|
|
11767
12113
|
}
|
|
11768
12114
|
|
|
12115
|
+
declare function queryTicketDefinitions$3(httpClient: HttpClient): (options?: QueryTicketDefinitionsOptions$1) => Promise<QueryTicketDefinitionsResponse$1 & QueryTicketDefinitionsResponseNonNullableFields$1>;
|
|
12116
|
+
declare function queryTicketDefinitionsV2$1(httpClient: HttpClient): (options?: QueryTicketDefinitionsV2Options) => DefinitionsQueryBuilder;
|
|
12117
|
+
declare function listTicketDefinitions$1(httpClient: HttpClient): (options?: ListTicketDefinitionsOptions) => Promise<ListTicketDefinitionsResponse & ListTicketDefinitionsResponseNonNullableFields>;
|
|
12118
|
+
declare function getTicketDefinition$3(httpClient: HttpClient): (definitionId: string, options?: GetTicketDefinitionOptions$1) => Promise<TicketDefinition$1 & TicketDefinitionNonNullableFields$1>;
|
|
12119
|
+
declare function createTicketDefinition$3(httpClient: HttpClient): (eventId: string, options: CreateTicketDefinitionOptions$1) => Promise<CreateTicketDefinitionResponse$1 & CreateTicketDefinitionResponseNonNullableFields$1>;
|
|
12120
|
+
declare function updateTicketDefinition$3(httpClient: HttpClient): (definitionId: string, eventId: string, options?: UpdateTicketDefinitionOptions$1) => Promise<UpdateTicketDefinitionResponse$1 & UpdateTicketDefinitionResponseNonNullableFields$1>;
|
|
12121
|
+
declare function deleteTicketDefinition$3(httpClient: HttpClient): (eventId: string, options?: DeleteTicketDefinitionOptions) => Promise<void>;
|
|
12122
|
+
declare function changeCurrency$3(httpClient: HttpClient): (options?: ChangeCurrencyOptions$1) => Promise<void>;
|
|
12123
|
+
declare const onTicketDefinitionCreated$3: EventDefinition<TicketDefinitionCreatedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionCreated">;
|
|
12124
|
+
declare const onTicketDefinitionUpdated$3: EventDefinition<TicketDefinitionUpdatedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionUpdated">;
|
|
12125
|
+
declare const onTicketDefinitionDeleted$3: EventDefinition<TicketDefinitionDeletedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionDeleted">;
|
|
12126
|
+
|
|
11769
12127
|
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
11770
12128
|
|
|
11771
12129
|
declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
11772
12130
|
|
|
11773
|
-
|
|
11774
|
-
declare const
|
|
11775
|
-
|
|
11776
|
-
declare const
|
|
11777
|
-
|
|
11778
|
-
declare const
|
|
11779
|
-
|
|
11780
|
-
declare const
|
|
11781
|
-
|
|
11782
|
-
declare const
|
|
11783
|
-
|
|
12131
|
+
type _publicQueryTicketDefinitionsType$1 = typeof queryTicketDefinitions$3;
|
|
12132
|
+
declare const queryTicketDefinitions$2: ReturnType<typeof createRESTModule$3<_publicQueryTicketDefinitionsType>>;
|
|
12133
|
+
type _publicQueryTicketDefinitionsV2Type = typeof queryTicketDefinitionsV2$1;
|
|
12134
|
+
declare const queryTicketDefinitionsV2: ReturnType<typeof createRESTModule$3<_publicQueryTicketDefinitionsV2Type>>;
|
|
12135
|
+
type _publicListTicketDefinitionsType = typeof listTicketDefinitions$1;
|
|
12136
|
+
declare const listTicketDefinitions: ReturnType<typeof createRESTModule$3<_publicListTicketDefinitionsType>>;
|
|
12137
|
+
type _publicGetTicketDefinitionType$1 = typeof getTicketDefinition$3;
|
|
12138
|
+
declare const getTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicGetTicketDefinitionType>>;
|
|
12139
|
+
type _publicCreateTicketDefinitionType$1 = typeof createTicketDefinition$3;
|
|
12140
|
+
declare const createTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicCreateTicketDefinitionType>>;
|
|
12141
|
+
type _publicUpdateTicketDefinitionType$1 = typeof updateTicketDefinition$3;
|
|
12142
|
+
declare const updateTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicUpdateTicketDefinitionType>>;
|
|
12143
|
+
type _publicDeleteTicketDefinitionType$1 = typeof deleteTicketDefinition$3;
|
|
12144
|
+
declare const deleteTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicDeleteTicketDefinitionType>>;
|
|
12145
|
+
type _publicChangeCurrencyType$1 = typeof changeCurrency$3;
|
|
12146
|
+
declare const changeCurrency$2: ReturnType<typeof createRESTModule$3<_publicChangeCurrencyType>>;
|
|
12147
|
+
|
|
12148
|
+
type _publicOnTicketDefinitionCreatedType$1 = typeof onTicketDefinitionCreated$3;
|
|
12149
|
+
declare const onTicketDefinitionCreated$2: ReturnType<typeof createEventModule$3<_publicOnTicketDefinitionCreatedType>>;
|
|
12150
|
+
|
|
12151
|
+
type _publicOnTicketDefinitionUpdatedType$1 = typeof onTicketDefinitionUpdated$3;
|
|
12152
|
+
declare const onTicketDefinitionUpdated$2: ReturnType<typeof createEventModule$3<_publicOnTicketDefinitionUpdatedType>>;
|
|
12153
|
+
|
|
12154
|
+
type _publicOnTicketDefinitionDeletedType$1 = typeof onTicketDefinitionDeleted$3;
|
|
12155
|
+
declare const onTicketDefinitionDeleted$2: ReturnType<typeof createEventModule$3<_publicOnTicketDefinitionDeletedType>>;
|
|
11784
12156
|
|
|
11785
12157
|
type context$3_ById = ById;
|
|
11786
12158
|
type context$3_DefinitionsQueryBuilder = DefinitionsQueryBuilder;
|
|
@@ -11818,10 +12190,12 @@ type context$3_TicketSalePeriod = TicketSalePeriod;
|
|
|
11818
12190
|
type context$3_TicketSaleStatus = TicketSaleStatus;
|
|
11819
12191
|
declare const context$3_TicketSaleStatus: typeof TicketSaleStatus;
|
|
11820
12192
|
type context$3_WixFeeConfig = WixFeeConfig;
|
|
12193
|
+
type context$3__publicListTicketDefinitionsType = _publicListTicketDefinitionsType;
|
|
12194
|
+
type context$3__publicQueryTicketDefinitionsV2Type = _publicQueryTicketDefinitionsV2Type;
|
|
11821
12195
|
declare const context$3_listTicketDefinitions: typeof listTicketDefinitions;
|
|
11822
12196
|
declare const context$3_queryTicketDefinitionsV2: typeof queryTicketDefinitionsV2;
|
|
11823
12197
|
declare namespace context$3 {
|
|
11824
|
-
export { type BaseEventMetadata$3 as BaseEventMetadata, type BulkCopyTicketDefinitionsByEventIdRequest$1 as BulkCopyTicketDefinitionsByEventIdRequest, type BulkCopyTicketDefinitionsByEventIdResponse$1 as BulkCopyTicketDefinitionsByEventIdResponse, type context$3_ById as ById, type ChangeCurrencyOptions$1 as ChangeCurrencyOptions, type ChangeCurrencyRequest$1 as ChangeCurrencyRequest, type ChangeCurrencyResponse$1 as ChangeCurrencyResponse, type CopiedTicketDefinition$1 as CopiedTicketDefinition, type CreateTicketDefinitionOptions$1 as CreateTicketDefinitionOptions, type CreateTicketDefinitionRequest$1 as CreateTicketDefinitionRequest, type CreateTicketDefinitionResponse$1 as CreateTicketDefinitionResponse, type CreateTicketDefinitionResponseNonNullableFields$1 as CreateTicketDefinitionResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type Dashboard$2 as Dashboard, type context$3_DefinitionsQueryBuilder as DefinitionsQueryBuilder, type context$3_DefinitionsQueryResult as DefinitionsQueryResult, type context$3_DeleteTicketDefinitionOptions as DeleteTicketDefinitionOptions, type DeleteTicketDefinitionRequest$1 as DeleteTicketDefinitionRequest, type context$3_DeleteTicketDefinitionRequestDeleteOneOf as DeleteTicketDefinitionRequestDeleteOneOf, type DeleteTicketDefinitionResponse$1 as DeleteTicketDefinitionResponse, type FacetCounts$2 as FacetCounts, context$3_FeeType as FeeType, type GetTicketDefinitionOptions$1 as GetTicketDefinitionOptions, type GetTicketDefinitionRequest$1 as GetTicketDefinitionRequest, type GetTicketDefinitionResponse$1 as GetTicketDefinitionResponse, type GetTicketDefinitionResponseNonNullableFields$1 as GetTicketDefinitionResponseNonNullableFields, context$3_GroupBy as GroupBy, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_ListTicketDefinitionsOptions as ListTicketDefinitionsOptions, type context$3_ListTicketDefinitionsRequest as ListTicketDefinitionsRequest, type context$3_ListTicketDefinitionsResponse as ListTicketDefinitionsResponse, type context$3_ListTicketDefinitionsResponseNonNullableFields as ListTicketDefinitionsResponseNonNullableFields, type MessageEnvelope$3 as MessageEnvelope, type Money$2 as Money, type context$3_OriginatedFrom as OriginatedFrom, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type context$3_PaidTicketDefinitionExistsRequest as PaidTicketDefinitionExistsRequest, type context$3_PaidTicketDefinitionExistsResponse as PaidTicketDefinitionExistsResponse, type context$3_PricingOption as PricingOption, type PricingOptions$1 as PricingOptions, type QueryTicketDefinitionsOptions$1 as QueryTicketDefinitionsOptions, type QueryTicketDefinitionsRequest$1 as QueryTicketDefinitionsRequest, type QueryTicketDefinitionsResponse$1 as QueryTicketDefinitionsResponse, type QueryTicketDefinitionsResponseNonNullableFields$1 as QueryTicketDefinitionsResponseNonNullableFields, type context$3_QueryTicketDefinitionsV2Options as QueryTicketDefinitionsV2Options, type context$3_QueryTicketDefinitionsV2Request as QueryTicketDefinitionsV2Request, type context$3_QueryTicketDefinitionsV2Response as QueryTicketDefinitionsV2Response, type context$3_QueryTicketDefinitionsV2ResponseNonNullableFields as QueryTicketDefinitionsV2ResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type context$3_ResponseMetaData as ResponseMetaData, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, State$2 as State, type TicketDefinition$1 as TicketDefinition, type context$3_TicketDefinitionCreated as TicketDefinitionCreated, type TicketDefinitionCreatedEnvelope$1 as TicketDefinitionCreatedEnvelope, type context$3_TicketDefinitionData as TicketDefinitionData, type context$3_TicketDefinitionDeleted as TicketDefinitionDeleted, type TicketDefinitionDeletedEnvelope$1 as TicketDefinitionDeletedEnvelope, context$3_TicketDefinitionFieldset as TicketDefinitionFieldset, type TicketDefinitionNonNullableFields$1 as TicketDefinitionNonNullableFields, context$3_TicketDefinitionStateEnumState as TicketDefinitionStateEnumState, type context$3_TicketDefinitionUpdated as TicketDefinitionUpdated, type TicketDefinitionUpdatedEnvelope$1 as TicketDefinitionUpdatedEnvelope, type context$3_TicketPricing as TicketPricing, type context$3_TicketPricingPriceOneOf as TicketPricingPriceOneOf, type context$3_TicketSalePeriod as TicketSalePeriod, context$3_TicketSaleStatus as TicketSaleStatus, Type$2 as Type, type UpdateTicketDefinitionOptions$1 as UpdateTicketDefinitionOptions, type UpdateTicketDefinitionRequest$1 as UpdateTicketDefinitionRequest, type UpdateTicketDefinitionResponse$1 as UpdateTicketDefinitionResponse, type UpdateTicketDefinitionResponseNonNullableFields$1 as UpdateTicketDefinitionResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$3_WixFeeConfig as WixFeeConfig,
|
|
12198
|
+
export { type BaseEventMetadata$3 as BaseEventMetadata, type BulkCopyTicketDefinitionsByEventIdRequest$1 as BulkCopyTicketDefinitionsByEventIdRequest, type BulkCopyTicketDefinitionsByEventIdResponse$1 as BulkCopyTicketDefinitionsByEventIdResponse, type context$3_ById as ById, type ChangeCurrencyOptions$1 as ChangeCurrencyOptions, type ChangeCurrencyRequest$1 as ChangeCurrencyRequest, type ChangeCurrencyResponse$1 as ChangeCurrencyResponse, type CopiedTicketDefinition$1 as CopiedTicketDefinition, type CreateTicketDefinitionOptions$1 as CreateTicketDefinitionOptions, type CreateTicketDefinitionRequest$1 as CreateTicketDefinitionRequest, type CreateTicketDefinitionResponse$1 as CreateTicketDefinitionResponse, type CreateTicketDefinitionResponseNonNullableFields$1 as CreateTicketDefinitionResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type Dashboard$2 as Dashboard, type context$3_DefinitionsQueryBuilder as DefinitionsQueryBuilder, type context$3_DefinitionsQueryResult as DefinitionsQueryResult, type context$3_DeleteTicketDefinitionOptions as DeleteTicketDefinitionOptions, type DeleteTicketDefinitionRequest$1 as DeleteTicketDefinitionRequest, type context$3_DeleteTicketDefinitionRequestDeleteOneOf as DeleteTicketDefinitionRequestDeleteOneOf, type DeleteTicketDefinitionResponse$1 as DeleteTicketDefinitionResponse, type FacetCounts$2 as FacetCounts, context$3_FeeType as FeeType, type GetTicketDefinitionOptions$1 as GetTicketDefinitionOptions, type GetTicketDefinitionRequest$1 as GetTicketDefinitionRequest, type GetTicketDefinitionResponse$1 as GetTicketDefinitionResponse, type GetTicketDefinitionResponseNonNullableFields$1 as GetTicketDefinitionResponseNonNullableFields, context$3_GroupBy as GroupBy, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_ListTicketDefinitionsOptions as ListTicketDefinitionsOptions, type context$3_ListTicketDefinitionsRequest as ListTicketDefinitionsRequest, type context$3_ListTicketDefinitionsResponse as ListTicketDefinitionsResponse, type context$3_ListTicketDefinitionsResponseNonNullableFields as ListTicketDefinitionsResponseNonNullableFields, type MessageEnvelope$3 as MessageEnvelope, type Money$2 as Money, type context$3_OriginatedFrom as OriginatedFrom, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type context$3_PaidTicketDefinitionExistsRequest as PaidTicketDefinitionExistsRequest, type context$3_PaidTicketDefinitionExistsResponse as PaidTicketDefinitionExistsResponse, type context$3_PricingOption as PricingOption, type PricingOptions$1 as PricingOptions, type QueryTicketDefinitionsOptions$1 as QueryTicketDefinitionsOptions, type QueryTicketDefinitionsRequest$1 as QueryTicketDefinitionsRequest, type QueryTicketDefinitionsResponse$1 as QueryTicketDefinitionsResponse, type QueryTicketDefinitionsResponseNonNullableFields$1 as QueryTicketDefinitionsResponseNonNullableFields, type context$3_QueryTicketDefinitionsV2Options as QueryTicketDefinitionsV2Options, type context$3_QueryTicketDefinitionsV2Request as QueryTicketDefinitionsV2Request, type context$3_QueryTicketDefinitionsV2Response as QueryTicketDefinitionsV2Response, type context$3_QueryTicketDefinitionsV2ResponseNonNullableFields as QueryTicketDefinitionsV2ResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type context$3_ResponseMetaData as ResponseMetaData, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, State$2 as State, type TicketDefinition$1 as TicketDefinition, type context$3_TicketDefinitionCreated as TicketDefinitionCreated, type TicketDefinitionCreatedEnvelope$1 as TicketDefinitionCreatedEnvelope, type context$3_TicketDefinitionData as TicketDefinitionData, type context$3_TicketDefinitionDeleted as TicketDefinitionDeleted, type TicketDefinitionDeletedEnvelope$1 as TicketDefinitionDeletedEnvelope, context$3_TicketDefinitionFieldset as TicketDefinitionFieldset, type TicketDefinitionNonNullableFields$1 as TicketDefinitionNonNullableFields, context$3_TicketDefinitionStateEnumState as TicketDefinitionStateEnumState, type context$3_TicketDefinitionUpdated as TicketDefinitionUpdated, type TicketDefinitionUpdatedEnvelope$1 as TicketDefinitionUpdatedEnvelope, type context$3_TicketPricing as TicketPricing, type context$3_TicketPricingPriceOneOf as TicketPricingPriceOneOf, type context$3_TicketSalePeriod as TicketSalePeriod, context$3_TicketSaleStatus as TicketSaleStatus, Type$2 as Type, type UpdateTicketDefinitionOptions$1 as UpdateTicketDefinitionOptions, type UpdateTicketDefinitionRequest$1 as UpdateTicketDefinitionRequest, type UpdateTicketDefinitionResponse$1 as UpdateTicketDefinitionResponse, type UpdateTicketDefinitionResponseNonNullableFields$1 as UpdateTicketDefinitionResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$3_WixFeeConfig as WixFeeConfig, type _publicChangeCurrencyType$1 as _publicChangeCurrencyType, type _publicCreateTicketDefinitionType$1 as _publicCreateTicketDefinitionType, type _publicDeleteTicketDefinitionType$1 as _publicDeleteTicketDefinitionType, type _publicGetTicketDefinitionType$1 as _publicGetTicketDefinitionType, type context$3__publicListTicketDefinitionsType as _publicListTicketDefinitionsType, type _publicOnTicketDefinitionCreatedType$1 as _publicOnTicketDefinitionCreatedType, type _publicOnTicketDefinitionDeletedType$1 as _publicOnTicketDefinitionDeletedType, type _publicOnTicketDefinitionUpdatedType$1 as _publicOnTicketDefinitionUpdatedType, type _publicQueryTicketDefinitionsType$1 as _publicQueryTicketDefinitionsType, type context$3__publicQueryTicketDefinitionsV2Type as _publicQueryTicketDefinitionsV2Type, type _publicUpdateTicketDefinitionType$1 as _publicUpdateTicketDefinitionType, changeCurrency$2 as changeCurrency, createTicketDefinition$2 as createTicketDefinition, deleteTicketDefinition$2 as deleteTicketDefinition, getTicketDefinition$2 as getTicketDefinition, context$3_listTicketDefinitions as listTicketDefinitions, onTicketDefinitionCreated$2 as onTicketDefinitionCreated, onTicketDefinitionDeleted$2 as onTicketDefinitionDeleted, onTicketDefinitionUpdated$2 as onTicketDefinitionUpdated, onTicketDefinitionCreated$3 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$3 as publicOnTicketDefinitionDeleted, onTicketDefinitionUpdated$3 as publicOnTicketDefinitionUpdated, queryTicketDefinitions$2 as queryTicketDefinitions, context$3_queryTicketDefinitionsV2 as queryTicketDefinitionsV2, updateTicketDefinition$2 as updateTicketDefinition };
|
|
11825
12199
|
}
|
|
11826
12200
|
|
|
11827
12201
|
interface Policy {
|
|
@@ -12487,19 +12861,41 @@ interface ReorderEventPoliciesOptions extends ReorderEventPoliciesRequestReferen
|
|
|
12487
12861
|
afterPolicyId?: string;
|
|
12488
12862
|
}
|
|
12489
12863
|
|
|
12864
|
+
declare function createPolicy$1(httpClient: HttpClient): (policy: Policy) => Promise<Policy & PolicyNonNullableFields>;
|
|
12865
|
+
declare function updatePolicy$1(httpClient: HttpClient): (_id: string | null, policy: UpdatePolicy) => Promise<Policy & PolicyNonNullableFields>;
|
|
12866
|
+
declare function deletePolicy$1(httpClient: HttpClient): (policyId: string) => Promise<void>;
|
|
12867
|
+
declare function queryPolicies$1(httpClient: HttpClient): () => PoliciesQueryBuilder;
|
|
12868
|
+
declare function reorderEventPolicies$1(httpClient: HttpClient): (policyId: string, eventId: string, options?: ReorderEventPoliciesOptions) => Promise<ReorderEventPoliciesResponse & ReorderEventPoliciesResponseNonNullableFields>;
|
|
12869
|
+
declare function getPolicy$1(httpClient: HttpClient): (policyId: string) => Promise<Policy & PolicyNonNullableFields>;
|
|
12870
|
+
declare const onPolicyCreated$1: EventDefinition<PolicyCreatedEnvelope, "wix.events.v2.policy_created">;
|
|
12871
|
+
declare const onPolicyUpdated$1: EventDefinition<PolicyUpdatedEnvelope, "wix.events.v2.policy_updated">;
|
|
12872
|
+
declare const onPolicyDeleted$1: EventDefinition<PolicyDeletedEnvelope, "wix.events.v2.policy_deleted">;
|
|
12873
|
+
|
|
12490
12874
|
declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
12491
12875
|
|
|
12492
12876
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
12493
12877
|
|
|
12494
|
-
|
|
12495
|
-
declare const
|
|
12496
|
-
|
|
12497
|
-
declare const
|
|
12498
|
-
|
|
12499
|
-
declare const
|
|
12500
|
-
|
|
12501
|
-
declare const
|
|
12502
|
-
|
|
12878
|
+
type _publicCreatePolicyType = typeof createPolicy$1;
|
|
12879
|
+
declare const createPolicy: ReturnType<typeof createRESTModule$2<_publicCreatePolicyType>>;
|
|
12880
|
+
type _publicUpdatePolicyType = typeof updatePolicy$1;
|
|
12881
|
+
declare const updatePolicy: ReturnType<typeof createRESTModule$2<_publicUpdatePolicyType>>;
|
|
12882
|
+
type _publicDeletePolicyType = typeof deletePolicy$1;
|
|
12883
|
+
declare const deletePolicy: ReturnType<typeof createRESTModule$2<_publicDeletePolicyType>>;
|
|
12884
|
+
type _publicQueryPoliciesType = typeof queryPolicies$1;
|
|
12885
|
+
declare const queryPolicies: ReturnType<typeof createRESTModule$2<_publicQueryPoliciesType>>;
|
|
12886
|
+
type _publicReorderEventPoliciesType = typeof reorderEventPolicies$1;
|
|
12887
|
+
declare const reorderEventPolicies: ReturnType<typeof createRESTModule$2<_publicReorderEventPoliciesType>>;
|
|
12888
|
+
type _publicGetPolicyType = typeof getPolicy$1;
|
|
12889
|
+
declare const getPolicy: ReturnType<typeof createRESTModule$2<_publicGetPolicyType>>;
|
|
12890
|
+
|
|
12891
|
+
type _publicOnPolicyCreatedType = typeof onPolicyCreated$1;
|
|
12892
|
+
declare const onPolicyCreated: ReturnType<typeof createEventModule$2<_publicOnPolicyCreatedType>>;
|
|
12893
|
+
|
|
12894
|
+
type _publicOnPolicyUpdatedType = typeof onPolicyUpdated$1;
|
|
12895
|
+
declare const onPolicyUpdated: ReturnType<typeof createEventModule$2<_publicOnPolicyUpdatedType>>;
|
|
12896
|
+
|
|
12897
|
+
type _publicOnPolicyDeletedType = typeof onPolicyDeleted$1;
|
|
12898
|
+
declare const onPolicyDeleted: ReturnType<typeof createEventModule$2<_publicOnPolicyDeletedType>>;
|
|
12503
12899
|
|
|
12504
12900
|
type context$2_CreatePolicyRequest = CreatePolicyRequest;
|
|
12505
12901
|
type context$2_CreatePolicyResponse = CreatePolicyResponse;
|
|
@@ -12532,6 +12928,15 @@ type context$2_UpdatePolicyResponse = UpdatePolicyResponse;
|
|
|
12532
12928
|
type context$2_UpdatePolicyResponseNonNullableFields = UpdatePolicyResponseNonNullableFields;
|
|
12533
12929
|
type context$2_UpdatePolicySortIndexRequest = UpdatePolicySortIndexRequest;
|
|
12534
12930
|
type context$2_UpdatePolicySortIndexResponse = UpdatePolicySortIndexResponse;
|
|
12931
|
+
type context$2__publicCreatePolicyType = _publicCreatePolicyType;
|
|
12932
|
+
type context$2__publicDeletePolicyType = _publicDeletePolicyType;
|
|
12933
|
+
type context$2__publicGetPolicyType = _publicGetPolicyType;
|
|
12934
|
+
type context$2__publicOnPolicyCreatedType = _publicOnPolicyCreatedType;
|
|
12935
|
+
type context$2__publicOnPolicyDeletedType = _publicOnPolicyDeletedType;
|
|
12936
|
+
type context$2__publicOnPolicyUpdatedType = _publicOnPolicyUpdatedType;
|
|
12937
|
+
type context$2__publicQueryPoliciesType = _publicQueryPoliciesType;
|
|
12938
|
+
type context$2__publicReorderEventPoliciesType = _publicReorderEventPoliciesType;
|
|
12939
|
+
type context$2__publicUpdatePolicyType = _publicUpdatePolicyType;
|
|
12535
12940
|
declare const context$2_createPolicy: typeof createPolicy;
|
|
12536
12941
|
declare const context$2_deletePolicy: typeof deletePolicy;
|
|
12537
12942
|
declare const context$2_getPolicy: typeof getPolicy;
|
|
@@ -12542,7 +12947,7 @@ declare const context$2_queryPolicies: typeof queryPolicies;
|
|
|
12542
12947
|
declare const context$2_reorderEventPolicies: typeof reorderEventPolicies;
|
|
12543
12948
|
declare const context$2_updatePolicy: typeof updatePolicy;
|
|
12544
12949
|
declare namespace context$2 {
|
|
12545
|
-
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_CreatePolicyRequest as CreatePolicyRequest, type context$2_CreatePolicyResponse as CreatePolicyResponse, type context$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type context$2_DeletePolicyRequest as DeletePolicyRequest, type context$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type context$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type context$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type context$2_GetPolicyRequest as GetPolicyRequest, type context$2_GetPolicyResponse as GetPolicyResponse, type context$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type context$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type context$2_PoliciesQueryResult as PoliciesQueryResult, type context$2_Policy as Policy, type context$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type context$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type context$2_PolicyNonNullableFields as PolicyNonNullableFields, type context$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type context$2_QueryPoliciesRequest as QueryPoliciesRequest, type context$2_QueryPoliciesResponse as QueryPoliciesResponse, type context$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type context$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type context$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type context$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type context$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type context$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type context$2_UpdatePolicy as UpdatePolicy, type context$2_UpdatePolicyRequest as UpdatePolicyRequest, type context$2_UpdatePolicyResponse as UpdatePolicyResponse, type context$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type context$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type context$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, context$2_createPolicy as createPolicy, context$2_deletePolicy as deletePolicy, context$2_getPolicy as getPolicy, context$2_onPolicyCreated as onPolicyCreated, context$2_onPolicyDeleted as onPolicyDeleted, context$2_onPolicyUpdated as onPolicyUpdated, context$2_queryPolicies as queryPolicies, context$2_reorderEventPolicies as reorderEventPolicies, context$2_updatePolicy as updatePolicy };
|
|
12950
|
+
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_CreatePolicyRequest as CreatePolicyRequest, type context$2_CreatePolicyResponse as CreatePolicyResponse, type context$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type context$2_DeletePolicyRequest as DeletePolicyRequest, type context$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type context$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type context$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type context$2_GetPolicyRequest as GetPolicyRequest, type context$2_GetPolicyResponse as GetPolicyResponse, type context$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type context$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type context$2_PoliciesQueryResult as PoliciesQueryResult, type context$2_Policy as Policy, type context$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type context$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type context$2_PolicyNonNullableFields as PolicyNonNullableFields, type context$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type context$2_QueryPoliciesRequest as QueryPoliciesRequest, type context$2_QueryPoliciesResponse as QueryPoliciesResponse, type context$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type context$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type context$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type context$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type context$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type context$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type context$2_UpdatePolicy as UpdatePolicy, type context$2_UpdatePolicyRequest as UpdatePolicyRequest, type context$2_UpdatePolicyResponse as UpdatePolicyResponse, type context$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type context$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type context$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type context$2__publicCreatePolicyType as _publicCreatePolicyType, type context$2__publicDeletePolicyType as _publicDeletePolicyType, type context$2__publicGetPolicyType as _publicGetPolicyType, type context$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type context$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type context$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, type context$2__publicQueryPoliciesType as _publicQueryPoliciesType, type context$2__publicReorderEventPoliciesType as _publicReorderEventPoliciesType, type context$2__publicUpdatePolicyType as _publicUpdatePolicyType, context$2_createPolicy as createPolicy, context$2_deletePolicy as deletePolicy, context$2_getPolicy as getPolicy, context$2_onPolicyCreated as onPolicyCreated, context$2_onPolicyDeleted as onPolicyDeleted, context$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, context$2_queryPolicies as queryPolicies, context$2_reorderEventPolicies as reorderEventPolicies, context$2_updatePolicy as updatePolicy };
|
|
12546
12951
|
}
|
|
12547
12952
|
|
|
12548
12953
|
interface V3Event {
|
|
@@ -14661,26 +15066,33 @@ interface Category$1 {
|
|
|
14661
15066
|
/** Category name. */
|
|
14662
15067
|
name?: string;
|
|
14663
15068
|
/**
|
|
14664
|
-
*
|
|
15069
|
+
* Date and time when category was created.
|
|
14665
15070
|
* @readonly
|
|
14666
15071
|
*/
|
|
14667
15072
|
_createdDate?: Date;
|
|
14668
15073
|
/**
|
|
14669
|
-
*
|
|
15074
|
+
* The total number of draft and published events assigned to the category.
|
|
14670
15075
|
* @readonly
|
|
14671
15076
|
*/
|
|
14672
15077
|
counts?: CategoryCounts$1;
|
|
14673
15078
|
/**
|
|
14674
|
-
* Category state.
|
|
14675
|
-
*
|
|
14676
|
-
*
|
|
15079
|
+
* Category state. Possible values:
|
|
15080
|
+
*
|
|
15081
|
+
* `MANUAL`: Category is created manually by the user.
|
|
15082
|
+
* `AUTO`: Category is created automatically.
|
|
15083
|
+
* `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
|
|
15084
|
+
* `HIDDEN`: Category can't be seen.
|
|
15085
|
+
*
|
|
15086
|
+
* Default: `MANUAL`.
|
|
15087
|
+
*
|
|
15088
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
14677
15089
|
*/
|
|
14678
15090
|
states?: State$1[];
|
|
14679
15091
|
}
|
|
14680
15092
|
interface CategoryCounts$1 {
|
|
14681
|
-
/**
|
|
15093
|
+
/** Total number of draft events assigned to the category. */
|
|
14682
15094
|
assignedEventsCount?: number | null;
|
|
14683
|
-
/**
|
|
15095
|
+
/** Total number of published events assigned to the category. Deleted events are excluded. */
|
|
14684
15096
|
assignedDraftEventsCount?: number | null;
|
|
14685
15097
|
}
|
|
14686
15098
|
declare enum State$1 {
|
|
@@ -15577,31 +15989,83 @@ interface GetEventBySlugOptions {
|
|
|
15577
15989
|
fields?: RequestedFields[];
|
|
15578
15990
|
}
|
|
15579
15991
|
|
|
15992
|
+
declare function createEvent$1(httpClient: HttpClient): (event: V3Event, options?: CreateEventOptions) => Promise<V3Event & V3EventNonNullableFields>;
|
|
15993
|
+
declare function cloneEvent$1(httpClient: HttpClient): (eventId: string, options?: CloneEventOptions) => Promise<CloneEventResponse & CloneEventResponseNonNullableFields>;
|
|
15994
|
+
declare function updateEvent$1(httpClient: HttpClient): (_id: string, options?: UpdateEventOptions) => Promise<V3Event & V3EventNonNullableFields>;
|
|
15995
|
+
declare function publishDraftEvent$1(httpClient: HttpClient): (eventId: string, options?: PublishDraftEventOptions) => Promise<PublishDraftEventResponse & PublishDraftEventResponseNonNullableFields>;
|
|
15996
|
+
declare function cancelEvent$1(httpClient: HttpClient): (eventId: string, options?: CancelEventOptions) => Promise<CancelEventResponse & CancelEventResponseNonNullableFields>;
|
|
15997
|
+
declare function bulkCancelEventsByFilter$1(httpClient: HttpClient): (options?: BulkCancelEventsByFilterOptions) => Promise<void>;
|
|
15998
|
+
declare function deleteEvent$1(httpClient: HttpClient): (eventId: string) => Promise<DeleteEventResponse & DeleteEventResponseNonNullableFields>;
|
|
15999
|
+
declare function bulkDeleteEventsByFilter$1(httpClient: HttpClient): (options?: BulkDeleteEventsByFilterOptions) => Promise<void>;
|
|
16000
|
+
declare function queryEvents$1(httpClient: HttpClient): (options?: QueryEventsOptions) => EventsQueryBuilder;
|
|
16001
|
+
declare function countEventsByStatus$1(httpClient: HttpClient): (options?: CountEventsByStatusOptions) => Promise<CountEventsByStatusResponse>;
|
|
16002
|
+
declare function getEvent$1(httpClient: HttpClient): (eventId: string | null, options?: GetEventOptions) => Promise<V3Event & V3EventNonNullableFields>;
|
|
16003
|
+
declare function getEventBySlug$1(httpClient: HttpClient): (slug: string | null, options?: GetEventBySlugOptions) => Promise<GetEventBySlugResponse & GetEventBySlugResponseNonNullableFields>;
|
|
16004
|
+
declare const onEventCreated$1: EventDefinition<EventCreatedEnvelope, "wix.events.v3.event_created">;
|
|
16005
|
+
declare const onEventUpdated$1: EventDefinition<EventUpdatedEnvelope, "wix.events.v3.event_updated">;
|
|
16006
|
+
declare const onEventDeleted$1: EventDefinition<EventDeletedEnvelope, "wix.events.v3.event_deleted">;
|
|
16007
|
+
declare const onEventStarted$1: EventDefinition<EventStartedEnvelope, "wix.events.v3.event_started">;
|
|
16008
|
+
declare const onEventEnded$1: EventDefinition<EventEndedEnvelope, "wix.events.v3.event_ended">;
|
|
16009
|
+
declare const onEventReminder$1: EventDefinition<EventReminderEnvelope, "wix.events.v3.event_reminder">;
|
|
16010
|
+
declare const onEventPublished$1: EventDefinition<EventPublishedEnvelope, "wix.events.v3.event_published">;
|
|
16011
|
+
declare const onEventCloned$1: EventDefinition<EventClonedEnvelope, "wix.events.v3.event_cloned">;
|
|
16012
|
+
declare const onEventCanceled$1: EventDefinition<EventCanceledEnvelope, "wix.events.v3.event_canceled">;
|
|
16013
|
+
|
|
15580
16014
|
declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
15581
16015
|
|
|
15582
16016
|
declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
15583
16017
|
|
|
15584
|
-
|
|
15585
|
-
declare const
|
|
15586
|
-
|
|
15587
|
-
declare const
|
|
15588
|
-
|
|
15589
|
-
declare const
|
|
15590
|
-
|
|
15591
|
-
declare const
|
|
15592
|
-
|
|
15593
|
-
declare const
|
|
15594
|
-
|
|
15595
|
-
declare const
|
|
15596
|
-
|
|
15597
|
-
declare const
|
|
15598
|
-
|
|
15599
|
-
declare const
|
|
15600
|
-
|
|
15601
|
-
declare const
|
|
15602
|
-
|
|
15603
|
-
declare const
|
|
15604
|
-
|
|
16018
|
+
type _publicCreateEventType = typeof createEvent$1;
|
|
16019
|
+
declare const createEvent: ReturnType<typeof createRESTModule$1<_publicCreateEventType>>;
|
|
16020
|
+
type _publicCloneEventType = typeof cloneEvent$1;
|
|
16021
|
+
declare const cloneEvent: ReturnType<typeof createRESTModule$1<_publicCloneEventType>>;
|
|
16022
|
+
type _publicUpdateEventType = typeof updateEvent$1;
|
|
16023
|
+
declare const updateEvent: ReturnType<typeof createRESTModule$1<_publicUpdateEventType>>;
|
|
16024
|
+
type _publicPublishDraftEventType = typeof publishDraftEvent$1;
|
|
16025
|
+
declare const publishDraftEvent: ReturnType<typeof createRESTModule$1<_publicPublishDraftEventType>>;
|
|
16026
|
+
type _publicCancelEventType = typeof cancelEvent$1;
|
|
16027
|
+
declare const cancelEvent: ReturnType<typeof createRESTModule$1<_publicCancelEventType>>;
|
|
16028
|
+
type _publicBulkCancelEventsByFilterType = typeof bulkCancelEventsByFilter$1;
|
|
16029
|
+
declare const bulkCancelEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkCancelEventsByFilterType>>;
|
|
16030
|
+
type _publicDeleteEventType = typeof deleteEvent$1;
|
|
16031
|
+
declare const deleteEvent: ReturnType<typeof createRESTModule$1<_publicDeleteEventType>>;
|
|
16032
|
+
type _publicBulkDeleteEventsByFilterType = typeof bulkDeleteEventsByFilter$1;
|
|
16033
|
+
declare const bulkDeleteEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkDeleteEventsByFilterType>>;
|
|
16034
|
+
type _publicQueryEventsType = typeof queryEvents$1;
|
|
16035
|
+
declare const queryEvents: ReturnType<typeof createRESTModule$1<_publicQueryEventsType>>;
|
|
16036
|
+
type _publicCountEventsByStatusType = typeof countEventsByStatus$1;
|
|
16037
|
+
declare const countEventsByStatus: ReturnType<typeof createRESTModule$1<_publicCountEventsByStatusType>>;
|
|
16038
|
+
type _publicGetEventType = typeof getEvent$1;
|
|
16039
|
+
declare const getEvent: ReturnType<typeof createRESTModule$1<_publicGetEventType>>;
|
|
16040
|
+
type _publicGetEventBySlugType = typeof getEventBySlug$1;
|
|
16041
|
+
declare const getEventBySlug: ReturnType<typeof createRESTModule$1<_publicGetEventBySlugType>>;
|
|
16042
|
+
|
|
16043
|
+
type _publicOnEventCreatedType = typeof onEventCreated$1;
|
|
16044
|
+
declare const onEventCreated: ReturnType<typeof createEventModule$1<_publicOnEventCreatedType>>;
|
|
16045
|
+
|
|
16046
|
+
type _publicOnEventUpdatedType = typeof onEventUpdated$1;
|
|
16047
|
+
declare const onEventUpdated: ReturnType<typeof createEventModule$1<_publicOnEventUpdatedType>>;
|
|
16048
|
+
|
|
16049
|
+
type _publicOnEventDeletedType = typeof onEventDeleted$1;
|
|
16050
|
+
declare const onEventDeleted: ReturnType<typeof createEventModule$1<_publicOnEventDeletedType>>;
|
|
16051
|
+
|
|
16052
|
+
type _publicOnEventStartedType = typeof onEventStarted$1;
|
|
16053
|
+
declare const onEventStarted: ReturnType<typeof createEventModule$1<_publicOnEventStartedType>>;
|
|
16054
|
+
|
|
16055
|
+
type _publicOnEventEndedType = typeof onEventEnded$1;
|
|
16056
|
+
declare const onEventEnded: ReturnType<typeof createEventModule$1<_publicOnEventEndedType>>;
|
|
16057
|
+
|
|
16058
|
+
type _publicOnEventReminderType = typeof onEventReminder$1;
|
|
16059
|
+
declare const onEventReminder: ReturnType<typeof createEventModule$1<_publicOnEventReminderType>>;
|
|
16060
|
+
|
|
16061
|
+
type _publicOnEventPublishedType = typeof onEventPublished$1;
|
|
16062
|
+
declare const onEventPublished: ReturnType<typeof createEventModule$1<_publicOnEventPublishedType>>;
|
|
16063
|
+
|
|
16064
|
+
type _publicOnEventClonedType = typeof onEventCloned$1;
|
|
16065
|
+
declare const onEventCloned: ReturnType<typeof createEventModule$1<_publicOnEventClonedType>>;
|
|
16066
|
+
|
|
16067
|
+
type _publicOnEventCanceledType = typeof onEventCanceled$1;
|
|
16068
|
+
declare const onEventCanceled: ReturnType<typeof createEventModule$1<_publicOnEventCanceledType>>;
|
|
15605
16069
|
|
|
15606
16070
|
type context$1_AgendaSettings = AgendaSettings;
|
|
15607
16071
|
type context$1_BulkCancelEventsByFilterOptions = BulkCancelEventsByFilterOptions;
|
|
@@ -15745,6 +16209,27 @@ type context$1_UserFilter = UserFilter;
|
|
|
15745
16209
|
type context$1_V3Event = V3Event;
|
|
15746
16210
|
type context$1_V3EventDisplaySettings = V3EventDisplaySettings;
|
|
15747
16211
|
type context$1_V3EventNonNullableFields = V3EventNonNullableFields;
|
|
16212
|
+
type context$1__publicBulkCancelEventsByFilterType = _publicBulkCancelEventsByFilterType;
|
|
16213
|
+
type context$1__publicBulkDeleteEventsByFilterType = _publicBulkDeleteEventsByFilterType;
|
|
16214
|
+
type context$1__publicCancelEventType = _publicCancelEventType;
|
|
16215
|
+
type context$1__publicCloneEventType = _publicCloneEventType;
|
|
16216
|
+
type context$1__publicCountEventsByStatusType = _publicCountEventsByStatusType;
|
|
16217
|
+
type context$1__publicCreateEventType = _publicCreateEventType;
|
|
16218
|
+
type context$1__publicDeleteEventType = _publicDeleteEventType;
|
|
16219
|
+
type context$1__publicGetEventBySlugType = _publicGetEventBySlugType;
|
|
16220
|
+
type context$1__publicGetEventType = _publicGetEventType;
|
|
16221
|
+
type context$1__publicOnEventCanceledType = _publicOnEventCanceledType;
|
|
16222
|
+
type context$1__publicOnEventClonedType = _publicOnEventClonedType;
|
|
16223
|
+
type context$1__publicOnEventCreatedType = _publicOnEventCreatedType;
|
|
16224
|
+
type context$1__publicOnEventDeletedType = _publicOnEventDeletedType;
|
|
16225
|
+
type context$1__publicOnEventEndedType = _publicOnEventEndedType;
|
|
16226
|
+
type context$1__publicOnEventPublishedType = _publicOnEventPublishedType;
|
|
16227
|
+
type context$1__publicOnEventReminderType = _publicOnEventReminderType;
|
|
16228
|
+
type context$1__publicOnEventStartedType = _publicOnEventStartedType;
|
|
16229
|
+
type context$1__publicOnEventUpdatedType = _publicOnEventUpdatedType;
|
|
16230
|
+
type context$1__publicPublishDraftEventType = _publicPublishDraftEventType;
|
|
16231
|
+
type context$1__publicQueryEventsType = _publicQueryEventsType;
|
|
16232
|
+
type context$1__publicUpdateEventType = _publicUpdateEventType;
|
|
15748
16233
|
declare const context$1_bulkCancelEventsByFilter: typeof bulkCancelEventsByFilter;
|
|
15749
16234
|
declare const context$1_bulkDeleteEventsByFilter: typeof bulkDeleteEventsByFilter;
|
|
15750
16235
|
declare const context$1_cancelEvent: typeof cancelEvent;
|
|
@@ -15767,7 +16252,7 @@ declare const context$1_publishDraftEvent: typeof publishDraftEvent;
|
|
|
15767
16252
|
declare const context$1_queryEvents: typeof queryEvents;
|
|
15768
16253
|
declare const context$1_updateEvent: typeof updateEvent;
|
|
15769
16254
|
declare namespace context$1 {
|
|
15770
|
-
export { type ActionEvent$1 as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type Agenda$1 as Agenda, type context$1_AgendaSettings as AgendaSettings, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BulkCancelEventsByFilterOptions as BulkCancelEventsByFilterOptions, type context$1_BulkCancelEventsByFilterRequest as BulkCancelEventsByFilterRequest, type context$1_BulkCancelEventsByFilterResponse as BulkCancelEventsByFilterResponse, type context$1_BulkDeleteEventsByFilterOptions as BulkDeleteEventsByFilterOptions, type context$1_BulkDeleteEventsByFilterRequest as BulkDeleteEventsByFilterRequest, type context$1_BulkDeleteEventsByFilterResponse as BulkDeleteEventsByFilterResponse, type CalendarLinks$1 as CalendarLinks, type context$1_CalendarUrls as CalendarUrls, type context$1_CancelEventOptions as CancelEventOptions, type context$1_CancelEventRequest as CancelEventRequest, type context$1_CancelEventResponse as CancelEventResponse, type context$1_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Category$1 as Category, type CategoryCounts$1 as CategoryCounts, type CheckoutFormMessages$1 as CheckoutFormMessages, type context$1_CloneEventOptions as CloneEventOptions, type context$1_CloneEventRequest as CloneEventRequest, type context$1_CloneEventResponse as CloneEventResponse, type context$1_CloneEventResponseNonNullableFields as CloneEventResponseNonNullableFields, type context$1_CommonAddress as CommonAddress, type context$1_CommonAddressLocation as CommonAddressLocation, type context$1_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$1_CommonCursors as CommonCursors, type context$1_CommonPaging as CommonPaging, type context$1_CommonPagingMetadataV2 as CommonPagingMetadataV2, type context$1_CommonQueryV2 as CommonQueryV2, type context$1_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, context$1_CommonSortOrder as CommonSortOrder, type context$1_CommonSorting as CommonSorting, type context$1_CommonStreetAddress as CommonStreetAddress, type context$1_CommonSubdivision as CommonSubdivision, ConferenceType$1 as ConferenceType, context$1_ConferenceTypeType as ConferenceTypeType, type context$1_CountEventsByStatusOptions as CountEventsByStatusOptions, type context$1_CountEventsByStatusRequest as CountEventsByStatusRequest, type context$1_CountEventsByStatusResponse as CountEventsByStatusResponse, type context$1_CreateEventOptions as CreateEventOptions, type context$1_CreateEventRequest as CreateEventRequest, type context$1_CreateEventResponse as CreateEventResponse, type context$1_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type Dashboard$1 as Dashboard, type context$1_DateAndTimeSettings as DateAndTimeSettings, type context$1_DeleteEventRequest as DeleteEventRequest, type context$1_DeleteEventResponse as DeleteEventResponse, type context$1_DeleteEventResponseNonNullableFields as DeleteEventResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type Event$1 as Event, type EventCanceled$1 as EventCanceled, type context$1_EventCanceledEnvelope as EventCanceledEnvelope, type context$1_EventCategories as EventCategories, type context$1_EventCategory as EventCategory, type context$1_EventCloned as EventCloned, type context$1_EventClonedEnvelope as EventClonedEnvelope, type context$1_EventCopied as EventCopied, type EventCreated$1 as EventCreated, type context$1_EventCreatedEnvelope as EventCreatedEnvelope, type EventDeleted$1 as EventDeleted, type context$1_EventDeletedEnvelope as EventDeletedEnvelope, type EventDisplaySettings$1 as EventDisplaySettings, type EventEnded$1 as EventEnded, type context$1_EventEndedEnvelope as EventEndedEnvelope, type context$1_EventEventCanceled as EventEventCanceled, type context$1_EventEventEnded as EventEventEnded, type context$1_EventEventPublished as EventEventPublished, type context$1_EventEventReminder as EventEventReminder, type context$1_EventEventStarted as EventEventStarted, type EventMetadata$1 as EventMetadata, type context$1_EventPublished as EventPublished, type context$1_EventPublishedEnvelope as EventPublishedEnvelope, type context$1_EventReminder as EventReminder, type context$1_EventReminderEnvelope as EventReminderEnvelope, type context$1_EventStarted as EventStarted, type context$1_EventStartedEnvelope as EventStartedEnvelope, EventStatus$1 as EventStatus, EventType$1 as EventType, type EventUpdated$1 as EventUpdated, type context$1_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$1_EventsFeed as EventsFeed, type context$1_EventsLabellingSettings as EventsLabellingSettings, type context$1_EventsLocation as EventsLocation, type context$1_EventsMoney as EventsMoney, type context$1_EventsOccurrence as EventsOccurrence, type context$1_EventsOnlineConferencing as EventsOnlineConferencing, type context$1_EventsOnlineConferencingSession as EventsOnlineConferencingSession, type context$1_EventsQueryBuilder as EventsQueryBuilder, type context$1_EventsQueryResult as EventsQueryResult, context$1_EventsRecurrenceStatusStatus as EventsRecurrenceStatusStatus, type context$1_EventsRecurrences as EventsRecurrences, type context$1_EventsRegistration as EventsRegistration, type context$1_EventsSeoSettings as EventsSeoSettings, context$1_EventsTaxType as EventsTaxType, type context$1_ExportEventsRequest as ExportEventsRequest, type context$1_ExportEventsResponse as ExportEventsResponse, type ExternalEvent$1 as ExternalEvent, type context$1_ExternalRegistration as ExternalRegistration, type FacetCounts$1 as FacetCounts, type Feed$1 as Feed, type context$1_FindEventRequest as FindEventRequest, type context$1_FindEventRequestFindByOneOf as FindEventRequestFindByOneOf, type context$1_FindEventResponse as FindEventResponse, type Form$1 as Form, type FormMessages$1 as FormMessages, type context$1_Formatted as Formatted, type context$1_GetEventBySlugOptions as GetEventBySlugOptions, type context$1_GetEventBySlugRequest as GetEventBySlugRequest, type context$1_GetEventBySlugResponse as GetEventBySlugResponse, type context$1_GetEventBySlugResponseNonNullableFields as GetEventBySlugResponseNonNullableFields, type context$1_GetEventOptions as GetEventOptions, type context$1_GetEventRequest as GetEventRequest, type context$1_GetEventResponse as GetEventResponse, type context$1_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type GuestListConfig$1 as GuestListConfig, type context$1_GuestListSettings as GuestListSettings, context$1_GuestTypeType as GuestTypeType, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_InitialRegistrationTypeType as InitialRegistrationTypeType, type Input$1 as Input, type InputControl$1 as InputControl, InputControlType$1 as InputControlType, type Keyword$1 as Keyword, type Label$1 as Label, type LabellingSettings$1 as LabellingSettings, type context$1_ListEventsByCategoryRequest as ListEventsByCategoryRequest, type context$1_ListEventsByCategoryResponse as ListEventsByCategoryResponse, type context$1_ListUserEventsRequest as ListUserEventsRequest, type context$1_ListUserEventsResponse as ListUserEventsResponse, type Location$1 as Location, context$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type MapCoordinates$1 as MapCoordinates, type MessageEnvelope$1 as MessageEnvelope, type Money$1 as Money, type Negative$1 as Negative, type NegativeResponseConfirmation$1 as NegativeResponseConfirmation, type Occurrence$1 as Occurrence, type OnlineConferencing$1 as OnlineConferencing, type OnlineConferencingConfig$1 as OnlineConferencingConfig, type OnlineConferencingSession$1 as OnlineConferencingSession, type OptionSelection$1 as OptionSelection, type OptionSelectionSelectedOptionOneOf$1 as OptionSelectionSelectedOptionOneOf, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Positive$1 as Positive, type PositiveResponseConfirmation$1 as PositiveResponseConfirmation, type context$1_PublishDraftEventOptions as PublishDraftEventOptions, type context$1_PublishDraftEventRequest as PublishDraftEventRequest, type context$1_PublishDraftEventResponse as PublishDraftEventResponse, type context$1_PublishDraftEventResponseNonNullableFields as PublishDraftEventResponseNonNullableFields, type context$1_QueryEventsOptions as QueryEventsOptions, type context$1_QueryEventsRequest as QueryEventsRequest, type context$1_QueryEventsResponse as QueryEventsResponse, type context$1_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, context$1_RecurrenceStatusStatus as RecurrenceStatusStatus, type Recurrences$1 as Recurrences, type Registration$1 as Registration, type RegistrationClosedMessages$1 as RegistrationClosedMessages, RegistrationStatus$1 as RegistrationStatus, context$1_RegistrationStatusStatus as RegistrationStatusStatus, context$1_RegistrationTypeType as RegistrationTypeType, context$1_Relation as Relation, context$1_RequestedFields as RequestedFields, type ResponseConfirmation$1 as ResponseConfirmation, context$1_ResponseType as ResponseType, type RestoreInfo$1 as RestoreInfo, type RsvpCollection$1 as RsvpCollection, type RsvpCollectionConfig$1 as RsvpCollectionConfig, type RsvpFormMessages$1 as RsvpFormMessages, type context$1_RsvpRegistration as RsvpRegistration, RsvpStatusOptions$1 as RsvpStatusOptions, type RsvpSummary$1 as RsvpSummary, type context$1_Rsvps as Rsvps, type ScheduleConfig$1 as ScheduleConfig, type Scheduling$1 as Scheduling, type SeoSchema$1 as SeoSchema, type SeoSettings$1 as SeoSettings, type Settings$1 as Settings, type SiteUrl$1 as SiteUrl, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, Status$1 as Status, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, context$1_SubdivisionSubdivisionType as SubdivisionSubdivisionType, SubdivisionType$1 as SubdivisionType, type context$1_Summaries as Summaries, type Tag$1 as Tag, type TaxConfig$1 as TaxConfig, type context$1_TaxSettings as TaxSettings, TaxType$1 as TaxType, type Ticketing$1 as Ticketing, type TicketingConfig$1 as TicketingConfig, type TicketingSummary$1 as TicketingSummary, type context$1_Tickets as Tickets, type context$1_TicketsRegistration as TicketsRegistration, type TicketsUnavailableMessages$1 as TicketsUnavailableMessages, type context$1_TimeDuration as TimeDuration, Type$1 as Type, type context$1_UpdateEventOptions as UpdateEventOptions, type context$1_UpdateEventRequest as UpdateEventRequest, type context$1_UpdateEventResponse as UpdateEventResponse, type context$1_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, type context$1_UserFilter as UserFilter, type context$1_V3Event as V3Event, type context$1_V3EventDisplaySettings as V3EventDisplaySettings, type context$1_V3EventNonNullableFields as V3EventNonNullableFields, ValueType$1 as ValueType, VisitorType$1 as VisitorType, WebhookIdentityType$1 as WebhookIdentityType, context$1_bulkCancelEventsByFilter as bulkCancelEventsByFilter, context$1_bulkDeleteEventsByFilter as bulkDeleteEventsByFilter, context$1_cancelEvent as cancelEvent, context$1_cloneEvent as cloneEvent, context$1_countEventsByStatus as countEventsByStatus, context$1_createEvent as createEvent, context$1_deleteEvent as deleteEvent, context$1_getEvent as getEvent, context$1_getEventBySlug as getEventBySlug, context$1_onEventCanceled as onEventCanceled, context$1_onEventCloned as onEventCloned, context$1_onEventCreated as onEventCreated, context$1_onEventDeleted as onEventDeleted, context$1_onEventEnded as onEventEnded, context$1_onEventPublished as onEventPublished, context$1_onEventReminder as onEventReminder, context$1_onEventStarted as onEventStarted, context$1_onEventUpdated as onEventUpdated, context$1_publishDraftEvent as publishDraftEvent, context$1_queryEvents as queryEvents, context$1_updateEvent as updateEvent };
|
|
16255
|
+
export { type ActionEvent$1 as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type Agenda$1 as Agenda, type context$1_AgendaSettings as AgendaSettings, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BulkCancelEventsByFilterOptions as BulkCancelEventsByFilterOptions, type context$1_BulkCancelEventsByFilterRequest as BulkCancelEventsByFilterRequest, type context$1_BulkCancelEventsByFilterResponse as BulkCancelEventsByFilterResponse, type context$1_BulkDeleteEventsByFilterOptions as BulkDeleteEventsByFilterOptions, type context$1_BulkDeleteEventsByFilterRequest as BulkDeleteEventsByFilterRequest, type context$1_BulkDeleteEventsByFilterResponse as BulkDeleteEventsByFilterResponse, type CalendarLinks$1 as CalendarLinks, type context$1_CalendarUrls as CalendarUrls, type context$1_CancelEventOptions as CancelEventOptions, type context$1_CancelEventRequest as CancelEventRequest, type context$1_CancelEventResponse as CancelEventResponse, type context$1_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Category$1 as Category, type CategoryCounts$1 as CategoryCounts, type CheckoutFormMessages$1 as CheckoutFormMessages, type context$1_CloneEventOptions as CloneEventOptions, type context$1_CloneEventRequest as CloneEventRequest, type context$1_CloneEventResponse as CloneEventResponse, type context$1_CloneEventResponseNonNullableFields as CloneEventResponseNonNullableFields, type context$1_CommonAddress as CommonAddress, type context$1_CommonAddressLocation as CommonAddressLocation, type context$1_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$1_CommonCursors as CommonCursors, type context$1_CommonPaging as CommonPaging, type context$1_CommonPagingMetadataV2 as CommonPagingMetadataV2, type context$1_CommonQueryV2 as CommonQueryV2, type context$1_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, context$1_CommonSortOrder as CommonSortOrder, type context$1_CommonSorting as CommonSorting, type context$1_CommonStreetAddress as CommonStreetAddress, type context$1_CommonSubdivision as CommonSubdivision, ConferenceType$1 as ConferenceType, context$1_ConferenceTypeType as ConferenceTypeType, type context$1_CountEventsByStatusOptions as CountEventsByStatusOptions, type context$1_CountEventsByStatusRequest as CountEventsByStatusRequest, type context$1_CountEventsByStatusResponse as CountEventsByStatusResponse, type context$1_CreateEventOptions as CreateEventOptions, type context$1_CreateEventRequest as CreateEventRequest, type context$1_CreateEventResponse as CreateEventResponse, type context$1_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type Dashboard$1 as Dashboard, type context$1_DateAndTimeSettings as DateAndTimeSettings, type context$1_DeleteEventRequest as DeleteEventRequest, type context$1_DeleteEventResponse as DeleteEventResponse, type context$1_DeleteEventResponseNonNullableFields as DeleteEventResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type Event$1 as Event, type EventCanceled$1 as EventCanceled, type context$1_EventCanceledEnvelope as EventCanceledEnvelope, type context$1_EventCategories as EventCategories, type context$1_EventCategory as EventCategory, type context$1_EventCloned as EventCloned, type context$1_EventClonedEnvelope as EventClonedEnvelope, type context$1_EventCopied as EventCopied, type EventCreated$1 as EventCreated, type context$1_EventCreatedEnvelope as EventCreatedEnvelope, type EventDeleted$1 as EventDeleted, type context$1_EventDeletedEnvelope as EventDeletedEnvelope, type EventDisplaySettings$1 as EventDisplaySettings, type EventEnded$1 as EventEnded, type context$1_EventEndedEnvelope as EventEndedEnvelope, type context$1_EventEventCanceled as EventEventCanceled, type context$1_EventEventEnded as EventEventEnded, type context$1_EventEventPublished as EventEventPublished, type context$1_EventEventReminder as EventEventReminder, type context$1_EventEventStarted as EventEventStarted, type EventMetadata$1 as EventMetadata, type context$1_EventPublished as EventPublished, type context$1_EventPublishedEnvelope as EventPublishedEnvelope, type context$1_EventReminder as EventReminder, type context$1_EventReminderEnvelope as EventReminderEnvelope, type context$1_EventStarted as EventStarted, type context$1_EventStartedEnvelope as EventStartedEnvelope, EventStatus$1 as EventStatus, EventType$1 as EventType, type EventUpdated$1 as EventUpdated, type context$1_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$1_EventsFeed as EventsFeed, type context$1_EventsLabellingSettings as EventsLabellingSettings, type context$1_EventsLocation as EventsLocation, type context$1_EventsMoney as EventsMoney, type context$1_EventsOccurrence as EventsOccurrence, type context$1_EventsOnlineConferencing as EventsOnlineConferencing, type context$1_EventsOnlineConferencingSession as EventsOnlineConferencingSession, type context$1_EventsQueryBuilder as EventsQueryBuilder, type context$1_EventsQueryResult as EventsQueryResult, context$1_EventsRecurrenceStatusStatus as EventsRecurrenceStatusStatus, type context$1_EventsRecurrences as EventsRecurrences, type context$1_EventsRegistration as EventsRegistration, type context$1_EventsSeoSettings as EventsSeoSettings, context$1_EventsTaxType as EventsTaxType, type context$1_ExportEventsRequest as ExportEventsRequest, type context$1_ExportEventsResponse as ExportEventsResponse, type ExternalEvent$1 as ExternalEvent, type context$1_ExternalRegistration as ExternalRegistration, type FacetCounts$1 as FacetCounts, type Feed$1 as Feed, type context$1_FindEventRequest as FindEventRequest, type context$1_FindEventRequestFindByOneOf as FindEventRequestFindByOneOf, type context$1_FindEventResponse as FindEventResponse, type Form$1 as Form, type FormMessages$1 as FormMessages, type context$1_Formatted as Formatted, type context$1_GetEventBySlugOptions as GetEventBySlugOptions, type context$1_GetEventBySlugRequest as GetEventBySlugRequest, type context$1_GetEventBySlugResponse as GetEventBySlugResponse, type context$1_GetEventBySlugResponseNonNullableFields as GetEventBySlugResponseNonNullableFields, type context$1_GetEventOptions as GetEventOptions, type context$1_GetEventRequest as GetEventRequest, type context$1_GetEventResponse as GetEventResponse, type context$1_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type GuestListConfig$1 as GuestListConfig, type context$1_GuestListSettings as GuestListSettings, context$1_GuestTypeType as GuestTypeType, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_InitialRegistrationTypeType as InitialRegistrationTypeType, type Input$1 as Input, type InputControl$1 as InputControl, InputControlType$1 as InputControlType, type Keyword$1 as Keyword, type Label$1 as Label, type LabellingSettings$1 as LabellingSettings, type context$1_ListEventsByCategoryRequest as ListEventsByCategoryRequest, type context$1_ListEventsByCategoryResponse as ListEventsByCategoryResponse, type context$1_ListUserEventsRequest as ListUserEventsRequest, type context$1_ListUserEventsResponse as ListUserEventsResponse, type Location$1 as Location, context$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type MapCoordinates$1 as MapCoordinates, type MessageEnvelope$1 as MessageEnvelope, type Money$1 as Money, type Negative$1 as Negative, type NegativeResponseConfirmation$1 as NegativeResponseConfirmation, type Occurrence$1 as Occurrence, type OnlineConferencing$1 as OnlineConferencing, type OnlineConferencingConfig$1 as OnlineConferencingConfig, type OnlineConferencingSession$1 as OnlineConferencingSession, type OptionSelection$1 as OptionSelection, type OptionSelectionSelectedOptionOneOf$1 as OptionSelectionSelectedOptionOneOf, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Positive$1 as Positive, type PositiveResponseConfirmation$1 as PositiveResponseConfirmation, type context$1_PublishDraftEventOptions as PublishDraftEventOptions, type context$1_PublishDraftEventRequest as PublishDraftEventRequest, type context$1_PublishDraftEventResponse as PublishDraftEventResponse, type context$1_PublishDraftEventResponseNonNullableFields as PublishDraftEventResponseNonNullableFields, type context$1_QueryEventsOptions as QueryEventsOptions, type context$1_QueryEventsRequest as QueryEventsRequest, type context$1_QueryEventsResponse as QueryEventsResponse, type context$1_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, context$1_RecurrenceStatusStatus as RecurrenceStatusStatus, type Recurrences$1 as Recurrences, type Registration$1 as Registration, type RegistrationClosedMessages$1 as RegistrationClosedMessages, RegistrationStatus$1 as RegistrationStatus, context$1_RegistrationStatusStatus as RegistrationStatusStatus, context$1_RegistrationTypeType as RegistrationTypeType, context$1_Relation as Relation, context$1_RequestedFields as RequestedFields, type ResponseConfirmation$1 as ResponseConfirmation, context$1_ResponseType as ResponseType, type RestoreInfo$1 as RestoreInfo, type RsvpCollection$1 as RsvpCollection, type RsvpCollectionConfig$1 as RsvpCollectionConfig, type RsvpFormMessages$1 as RsvpFormMessages, type context$1_RsvpRegistration as RsvpRegistration, RsvpStatusOptions$1 as RsvpStatusOptions, type RsvpSummary$1 as RsvpSummary, type context$1_Rsvps as Rsvps, type ScheduleConfig$1 as ScheduleConfig, type Scheduling$1 as Scheduling, type SeoSchema$1 as SeoSchema, type SeoSettings$1 as SeoSettings, type Settings$1 as Settings, type SiteUrl$1 as SiteUrl, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, Status$1 as Status, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, context$1_SubdivisionSubdivisionType as SubdivisionSubdivisionType, SubdivisionType$1 as SubdivisionType, type context$1_Summaries as Summaries, type Tag$1 as Tag, type TaxConfig$1 as TaxConfig, type context$1_TaxSettings as TaxSettings, TaxType$1 as TaxType, type Ticketing$1 as Ticketing, type TicketingConfig$1 as TicketingConfig, type TicketingSummary$1 as TicketingSummary, type context$1_Tickets as Tickets, type context$1_TicketsRegistration as TicketsRegistration, type TicketsUnavailableMessages$1 as TicketsUnavailableMessages, type context$1_TimeDuration as TimeDuration, Type$1 as Type, type context$1_UpdateEventOptions as UpdateEventOptions, type context$1_UpdateEventRequest as UpdateEventRequest, type context$1_UpdateEventResponse as UpdateEventResponse, type context$1_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, type context$1_UserFilter as UserFilter, type context$1_V3Event as V3Event, type context$1_V3EventDisplaySettings as V3EventDisplaySettings, type context$1_V3EventNonNullableFields as V3EventNonNullableFields, ValueType$1 as ValueType, VisitorType$1 as VisitorType, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicBulkCancelEventsByFilterType as _publicBulkCancelEventsByFilterType, type context$1__publicBulkDeleteEventsByFilterType as _publicBulkDeleteEventsByFilterType, type context$1__publicCancelEventType as _publicCancelEventType, type context$1__publicCloneEventType as _publicCloneEventType, type context$1__publicCountEventsByStatusType as _publicCountEventsByStatusType, type context$1__publicCreateEventType as _publicCreateEventType, type context$1__publicDeleteEventType as _publicDeleteEventType, type context$1__publicGetEventBySlugType as _publicGetEventBySlugType, type context$1__publicGetEventType as _publicGetEventType, type context$1__publicOnEventCanceledType as _publicOnEventCanceledType, type context$1__publicOnEventClonedType as _publicOnEventClonedType, type context$1__publicOnEventCreatedType as _publicOnEventCreatedType, type context$1__publicOnEventDeletedType as _publicOnEventDeletedType, type context$1__publicOnEventEndedType as _publicOnEventEndedType, type context$1__publicOnEventPublishedType as _publicOnEventPublishedType, type context$1__publicOnEventReminderType as _publicOnEventReminderType, type context$1__publicOnEventStartedType as _publicOnEventStartedType, type context$1__publicOnEventUpdatedType as _publicOnEventUpdatedType, type context$1__publicPublishDraftEventType as _publicPublishDraftEventType, type context$1__publicQueryEventsType as _publicQueryEventsType, type context$1__publicUpdateEventType as _publicUpdateEventType, context$1_bulkCancelEventsByFilter as bulkCancelEventsByFilter, context$1_bulkDeleteEventsByFilter as bulkDeleteEventsByFilter, context$1_cancelEvent as cancelEvent, context$1_cloneEvent as cloneEvent, context$1_countEventsByStatus as countEventsByStatus, context$1_createEvent as createEvent, context$1_deleteEvent as deleteEvent, context$1_getEvent as getEvent, context$1_getEventBySlug as getEventBySlug, context$1_onEventCanceled as onEventCanceled, context$1_onEventCloned as onEventCloned, context$1_onEventCreated as onEventCreated, context$1_onEventDeleted as onEventDeleted, context$1_onEventEnded as onEventEnded, context$1_onEventPublished as onEventPublished, context$1_onEventReminder as onEventReminder, context$1_onEventStarted as onEventStarted, context$1_onEventUpdated as onEventUpdated, onEventCanceled$1 as publicOnEventCanceled, onEventCloned$1 as publicOnEventCloned, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventEnded$1 as publicOnEventEnded, onEventPublished$1 as publicOnEventPublished, onEventReminder$1 as publicOnEventReminder, onEventStarted$1 as publicOnEventStarted, onEventUpdated$1 as publicOnEventUpdated, context$1_publishDraftEvent as publishDraftEvent, context$1_queryEvents as queryEvents, context$1_updateEvent as updateEvent };
|
|
15771
16256
|
}
|
|
15772
16257
|
|
|
15773
16258
|
interface TicketDefinition {
|
|
@@ -17414,26 +17899,33 @@ interface Category {
|
|
|
17414
17899
|
/** Category name. */
|
|
17415
17900
|
name?: string;
|
|
17416
17901
|
/**
|
|
17417
|
-
*
|
|
17902
|
+
* Date and time when category was created.
|
|
17418
17903
|
* @readonly
|
|
17419
17904
|
*/
|
|
17420
17905
|
_createdDate?: Date;
|
|
17421
17906
|
/**
|
|
17422
|
-
*
|
|
17907
|
+
* The total number of draft and published events assigned to the category.
|
|
17423
17908
|
* @readonly
|
|
17424
17909
|
*/
|
|
17425
17910
|
counts?: CategoryCounts;
|
|
17426
17911
|
/**
|
|
17427
|
-
* Category state.
|
|
17428
|
-
*
|
|
17429
|
-
*
|
|
17912
|
+
* Category state. Possible values:
|
|
17913
|
+
*
|
|
17914
|
+
* `MANUAL`: Category is created manually by the user.
|
|
17915
|
+
* `AUTO`: Category is created automatically.
|
|
17916
|
+
* `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
|
|
17917
|
+
* `HIDDEN`: Category can't be seen.
|
|
17918
|
+
*
|
|
17919
|
+
* Default: `MANUAL`.
|
|
17920
|
+
*
|
|
17921
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
17430
17922
|
*/
|
|
17431
17923
|
states?: CategoryStateState[];
|
|
17432
17924
|
}
|
|
17433
17925
|
interface CategoryCounts {
|
|
17434
|
-
/**
|
|
17926
|
+
/** Total number of draft events assigned to the category. */
|
|
17435
17927
|
assignedEventsCount?: number | null;
|
|
17436
|
-
/**
|
|
17928
|
+
/** Total number of published events assigned to the category. Deleted events are excluded. */
|
|
17437
17929
|
assignedDraftEventsCount?: number | null;
|
|
17438
17930
|
}
|
|
17439
17931
|
declare enum CategoryStateState {
|
|
@@ -18090,25 +18582,60 @@ interface ChangeCurrencyOptions {
|
|
|
18090
18582
|
currency: string;
|
|
18091
18583
|
}
|
|
18092
18584
|
|
|
18585
|
+
declare function createTicketDefinition$1(httpClient: HttpClient): (ticketDefinition: TicketDefinition, options?: CreateTicketDefinitionOptions) => Promise<TicketDefinition & TicketDefinitionNonNullableFields>;
|
|
18586
|
+
declare function updateTicketDefinition$1(httpClient: HttpClient): (_id: string | null, ticketDefinition: UpdateTicketDefinition, options?: UpdateTicketDefinitionOptions) => Promise<TicketDefinition & TicketDefinitionNonNullableFields>;
|
|
18587
|
+
declare function getTicketDefinition$1(httpClient: HttpClient): (ticketDefinitionId: string, options?: GetTicketDefinitionOptions) => Promise<TicketDefinition & TicketDefinitionNonNullableFields>;
|
|
18588
|
+
declare function deleteTicketDefinition$1(httpClient: HttpClient): (ticketDefinitionId: string) => Promise<void>;
|
|
18589
|
+
declare function reorderTicketDefinitions$1(httpClient: HttpClient): (eventId: string, options?: ReorderTicketDefinitionsOptions) => Promise<void>;
|
|
18590
|
+
declare function queryTicketDefinitions$1(httpClient: HttpClient): (options?: QueryTicketDefinitionsOptions) => TicketDefinitionsQueryBuilder;
|
|
18591
|
+
declare function queryAvailableTicketDefinitions$1(httpClient: HttpClient): (query: QueryV2, options?: QueryAvailableTicketDefinitionsOptions) => Promise<QueryAvailableTicketDefinitionsResponse & QueryAvailableTicketDefinitionsResponseNonNullableFields>;
|
|
18592
|
+
declare function countTicketDefinitions$1(httpClient: HttpClient): (options?: CountTicketDefinitionsOptions) => Promise<CountTicketDefinitionsResponse>;
|
|
18593
|
+
declare function countAvailableTicketDefinitions$1(httpClient: HttpClient): (options?: CountAvailableTicketDefinitionsOptions) => Promise<CountAvailableTicketDefinitionsResponse>;
|
|
18594
|
+
declare function bulkDeleteTicketDefinitionsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null) => Promise<void>;
|
|
18595
|
+
declare function changeCurrency$1(httpClient: HttpClient): (eventId: string, options: ChangeCurrencyOptions) => Promise<void>;
|
|
18596
|
+
declare const onTicketDefinitionCreated$1: EventDefinition<TicketDefinitionCreatedEnvelope, "wix.events.v3.ticket_definition_created">;
|
|
18597
|
+
declare const onTicketDefinitionUpdated$1: EventDefinition<TicketDefinitionUpdatedEnvelope, "wix.events.v3.ticket_definition_updated">;
|
|
18598
|
+
declare const onTicketDefinitionDeleted$1: EventDefinition<TicketDefinitionDeletedEnvelope, "wix.events.v3.ticket_definition_deleted">;
|
|
18599
|
+
declare const onTicketDefinitionSalePeriodUpdated$1: EventDefinition<TicketDefinitionSalePeriodUpdatedEnvelope, "wix.events.v3.ticket_definition_sale_period_updated">;
|
|
18600
|
+
|
|
18093
18601
|
declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
18094
18602
|
|
|
18095
18603
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
18096
18604
|
|
|
18097
|
-
|
|
18098
|
-
declare const
|
|
18099
|
-
|
|
18100
|
-
declare const
|
|
18101
|
-
|
|
18102
|
-
declare const
|
|
18103
|
-
|
|
18104
|
-
declare const
|
|
18105
|
-
|
|
18106
|
-
declare const
|
|
18107
|
-
|
|
18108
|
-
declare const
|
|
18109
|
-
|
|
18110
|
-
declare const
|
|
18111
|
-
|
|
18605
|
+
type _publicCreateTicketDefinitionType = typeof createTicketDefinition$1;
|
|
18606
|
+
declare const createTicketDefinition: ReturnType<typeof createRESTModule<_publicCreateTicketDefinitionType>>;
|
|
18607
|
+
type _publicUpdateTicketDefinitionType = typeof updateTicketDefinition$1;
|
|
18608
|
+
declare const updateTicketDefinition: ReturnType<typeof createRESTModule<_publicUpdateTicketDefinitionType>>;
|
|
18609
|
+
type _publicGetTicketDefinitionType = typeof getTicketDefinition$1;
|
|
18610
|
+
declare const getTicketDefinition: ReturnType<typeof createRESTModule<_publicGetTicketDefinitionType>>;
|
|
18611
|
+
type _publicDeleteTicketDefinitionType = typeof deleteTicketDefinition$1;
|
|
18612
|
+
declare const deleteTicketDefinition: ReturnType<typeof createRESTModule<_publicDeleteTicketDefinitionType>>;
|
|
18613
|
+
type _publicReorderTicketDefinitionsType = typeof reorderTicketDefinitions$1;
|
|
18614
|
+
declare const reorderTicketDefinitions: ReturnType<typeof createRESTModule<_publicReorderTicketDefinitionsType>>;
|
|
18615
|
+
type _publicQueryTicketDefinitionsType = typeof queryTicketDefinitions$1;
|
|
18616
|
+
declare const queryTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryTicketDefinitionsType>>;
|
|
18617
|
+
type _publicQueryAvailableTicketDefinitionsType = typeof queryAvailableTicketDefinitions$1;
|
|
18618
|
+
declare const queryAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryAvailableTicketDefinitionsType>>;
|
|
18619
|
+
type _publicCountTicketDefinitionsType = typeof countTicketDefinitions$1;
|
|
18620
|
+
declare const countTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountTicketDefinitionsType>>;
|
|
18621
|
+
type _publicCountAvailableTicketDefinitionsType = typeof countAvailableTicketDefinitions$1;
|
|
18622
|
+
declare const countAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountAvailableTicketDefinitionsType>>;
|
|
18623
|
+
type _publicBulkDeleteTicketDefinitionsByFilterType = typeof bulkDeleteTicketDefinitionsByFilter$1;
|
|
18624
|
+
declare const bulkDeleteTicketDefinitionsByFilter: ReturnType<typeof createRESTModule<_publicBulkDeleteTicketDefinitionsByFilterType>>;
|
|
18625
|
+
type _publicChangeCurrencyType = typeof changeCurrency$1;
|
|
18626
|
+
declare const changeCurrency: ReturnType<typeof createRESTModule<_publicChangeCurrencyType>>;
|
|
18627
|
+
|
|
18628
|
+
type _publicOnTicketDefinitionCreatedType = typeof onTicketDefinitionCreated$1;
|
|
18629
|
+
declare const onTicketDefinitionCreated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionCreatedType>>;
|
|
18630
|
+
|
|
18631
|
+
type _publicOnTicketDefinitionUpdatedType = typeof onTicketDefinitionUpdated$1;
|
|
18632
|
+
declare const onTicketDefinitionUpdated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionUpdatedType>>;
|
|
18633
|
+
|
|
18634
|
+
type _publicOnTicketDefinitionDeletedType = typeof onTicketDefinitionDeleted$1;
|
|
18635
|
+
declare const onTicketDefinitionDeleted: ReturnType<typeof createEventModule<_publicOnTicketDefinitionDeletedType>>;
|
|
18636
|
+
|
|
18637
|
+
type _publicOnTicketDefinitionSalePeriodUpdatedType = typeof onTicketDefinitionSalePeriodUpdated$1;
|
|
18638
|
+
declare const onTicketDefinitionSalePeriodUpdated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSalePeriodUpdatedType>>;
|
|
18112
18639
|
|
|
18113
18640
|
type context_ActionEvent = ActionEvent;
|
|
18114
18641
|
type context_Address = Address;
|
|
@@ -18340,6 +18867,21 @@ type context_VisitorType = VisitorType;
|
|
|
18340
18867
|
declare const context_VisitorType: typeof VisitorType;
|
|
18341
18868
|
type context_WebhookIdentityType = WebhookIdentityType;
|
|
18342
18869
|
declare const context_WebhookIdentityType: typeof WebhookIdentityType;
|
|
18870
|
+
type context__publicBulkDeleteTicketDefinitionsByFilterType = _publicBulkDeleteTicketDefinitionsByFilterType;
|
|
18871
|
+
type context__publicChangeCurrencyType = _publicChangeCurrencyType;
|
|
18872
|
+
type context__publicCountAvailableTicketDefinitionsType = _publicCountAvailableTicketDefinitionsType;
|
|
18873
|
+
type context__publicCountTicketDefinitionsType = _publicCountTicketDefinitionsType;
|
|
18874
|
+
type context__publicCreateTicketDefinitionType = _publicCreateTicketDefinitionType;
|
|
18875
|
+
type context__publicDeleteTicketDefinitionType = _publicDeleteTicketDefinitionType;
|
|
18876
|
+
type context__publicGetTicketDefinitionType = _publicGetTicketDefinitionType;
|
|
18877
|
+
type context__publicOnTicketDefinitionCreatedType = _publicOnTicketDefinitionCreatedType;
|
|
18878
|
+
type context__publicOnTicketDefinitionDeletedType = _publicOnTicketDefinitionDeletedType;
|
|
18879
|
+
type context__publicOnTicketDefinitionSalePeriodUpdatedType = _publicOnTicketDefinitionSalePeriodUpdatedType;
|
|
18880
|
+
type context__publicOnTicketDefinitionUpdatedType = _publicOnTicketDefinitionUpdatedType;
|
|
18881
|
+
type context__publicQueryAvailableTicketDefinitionsType = _publicQueryAvailableTicketDefinitionsType;
|
|
18882
|
+
type context__publicQueryTicketDefinitionsType = _publicQueryTicketDefinitionsType;
|
|
18883
|
+
type context__publicReorderTicketDefinitionsType = _publicReorderTicketDefinitionsType;
|
|
18884
|
+
type context__publicUpdateTicketDefinitionType = _publicUpdateTicketDefinitionType;
|
|
18343
18885
|
declare const context_bulkDeleteTicketDefinitionsByFilter: typeof bulkDeleteTicketDefinitionsByFilter;
|
|
18344
18886
|
declare const context_changeCurrency: typeof changeCurrency;
|
|
18345
18887
|
declare const context_countAvailableTicketDefinitions: typeof countAvailableTicketDefinitions;
|
|
@@ -18356,7 +18898,7 @@ declare const context_queryTicketDefinitions: typeof queryTicketDefinitions;
|
|
|
18356
18898
|
declare const context_reorderTicketDefinitions: typeof reorderTicketDefinitions;
|
|
18357
18899
|
declare const context_updateTicketDefinition: typeof updateTicketDefinition;
|
|
18358
18900
|
declare namespace context {
|
|
18359
|
-
export { type context_ActionEvent as ActionEvent, type context_Address as Address, type context_AddressLocation as AddressLocation, type context_AddressStreetOneOf as AddressStreetOneOf, type context_Agenda as Agenda, type context_App as App, type context_Asset as Asset, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkCopyTicketDefinitionsByEventIdRequest as BulkCopyTicketDefinitionsByEventIdRequest, type context_BulkCopyTicketDefinitionsByEventIdResponse as BulkCopyTicketDefinitionsByEventIdResponse, type context_BulkDeleteTicketDefinitionsByFilterRequest as BulkDeleteTicketDefinitionsByFilterRequest, type context_BulkDeleteTicketDefinitionsByFilterResponse as BulkDeleteTicketDefinitionsByFilterResponse, type context_CalendarLinks as CalendarLinks, type context_Category as Category, type context_CategoryCounts as CategoryCounts, type context_CategoryDetails as CategoryDetails, context_CategoryStateState as CategoryStateState, type context_ChangeCurrencyOptions as ChangeCurrencyOptions, type context_ChangeCurrencyRequest as ChangeCurrencyRequest, type context_ChangeCurrencyResponse as ChangeCurrencyResponse, type context_CheckoutFormMessages as CheckoutFormMessages, type context_CommonMoney as CommonMoney, context_ConferenceType as ConferenceType, type context_CopiedTicketDefinition as CopiedTicketDefinition, type context_CountAvailableTicketDefinitionsOptions as CountAvailableTicketDefinitionsOptions, type context_CountAvailableTicketDefinitionsRequest as CountAvailableTicketDefinitionsRequest, type context_CountAvailableTicketDefinitionsResponse as CountAvailableTicketDefinitionsResponse, type context_CountTicketDefinitionsOptions as CountTicketDefinitionsOptions, type context_CountTicketDefinitionsRequest as CountTicketDefinitionsRequest, type context_CountTicketDefinitionsResponse as CountTicketDefinitionsResponse, type context_CreateTicketDefinitionOptions as CreateTicketDefinitionOptions, type context_CreateTicketDefinitionRequest as CreateTicketDefinitionRequest, type context_CreateTicketDefinitionResponse as CreateTicketDefinitionResponse, type context_CreateTicketDefinitionResponseNonNullableFields as CreateTicketDefinitionResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_Dashboard as Dashboard, type context_DeleteContext as DeleteContext, context_DeleteStatus as DeleteStatus, type context_DeleteTicketDefinitionRequest as DeleteTicketDefinitionRequest, type context_DeleteTicketDefinitionResponse as DeleteTicketDefinitionResponse, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_Event as Event, type context_EventCanceled as EventCanceled, type context_EventCreated as EventCreated, type context_EventDeleted as EventDeleted, type context_EventDisplaySettings as EventDisplaySettings, type context_EventEnded as EventEnded, type context_EventMetadata as EventMetadata, context_EventStatus as EventStatus, type context_EventTicketingSummary as EventTicketingSummary, context_EventType as EventType, type context_EventUpdated as EventUpdated, type context_ExtendedFields as ExtendedFields, type context_ExternalEvent as ExternalEvent, type context_FacetCounts as FacetCounts, type context_Feed as Feed, context_Field as Field, type context_File as File, type context_Form as Form, type context_FormMessages as FormMessages, type context_GetTicketDefinitionFromTrashBinRequest as GetTicketDefinitionFromTrashBinRequest, type context_GetTicketDefinitionFromTrashBinResponse as GetTicketDefinitionFromTrashBinResponse, type context_GetTicketDefinitionOptions as GetTicketDefinitionOptions, type context_GetTicketDefinitionRequest as GetTicketDefinitionRequest, type context_GetTicketDefinitionResponse as GetTicketDefinitionResponse, type context_GetTicketDefinitionResponseNonNullableFields as GetTicketDefinitionResponseNonNullableFields, type context_GetTicketDefinitionSummaryRequest as GetTicketDefinitionSummaryRequest, type context_GetTicketDefinitionSummaryResponse as GetTicketDefinitionSummaryResponse, type context_GuestListConfig as GuestListConfig, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_Input as Input, type context_InputControl as InputControl, context_InputControlType as InputControlType, type context_InvalidateCache as InvalidateCache, type context_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context_Keyword as Keyword, type context_Label as Label, type context_LabellingSettings as LabellingSettings, type context_ListEventTicketingSummaryRequest as ListEventTicketingSummaryRequest, type context_ListEventTicketingSummaryResponse as ListEventTicketingSummaryResponse, type context_Location as Location, context_LocationType as LocationType, type context_MapCoordinates as MapCoordinates, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context_Money as Money, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, type context_Negative as Negative, type context_NegativeResponseConfirmation as NegativeResponseConfirmation, type context_Occurrence as Occurrence, type context_OnlineConferencing as OnlineConferencing, type context_OnlineConferencingConfig as OnlineConferencingConfig, type context_OnlineConferencingSession as OnlineConferencingSession, type context_OptionDetails as OptionDetails, type context_OptionSelection as OptionSelection, type context_OptionSelectionSelectedOptionOneOf as OptionSelectionSelectedOptionOneOf, type context_Page as Page, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_Positive as Positive, type context_PositiveResponseConfirmation as PositiveResponseConfirmation, type context_PricingMethod as PricingMethod, type context_PricingMethodPriceOneOf as PricingMethodPriceOneOf, type context_PricingOptions as PricingOptions, context_PricingTypeEnumType as PricingTypeEnumType, type context_QueryAvailableTicketDefinitionsOptions as QueryAvailableTicketDefinitionsOptions, type context_QueryAvailableTicketDefinitionsRequest as QueryAvailableTicketDefinitionsRequest, type context_QueryAvailableTicketDefinitionsResponse as QueryAvailableTicketDefinitionsResponse, type context_QueryAvailableTicketDefinitionsResponseNonNullableFields as QueryAvailableTicketDefinitionsResponseNonNullableFields, type context_QueryTicketDefinitionsOptions as QueryTicketDefinitionsOptions, type context_QueryTicketDefinitionsRequest as QueryTicketDefinitionsRequest, type context_QueryTicketDefinitionsResponse as QueryTicketDefinitionsResponse, type context_QueryTicketDefinitionsResponseNonNullableFields as QueryTicketDefinitionsResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context_Recurrences as Recurrences, type context_Registration as Registration, type context_RegistrationClosedMessages as RegistrationClosedMessages, context_RegistrationStatus as RegistrationStatus, type context_ReorderTicketDefinitionsOptions as ReorderTicketDefinitionsOptions, type context_ReorderTicketDefinitionsRequest as ReorderTicketDefinitionsRequest, type context_ReorderTicketDefinitionsRequestReferenceDefinitionOneOf as ReorderTicketDefinitionsRequestReferenceDefinitionOneOf, type context_ReorderTicketDefinitionsResponse as ReorderTicketDefinitionsResponse, type context_ReservationCount as ReservationCount, type context_ReservationCreated as ReservationCreated, context_ReservationStatus as ReservationStatus, type context_ReservationUpdated as ReservationUpdated, type context_ResponseConfirmation as ResponseConfirmation, type context_RestoreInfo as RestoreInfo, type context_RsvpCollection as RsvpCollection, type context_RsvpCollectionConfig as RsvpCollectionConfig, type context_RsvpFormMessages as RsvpFormMessages, context_RsvpStatusOptions as RsvpStatusOptions, type context_RsvpSummary as RsvpSummary, type context_SalePeriod as SalePeriod, type context_SalePeriodUpdated as SalePeriodUpdated, context_SaleStatusEnumStatus as SaleStatusEnumStatus, type context_SalesDetails as SalesDetails, type context_ScheduleConfig as ScheduleConfig, type context_ScheduleLegacyTimeCapsuleTaskRequest as ScheduleLegacyTimeCapsuleTaskRequest, type context_Scheduling as Scheduling, type context_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type context_SeoSchema as SeoSchema, type context_SeoSettings as SeoSettings, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_Settings as Settings, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, type context_SiteUrl as SiteUrl, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, context_Status as Status, type context_StreetAddress as StreetAddress, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, type context_Subdivision as Subdivision, context_SubdivisionType as SubdivisionType, type context_Tag as Tag, type context_TaxConfig as TaxConfig, context_TaxType as TaxType, type context_TicketDefinition as TicketDefinition, type context_TicketDefinitionCreatedEnvelope as TicketDefinitionCreatedEnvelope, type context_TicketDefinitionDeletedEnvelope as TicketDefinitionDeletedEnvelope, type context_TicketDefinitionNonNullableFields as TicketDefinitionNonNullableFields, type context_TicketDefinitionSalePeriodUpdatedEnvelope as TicketDefinitionSalePeriodUpdatedEnvelope, type context_TicketDefinitionSummary as TicketDefinitionSummary, type context_TicketDefinitionUpdatedEnvelope as TicketDefinitionUpdatedEnvelope, type context_TicketDefinitionsQueryBuilder as TicketDefinitionsQueryBuilder, type context_TicketDefinitionsQueryResult as TicketDefinitionsQueryResult, type context_TicketQuantity as TicketQuantity, type context_Ticketing as Ticketing, type context_TicketingConfig as TicketingConfig, type context_TicketingSummary as TicketingSummary, type context_TicketsUnavailableMessages as TicketsUnavailableMessages, context_Type as Type, type context_URI as URI, type context_UpdateTicketDefinition as UpdateTicketDefinition, type context_UpdateTicketDefinitionOptions as UpdateTicketDefinitionOptions, type context_UpdateTicketDefinitionRequest as UpdateTicketDefinitionRequest, type context_UpdateTicketDefinitionResponse as UpdateTicketDefinitionResponse, type context_UpdateTicketDefinitionResponseNonNullableFields as UpdateTicketDefinitionResponseNonNullableFields, type context_UpdateTicketDefinitionSortIndexRequest as UpdateTicketDefinitionSortIndexRequest, type context_UpdateTicketDefinitionSortIndexResponse as UpdateTicketDefinitionSortIndexResponse, context_ValueType as ValueType, context_VisitorType as VisitorType, context_WebhookIdentityType as WebhookIdentityType, context_bulkDeleteTicketDefinitionsByFilter as bulkDeleteTicketDefinitionsByFilter, context_changeCurrency as changeCurrency, context_countAvailableTicketDefinitions as countAvailableTicketDefinitions, context_countTicketDefinitions as countTicketDefinitions, context_createTicketDefinition as createTicketDefinition, context_deleteTicketDefinition as deleteTicketDefinition, context_getTicketDefinition as getTicketDefinition, context_onTicketDefinitionCreated as onTicketDefinitionCreated, context_onTicketDefinitionDeleted as onTicketDefinitionDeleted, context_onTicketDefinitionSalePeriodUpdated as onTicketDefinitionSalePeriodUpdated, context_onTicketDefinitionUpdated as onTicketDefinitionUpdated, context_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, context_queryTicketDefinitions as queryTicketDefinitions, context_reorderTicketDefinitions as reorderTicketDefinitions, context_updateTicketDefinition as updateTicketDefinition };
|
|
18901
|
+
export { type context_ActionEvent as ActionEvent, type context_Address as Address, type context_AddressLocation as AddressLocation, type context_AddressStreetOneOf as AddressStreetOneOf, type context_Agenda as Agenda, type context_App as App, type context_Asset as Asset, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkCopyTicketDefinitionsByEventIdRequest as BulkCopyTicketDefinitionsByEventIdRequest, type context_BulkCopyTicketDefinitionsByEventIdResponse as BulkCopyTicketDefinitionsByEventIdResponse, type context_BulkDeleteTicketDefinitionsByFilterRequest as BulkDeleteTicketDefinitionsByFilterRequest, type context_BulkDeleteTicketDefinitionsByFilterResponse as BulkDeleteTicketDefinitionsByFilterResponse, type context_CalendarLinks as CalendarLinks, type context_Category as Category, type context_CategoryCounts as CategoryCounts, type context_CategoryDetails as CategoryDetails, context_CategoryStateState as CategoryStateState, type context_ChangeCurrencyOptions as ChangeCurrencyOptions, type context_ChangeCurrencyRequest as ChangeCurrencyRequest, type context_ChangeCurrencyResponse as ChangeCurrencyResponse, type context_CheckoutFormMessages as CheckoutFormMessages, type context_CommonMoney as CommonMoney, context_ConferenceType as ConferenceType, type context_CopiedTicketDefinition as CopiedTicketDefinition, type context_CountAvailableTicketDefinitionsOptions as CountAvailableTicketDefinitionsOptions, type context_CountAvailableTicketDefinitionsRequest as CountAvailableTicketDefinitionsRequest, type context_CountAvailableTicketDefinitionsResponse as CountAvailableTicketDefinitionsResponse, type context_CountTicketDefinitionsOptions as CountTicketDefinitionsOptions, type context_CountTicketDefinitionsRequest as CountTicketDefinitionsRequest, type context_CountTicketDefinitionsResponse as CountTicketDefinitionsResponse, type context_CreateTicketDefinitionOptions as CreateTicketDefinitionOptions, type context_CreateTicketDefinitionRequest as CreateTicketDefinitionRequest, type context_CreateTicketDefinitionResponse as CreateTicketDefinitionResponse, type context_CreateTicketDefinitionResponseNonNullableFields as CreateTicketDefinitionResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_Dashboard as Dashboard, type context_DeleteContext as DeleteContext, context_DeleteStatus as DeleteStatus, type context_DeleteTicketDefinitionRequest as DeleteTicketDefinitionRequest, type context_DeleteTicketDefinitionResponse as DeleteTicketDefinitionResponse, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_Event as Event, type context_EventCanceled as EventCanceled, type context_EventCreated as EventCreated, type context_EventDeleted as EventDeleted, type context_EventDisplaySettings as EventDisplaySettings, type context_EventEnded as EventEnded, type context_EventMetadata as EventMetadata, context_EventStatus as EventStatus, type context_EventTicketingSummary as EventTicketingSummary, context_EventType as EventType, type context_EventUpdated as EventUpdated, type context_ExtendedFields as ExtendedFields, type context_ExternalEvent as ExternalEvent, type context_FacetCounts as FacetCounts, type context_Feed as Feed, context_Field as Field, type context_File as File, type context_Form as Form, type context_FormMessages as FormMessages, type context_GetTicketDefinitionFromTrashBinRequest as GetTicketDefinitionFromTrashBinRequest, type context_GetTicketDefinitionFromTrashBinResponse as GetTicketDefinitionFromTrashBinResponse, type context_GetTicketDefinitionOptions as GetTicketDefinitionOptions, type context_GetTicketDefinitionRequest as GetTicketDefinitionRequest, type context_GetTicketDefinitionResponse as GetTicketDefinitionResponse, type context_GetTicketDefinitionResponseNonNullableFields as GetTicketDefinitionResponseNonNullableFields, type context_GetTicketDefinitionSummaryRequest as GetTicketDefinitionSummaryRequest, type context_GetTicketDefinitionSummaryResponse as GetTicketDefinitionSummaryResponse, type context_GuestListConfig as GuestListConfig, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_Input as Input, type context_InputControl as InputControl, context_InputControlType as InputControlType, type context_InvalidateCache as InvalidateCache, type context_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context_Keyword as Keyword, type context_Label as Label, type context_LabellingSettings as LabellingSettings, type context_ListEventTicketingSummaryRequest as ListEventTicketingSummaryRequest, type context_ListEventTicketingSummaryResponse as ListEventTicketingSummaryResponse, type context_Location as Location, context_LocationType as LocationType, type context_MapCoordinates as MapCoordinates, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context_Money as Money, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, type context_Negative as Negative, type context_NegativeResponseConfirmation as NegativeResponseConfirmation, type context_Occurrence as Occurrence, type context_OnlineConferencing as OnlineConferencing, type context_OnlineConferencingConfig as OnlineConferencingConfig, type context_OnlineConferencingSession as OnlineConferencingSession, type context_OptionDetails as OptionDetails, type context_OptionSelection as OptionSelection, type context_OptionSelectionSelectedOptionOneOf as OptionSelectionSelectedOptionOneOf, type context_Page as Page, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_Positive as Positive, type context_PositiveResponseConfirmation as PositiveResponseConfirmation, type context_PricingMethod as PricingMethod, type context_PricingMethodPriceOneOf as PricingMethodPriceOneOf, type context_PricingOptions as PricingOptions, context_PricingTypeEnumType as PricingTypeEnumType, type context_QueryAvailableTicketDefinitionsOptions as QueryAvailableTicketDefinitionsOptions, type context_QueryAvailableTicketDefinitionsRequest as QueryAvailableTicketDefinitionsRequest, type context_QueryAvailableTicketDefinitionsResponse as QueryAvailableTicketDefinitionsResponse, type context_QueryAvailableTicketDefinitionsResponseNonNullableFields as QueryAvailableTicketDefinitionsResponseNonNullableFields, type context_QueryTicketDefinitionsOptions as QueryTicketDefinitionsOptions, type context_QueryTicketDefinitionsRequest as QueryTicketDefinitionsRequest, type context_QueryTicketDefinitionsResponse as QueryTicketDefinitionsResponse, type context_QueryTicketDefinitionsResponseNonNullableFields as QueryTicketDefinitionsResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context_Recurrences as Recurrences, type context_Registration as Registration, type context_RegistrationClosedMessages as RegistrationClosedMessages, context_RegistrationStatus as RegistrationStatus, type context_ReorderTicketDefinitionsOptions as ReorderTicketDefinitionsOptions, type context_ReorderTicketDefinitionsRequest as ReorderTicketDefinitionsRequest, type context_ReorderTicketDefinitionsRequestReferenceDefinitionOneOf as ReorderTicketDefinitionsRequestReferenceDefinitionOneOf, type context_ReorderTicketDefinitionsResponse as ReorderTicketDefinitionsResponse, type context_ReservationCount as ReservationCount, type context_ReservationCreated as ReservationCreated, context_ReservationStatus as ReservationStatus, type context_ReservationUpdated as ReservationUpdated, type context_ResponseConfirmation as ResponseConfirmation, type context_RestoreInfo as RestoreInfo, type context_RsvpCollection as RsvpCollection, type context_RsvpCollectionConfig as RsvpCollectionConfig, type context_RsvpFormMessages as RsvpFormMessages, context_RsvpStatusOptions as RsvpStatusOptions, type context_RsvpSummary as RsvpSummary, type context_SalePeriod as SalePeriod, type context_SalePeriodUpdated as SalePeriodUpdated, context_SaleStatusEnumStatus as SaleStatusEnumStatus, type context_SalesDetails as SalesDetails, type context_ScheduleConfig as ScheduleConfig, type context_ScheduleLegacyTimeCapsuleTaskRequest as ScheduleLegacyTimeCapsuleTaskRequest, type context_Scheduling as Scheduling, type context_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type context_SeoSchema as SeoSchema, type context_SeoSettings as SeoSettings, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_Settings as Settings, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, type context_SiteUrl as SiteUrl, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, context_Status as Status, type context_StreetAddress as StreetAddress, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, type context_Subdivision as Subdivision, context_SubdivisionType as SubdivisionType, type context_Tag as Tag, type context_TaxConfig as TaxConfig, context_TaxType as TaxType, type context_TicketDefinition as TicketDefinition, type context_TicketDefinitionCreatedEnvelope as TicketDefinitionCreatedEnvelope, type context_TicketDefinitionDeletedEnvelope as TicketDefinitionDeletedEnvelope, type context_TicketDefinitionNonNullableFields as TicketDefinitionNonNullableFields, type context_TicketDefinitionSalePeriodUpdatedEnvelope as TicketDefinitionSalePeriodUpdatedEnvelope, type context_TicketDefinitionSummary as TicketDefinitionSummary, type context_TicketDefinitionUpdatedEnvelope as TicketDefinitionUpdatedEnvelope, type context_TicketDefinitionsQueryBuilder as TicketDefinitionsQueryBuilder, type context_TicketDefinitionsQueryResult as TicketDefinitionsQueryResult, type context_TicketQuantity as TicketQuantity, type context_Ticketing as Ticketing, type context_TicketingConfig as TicketingConfig, type context_TicketingSummary as TicketingSummary, type context_TicketsUnavailableMessages as TicketsUnavailableMessages, context_Type as Type, type context_URI as URI, type context_UpdateTicketDefinition as UpdateTicketDefinition, type context_UpdateTicketDefinitionOptions as UpdateTicketDefinitionOptions, type context_UpdateTicketDefinitionRequest as UpdateTicketDefinitionRequest, type context_UpdateTicketDefinitionResponse as UpdateTicketDefinitionResponse, type context_UpdateTicketDefinitionResponseNonNullableFields as UpdateTicketDefinitionResponseNonNullableFields, type context_UpdateTicketDefinitionSortIndexRequest as UpdateTicketDefinitionSortIndexRequest, type context_UpdateTicketDefinitionSortIndexResponse as UpdateTicketDefinitionSortIndexResponse, context_ValueType as ValueType, context_VisitorType as VisitorType, context_WebhookIdentityType as WebhookIdentityType, type context__publicBulkDeleteTicketDefinitionsByFilterType as _publicBulkDeleteTicketDefinitionsByFilterType, type context__publicChangeCurrencyType as _publicChangeCurrencyType, type context__publicCountAvailableTicketDefinitionsType as _publicCountAvailableTicketDefinitionsType, type context__publicCountTicketDefinitionsType as _publicCountTicketDefinitionsType, type context__publicCreateTicketDefinitionType as _publicCreateTicketDefinitionType, type context__publicDeleteTicketDefinitionType as _publicDeleteTicketDefinitionType, type context__publicGetTicketDefinitionType as _publicGetTicketDefinitionType, type context__publicOnTicketDefinitionCreatedType as _publicOnTicketDefinitionCreatedType, type context__publicOnTicketDefinitionDeletedType as _publicOnTicketDefinitionDeletedType, type context__publicOnTicketDefinitionSalePeriodUpdatedType as _publicOnTicketDefinitionSalePeriodUpdatedType, type context__publicOnTicketDefinitionUpdatedType as _publicOnTicketDefinitionUpdatedType, type context__publicQueryAvailableTicketDefinitionsType as _publicQueryAvailableTicketDefinitionsType, type context__publicQueryTicketDefinitionsType as _publicQueryTicketDefinitionsType, type context__publicReorderTicketDefinitionsType as _publicReorderTicketDefinitionsType, type context__publicUpdateTicketDefinitionType as _publicUpdateTicketDefinitionType, context_bulkDeleteTicketDefinitionsByFilter as bulkDeleteTicketDefinitionsByFilter, context_changeCurrency as changeCurrency, context_countAvailableTicketDefinitions as countAvailableTicketDefinitions, context_countTicketDefinitions as countTicketDefinitions, context_createTicketDefinition as createTicketDefinition, context_deleteTicketDefinition as deleteTicketDefinition, context_getTicketDefinition as getTicketDefinition, context_onTicketDefinitionCreated as onTicketDefinitionCreated, context_onTicketDefinitionDeleted as onTicketDefinitionDeleted, context_onTicketDefinitionSalePeriodUpdated as onTicketDefinitionSalePeriodUpdated, context_onTicketDefinitionUpdated as onTicketDefinitionUpdated, onTicketDefinitionCreated$1 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$1 as publicOnTicketDefinitionDeleted, onTicketDefinitionSalePeriodUpdated$1 as publicOnTicketDefinitionSalePeriodUpdated, onTicketDefinitionUpdated$1 as publicOnTicketDefinitionUpdated, context_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, context_queryTicketDefinitions as queryTicketDefinitions, context_reorderTicketDefinitions as reorderTicketDefinitions, context_updateTicketDefinition as updateTicketDefinition };
|
|
18360
18902
|
}
|
|
18361
18903
|
|
|
18362
18904
|
export { context$8 as categories, context$7 as forms, context$d as guests, context$c as notifications, context$6 as orders, context$2 as policies, context$5 as rsvp, context$a as schedule, context$b as scheduleBookmarks, context$9 as staffMembers, context$3 as ticketDefinitions, context as ticketDefinitionsV2, context$4 as tickets, context$1 as wixEventsV2 };
|