@wix/events 1.0.136 → 1.0.137

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.
@@ -4,19 +4,691 @@ export declare const __metadata: {
4
4
  PACKAGE_NAME: string;
5
5
  };
6
6
  export declare function query(httpClient: HttpClient): (options?: QueryOptions | undefined) => Promise<import("./events-v1-event.universal").QueryEventsResponse & import("./events-v1-event.universal").QueryEventsResponseNonNullableFields>;
7
- export declare function queryEventsV2(httpClient: HttpClient): (options?: QueryEventsV2Options | undefined) => Promise<import("./events-v1-event.universal").QueryEventsV2Response & import("./events-v1-event.universal").QueryEventsV2ResponseNonNullableFields>;
7
+ export declare function queryEventsV2(httpClient: HttpClient): (options?: QueryEventsV2Options | undefined) => import("./events-v1-event.universal").EventsQueryBuilder;
8
8
  export declare function listEvents(httpClient: HttpClient): (options?: ListEventsOptions | undefined) => Promise<import("./events-v1-event.universal").ListEventsResponse & import("./events-v1-event.universal").ListEventsResponseNonNullableFields>;
9
9
  export declare function listCategoryEvents(httpClient: HttpClient): (categoryId: string, options?: ListCategoryEventsOptions | undefined) => Promise<import("./events-v1-event.universal").ListCategoryEventsResponse & import("./events-v1-event.universal").ListCategoryEventsResponseNonNullableFields>;
