@wix/auto_sdk_bookings_staff-members 1.0.75 → 1.0.76
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/{bookings-staff-v1-staff-member-staff-members.universal-Dywt4nS2.d.ts → bookings-staff-v1-staff-member-staff-members.universal-DtZlbfxj.d.ts} +5 -7
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-staff-v1-staff-member-staff-members.universal-Dywt4nS2.d.mts → bookings-staff-v1-staff-member-staff-members.universal-DtZlbfxj.d.mts} +5 -7
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-staff-v1-staff-member-staff-members.universal-Dywt4nS2.d.ts → bookings-staff-v1-staff-member-staff-members.universal-DtZlbfxj.d.ts} +5 -7
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-staff-v1-staff-member-staff-members.universal-Dywt4nS2.d.mts → bookings-staff-v1-staff-member-staff-members.universal-DtZlbfxj.d.mts} +5 -7
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1531,13 +1531,7 @@ declare enum RecurringIntervalType {
|
|
|
1531
1531
|
/** @enumType */
|
|
1532
1532
|
type RecurringIntervalTypeWithLiterals = RecurringIntervalType | 'UNDEFINED' | 'EVENT' | 'TIME_AVAILABILITY' | 'AVAILABILITY';
|
|
1533
1533
|
interface Location {
|
|
1534
|
-
/**
|
|
1535
|
-
* Location type.
|
|
1536
|
-
* One of:
|
|
1537
|
-
* - `"OWNER_BUSINESS"` The business address as set in the site’s general settings.
|
|
1538
|
-
* - `"OWNER_CUSTOM"` The address as set when creating the service.
|
|
1539
|
-
* - `"CUSTOM"` The address set for the individual session.
|
|
1540
|
-
*/
|
|
1534
|
+
/** Location type. */
|
|
1541
1535
|
locationType?: LocationTypeWithLiterals;
|
|
1542
1536
|
/**
|
|
1543
1537
|
* Free text address used when locationType is `OWNER_CUSTOM`.
|
|
@@ -1548,9 +1542,13 @@ interface Location {
|
|
|
1548
1542
|
customAddress?: Address;
|
|
1549
1543
|
}
|
|
1550
1544
|
declare enum LocationType {
|
|
1545
|
+
/** Undefined location type. */
|
|
1551
1546
|
UNDEFINED = "UNDEFINED",
|
|
1547
|
+
/** The business address as set in the site’s general settings. */
|
|
1552
1548
|
OWNER_BUSINESS = "OWNER_BUSINESS",
|
|
1549
|
+
/** The address as set when creating the service. */
|
|
1553
1550
|
OWNER_CUSTOM = "OWNER_CUSTOM",
|
|
1551
|
+
/** The address set for the individual session. */
|
|
1554
1552
|
CUSTOM = "CUSTOM"
|
|
1555
1553
|
}
|
|
1556
1554
|
/** @enumType */
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { S as StaffMember, C as CreateStaffMemberOptions, G as GetStaffMemberOptions, a as GetDeletedStaffMemberOptions, b as GetDeletedStaffMemberResponse, L as ListDeletedStaffMembersOptions, c as ListDeletedStaffMembersResponse, U as UpdateStaffMember, d as UpdateStaffMemberOptions, e as CountStaffMembersOptions, f as CountStaffMembersResponse, g as ConnectStaffMemberToUserOptions, h as ConnectStaffMemberToUserResponse, i as StaffMemberSearch, j as SearchStaffMembersOptions, k as SearchStaffMembersResponse, D as DisconnectStaffMemberFromUserOptions, l as DisconnectStaffMemberFromUserResponse, A as AssignWorkingHoursScheduleOptions, m as AssignWorkingHoursScheduleResponse, n as AssignCustomScheduleOptions, o as AssignCustomScheduleResponse, B as BulkUpdateStaffMemberTagsOptions, p as BulkUpdateStaffMemberTagsResponse, q as BulkUpdateStaffMemberTagsByFilterOptions, r as BulkUpdateStaffMemberTagsByFilterResponse, s as StaffMemberConnectedToUserEnvelope, t as StaffMemberCreatedEnvelope, u as StaffMemberDeletedEnvelope, v as StaffMemberDisconnectedFromUserEnvelope, w as StaffMemberFullyCreatedEnvelope, x as StaffMemberUpdatedEnvelope, y as CursorQuery, Q as QueryStaffMembersOptions, z as typedQueryStaffMembers, E as StaffMembersQueryBuilder } from './bookings-staff-v1-staff-member-staff-members.universal-
|
|
3
|
-
export { by as ActionEvent, bI as Address, bL as AddressLocation, bJ as AddressStreetOneOf, aV as AggregationData, bc as AggregationResults, bd as AggregationResultsResultOneOf, b0 as AggregationResultsScalarResult, N as AggregationType, cD as AggregationTypeWithLiterals, bj as ApplicationError, Z as ApprovalStatus, cL as ApprovalStatusWithLiterals, bg as AssignCustomScheduleRequest, bf as AssignWorkingHoursScheduleRequest, aj as AssociatedConferencingAccount, ak as AssociatedConferencingAccountAccountOneOf, ai as AssociatedConferencingAccounts, ah as AssociatedConferencingProvider, ag as AssociatedConferencingProviders, ac as AssociatedWixIdentity, F as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, cx as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, bW as Availability, bX as AvailabilityConstraints, cf as AvailabilityPolicy, ce as AvailabilityPolicyUpdated, cs as BaseEventMetadata, bl as BulkActionMetadata, bm as BulkUpdateStaffMemberTagsByFilterRequest, bh as BulkUpdateStaffMemberTagsRequest, bk as BulkUpdateStaffMemberTagsResult, ab as BusinessLocation, bR as BusinessSchedule, c1 as CalendarConference, c5 as CalendarDateTime, a0 as CalendarType, cO as CalendarTypeWithLiterals, ad as CommonIdentificationData, ae as CommonIdentificationDataIdOneOf, cS as CommonSearchWithEntityContext, c0 as ConferenceProvider, $ as ConferenceType, cN as ConferenceTypeWithLiterals, aQ as ConnectStaffMemberToUserRequest, af as Connection, H as ConnectionStatus, cy as ConnectionStatusWithLiterals, aP as CountStaffMembersRequest, as as CreateStaffMemberRequest, at as CreateStaffMemberResponse, ay as CursorPaging, az as CursorPagingMetadata, aK as CursorQueryPagingMethodOneOf, aS as CursorSearch, aT as CursorSearchPagingMethodOneOf, aA as Cursors, al as CustomConferenceAccount, b8 as DateHistogramResult, ba as DateHistogramResults, O as Day, Y as DayOfWeek, cK as DayOfWeekWithLiterals, cE as DayWithLiterals, aH as DeleteStaffMemberRequest, aI as DeleteStaffMemberResponse, be as DisconnectStaffMemberFromUserRequest, bs as DomainEvent, bt as DomainEventBodyOneOf, bp as Empty, bu as EntityCreatedEvent, bx as EntityDeletedEvent, bw as EntityUpdatedEvent, ct as EventMetadata, a8 as EventSchedule, am as ExtendedFields, c7 as ExternalCalendarInfo, b_ as ExternalCalendarOverrides, bF as Frequency, aw as GetDeletedStaffMemberRequest, au as GetStaffMemberRequest, av as GetStaffMemberResponse, b9 as GroupByValueResults, cq as IdentificationData, cr as IdentificationDataIdOneOf, I as IdentityType, cw as IdentityTypeWithLiterals, bE as Interval, cg as IntervalSplit, bi as ItemMetadata, bG as LinkedSchedule, ax as ListDeletedStaffMembersRequest, c6 as LocalDateTime, bH as Location, a9 as LocationOptions, W as LocationStatus, cI as LocationStatusWithLiterals, V as LocationType, cH as LocationTypeWithLiterals, bO as LocationsAddress, bQ as LocationsAddressLocation, bN as LocationsLocation, X as LocationsLocationType, cJ as LocationsLocationTypeWithLiterals, bP as LocationsStreetAddress, a4 as MediaItem, a5 as MediaItemMediaOneOf, cp as MessageEnvelope, cn as MigrationData, cm as MigrationEvent, M as Mode, cB as ModeWithLiterals, cj as MultipleSessionsCreated, aY as NestedAggregationResults, aZ as NestedAggregationResultsResultOneOf, b5 as NestedResultValue, b6 as NestedResultValueResultOneOf, bb as NestedResults, b1 as NestedValueAggregationResult, bZ as Participant, c9 as ParticipantNotification, bq as PolicyRemovedFromContributor, br as PolicyUpdatedForContributor, bV as Price, aN as QueryStaffMembersMultiLanguageRequest, aO as QueryStaffMembersMultiLanguageResponse, aJ as QueryStaffMembersRequest, aM as QueryStaffMembersResponse, aX as RangeAggregationResult, b3 as RangeResult, a$ as RangeResults, bU as Rate, bD as RecurringInterval, P as RecurringIntervalType, cG as RecurringIntervalTypeWithLiterals, ch as RecurringSessionSplit, c3 as RecurringSessionsUpdated, aB as RemoveStaffMemberFromTrashBinRequest, aC as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cz as RequestedFieldsWithLiterals, a6 as Resource, bv as RestoreInfo, aD as RestoreStaffMemberFromTrashBinRequest, aE as RestoreStaffMemberFromTrashBinResponse, bn as RestoreStaffRequest, bo as RestoreStaffResponse, b7 as Results, b4 as ScalarResult, K as ScalarType, cC as ScalarTypeWithLiterals, bC as Schedule, ca as ScheduleCancelled, bB as ScheduleCreated, bz as ScheduleNotification, bA as ScheduleNotificationEventOneOf, _ as ScheduleStatus, cM as ScheduleStatusWithLiterals, ci as ScheduleUnassignedFromUser, c2 as ScheduleUpdated, ck as ScheduleWithSessions, aU as SearchDetails, aR as SearchStaffMembersRequest, c4 as Session, cd as SessionCancelled, cb as SessionCreated, a2 as SessionType, cQ as SessionTypeWithLiterals, cc as SessionUpdated, c8 as SessionVersion, cl as SitePropertiesOnScheduleCreation, J as SortOrder, cA as SortOrderWithLiterals, aL as Sorting, bT as SpecialHourPeriod, aa as SpecificLocation, bY as SplitInterval, co as StaffData, aq as StaffMemberConnectedToUser, ap as StaffMemberDisconnectedFromUser, ar as StaffMemberFullyCreated, cv as StaffMemberSearchSpec, cu as StaffMembersQueryResult, a1 as Status, cP as StatusWithLiterals, bK as StreetAddress, bM as Subdivision, ao as TagList, an as Tags, bS as TimePeriod, T as Transparency, cF as TransparencyWithLiterals, aF as UpdateStaffMemberRequest, aG as UpdateStaffMemberResponse, aW as ValueAggregationResult, b2 as ValueResult, a_ as ValueResults, b$ as Version, a3 as WebhookIdentityType, cR as WebhookIdentityTypeWithLiterals, a7 as WorkingHoursSchedule } from './bookings-staff-v1-staff-member-staff-members.universal-
|
|
2
|
+
import { S as StaffMember, C as CreateStaffMemberOptions, G as GetStaffMemberOptions, a as GetDeletedStaffMemberOptions, b as GetDeletedStaffMemberResponse, L as ListDeletedStaffMembersOptions, c as ListDeletedStaffMembersResponse, U as UpdateStaffMember, d as UpdateStaffMemberOptions, e as CountStaffMembersOptions, f as CountStaffMembersResponse, g as ConnectStaffMemberToUserOptions, h as ConnectStaffMemberToUserResponse, i as StaffMemberSearch, j as SearchStaffMembersOptions, k as SearchStaffMembersResponse, D as DisconnectStaffMemberFromUserOptions, l as DisconnectStaffMemberFromUserResponse, A as AssignWorkingHoursScheduleOptions, m as AssignWorkingHoursScheduleResponse, n as AssignCustomScheduleOptions, o as AssignCustomScheduleResponse, B as BulkUpdateStaffMemberTagsOptions, p as BulkUpdateStaffMemberTagsResponse, q as BulkUpdateStaffMemberTagsByFilterOptions, r as BulkUpdateStaffMemberTagsByFilterResponse, s as StaffMemberConnectedToUserEnvelope, t as StaffMemberCreatedEnvelope, u as StaffMemberDeletedEnvelope, v as StaffMemberDisconnectedFromUserEnvelope, w as StaffMemberFullyCreatedEnvelope, x as StaffMemberUpdatedEnvelope, y as CursorQuery, Q as QueryStaffMembersOptions, z as typedQueryStaffMembers, E as StaffMembersQueryBuilder } from './bookings-staff-v1-staff-member-staff-members.universal-DtZlbfxj.js';
|
|
3
|
+
export { by as ActionEvent, bI as Address, bL as AddressLocation, bJ as AddressStreetOneOf, aV as AggregationData, bc as AggregationResults, bd as AggregationResultsResultOneOf, b0 as AggregationResultsScalarResult, N as AggregationType, cD as AggregationTypeWithLiterals, bj as ApplicationError, Z as ApprovalStatus, cL as ApprovalStatusWithLiterals, bg as AssignCustomScheduleRequest, bf as AssignWorkingHoursScheduleRequest, aj as AssociatedConferencingAccount, ak as AssociatedConferencingAccountAccountOneOf, ai as AssociatedConferencingAccounts, ah as AssociatedConferencingProvider, ag as AssociatedConferencingProviders, ac as AssociatedWixIdentity, F as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, cx as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, bW as Availability, bX as AvailabilityConstraints, cf as AvailabilityPolicy, ce as AvailabilityPolicyUpdated, cs as BaseEventMetadata, bl as BulkActionMetadata, bm as BulkUpdateStaffMemberTagsByFilterRequest, bh as BulkUpdateStaffMemberTagsRequest, bk as BulkUpdateStaffMemberTagsResult, ab as BusinessLocation, bR as BusinessSchedule, c1 as CalendarConference, c5 as CalendarDateTime, a0 as CalendarType, cO as CalendarTypeWithLiterals, ad as CommonIdentificationData, ae as CommonIdentificationDataIdOneOf, cS as CommonSearchWithEntityContext, c0 as ConferenceProvider, $ as ConferenceType, cN as ConferenceTypeWithLiterals, aQ as ConnectStaffMemberToUserRequest, af as Connection, H as ConnectionStatus, cy as ConnectionStatusWithLiterals, aP as CountStaffMembersRequest, as as CreateStaffMemberRequest, at as CreateStaffMemberResponse, ay as CursorPaging, az as CursorPagingMetadata, aK as CursorQueryPagingMethodOneOf, aS as CursorSearch, aT as CursorSearchPagingMethodOneOf, aA as Cursors, al as CustomConferenceAccount, b8 as DateHistogramResult, ba as DateHistogramResults, O as Day, Y as DayOfWeek, cK as DayOfWeekWithLiterals, cE as DayWithLiterals, aH as DeleteStaffMemberRequest, aI as DeleteStaffMemberResponse, be as DisconnectStaffMemberFromUserRequest, bs as DomainEvent, bt as DomainEventBodyOneOf, bp as Empty, bu as EntityCreatedEvent, bx as EntityDeletedEvent, bw as EntityUpdatedEvent, ct as EventMetadata, a8 as EventSchedule, am as ExtendedFields, c7 as ExternalCalendarInfo, b_ as ExternalCalendarOverrides, bF as Frequency, aw as GetDeletedStaffMemberRequest, au as GetStaffMemberRequest, av as GetStaffMemberResponse, b9 as GroupByValueResults, cq as IdentificationData, cr as IdentificationDataIdOneOf, I as IdentityType, cw as IdentityTypeWithLiterals, bE as Interval, cg as IntervalSplit, bi as ItemMetadata, bG as LinkedSchedule, ax as ListDeletedStaffMembersRequest, c6 as LocalDateTime, bH as Location, a9 as LocationOptions, W as LocationStatus, cI as LocationStatusWithLiterals, V as LocationType, cH as LocationTypeWithLiterals, bO as LocationsAddress, bQ as LocationsAddressLocation, bN as LocationsLocation, X as LocationsLocationType, cJ as LocationsLocationTypeWithLiterals, bP as LocationsStreetAddress, a4 as MediaItem, a5 as MediaItemMediaOneOf, cp as MessageEnvelope, cn as MigrationData, cm as MigrationEvent, M as Mode, cB as ModeWithLiterals, cj as MultipleSessionsCreated, aY as NestedAggregationResults, aZ as NestedAggregationResultsResultOneOf, b5 as NestedResultValue, b6 as NestedResultValueResultOneOf, bb as NestedResults, b1 as NestedValueAggregationResult, bZ as Participant, c9 as ParticipantNotification, bq as PolicyRemovedFromContributor, br as PolicyUpdatedForContributor, bV as Price, aN as QueryStaffMembersMultiLanguageRequest, aO as QueryStaffMembersMultiLanguageResponse, aJ as QueryStaffMembersRequest, aM as QueryStaffMembersResponse, aX as RangeAggregationResult, b3 as RangeResult, a$ as RangeResults, bU as Rate, bD as RecurringInterval, P as RecurringIntervalType, cG as RecurringIntervalTypeWithLiterals, ch as RecurringSessionSplit, c3 as RecurringSessionsUpdated, aB as RemoveStaffMemberFromTrashBinRequest, aC as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cz as RequestedFieldsWithLiterals, a6 as Resource, bv as RestoreInfo, aD as RestoreStaffMemberFromTrashBinRequest, aE as RestoreStaffMemberFromTrashBinResponse, bn as RestoreStaffRequest, bo as RestoreStaffResponse, b7 as Results, b4 as ScalarResult, K as ScalarType, cC as ScalarTypeWithLiterals, bC as Schedule, ca as ScheduleCancelled, bB as ScheduleCreated, bz as ScheduleNotification, bA as ScheduleNotificationEventOneOf, _ as ScheduleStatus, cM as ScheduleStatusWithLiterals, ci as ScheduleUnassignedFromUser, c2 as ScheduleUpdated, ck as ScheduleWithSessions, aU as SearchDetails, aR as SearchStaffMembersRequest, c4 as Session, cd as SessionCancelled, cb as SessionCreated, a2 as SessionType, cQ as SessionTypeWithLiterals, cc as SessionUpdated, c8 as SessionVersion, cl as SitePropertiesOnScheduleCreation, J as SortOrder, cA as SortOrderWithLiterals, aL as Sorting, bT as SpecialHourPeriod, aa as SpecificLocation, bY as SplitInterval, co as StaffData, aq as StaffMemberConnectedToUser, ap as StaffMemberDisconnectedFromUser, ar as StaffMemberFullyCreated, cv as StaffMemberSearchSpec, cu as StaffMembersQueryResult, a1 as Status, cP as StatusWithLiterals, bK as StreetAddress, bM as Subdivision, ao as TagList, an as Tags, bS as TimePeriod, T as Transparency, cF as TransparencyWithLiterals, aF as UpdateStaffMemberRequest, aG as UpdateStaffMemberResponse, aW as ValueAggregationResult, b2 as ValueResult, a_ as ValueResults, b$ as Version, a3 as WebhookIdentityType, cR as WebhookIdentityTypeWithLiterals, a7 as WorkingHoursSchedule } from './bookings-staff-v1-staff-member-staff-members.universal-DtZlbfxj.js';
|
|
4
4
|
|
|
5
5
|
declare function createStaffMember$1(httpClient: HttpClient): CreateStaffMemberSignature;
|
|
6
6
|
interface CreateStaffMemberSignature {
|