@wix/auto_sdk_events_guests 1.0.36 → 1.0.38

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.
@@ -1,6 +1,6 @@
1
1
  import { EventDefinition, MaybeContext, BuildRESTFunction, HttpClient, BuildEventDefinition } from '@wix/sdk-types';
2
- import { GuestCreatedEnvelope, GuestDeletedEnvelope, GuestCheckedInEnvelope, GuestEventCanceledEnvelope, GuestEventStartsEnvelope, GuestOrderCanceledEnvelope, GuestUpdatedEnvelope, QueryV2, QueryEventGuestsOptions, typedQueryGuests, GuestsQueryBuilder } from './index.typings.js';
3
- export { ActionEvent, Address, AddressLocation, AddressStreetOneOf, AttendanceStatus, AttendanceStatusWithLiterals, BaseEventMetadata, CheckIn, CommonAddress, CommonAddressLocation, CommonAddressStreetOneOf, CommonStreetAddress, CommonSubdivision, ContactEventStatusUpdated, CouponDiscount, CursorPaging, Cursors, DateAndTimeSettings, Discount, DiscountItem, DiscountItemDiscountOneOf, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventDeleted, EventDetails, EventGuest, EventMetadata, EventType, EventTypeWithLiterals, Fee, FeeName, FeeNameWithLiterals, FeeType, FeeTypeWithLiterals, FormResponse, Formatted, FormattedAddress, GuestCheckedIn, GuestCount, GuestCountUpdate, GuestCountUpdated, GuestDetails, GuestEventCanceled, GuestEventStarts, GuestListPreview, GuestOrderCanceled, GuestType, GuestTypeWithLiterals, GuestsQueryResult, IdentificationData, IdentificationDataIdOneOf, InputValue, Invoice, Item, Language, ListGuestListPreviewsRequest, ListGuestListPreviewsResponse, Location, LocationType, LocationTypeWithLiterals, MemberEventStatusUpdated, MemberEventStatusUpdatedEventType, MemberEventStatusUpdatedEventTypeWithLiterals, MemberGuest, MemberGuests, MessageEnvelope, Money, NotifyActionType, NotifyActionTypeWithLiterals, NotifyGuestAction, Occurrence, OnlineConferencingLogin, OrderConfirmed, OrderDeleted, OrderDetails, OrderStatus, OrderStatusWithLiterals, OrderType, OrderTypeWithLiterals, OrderUpdated, Paging, PagingMetadataV2, PaidPlanDiscount, PaidPlanDiscountDiscountOneOf, PercentDiscount, QueryEventGuestsRequest, QueryEventGuestsResponse, QueryV2PagingMethodOneOf, RecurrenceStatusStatus, RecurrenceStatusStatusWithLiterals, Recurrences, RequestedFields, RequestedFieldsEnumRequestedFields, RequestedFieldsEnumRequestedFieldsWithLiterals, RequestedFieldsWithLiterals, RestoreInfo, SecondaryLanguagesRequest, SecondaryLanguagesResponse, SortOrder, SortOrderWithLiterals, Sorting, StandardDetails, Status, StatusWithLiterals, StreamEventGuestsRequest, StreetAddress, Subdivision, SubdivisionSubdivisionType, SubdivisionSubdivisionTypeWithLiterals, SubdivisionType, SubdivisionTypeWithLiterals, Task, TaskContext, TaskKey, Tax, TaxType, TaxTypeWithLiterals, Ticket, TicketDetails, TicketGuestDetails, Timing, TimingWithLiterals, UpdateGuestRequest, UpdateGuestResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
2
+ import { GuestCreatedEnvelope, GuestDeletedEnvelope, GuestCheckedInEnvelope, GuestEventCanceledEnvelope, GuestEventStartsEnvelope, GuestOrderCanceledEnvelope, GuestUpdatedEnvelope, EventGuestQuery, QueryEventGuestsOptions, typedQueryGuests, GuestsQueryBuilder } from './index.typings.js';
3
+ export { ActionEvent, Address, AddressLocation, AddressStreetOneOf, AttendanceStatus, AttendanceStatusWithLiterals, BaseEventMetadata, CheckIn, CommonAddress, CommonAddressLocation, CommonAddressStreetOneOf, CommonQueryWithEntityContext, CommonStreetAddress, CommonSubdivision, ContactEventStatusUpdated, CouponDiscount, CursorPaging, Cursors, DateAndTimeSettings, Discount, DiscountItem, DiscountItemDiscountOneOf, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventDeleted, EventDetails, EventGuest, EventGuestQuerySpec, EventMetadata, EventType, EventTypeWithLiterals, Fee, FeeName, FeeNameWithLiterals, FeeType, FeeTypeWithLiterals, FormResponse, Formatted, FormattedAddress, GuestCheckedIn, GuestCount, GuestCountUpdate, GuestCountUpdated, GuestDetails, GuestEventCanceled, GuestEventStarts, GuestListPreview, GuestOrderCanceled, GuestType, GuestTypeWithLiterals, GuestsQueryResult, IdentificationData, IdentificationDataIdOneOf, InputValue, Invoice, Item, Language, ListGuestListPreviewsRequest, ListGuestListPreviewsResponse, Location, LocationType, LocationTypeWithLiterals, MemberEventStatusUpdated, MemberEventStatusUpdatedEventType, MemberEventStatusUpdatedEventTypeWithLiterals, MemberGuest, MemberGuests, MessageEnvelope, Money, NotifyActionType, NotifyActionTypeWithLiterals, NotifyGuestAction, Occurrence, OnlineConferencingLogin, OrderConfirmed, OrderDeleted, OrderDetails, OrderStatus, OrderStatusWithLiterals, OrderType, OrderTypeWithLiterals, OrderUpdated, Paging, PagingMetadataV2, PaidPlanDiscount, PaidPlanDiscountDiscountOneOf, PercentDiscount, QueryEventGuestsRequest, QueryEventGuestsResponse, QueryV2, QueryV2PagingMethodOneOf, RecurrenceStatusStatus, RecurrenceStatusStatusWithLiterals, Recurrences, RequestedFields, RequestedFieldsEnumRequestedFields, RequestedFieldsEnumRequestedFieldsWithLiterals, RequestedFieldsWithLiterals, RestoreInfo, SecondaryLanguagesRequest, SecondaryLanguagesResponse, SortOrder, SortOrderWithLiterals, Sorting, StandardDetails, Status, StatusWithLiterals, StreamEventGuestsRequest, StreetAddress, Subdivision, SubdivisionSubdivisionType, SubdivisionSubdivisionTypeWithLiterals, SubdivisionType, SubdivisionTypeWithLiterals, Task, TaskContext, TaskKey, Tax, TaxType, TaxTypeWithLiterals, Ticket, TicketDetails, TicketGuestDetails, Timing, TimingWithLiterals, UpdateGuestRequest, UpdateGuestResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
4
4
 
5
5
  declare const onGuestCreated$1: EventDefinition<GuestCreatedEnvelope, "wix.events.guests.v1.guest_created">;
6
6
  declare const onGuestDeleted$1: EventDefinition<GuestDeletedEnvelope, "wix.events.guests.v1.guest_deleted">;
@@ -11,7 +11,7 @@ declare const onGuestOrderCanceled$1: EventDefinition<GuestOrderCanceledEnvelope
11
11
  declare const onGuestUpdated$1: EventDefinition<GuestUpdatedEnvelope, "wix.events.guests.v1.guest_updated">;
12
12
 
13
13
  declare function customQueryGuests(httpClient: HttpClient): {
14
- (query: QueryV2, options?: QueryEventGuestsOptions): ReturnType<typeof typedQueryGuests>;
14
+ (query: EventGuestQuery, options?: QueryEventGuestsOptions): ReturnType<typeof typedQueryGuests>;
15
15
  (options?: QueryEventGuestsOptions): GuestsQueryBuilder;
16
16
  };
17
17
  declare const queryGuests: MaybeContext<BuildRESTFunction<typeof customQueryGuests> & typeof customQueryGuests>;
@@ -47,4 +47,4 @@ declare const onGuestOrderCanceled: BuildEventDefinition<typeof onGuestOrderCanc
47
47
  */
48
48
  declare const onGuestUpdated: BuildEventDefinition<typeof onGuestUpdated$1> & typeof onGuestUpdated$1;
49
49
 
50
- export { GuestCheckedInEnvelope, GuestCreatedEnvelope, GuestDeletedEnvelope, GuestEventCanceledEnvelope, GuestEventStartsEnvelope, GuestOrderCanceledEnvelope, GuestUpdatedEnvelope, GuestsQueryBuilder, QueryEventGuestsOptions, QueryV2, onGuestCheckedIn, onGuestCreated, onGuestDeleted, onGuestEventCanceled, onGuestEventStarts, onGuestOrderCanceled, onGuestUpdated, queryGuests };
50
+ export { EventGuestQuery, GuestCheckedInEnvelope, GuestCreatedEnvelope, GuestDeletedEnvelope, GuestEventCanceledEnvelope, GuestEventStartsEnvelope, GuestOrderCanceledEnvelope, GuestUpdatedEnvelope, GuestsQueryBuilder, QueryEventGuestsOptions, onGuestCheckedIn, onGuestCreated, onGuestDeleted, onGuestEventCanceled, onGuestEventStarts, onGuestOrderCanceled, onGuestUpdated, queryGuests };
@@ -693,13 +693,22 @@ var onGuestUpdated = (0, import_sdk_types.EventDefinition)(
693
693
  { path: "entity.updatedDate" },
694
694
  { path: "entity.attendanceStatusUpdatedDate" },
695
695
  { path: "entity.guestDetails.formResponse.inputValues.dateTime" },
696
- { path: "metadata.eventTime" }
696
+ { path: "metadata.eventTime" },
697
+ { path: "modifiedFields.createdDate" },
698
+ { path: "modifiedFields.updatedDate" },
699
+ { path: "modifiedFields.attendanceStatusUpdatedDate" },
700
+ {
701
+ path: "modifiedFields.guestDetails.formResponse.inputValues.dateTime"
702
+ }
697
703
  ]
698
704
  },
699
705
  {
700
706
  transformFn: import_float2.transformRESTFloatToSDKFloat,
701
707
  paths: [
702
- { path: "entity.guestDetails.formResponse.inputValues.number" }
708
+ { path: "entity.guestDetails.formResponse.inputValues.number" },
709
+ {
710
+ path: "modifiedFields.guestDetails.formResponse.inputValues.number"
711
+ }
703
712
  ]
704
713
  },
705
714
  {
@@ -707,6 +716,9 @@ var onGuestUpdated = (0, import_sdk_types.EventDefinition)(
707
716
  paths: [
708
717
  {
709
718
  path: "entity.guestDetails.formResponse.inputValues.address.address"
719
+ },
720
+ {
721
+ path: "modifiedFields.guestDetails.formResponse.inputValues.address.address"
710
722
  }
711
723
  ]
712
724
  }