@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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +7 -9
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -4
- package/build/cjs/index.typings.js +7 -9
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -4
- package/build/es/index.typings.mjs +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +7 -9
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -4
- package/build/internal/cjs/index.typings.js +7 -9
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -4
- package/build/internal/es/index.typings.mjs +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2494,9 +2494,11 @@ type EventQuery = {
|
|
|
2494
2494
|
order?: NonNullable<CommonQueryWithEntityContext['sort']>[number]['order'];
|
|
2495
2495
|
}[];
|
|
2496
2496
|
};
|
|
2497
|
-
declare const
|
|
2498
|
-
|
|
2499
|
-
|
|
2497
|
+
declare const utils: {
|
|
2498
|
+
QueryBuilder: () => _wix_sdk_types.QueryBuilder<Event, EventQuerySpec, EventQuery>;
|
|
2499
|
+
Filter: _wix_sdk_types.FilterFactory<Event, EventQuerySpec>;
|
|
2500
|
+
Sort: _wix_sdk_types.SortFactory<EventQuerySpec>;
|
|
2501
|
+
};
|
|
2500
2502
|
/**
|
|
2501
2503
|
* Creates an event.
|
|
2502
2504
|
*
|
|
@@ -3096,4 +3098,4 @@ interface BulkCancelEventOptions {
|
|
|
3096
3098
|
timeZone?: string | null;
|
|
3097
3099
|
}
|
|
3098
3100
|
|
|
3099
|
-
export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, type Address, type AddressHint, type ApplicationError, type BaseEventMetadata, type BulkActionMetadata, type BulkCancelEventApplicationErrors, type BulkCancelEventOptions, type BulkCancelEventRequest, type BulkCancelEventResponse, type BulkCreateEventOptions, type BulkCreateEventRequest, type BulkCreateEventResponse, type BulkEventResult, type BulkUpdateEventOptions, type BulkUpdateEventRequest, type BulkUpdateEventRequestMaskedEvent, type BulkUpdateEventResponse, type BusinessSchedule, type CancelEventApplicationErrors, type CancelEventOptions, type CancelEventRequest, type CancelEventResponse, type Categories, type ChangeContext, type ChangeContextPayloadOneOf, type CommonCursorPaging, type CommonCursorPagingMetadata, type CommonCursors, type CommonIdentificationData, type CommonIdentificationDataIdOneOf, type CommonQueryWithEntityContext, type ConferencingDetails, type ConsentPolicy, type CreateEventOptions, type CreateEventRequest, type CreateEventResponse, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, Day, DayOfWeek, type DayOfWeekWithLiterals, type DayWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type Event, type EventCancelled, type EventCancelledEnvelope, type EventCreatedEnvelope, type EventMetadata, type EventQuery, type EventQuerySpec, type EventRecurringSplitEnvelope, type EventUpdatedEnvelope, type EventUpdatedWithMetadata, type EventsQueryBuilder, type EventsQueryResult, type ExtendedFields, Field, type FieldWithLiterals,
|
|
3101
|
+
export { type AccountInfo, type AccountInfoMetadata, type ActionEvent, type Address, type AddressHint, type ApplicationError, type BaseEventMetadata, type BulkActionMetadata, type BulkCancelEventApplicationErrors, type BulkCancelEventOptions, type BulkCancelEventRequest, type BulkCancelEventResponse, type BulkCreateEventOptions, type BulkCreateEventRequest, type BulkCreateEventResponse, type BulkEventResult, type BulkUpdateEventOptions, type BulkUpdateEventRequest, type BulkUpdateEventRequestMaskedEvent, type BulkUpdateEventResponse, type BusinessSchedule, type CancelEventApplicationErrors, type CancelEventOptions, type CancelEventRequest, type CancelEventResponse, type Categories, type ChangeContext, type ChangeContextPayloadOneOf, type CommonCursorPaging, type CommonCursorPagingMetadata, type CommonCursors, type CommonIdentificationData, type CommonIdentificationDataIdOneOf, type CommonQueryWithEntityContext, type ConferencingDetails, type ConsentPolicy, type CreateEventOptions, type CreateEventRequest, type CreateEventResponse, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, Day, DayOfWeek, type DayOfWeekWithLiterals, type DayWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type Event, type EventCancelled, type EventCancelledEnvelope, type EventCreatedEnvelope, type EventMetadata, type EventQuery, type EventQuerySpec, type EventRecurringSplitEnvelope, type EventUpdatedEnvelope, type EventUpdatedWithMetadata, type EventsQueryBuilder, type EventsQueryResult, type ExtendedFields, Field, type FieldWithLiterals, Frequency, type FrequencyWithLiterals, type GeoCoordinates, type GetEventOptions, type GetEventRequest, type GetEventResponse, type IdentificationData, type IdentificationDataIdOneOf, IdentityType, type IdentityTypeWithLiterals, type ItemMetadata, type ListEventsByContactIdOptions, type ListEventsByContactIdRequest, type ListEventsByContactIdResponse, type ListEventsByMemberIdOptions, type ListEventsByMemberIdRequest, type ListEventsByMemberIdResponse, type ListEventsOptions, type ListEventsRequest, type ListEventsResponse, type ListRecurringEventInstancesHistoryRequest, type ListRecurringEventInstancesHistoryResponse, type Locale, type Location, LocationType, type LocationTypeWithLiterals, type MaskedEvent, type MessageEnvelope, type Multilingual, type Participant, type ParticipantNotification, type Participants, ParticipantsStatus, type ParticipantsStatusWithLiterals, type Permission, PlacementType, type PlacementTypeWithLiterals, type Properties, type PropertiesChange, type QueryEventsOptions, type QueryEventsRequest, type QueryEventsResponse, type RecurrenceRule, RecurrenceType, type RecurrenceTypeWithLiterals, type RecurringEventSplit, RequestedFields, type RequestedFieldsWithLiterals, ResolutionMethod, type ResolutionMethodWithLiterals, type Resource, type RestoreEventDefaultsOptions, type RestoreEventDefaultsRequest, type RestoreEventDefaultsResponse, type RestoreInfo, Role, type RoleWithLiterals, type SiteCloned, type SiteCreated, type SitePropertiesEvent, type SitePropertiesNotification, SortOrder, type SortOrderWithLiterals, type Sorting, type SpecialHourPeriod, type SplitRecurringEventOptions, type SplitRecurringEventRequest, type SplitRecurringEventResponse, Status, type StatusWithLiterals, type SupportedLanguage, type TimePeriod, type Translation, Transparency, type TransparencyWithLiterals, Type, type TypeWithLiterals, type UpdateEvent, type UpdateEventOptions, type UpdateEventParticipantsRequest, type UpdateEventParticipantsResponse, type UpdateEventRequest, type UpdateEventResponse, type UpdateEventsWithFixedBusinessResourceIdRequest, type UpdateEventsWithFixedBusinessResourceIdResponse, type UpdateScheduleWithFixedBusinessResourceIdRequest, type UpdateScheduleWithFixedBusinessResourceIdResponse, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type ZonedDate, bulkCancelEvent, bulkCreateEvent, bulkUpdateEvent, cancelEvent, createEvent, getEvent, listEvents, listEventsByContactId, listEventsByMemberId, onEventCancelled, onEventCreated, onEventRecurringSplit, onEventUpdated, queryEvents, restoreEventDefaults, splitRecurringEvent, typedQueryEvents, updateEvent, utils };
|
|
@@ -23,18 +23,15 @@ __export(index_typings_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,
|
|
@@ -53,7 +50,8 @@ __export(index_typings_exports, {
|
|
|
53
50
|
restoreEventDefaults: () => restoreEventDefaults2,
|
|
54
51
|
splitRecurringEvent: () => splitRecurringEvent2,
|
|
55
52
|
typedQueryEvents: () => typedQueryEvents,
|
|
56
|
-
updateEvent: () => updateEvent2
|
|
53
|
+
updateEvent: () => updateEvent2,
|
|
54
|
+
utils: () => utils
|
|
57
55
|
});
|
|
58
56
|
module.exports = __toCommonJS(index_typings_exports);
|
|
59
57
|
|
|
@@ -1078,7 +1076,9 @@ async function typedQueryEvents(query, options) {
|
|
|
1078
1076
|
throw transformedError;
|
|
1079
1077
|
}
|
|
1080
1078
|
}
|
|
1081
|
-
var
|
|
1079
|
+
var utils = {
|
|
1080
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
1081
|
+
};
|
|
1082
1082
|
async function createEvent2(event, options) {
|
|
1083
1083
|
const { httpClient, sideEffects } = arguments[2];
|
|
1084
1084
|
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
@@ -1338,18 +1338,15 @@ async function bulkCancelEvent2(eventIds, options) {
|
|
|
1338
1338
|
Day,
|
|
1339
1339
|
DayOfWeek,
|
|
1340
1340
|
Field,
|
|
1341
|
-
Filter,
|
|
1342
1341
|
Frequency,
|
|
1343
1342
|
IdentityType,
|
|
1344
1343
|
LocationType,
|
|
1345
1344
|
ParticipantsStatus,
|
|
1346
1345
|
PlacementType,
|
|
1347
|
-
QueryBuilder,
|
|
1348
1346
|
RecurrenceType,
|
|
1349
1347
|
RequestedFields,
|
|
1350
1348
|
ResolutionMethod,
|
|
1351
1349
|
Role,
|
|
1352
|
-
Sort,
|
|
1353
1350
|
SortOrder,
|
|
1354
1351
|
Status,
|
|
1355
1352
|
Transparency,
|
|
@@ -1368,6 +1365,7 @@ async function bulkCancelEvent2(eventIds, options) {
|
|
|
1368
1365
|
restoreEventDefaults,
|
|
1369
1366
|
splitRecurringEvent,
|
|
1370
1367
|
typedQueryEvents,
|
|
1371
|
-
updateEvent
|
|
1368
|
+
updateEvent,
|
|
1369
|
+
utils
|
|
1372
1370
|
});
|
|
1373
1371
|
//# sourceMappingURL=index.typings.js.map
|