10
- export declare function getEvent(httpClient: HttpClient): (options?: GetEventOptions | undefined) => Promise<import("./events-v1-event.universal").GetEventResponse & import("./events-v1-event.universal").GetEventResponseNonNullableFields>;
10
+ export declare function getEvent(httpClient: HttpClient): (options?: GetEventOptions | undefined) => Promise<import("./events-v1-event.universal").Event & {
11
+ _id: string;
12
+ location?: {
13
+ coordinates?: {
14
+ lat: number;
15
+ lng: number;
16
+ } | undefined;
17
+ type: import("./events-v1-event.universal").LocationType;
18
+ fullAddress?: {
19
+ undefined: import("./events-v1-event.universal").Subdivision[];
20
+ } | undefined;
21
+ } | undefined;
22
+ scheduling?: {
23
+ config?: {
24
+ scheduleTbd: boolean;
25
+ endDateHidden: boolean;
26
+ showTimeZone: boolean;
27
+ recurrences?: {
28
+ occurrences: {
29
+ showTimeZone: boolean;
30
+ }[];
31
+ status: import("./events-v1-event.universal").Status;
32
+ } | undefined;
33
+ } | undefined;
34
+ formatted: string;
35
+ startDateFormatted: string;
36
+ startTimeFormatted: string;
37
+ endDateFormatted: string;
38
+ endTimeFormatted: string;
39
+ } | undefined;
40
+ title: string;
41
+ description: string;
42
+ about: string;
43
+ mainImage: string;
44
+ slug: string;
45
+ language: string;
46
+ status: import("./events-v1-event.universal").EventStatus;
47
+ registration?: {
48
+ type: import("./events-v1-event.universal").EventType;
49
+ status: import("./events-v1-event.universal").RegistrationStatus;
50
+ rsvpCollection?: {
51
+ config?: {
52
+ rsvpStatusOptions: import("./events-v1-event.universal").RsvpStatusOptions;
53
+ waitlist: boolean;
54
+ } | undefined;
55
+ } | undefined;
56
+ ticketing?: {
57
+ config?: {
58
+ guestAssignedTickets: boolean;
59
+ taxConfig?: {
60
+ type: import("./events-v1-event.universal").TaxType;
61
+ } | undefined;
62
+ ticketLimitPerOrder: number;
63
+ } | undefined;
64
+ lowestTicketPrice?: {
65
+ amount: string;
66
+ currency: string;
67
+ } | undefined;
68
+ highestTicketPrice?: {
69
+ amount: string;
70
+ currency: string;
71
+ } | undefined;
72
+ } | undefined;
73
+ external?: {
74
+ registration: string;
75
+ } | undefined;
76
+ restrictedTo: import("./events-v1-event.universal").VisitorType;
77
+ initialType: import("./events-v1-event.universal").EventType;
78
+ } | undefined;
79
+ calendarLinks?: {
80
+ google: string;
81
+ ics: string;
82
+ } | undefined;
83
+ eventPageUrl?: {
84
+ base: string;
85
+ path: string;
86
+ } | undefined;
87
+ form?: {
88
+ controls: {
89
+ type: import("./events-v1-event.universal").InputControlType;
90
+ system: boolean;
91
+ name: string;
92
+ inputs: {
93
+ name: string;
94
+ array: boolean;
95
+ label: string;
96
+ options: string[];
97
+ mandatory: boolean;
98
+ maxLength: number;
99
+ type: import("./events-v1-event.universal").ValueType;
100
+ defaultOptionSelection?: {
101
+ optionIndex: number;
102
+ placeholderText: string;
103
+ } | undefined;
104
+ labels: {
105
+ name: string;
106
+ label: string;
107
+ }[];
108
+ }[];
109
+ label: string;
110
+ orderIndex: number;
111
+ _id: string;
112
+ }[];
113
+ messages?: {
114
+ rsvp?: {
115
+ rsvpYesOption: string;
116
+ rsvpNoOption: string;
117
+ positiveMessages?: {
118
+ title: string;
119
+ confirmation?: {
120
+ title: string;
121
+ message: string;
122
+ addToCalendarActionLabel: string;
123
+ shareActionLabel: string;
124
+ } | undefined;
125
+ } | undefined;
126
+ waitlistMessages?: {
127
+ title: string;
128
+ confirmation?: {
129
+ title: string;
130
+ message: string;
131
+ addToCalendarActionLabel: string;
132
+ shareActionLabel: string;
133
+ } | undefined;
134
+ } | undefined;
135
+ negativeMessages?: {
136
+ title: string;
137
+ confirmation?: {
138
+ title: string;
139
+ shareActionLabel: string;
140
+ } | undefined;
141
+ } | undefined;
142
+ submitActionLabel: string;
143
+ } | undefined;
144
+ checkout?: {
145
+ title: string;
146
+ submitActionLabel: string;
147
+ confirmation?: {
148
+ title: string;
149
+ message: string;
150
+ downloadTicketsLabel: string;
151
+ addToCalendarLabel: string;
152
+ shareEventLabel: string;
153
+ } | undefined;
154
+ } | undefined;
155
+ registrationClosed?: {
156
+ message: string;
157
+ exploreEventsActionLabel: string;
158
+ } | undefined;
159
+ ticketsUnavailable?: {
160
+ message: string;
161
+ exploreEventsActionLabel: string;
162
+ } | undefined;
163
+ } | undefined;
164
+ } | undefined;
165
+ dashboard?: {
166
+ rsvpSummary?: {
167
+ total: number;
168
+ yes: number;
169
+ no: number;
170
+ waitlist: number;
171
+ } | undefined;
172
+ ticketingSummary?: {
173
+ tickets: number;
174
+ revenue?: {
175
+ amount: string;
176
+ currency: string;
177
+ } | undefined;
178
+ currencyLocked: boolean;
179
+ orders: number;
180
+ totalSales?: {
181
+ amount: string;
182
+ currency: string;
183
+ } | undefined;
184
+ } | undefined;
185
+ } | undefined;
186
+ instanceId: string;
187
+ guestListConfig?: {
188
+ publicGuestList: boolean;
189
+ } | undefined;
190
+ userId: string;
191
+ feed?: {
192
+ token: string;
193
+ } | undefined;
194
+ onlineConferencing?: {
195
+ config?: {
196
+ enabled: boolean;
197
+ conferenceType: import("./events-v1-event.universal").ConferenceType;
198
+ } | undefined;
199
+ session?: {
200
+ hostLink: string;
201
+ guestLink: string;
202
+ } | undefined;
203
+ } | undefined;
204
+ seoSettings?: {
205
+ slug: string;
206
+ advancedSeoData?: {
207
+ tags: {
208
+ type: string;
209
+ children: string;
210
+ custom: boolean;
211
+ disabled: boolean;
212
+ }[];
213
+ settings?: {
214
+ preventAutoRedirect: boolean;
215
+ keywords: {
216
+ term: string;
217
+ isMain: boolean;
218
+ }[];
219
+ } | undefined;
220
+ } | undefined;
221
+ } | undefined;
222
+ agenda?: {
223
+ enabled: boolean;
224
+ pageUrl?: {
225
+ base: string;
226
+ path: string;
227
+ } | undefined;
228
+ } | undefined;
229
+ categories: {
230
+ _id: string;
231
+ name: string;
232
+ states: import("./events-v1-event.universal").State[];
233
+ }[];
234
+ }>;
11
235
  export declare function findEvent(httpClient: HttpClient): (options?: FindEventOptions | undefined) => Promise<import("./events-v1-event.universal").FindEventResponse & import("./events-v1-event.universal").FindEventResponseNonNullableFields>;
