@wix/auto_sdk_events_guests 1.0.50 → 1.0.52

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.
@@ -208,7 +208,6 @@ var EventType = /* @__PURE__ */ ((EventType2) => {
208
208
  return EventType2;
209
209
  })(EventType || {});
210
210
  var LocationType = /* @__PURE__ */ ((LocationType2) => {
211
- LocationType2["UNKNOWN_LOCATION"] = "UNKNOWN_LOCATION";
212
211
  LocationType2["VENUE"] = "VENUE";
213
212
  LocationType2["ONLINE"] = "ONLINE";
214
213
  return LocationType2;
@@ -224,7 +223,6 @@ var SubdivisionSubdivisionType = /* @__PURE__ */ ((SubdivisionSubdivisionType2)
224
223
  return SubdivisionSubdivisionType2;
225
224
  })(SubdivisionSubdivisionType || {});
226
225
  var RecurrenceStatusStatus = /* @__PURE__ */ ((RecurrenceStatusStatus2) => {
227
- RecurrenceStatusStatus2["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
228
226
  RecurrenceStatusStatus2["ONE_TIME"] = "ONE_TIME";
229
227
  RecurrenceStatusStatus2["RECURRING"] = "RECURRING";
230
228
  RecurrenceStatusStatus2["RECURRING_UPCOMING"] = "RECURRING_UPCOMING";
@@ -233,7 +231,6 @@ var RecurrenceStatusStatus = /* @__PURE__ */ ((RecurrenceStatusStatus2) => {
233
231
  return RecurrenceStatusStatus2;
234
232
  })(RecurrenceStatusStatus || {});
235
233
  var Status = /* @__PURE__ */ ((Status2) => {
236
- Status2["UNKNOWN_EVENT_STATUS"] = "UNKNOWN_EVENT_STATUS";
237
234
  Status2["UPCOMING"] = "UPCOMING";
238
235
  Status2["STARTED"] = "STARTED";
239
236
  Status2["ENDED"] = "ENDED";
@@ -252,7 +249,6 @@ var NotifyActionType = /* @__PURE__ */ ((NotifyActionType2) => {
252
249
  return NotifyActionType2;
253
250
  })(NotifyActionType || {});
254
251
  var Timing = /* @__PURE__ */ ((Timing2) => {
255
- Timing2["UNKNOWN_TIMING"] = "UNKNOWN_TIMING";
256
252
  Timing2["NOW"] = "NOW";
257
253
  Timing2["STARTS_IN_1_DAY"] = "STARTS_IN_1_DAY";
258
254
  Timing2["STARTS_IN_3_DAYS"] = "STARTS_IN_3_DAYS";
@@ -306,7 +302,6 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
306
302
  return SortOrder2;
307
303
  })(SortOrder || {});
308
304
  var RequestedFieldsEnumRequestedFields = /* @__PURE__ */ ((RequestedFieldsEnumRequestedFields2) => {
309
- RequestedFieldsEnumRequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
310
305
  RequestedFieldsEnumRequestedFields2["GUEST_DETAILS"] = "GUEST_DETAILS";
311
306
  RequestedFieldsEnumRequestedFields2["GUEST_TOTAL"] = "GUEST_TOTAL";
312
307
  return RequestedFieldsEnumRequestedFields2;
@@ -317,7 +312,6 @@ var OrderType = /* @__PURE__ */ ((OrderType2) => {
317
312
  return OrderType2;
318
313
  })(OrderType || {});
319
314
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
320
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
321
315
  RequestedFields2["MEMBER_GUESTS"] = "MEMBER_GUESTS";
322
316
  RequestedFields2["WAITLIST_COUNT"] = "WAITLIST_COUNT";
323
317
  return RequestedFields2;
@@ -415,7 +409,9 @@ async function typedQueryGuests(query, options) {
415
409
  }
416
410
  }
417
411
  var utils = {
418
- ...(0, import_query_builder_utils.createQueryUtils)()
412
+ query: {
413
+ ...(0, import_query_builder_utils.createQueryUtils)()
414
+ }
419
415
  };
420
416
 
421
417
  // src/events-guests-v1-guest-guests.public.ts