@wix/auto_sdk_calendar_events 1.0.63 → 1.0.64

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 { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
2
  import { ListEventsByContactIdOptions, ListEventsByContactIdResponse, ListEventsByMemberIdOptions, ListEventsByMemberIdResponse, GetEventOptions, Event, ListEventsOptions, ListEventsResponse, CreateEventOptions, MaskedEvent, BulkCreateEventOptions, BulkCreateEventResponse, UpdateEvent, UpdateEventOptions, BulkUpdateEventRequestMaskedEvent, BulkUpdateEventOptions, BulkUpdateEventResponse, FieldWithLiterals, RestoreEventDefaultsOptions, RestoreEventDefaultsResponse, SplitRecurringEventOptions, SplitRecurringEventResponse, CancelEventOptions, CancelEventResponse, CancelEventApplicationErrors, BulkCancelEventOptions, BulkCancelEventResponse, BulkCancelEventApplicationErrors, EventCancelledEnvelope, EventCreatedEnvelope, EventRecurringSplitEnvelope, EventUpdatedEnvelope, EventQuery, QueryEventsOptions, typedQueryEvents, EventsQueryBuilder } from './index.typings.js';
3
- export { AccountInfo, AccountInfoMetadata, ActionEvent, Address, AddressHint, ApplicationError, BaseEventMetadata, BulkActionMetadata, BulkCancelEventRequest, BulkCreateEventRequest, BulkEventResult, BulkUpdateEventRequest, BusinessSchedule, CancelEventRequest, Categories, ChangeContext, ChangeContextPayloadOneOf, CommonCursorPaging, CommonCursorPagingMetadata, CommonCursors, CommonIdentificationData, CommonIdentificationDataIdOneOf, CommonQueryWithEntityContext, ConferencingDetails, ConsentPolicy, CreateEventRequest, CreateEventResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, Day, DayOfWeek, DayOfWeekWithLiterals, DayWithLiterals, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventCancelled, EventMetadata, EventQuerySpec, EventUpdatedWithMetadata, EventsQueryResult, ExtendedFields, Field, Filter, Frequency, FrequencyWithLiterals, GeoCoordinates, GetEventRequest, GetEventResponse, IdentificationData, IdentificationDataIdOneOf, IdentityType, IdentityTypeWithLiterals, ItemMetadata, ListEventsByContactIdRequest, ListEventsByMemberIdRequest, ListEventsRequest, ListRecurringEventInstancesHistoryRequest, ListRecurringEventInstancesHistoryResponse, Locale, Location, LocationType, LocationTypeWithLiterals, MessageEnvelope, Multilingual, Participant, ParticipantNotification, Participants, ParticipantsStatus, ParticipantsStatusWithLiterals, Permission, PlacementType, PlacementTypeWithLiterals, Properties, PropertiesChange, QueryBuilder, QueryEventsRequest, QueryEventsResponse, RecurrenceRule, RecurrenceType, RecurrenceTypeWithLiterals, RecurringEventSplit, RequestedFields, RequestedFieldsWithLiterals, ResolutionMethod, ResolutionMethodWithLiterals, Resource, RestoreEventDefaultsRequest, RestoreInfo, Role, RoleWithLiterals, SiteCloned, SiteCreated, SitePropertiesEvent, SitePropertiesNotification, Sort, SortOrder, SortOrderWithLiterals, Sorting, SpecialHourPeriod, SplitRecurringEventRequest, Status, StatusWithLiterals, SupportedLanguage, TimePeriod, Translation, Transparency, TransparencyWithLiterals, Type, TypeWithLiterals, UpdateEventParticipantsRequest, UpdateEventParticipantsResponse, UpdateEventRequest, UpdateEventResponse, UpdateEventsWithFixedBusinessResourceIdRequest, UpdateEventsWithFixedBusinessResourceIdResponse, UpdateScheduleWithFixedBusinessResourceIdRequest, UpdateScheduleWithFixedBusinessResourceIdResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, ZonedDate } from './index.typings.js';
3
+ export { AccountInfo, AccountInfoMetadata, ActionEvent, Address, AddressHint, ApplicationError, BaseEventMetadata, BulkActionMetadata, BulkCancelEventRequest, BulkCreateEventRequest, BulkEventResult, BulkUpdateEventRequest, BusinessSchedule, CancelEventRequest, Categories, ChangeContext, ChangeContextPayloadOneOf, CommonCursorPaging, CommonCursorPagingMetadata, CommonCursors, CommonIdentificationData, CommonIdentificationDataIdOneOf, CommonQueryWithEntityContext, ConferencingDetails, ConsentPolicy, CreateEventRequest, CreateEventResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, Day, DayOfWeek, DayOfWeekWithLiterals, DayWithLiterals, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EventCancelled, EventMetadata, EventQuerySpec, EventUpdatedWithMetadata, EventsQueryResult, ExtendedFields, Field, Frequency, FrequencyWithLiterals, GeoCoordinates, GetEventRequest, GetEventResponse, IdentificationData, IdentificationDataIdOneOf, IdentityType, IdentityTypeWithLiterals, ItemMetadata, ListEventsByContactIdRequest, ListEventsByMemberIdRequest, ListEventsRequest, ListRecurringEventInstancesHistoryRequest, ListRecurringEventInstancesHistoryResponse, Locale, Location, LocationType, LocationTypeWithLiterals, MessageEnvelope, Multilingual, Participant, ParticipantNotification, Participants, ParticipantsStatus, ParticipantsStatusWithLiterals, Permission, PlacementType, PlacementTypeWithLiterals, Properties, PropertiesChange, QueryEventsRequest, QueryEventsResponse, RecurrenceRule, RecurrenceType, RecurrenceTypeWithLiterals, RecurringEventSplit, RequestedFields, RequestedFieldsWithLiterals, ResolutionMethod, ResolutionMethodWithLiterals, Resource, RestoreEventDefaultsRequest, RestoreInfo, Role, RoleWithLiterals, SiteCloned, SiteCreated, SitePropertiesEvent, SitePropertiesNotification, SortOrder, SortOrderWithLiterals, Sorting, SpecialHourPeriod, SplitRecurringEventRequest, Status, StatusWithLiterals, SupportedLanguage, TimePeriod, Translation, Transparency, TransparencyWithLiterals, Type, TypeWithLiterals, UpdateEventParticipantsRequest, UpdateEventParticipantsResponse, UpdateEventRequest, UpdateEventResponse, UpdateEventsWithFixedBusinessResourceIdRequest, UpdateEventsWithFixedBusinessResourceIdResponse, UpdateScheduleWithFixedBusinessResourceIdRequest, UpdateScheduleWithFixedBusinessResourceIdResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, ZonedDate, utils } from './index.typings.js';
4
4
 
5
5
  declare function listEventsByContactId$1(httpClient: HttpClient): ListEventsByContactIdSignature;
6
6
  interface ListEventsByContactIdSignature {
@@ -23,18 +23,15 @@ __export(index_exports, {
23
23
  Day: () => Day,
24
24
  DayOfWeek: () => DayOfWeek,
25
25
  Field: () => Field,
26
- Filter: () => Filter,
27
26
  Frequency: () => Frequency,
28
27
  IdentityType: () => IdentityType,
29
28
  LocationType: () => LocationType,
30
29
  ParticipantsStatus: () => ParticipantsStatus,
31
30
  PlacementType: () => PlacementType,
32
- QueryBuilder: () => QueryBuilder,
33
31
  RecurrenceType: () => RecurrenceType,
34
32
  RequestedFields: () => RequestedFields,
35
33
  ResolutionMethod: () => ResolutionMethod,
36
34
  Role: () => Role,
37
- Sort: () => Sort,
38
35
  SortOrder: () => SortOrder,
39
36
  Status: () => Status,
40
37
  Transparency: () => Transparency,
@@ -56,7 +53,8 @@ __export(index_exports, {
56
53
  queryEvents: () => queryEvents4,
57
54
  restoreEventDefaults: () => restoreEventDefaults4,
58
55
  splitRecurringEvent: () => splitRecurringEvent4,
59
- updateEvent: () => updateEvent4
56
+ updateEvent: () => updateEvent4,
57
+ utils: () => utils
60
58
  });
61
59
  module.exports = __toCommonJS(index_exports);
62
60
 
@@ -1087,7 +1085,9 @@ async function typedQueryEvents(query, options) {
1087
1085
  throw transformedError;
1088
1086
  }
1089
1087
  }
1090
- var { QueryBuilder, Filter, Sort } = (0, import_query_builder_utils.createQueryUtils)();
1088
+ var utils = {
1089
+ ...(0, import_query_builder_utils.createQueryUtils)()
1090
+ };
1091
1091
  async function createEvent2(event, options) {
1092
1092
  const { httpClient, sideEffects } = arguments[2];
1093
1093
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
@@ -1620,18 +1620,15 @@ var onEventUpdated2 = (0, import_event_definition_modules.createEventModule)(onE
1620
1620
  Day,
1621
1621
  DayOfWeek,
1622
1622
  Field,
1623
- Filter,
1624
1623
  Frequency,
1625
1624
  IdentityType,
1626
1625
  LocationType,
1627
1626
  ParticipantsStatus,
1628
1627
  PlacementType,
1629
- QueryBuilder,
1630
1628
  RecurrenceType,
1631
1629
  RequestedFields,
1632
1630
  ResolutionMethod,
1633
1631
  Role,
1634
- Sort,
1635
1632
  SortOrder,
1636
1633
  Status,
1637
1634
  Transparency,
@@ -1653,6 +1650,7 @@ var onEventUpdated2 = (0, import_event_definition_modules.createEventModule)(onE
1653
1650
  queryEvents,
1654
1651
  restoreEventDefaults,
1655
1652
  splitRecurringEvent,
1656
- updateEvent
1653
+ updateEvent,
1654
+ utils
1657
1655
  });
1658
1656
  //# sourceMappingURL=index.js.map