12
- export declare function createEventV2(httpClient: HttpClient): (event: EventData, options?: CreateEventV2Options | undefined) => Promise<import("./events-v1-event.universal").CreateEventV2Response & import("./events-v1-event.universal").CreateEventV2ResponseNonNullableFields>;
236
+ export declare function createEventV2(httpClient: HttpClient): (event: EventData, options?: CreateEventV2Options | undefined) => Promise<import("./events-v1-event.universal").Event & {
237
+ _id: string;
238
+ location?: {
239
+ coordinates?: {
240
+ lat: number;
241
+ lng: number;
242
+ } | undefined;
243
+ type: import("./events-v1-event.universal").LocationType;
244
+ fullAddress?: {
245
+ undefined: import("./events-v1-event.universal").Subdivision[];
246
+ } | undefined;
247
+ } | undefined;
248
+ scheduling?: {
249
+ config?: {
250
+ scheduleTbd: boolean;
251
+ endDateHidden: boolean;
252
+ showTimeZone: boolean;
253
+ recurrences?: {
254
+ occurrences: {
255
+ showTimeZone: boolean;
256
+ }[];
257
+ status: import("./events-v1-event.universal").Status;
258
+ } | undefined;
259
+ } | undefined;
260
+ formatted: string;
261
+ startDateFormatted: string;
262
+ startTimeFormatted: string;
263
+ endDateFormatted: string;
264
+ endTimeFormatted: string;
265
+ } | undefined;
266
+ title: string;
267
+ description: string;
268
+ about: string;
269
+ mainImage: string;
270
+ slug: string;
271
+ language: string;
272
+ status: import("./events-v1-event.universal").EventStatus;
273
+ registration?: {
274
+ type: import("./events-v1-event.universal").EventType;
275
+ status: import("./events-v1-event.universal").RegistrationStatus;
276
+ rsvpCollection?: {
277
+ config?: {
278
+ rsvpStatusOptions: import("./events-v1-event.universal").RsvpStatusOptions;
279
+ waitlist: boolean;
280
+ } | undefined;
281
+ } | undefined;
282
+ ticketing?: {
283
+ config?: {
284
+ guestAssignedTickets: boolean;
285
+ taxConfig?: {
286
+ type: import("./events-v1-event.universal").TaxType;
287
+ } | undefined;
288
+ ticketLimitPerOrder: number;
289
+ } | undefined;
290
+ lowestTicketPrice?: {
291
+ amount: string;
292
+ currency: string;
293
+ } | undefined;
294
+ highestTicketPrice?: {
295
+ amount: string;
296
+ currency: string;
297
+ } | undefined;
298
+ } | undefined;
299
+ external?: {
300
+ registration: string;
301
+ } | undefined;
302
+ restrictedTo: import("./events-v1-event.universal").VisitorType;
303
+ initialType: import("./events-v1-event.universal").EventType;
304
+ } | undefined;
305
+ calendarLinks?: {
306
+ google: string;
307
+ ics: string;
308
+ } | undefined;
309
+ eventPageUrl?: {
310
+ base: string;
311
+ path: string;
312
+ } | undefined;
313
+ form?: {
314
+ controls: {
315
+ type: import("./events-v1-event.universal").InputControlType;
316
+ system: boolean;
317
+ name: string;
318
+ inputs: {
319
+ name: string;
320
+ array: boolean;
321
+ label: string;
322
+ options: string[];
323
+ mandatory: boolean;
324
+ maxLength: number;
325
+ type: import("./events-v1-event.universal").ValueType;
326
+ defaultOptionSelection?: {
327
+ optionIndex: number;
328
+ placeholderText: string;
329
+ } | undefined;
330
+ labels: {
331
+ name: string;
332
+ label: string;
333
+ }[];
334
+ }[];
335
+ label: string;
336
+ orderIndex: number;
337
+ _id: string;
338
+ }[];
339
+ messages?: {
340
+ rsvp?: {
341
+ rsvpYesOption: string;
342
+ rsvpNoOption: string;
343
+ positiveMessages?: {
344
+ title: string;
345
+ confirmation?: {
346
+ title: string;
347
+ message: string;
348
+ addToCalendarActionLabel: string;
349
+ shareActionLabel: string;
350
+ } | undefined;
351
+ } | undefined;
352
+ waitlistMessages?: {
353
+ title: string;
354
+ confirmation?: {
355
+ title: string;
356
+ message: string;
357
+ addToCalendarActionLabel: string;
358
+ shareActionLabel: string;
359
+ } | undefined;
360
+ } | undefined;
361
+ negativeMessages?: {
362
+ title: string;
363
+ confirmation?: {
364
+ title: string;
365
+ shareActionLabel: string;
366
+ } | undefined;
367
+ } | undefined;
368
+ submitActionLabel: string;
369
+ } | undefined;
370
+ checkout?: {
371
+ title: string;
372
+ submitActionLabel: string;
373
+ confirmation?: {
374
+ title: string;
375
+ message: string;
376
+ downloadTicketsLabel: string;
377
+ addToCalendarLabel: string;
378
+ shareEventLabel: string;
379
+ } | undefined;
380
+ } | undefined;
381
+ registrationClosed?: {
382
+ message: string;
383
+ exploreEventsActionLabel: string;
384
+ } | undefined;
385
+ ticketsUnavailable?: {
386
+ message: string;
387
+ exploreEventsActionLabel: string;
388
+ } | undefined;
389
+ } | undefined;
390
+ } | undefined;
391
+ dashboard?: {
392
+ rsvpSummary?: {
393
+ total: number;
394
+ yes: number;
395
+ no: number;
396
+ waitlist: number;
397
+ } | undefined;
398
+ ticketingSummary?: {
399
+ tickets: number;
400
+ revenue?: {
401
+ amount: string;
402
+ currency: string;
403
+ } | undefined;
404
+ currencyLocked: boolean;
405
+ orders: number;
406
+ totalSales?: {
407
+ amount: string;
408
+ currency: string;
409
+ } | undefined;
410
+ } | undefined;
411
+ } | undefined;
412
+ instanceId: string;
413
+ guestListConfig?: {
414
+ publicGuestList: boolean;
415
+ } | undefined;
416
+ userId: string;
417
+ feed?: {
418
+ token: string;
419
+ } | undefined;
420
+ onlineConferencing?: {
421
+ config?: {
422
+ enabled: boolean;
423
+ conferenceType: import("./events-v1-event.universal").ConferenceType;
424
+ } | undefined;
425
+ session?: {
426
+ hostLink: string;
427
+ guestLink: string;
428
+ } | undefined;
429
+ } | undefined;
430
+ seoSettings?: {
431
+ slug: string;
432
+ advancedSeoData?: {
433
+ tags: {
434
+ type: string;
435
+ children: string;
436
+ custom: boolean;
437
+ disabled: boolean;
438
+ }[];
439
+ settings?: {
440
+ preventAutoRedirect: boolean;
441
+ keywords: {
442
+ term: string;
443
+ isMain: boolean;
444
+ }[];
445
+ } | undefined;
446
+ } | undefined;
447
+ } | undefined;
448
+ agenda?: {
449
+ enabled: boolean;
450
+ pageUrl?: {
451
+ base: string;
452
+ path: string;
453
+ } | undefined;
454
+ } | undefined;
455
+ categories: {
456
+ _id: string;
457
+ name: string;
458
+ states: import("./events-v1-event.universal").State[];
459
+ }[];
460
+ }>;
13
461
  export declare function copy(httpClient: HttpClient): (eventId: string, options?: CopyOptions | undefined) => Promise<import("./events-v1-event.universal").CopyEventResponse & import("./events-v1-event.universal").CopyEventResponseNonNullableFields>;
