@wix/auto_sdk_events_guests 1.0.37 → 1.0.39

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
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';
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, FormSubmission, 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">;
@@ -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
  }