14
462
  export declare function copyEventV2(httpClient: HttpClient): (_id: string, options?: CopyEventV2Options | undefined) => Promise<import("./events-v1-event.universal").CopyEventV2Response & import("./events-v1-event.universal").CopyEventV2ResponseNonNullableFields>;
15
- export declare function updateEvent(httpClient: HttpClient): (_id: string, options?: UpdateEventOptions | undefined) => Promise<import("./events-v1-event.universal").UpdateEventResponse & import("./events-v1-event.universal").UpdateEventResponseNonNullableFields>;
463
+ export declare function updateEvent(httpClient: HttpClient): (_id: string, options?: UpdateEventOptions | undefined) => Promise<import("./events-v1-event.universal").Event & {
464
+ _id: string;
465
+ location?: {
466
+ coordinates?: {
467
+ lat: number;
468
+ lng: number;
469
+ } | undefined;
470
+ type: import("./events-v1-event.universal").LocationType;
471
+ fullAddress?: {
472
+ undefined: import("./events-v1-event.universal").Subdivision[];
473
+ } | undefined;
474
+ } | undefined;
475
+ scheduling?: {
476
+ config?: {
477
+ scheduleTbd: boolean;
478
+ endDateHidden: boolean;
479
+ showTimeZone: boolean;
480
+ recurrences?: {
481
+ occurrences: {
482
+ showTimeZone: boolean;
483
+ }[];
484
+ status: import("./events-v1-event.universal").Status;
485
+ } | undefined;
486
+ } | undefined;
487
+ formatted: string;
488
+ startDateFormatted: string;
489
+ startTimeFormatted: string;
490
+ endDateFormatted: string;
491
+ endTimeFormatted: string;
492
+ } | undefined;
493
+ title: string;
494
+ description: string;
495
+ about: string;
496
+ mainImage: string;
497
+ slug: string;
498
+ language: string;
499
+ status: import("./events-v1-event.universal").EventStatus;
500
+ registration?: {
501
+ type: import("./events-v1-event.universal").EventType;
502
+ status: import("./events-v1-event.universal").RegistrationStatus;
503
+ rsvpCollection?: {
504
+ config?: {
505
+ rsvpStatusOptions: import("./events-v1-event.universal").RsvpStatusOptions;
506
+ waitlist: boolean;
507
+ } | undefined;
508
+ } | undefined;
509
+ ticketing?: {
510
+ config?: {
511
+ guestAssignedTickets: boolean;
512
+ taxConfig?: {
513
+ type: import("./events-v1-event.universal").TaxType;
514
+ } | undefined;
515
+ ticketLimitPerOrder: number;
516
+ } | undefined;
517
+ lowestTicketPrice?: {
518
+ amount: string;
519
+ currency: string;
520
+ } | undefined;
521
+ highestTicketPrice?: {
522
+ amount: string;
523
+ currency: string;
524
+ } | undefined;
525
+ } | undefined;
526
+ external?: {
527
+ registration: string;
528
+ } | undefined;
529
+ restrictedTo: import("./events-v1-event.universal").VisitorType;
530
+ initialType: import("./events-v1-event.universal").EventType;
531
+ } | undefined;
532
+ calendarLinks?: {
533
+ google: string;
534
+ ics: string;
535
+ } | undefined;
536
+ eventPageUrl?: {
537
+ base: string;
538
+ path: string;
539
+ } | undefined;
540
+ form?: {
541
+ controls: {
542
+ type: import("./events-v1-event.universal").InputControlType;
543
+ system: boolean;
544
+ name: string;
545
+ inputs: {
546
+ name: string;
547
+ array: boolean;
548
+ label: string;
549
+ options: string[];
550
+ mandatory: boolean;
551
+ maxLength: number;
552
+ type: import("./events-v1-event.universal").ValueType;
553
+ defaultOptionSelection?: {
554
+ optionIndex: number;
555
+ placeholderText: string;
556
+ } | undefined;
557
+ labels: {
558
+ name: string;
559
+ label: string;
560
+ }[];
561
+ }[];
562
+ label: string;
563
+ orderIndex: number;
564
+ _id: string;
565
+ }[];
566
+ messages?: {
567
+ rsvp?: {
568
+ rsvpYesOption: string;
569
+ rsvpNoOption: string;
570
+ positiveMessages?: {
571
+ title: string;
572
+ confirmation?: {
573
+ title: string;
574
+ message: string;
575
+ addToCalendarActionLabel: string;
576
+ shareActionLabel: string;
577
+ } | undefined;
578
+ } | undefined;
579
+ waitlistMessages?: {
580
+ title: string;
581
+ confirmation?: {
582
+ title: string;
583
+ message: string;
584
+ addToCalendarActionLabel: string;
585
+ shareActionLabel: string;
586
+ } | undefined;
587
+ } | undefined;
588
+ negativeMessages?: {
589
+ title: string;
590
+ confirmation?: {
591
+ title: string;
592
+ shareActionLabel: string;
593
+ } | undefined;
594
+ } | undefined;
595
+ submitActionLabel: string;
596
+ } | undefined;
597
+ checkout?: {
598
+ title: string;
599
+ submitActionLabel: string;
600
+ confirmation?: {
601
+ title: string;
602
+ message: string;
603
+ downloadTicketsLabel: string;
604
+ addToCalendarLabel: string;
605
+ shareEventLabel: string;
606
+ } | undefined;
607
+ } | undefined;
608
+ registrationClosed?: {
609
+ message: string;
610
+ exploreEventsActionLabel: string;
611
+ } | undefined;
612
+ ticketsUnavailable?: {
613
+ message: string;
614
+ exploreEventsActionLabel: string;
615
+ } | undefined;
616
+ } | undefined;
617
+ } | undefined;
618
+ dashboard?: {
619
+ rsvpSummary?: {
620
+ total: number;
621
+ yes: number;
622
+ no: number;
623
+ waitlist: number;
624
+ } | undefined;
625
+ ticketingSummary?: {
626
+ tickets: number;
627
+ revenue?: {
628
+ amount: string;
629
+ currency: string;
630
+ } | undefined;
631
+ currencyLocked: boolean;
632
+ orders: number;
633
+ totalSales?: {
634
+ amount: string;
635
+ currency: string;
636
+ } | undefined;
637
+ } | undefined;
638
+ } | undefined;
639
+ instanceId: string;
640
+ guestListConfig?: {
641
+ publicGuestList: boolean;
642
+ } | undefined;
643
+ userId: string;
644
+ feed?: {
645
+ token: string;
646
+ } | undefined;
647
+ onlineConferencing?: {
648
+ config?: {
649
+ enabled: boolean;
650
+ conferenceType: import("./events-v1-event.universal").ConferenceType;
651
+ } | undefined;
652
+ session?: {
653
+ hostLink: string;
654
+ guestLink: string;
655
+ } | undefined;
656
+ } | undefined;
657
+ seoSettings?: {
658
+ slug: string;
659
+ advancedSeoData?: {
660
+ tags: {
661
+ type: string;
662
+ children: string;
663
+ custom: boolean;
664
+ disabled: boolean;
665
+ }[];
666
+ settings?: {
667
+ preventAutoRedirect: boolean;
668
+ keywords: {
669
+ term: string;
670
+ isMain: boolean;
671
+ }[];
672
+ } | undefined;
673
+ } | undefined;
674
+ } | undefined;
675
+ agenda?: {
676
+ enabled: boolean;
677
+ pageUrl?: {
678
+ base: string;
679
+ path: string;
680
+ } | undefined;
681
+ } | undefined;
682
+ categories: {
683
+ _id: string;
684
+ name: string;
685
+ states: import("./events-v1-event.universal").State[];
686
+ }[];
687
+ }>;
16
688
  export declare function publishDraftEvent(httpClient: HttpClient): (_id: string) => Promise<import("./events-v1-event.universal").PublishDraftEventResponse & import("./events-v1-event.universal").PublishDraftEventResponseNonNullableFields>;
17
689
  export declare function cancelEvent(httpClient: HttpClient): (_id: string) => Promise<import("./events-v1-event.universal").CancelEventResponse & import("./events-v1-event.universal").CancelEventResponseNonNullableFields>;
18
690
  export declare function bulkCancelEvents(httpClient: HttpClient): (filter: Record<string, any> | null) => Promise<void>;
19
691
  export declare function deleteEvent(httpClient: HttpClient): (_id: string) => Promise<import("./events-v1-event.universal").DeleteEventResponse & import("./events-v1-event.universal").DeleteEventResponseNonNullableFields>;
20
692
  export declare function bulkDeleteEvents(httpClient: HttpClient): (filter: Record<string, any> | null) => Promise<void>;
21
693
  export { LocationType, SubdivisionType, Status, EventStatus, EventType, RegistrationStatus, RsvpStatusOptions, TaxType, VisitorType, InputControlType, ValueType, ConferenceType, State, EventFieldset, SortOrder, Relation, } from './events-v1-event.universal';
22
- export { Event, Location, MapCoordinates, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, Scheduling, ScheduleConfig, Recurrences, Occurrence, Registration, RsvpCollection, RsvpCollectionConfig, Ticketing, TicketingConfig, TaxConfig, Money, ExternalEvent, CalendarLinks, SiteUrl, Form, InputControl, Input, OptionSelection, OptionSelectionSelectedOptionOneOf, Label, FormMessages, RsvpFormMessages, PositiveResponseConfirmation, ResponseConfirmation, Positive, Negative, CheckoutFormMessages, CheckoutFormMessagesResponseConfirmation, RegistrationClosedMessages, TicketsUnavailableMessages, Dashboard, RsvpSummary, TicketingSummary, GuestListConfig, Feed, OnlineConferencing, OnlineConferencingConfig, OnlineConferencingSession, SeoSettings, SeoSchema, Keyword, Tag, Settings, Agenda, Category, CategoryCounts, EventDisplaySettings, EventStarted, EventReminder, TimeDuration, EventEnded, QueryEventsRequest, QueryEventsResponse, FacetCounts, QueryEventsV2Request, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, QueryEventsV2Response, PagingMetadataV2, Cursors, ListEventsRequest, UserFilter, CategoryFilter, ListEventsResponse, ListUserEventsRequest, ListUserEventsResponse, ListCategoryEventsRequest, ListCategoryEventsResponse, GetEventRequest, GetEventRequestGetByOneOf, GetEventResponse, FindEventRequest, FindEventRequestFindByOneOf, FindEventResponse, CreateEventV2Request, EventData, RegistrationConfig, CreateEventV2Response, EventCreated, EventPublished, CopyEventRequest, CopyEventResponse, EventCopied, CopyEventV2Request, CopyEventV2Response, UpdateEventRequest, UpdateEventResponse, EventUpdated, PublishDraftEventRequest, PublishDraftEventResponse, CancelEventRequest, CancelEventResponse, EventCanceled, BulkCancelEventsRequest, BulkCancelEventsResponse, DeleteEventRequest, DeleteEventResponse, EventDeleted, BulkDeleteEventsRequest, BulkDeleteEventsResponse, GetRecurringEventStateRequest, GetRecurringEventStateResponse, RecurringEventState, RecurringEventDetails, UpdateRecurringStatusRequest, UpdateRecurringStatusResponse, GetTicketingSummaryRequest, GetTicketingSummaryResponse, QueryEventsResponseNonNullableFields, QueryEventsV2ResponseNonNullableFields, ListEventsResponseNonNullableFields, ListCategoryEventsResponseNonNullableFields, GetEventResponseNonNullableFields, FindEventResponseNonNullableFields, CreateEventV2ResponseNonNullableFields, CopyEventResponseNonNullableFields, CopyEventV2ResponseNonNullableFields, UpdateEventResponseNonNullableFields, PublishDraftEventResponseNonNullableFields, CancelEventResponseNonNullableFields, DeleteEventResponseNonNullableFields, QueryOptions, QueryEventsV2Options, ListEventsOptions, ListCategoryEventsOptions, GetEventOptions, FindEventOptions, CreateEventV2Options, CopyOptions, CopyEventV2Options, UpdateEventOptions, } from './events-v1-event.universal';
694
+ export { Event, Location, MapCoordinates, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, Scheduling, ScheduleConfig, Recurrences, Occurrence, Registration, RsvpCollection, RsvpCollectionConfig, Ticketing, TicketingConfig, TaxConfig, Money, ExternalEvent, CalendarLinks, SiteUrl, Form, InputControl, Input, OptionSelection, OptionSelectionSelectedOptionOneOf, Label, FormMessages, RsvpFormMessages, PositiveResponseConfirmation, ResponseConfirmation, Positive, Negative, CheckoutFormMessages, CheckoutFormMessagesResponseConfirmation, RegistrationClosedMessages, TicketsUnavailableMessages, Dashboard, RsvpSummary, TicketingSummary, GuestListConfig, Feed, OnlineConferencing, OnlineConferencingConfig, OnlineConferencingSession, SeoSettings, SeoSchema, Keyword, Tag, Settings, Agenda, Category, CategoryCounts, EventDisplaySettings, EventStarted, EventReminder, TimeDuration, EventEnded, QueryEventsRequest, QueryEventsResponse, FacetCounts, QueryEventsV2Request, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, QueryEventsV2Response, PagingMetadataV2, Cursors, ListEventsRequest, UserFilter, CategoryFilter, ListEventsResponse, ListUserEventsRequest, ListUserEventsResponse, ListCategoryEventsRequest, ListCategoryEventsResponse, GetEventRequest, GetEventRequestGetByOneOf, GetEventResponse, FindEventRequest, FindEventRequestFindByOneOf, FindEventResponse, CreateEventV2Request, EventData, RegistrationConfig, CreateEventV2Response, EventCreated, EventPublished, CopyEventRequest, CopyEventResponse, EventCopied, CopyEventV2Request, CopyEventV2Response, UpdateEventRequest, UpdateEventResponse, EventUpdated, PublishDraftEventRequest, PublishDraftEventResponse, CancelEventRequest, CancelEventResponse, EventCanceled, BulkCancelEventsRequest, BulkCancelEventsResponse, DeleteEventRequest, DeleteEventResponse, EventDeleted, BulkDeleteEventsRequest, BulkDeleteEventsResponse, GetRecurringEventStateRequest, GetRecurringEventStateResponse, RecurringEventState, RecurringEventDetails, UpdateRecurringStatusRequest, UpdateRecurringStatusResponse, GetTicketingSummaryRequest, GetTicketingSummaryResponse, QueryEventsResponseNonNullableFields, QueryEventsV2ResponseNonNullableFields, ListEventsResponseNonNullableFields, ListCategoryEventsResponseNonNullableFields, GetEventResponseNonNullableFields, FindEventResponseNonNullableFields, CreateEventV2ResponseNonNullableFields, CopyEventResponseNonNullableFields, CopyEventV2ResponseNonNullableFields, UpdateEventResponseNonNullableFields, PublishDraftEventResponseNonNullableFields, CancelEventResponseNonNullableFields, DeleteEventResponseNonNullableFields, QueryOptions, QueryEventsV2Options, EventsQueryResult, EventsQueryBuilder, ListEventsOptions, ListCategoryEventsOptions, GetEventOptions, FindEventOptions, CreateEventV2Options, CopyOptions, CopyEventV2Options, UpdateEventOptions, } from './events-v1-event.universal';