@wix/auto_sdk_bookings_staff-members 1.0.79 → 1.0.81
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-BzWp09N9.d.ts → bookings-staff-v1-staff-member-staff-members.universal-BcEPPnq5.d.ts} +9 -12
- 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 +8 -7
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-staff-v1-staff-member-staff-members.universal-BzWp09N9.d.mts → bookings-staff-v1-staff-member-staff-members.universal-BcEPPnq5.d.mts} +9 -12
- 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 +8 -7
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-staff-v1-staff-member-staff-members.universal-BzWp09N9.d.ts → bookings-staff-v1-staff-member-staff-members.universal-BcEPPnq5.d.ts} +9 -12
- 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 +8 -7
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-staff-v1-staff-member-staff-members.universal-BzWp09N9.d.mts → bookings-staff-v1-staff-member-staff-members.universal-BcEPPnq5.d.mts} +9 -12
- 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 +8 -7
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -19,22 +19,18 @@ interface StaffMember {
|
|
|
19
19
|
name?: string | null;
|
|
20
20
|
/**
|
|
21
21
|
* Staff member's email address.
|
|
22
|
-
*
|
|
23
|
-
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings).
|
|
22
|
+
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings/introduction).
|
|
24
23
|
* When the setting is disabled, this field is empty if the calling [identity](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities) doesn't have sufficient permissions.
|
|
25
24
|
* Identities with appropriate permissions can access this field regardless of the setting.
|
|
26
|
-
* End hidden link --->
|
|
27
25
|
* @maxLength 320
|
|
28
26
|
* @format EMAIL
|
|
29
27
|
*/
|
|
30
28
|
email?: string | null;
|
|
31
29
|
/**
|
|
32
30
|
* Staff member's phone number.
|
|
33
|
-
*
|
|
34
|
-
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings).
|
|
31
|
+
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings/introduction).
|
|
35
32
|
* When the setting is disabled, this field is empty if the calling [identity](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities) doesn't have sufficient permissions.
|
|
36
33
|
* Identities with appropriate permissions can access this field regardless of the setting.
|
|
37
|
-
* End hidden link --->
|
|
38
34
|
* @maxLength 20
|
|
39
35
|
* @format PHONE
|
|
40
36
|
*/
|
|
@@ -2284,6 +2280,11 @@ interface ParticipantNotification {
|
|
|
2284
2280
|
notifyParticipants?: boolean;
|
|
2285
2281
|
/** Custom message to send to the participants about the changes to the booking. */
|
|
2286
2282
|
message?: string | null;
|
|
2283
|
+
/**
|
|
2284
|
+
* Information about the delivery channels used to send the notification.
|
|
2285
|
+
* For example, `{"channels": "SMS" }`, `{"channels": "EMAIL" }`, or `{"channels": "EMAIL, SMS" }`.
|
|
2286
|
+
*/
|
|
2287
|
+
metadata?: Record<string, string>;
|
|
2287
2288
|
}
|
|
2288
2289
|
interface ScheduleCancelled {
|
|
2289
2290
|
schedule?: Schedule;
|
|
@@ -2774,22 +2775,18 @@ interface UpdateStaffMember {
|
|
|
2774
2775
|
name?: string | null;
|
|
2775
2776
|
/**
|
|
2776
2777
|
* Staff member's email address.
|
|
2777
|
-
*
|
|
2778
|
-
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings).
|
|
2778
|
+
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings/introduction).
|
|
2779
2779
|
* When the setting is disabled, this field is empty if the calling [identity](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities) doesn't have sufficient permissions.
|
|
2780
2780
|
* Identities with appropriate permissions can access this field regardless of the setting.
|
|
2781
|
-
* End hidden link --->
|
|
2782
2781
|
* @maxLength 320
|
|
2783
2782
|
* @format EMAIL
|
|
2784
2783
|
*/
|
|
2785
2784
|
email?: string | null;
|
|
2786
2785
|
/**
|
|
2787
2786
|
* Staff member's phone number.
|
|
2788
|
-
*
|
|
2789
|
-
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings).
|
|
2787
|
+
* This field is populated based on the `publiclyAccessible` setting in the [Staff Member Settings API](https://dev.wix.com/api/rest/business-solutions/bookings/staff-members/staff-member-settings/introduction).
|
|
2790
2788
|
* When the setting is disabled, this field is empty if the calling [identity](https://dev.wix.com/docs/build-apps/develop-your-app/access/about-identities) doesn't have sufficient permissions.
|
|
2791
2789
|
* Identities with appropriate permissions can access this field regardless of the setting.
|
|
2792
|
-
* End hidden link --->
|
|
2793
2790
|
* @maxLength 20
|
|
2794
2791
|
* @format PHONE
|
|
2795
2792
|
*/
|
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 StaffMemberQuery, Q as QueryStaffMembersOptions, z as typedQueryStaffMembers, E as StaffMembersQueryBuilder } from './bookings-staff-v1-staff-member-staff-members.universal-
|
|
3
|
-
export { bz as ActionEvent, bJ as Address, bM as AddressLocation, bK as AddressStreetOneOf, aW as AggregationData, bd as AggregationResults, be as AggregationResultsResultOneOf, b1 as AggregationResultsScalarResult, N as AggregationType, cF as AggregationTypeWithLiterals, bk as ApplicationError, Z as ApprovalStatus, cN as ApprovalStatusWithLiterals, bh as AssignCustomScheduleRequest, bg as AssignWorkingHoursScheduleRequest, aj as AssociatedConferencingAccount, ak as AssociatedConferencingAccountAccountOneOf, ai as AssociatedConferencingAccounts, ah as AssociatedConferencingProvider, ag as AssociatedConferencingProviders, ac as AssociatedWixIdentity, F as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, cz as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, bX as Availability, bY as AvailabilityConstraints, cg as AvailabilityPolicy, cf as AvailabilityPolicyUpdated, ct as BaseEventMetadata, bm as BulkActionMetadata, bn as BulkUpdateStaffMemberTagsByFilterRequest, bi as BulkUpdateStaffMemberTagsRequest, bl as BulkUpdateStaffMemberTagsResult, ab as BusinessLocation, bS as BusinessSchedule, c2 as CalendarConference, c6 as CalendarDateTime, a0 as CalendarType, cQ as CalendarTypeWithLiterals, ad as CommonIdentificationData, ae as CommonIdentificationDataIdOneOf, cU as CommonQueryWithEntityContext, cV as CommonSearchWithEntityContext, c1 as ConferenceProvider, $ as ConferenceType, cP as ConferenceTypeWithLiterals, aR as ConnectStaffMemberToUserRequest, af as Connection, H as ConnectionStatus, cA as ConnectionStatusWithLiterals, aQ as CountStaffMembersRequest, as as CreateStaffMemberRequest, at as CreateStaffMemberResponse, ay as CursorPaging, az as CursorPagingMetadata, aK as CursorQuery, aL as CursorQueryPagingMethodOneOf, aT as CursorSearch, aU as CursorSearchPagingMethodOneOf, aA as Cursors, al as CustomConferenceAccount, b9 as DateHistogramResult, bb as DateHistogramResults, O as Day, Y as DayOfWeek, cM as DayOfWeekWithLiterals, cG as DayWithLiterals, aH as DeleteStaffMemberRequest, aI as DeleteStaffMemberResponse, bf as DisconnectStaffMemberFromUserRequest, bt as DomainEvent, bu as DomainEventBodyOneOf, bq as Empty, bv as EntityCreatedEvent, by as EntityDeletedEvent, bx as EntityUpdatedEvent, cu as EventMetadata, a8 as EventSchedule, am as ExtendedFields, c8 as ExternalCalendarInfo, b$ as ExternalCalendarOverrides, bG as Frequency, aw as GetDeletedStaffMemberRequest, au as GetStaffMemberRequest, av as GetStaffMemberResponse, ba as GroupByValueResults, cr as IdentificationData, cs as IdentificationDataIdOneOf, I as IdentityType, cy as IdentityTypeWithLiterals, bF as Interval, ch as IntervalSplit, bj as ItemMetadata, bH as LinkedSchedule, ax as ListDeletedStaffMembersRequest, c7 as LocalDateTime, bI as Location, a9 as LocationOptions, W as LocationStatus, cK as LocationStatusWithLiterals, V as LocationType, cJ as LocationTypeWithLiterals, bP as LocationsAddress, bR as LocationsAddressLocation, bO as LocationsLocation, X as LocationsLocationType, cL as LocationsLocationTypeWithLiterals, bQ as LocationsStreetAddress, a4 as MediaItem, a5 as MediaItemMediaOneOf, cq as MessageEnvelope, co as MigrationData, cn as MigrationEvent, M as Mode, cD as ModeWithLiterals, ck as MultipleSessionsCreated, aZ as NestedAggregationResults, a_ as NestedAggregationResultsResultOneOf, b6 as NestedResultValue, b7 as NestedResultValueResultOneOf, bc as NestedResults, b2 as NestedValueAggregationResult, b_ as Participant, ca as ParticipantNotification, br as PolicyRemovedFromContributor, bs as PolicyUpdatedForContributor, bW as Price, aO as QueryStaffMembersMultiLanguageRequest, aP as QueryStaffMembersMultiLanguageResponse, aJ as QueryStaffMembersRequest, aN as QueryStaffMembersResponse, aY as RangeAggregationResult, b4 as RangeResult, b0 as RangeResults, bV as Rate, bE as RecurringInterval, P as RecurringIntervalType, cI as RecurringIntervalTypeWithLiterals, ci as RecurringSessionSplit, c4 as RecurringSessionsUpdated, aB as RemoveStaffMemberFromTrashBinRequest, aC as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cB as RequestedFieldsWithLiterals, a6 as Resource, bw as RestoreInfo, aD as RestoreStaffMemberFromTrashBinRequest, aE as RestoreStaffMemberFromTrashBinResponse, bo as RestoreStaffRequest, bp as RestoreStaffResponse, b8 as Results, b5 as ScalarResult, K as ScalarType, cE as ScalarTypeWithLiterals, bD as Schedule, cb as ScheduleCancelled, bC as ScheduleCreated, bA as ScheduleNotification, bB as ScheduleNotificationEventOneOf, _ as ScheduleStatus, cO as ScheduleStatusWithLiterals, cj as ScheduleUnassignedFromUser, c3 as ScheduleUpdated, cl as ScheduleWithSessions, aV as SearchDetails, aS as SearchStaffMembersRequest, c5 as Session, ce as SessionCancelled, cc as SessionCreated, a2 as SessionType, cS as SessionTypeWithLiterals, cd as SessionUpdated, c9 as SessionVersion, cm as SitePropertiesOnScheduleCreation, J as SortOrder, cC as SortOrderWithLiterals, aM as Sorting, bU as SpecialHourPeriod, aa as SpecificLocation, bZ as SplitInterval, cp as StaffData, aq as StaffMemberConnectedToUser, ap as StaffMemberDisconnectedFromUser, ar as StaffMemberFullyCreated, cw as StaffMemberQuerySpec, cx as StaffMemberSearchSpec, cv as StaffMembersQueryResult, a1 as Status, cR as StatusWithLiterals, bL as StreetAddress, bN as Subdivision, ao as TagList, an as Tags, bT as TimePeriod, T as Transparency, cH as TransparencyWithLiterals, aF as UpdateStaffMemberRequest, aG as UpdateStaffMemberResponse, aX as ValueAggregationResult, b3 as ValueResult, a$ as ValueResults, c0 as Version, a3 as WebhookIdentityType, cT 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 StaffMemberQuery, Q as QueryStaffMembersOptions, z as typedQueryStaffMembers, E as StaffMembersQueryBuilder } from './bookings-staff-v1-staff-member-staff-members.universal-BcEPPnq5.js';
|
|
3
|
+
export { bz as ActionEvent, bJ as Address, bM as AddressLocation, bK as AddressStreetOneOf, aW as AggregationData, bd as AggregationResults, be as AggregationResultsResultOneOf, b1 as AggregationResultsScalarResult, N as AggregationType, cF as AggregationTypeWithLiterals, bk as ApplicationError, Z as ApprovalStatus, cN as ApprovalStatusWithLiterals, bh as AssignCustomScheduleRequest, bg as AssignWorkingHoursScheduleRequest, aj as AssociatedConferencingAccount, ak as AssociatedConferencingAccountAccountOneOf, ai as AssociatedConferencingAccounts, ah as AssociatedConferencingProvider, ag as AssociatedConferencingProviders, ac as AssociatedWixIdentity, F as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, cz as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, bX as Availability, bY as AvailabilityConstraints, cg as AvailabilityPolicy, cf as AvailabilityPolicyUpdated, ct as BaseEventMetadata, bm as BulkActionMetadata, bn as BulkUpdateStaffMemberTagsByFilterRequest, bi as BulkUpdateStaffMemberTagsRequest, bl as BulkUpdateStaffMemberTagsResult, ab as BusinessLocation, bS as BusinessSchedule, c2 as CalendarConference, c6 as CalendarDateTime, a0 as CalendarType, cQ as CalendarTypeWithLiterals, ad as CommonIdentificationData, ae as CommonIdentificationDataIdOneOf, cU as CommonQueryWithEntityContext, cV as CommonSearchWithEntityContext, c1 as ConferenceProvider, $ as ConferenceType, cP as ConferenceTypeWithLiterals, aR as ConnectStaffMemberToUserRequest, af as Connection, H as ConnectionStatus, cA as ConnectionStatusWithLiterals, aQ as CountStaffMembersRequest, as as CreateStaffMemberRequest, at as CreateStaffMemberResponse, ay as CursorPaging, az as CursorPagingMetadata, aK as CursorQuery, aL as CursorQueryPagingMethodOneOf, aT as CursorSearch, aU as CursorSearchPagingMethodOneOf, aA as Cursors, al as CustomConferenceAccount, b9 as DateHistogramResult, bb as DateHistogramResults, O as Day, Y as DayOfWeek, cM as DayOfWeekWithLiterals, cG as DayWithLiterals, aH as DeleteStaffMemberRequest, aI as DeleteStaffMemberResponse, bf as DisconnectStaffMemberFromUserRequest, bt as DomainEvent, bu as DomainEventBodyOneOf, bq as Empty, bv as EntityCreatedEvent, by as EntityDeletedEvent, bx as EntityUpdatedEvent, cu as EventMetadata, a8 as EventSchedule, am as ExtendedFields, c8 as ExternalCalendarInfo, b$ as ExternalCalendarOverrides, bG as Frequency, aw as GetDeletedStaffMemberRequest, au as GetStaffMemberRequest, av as GetStaffMemberResponse, ba as GroupByValueResults, cr as IdentificationData, cs as IdentificationDataIdOneOf, I as IdentityType, cy as IdentityTypeWithLiterals, bF as Interval, ch as IntervalSplit, bj as ItemMetadata, bH as LinkedSchedule, ax as ListDeletedStaffMembersRequest, c7 as LocalDateTime, bI as Location, a9 as LocationOptions, W as LocationStatus, cK as LocationStatusWithLiterals, V as LocationType, cJ as LocationTypeWithLiterals, bP as LocationsAddress, bR as LocationsAddressLocation, bO as LocationsLocation, X as LocationsLocationType, cL as LocationsLocationTypeWithLiterals, bQ as LocationsStreetAddress, a4 as MediaItem, a5 as MediaItemMediaOneOf, cq as MessageEnvelope, co as MigrationData, cn as MigrationEvent, M as Mode, cD as ModeWithLiterals, ck as MultipleSessionsCreated, aZ as NestedAggregationResults, a_ as NestedAggregationResultsResultOneOf, b6 as NestedResultValue, b7 as NestedResultValueResultOneOf, bc as NestedResults, b2 as NestedValueAggregationResult, b_ as Participant, ca as ParticipantNotification, br as PolicyRemovedFromContributor, bs as PolicyUpdatedForContributor, bW as Price, aO as QueryStaffMembersMultiLanguageRequest, aP as QueryStaffMembersMultiLanguageResponse, aJ as QueryStaffMembersRequest, aN as QueryStaffMembersResponse, aY as RangeAggregationResult, b4 as RangeResult, b0 as RangeResults, bV as Rate, bE as RecurringInterval, P as RecurringIntervalType, cI as RecurringIntervalTypeWithLiterals, ci as RecurringSessionSplit, c4 as RecurringSessionsUpdated, aB as RemoveStaffMemberFromTrashBinRequest, aC as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cB as RequestedFieldsWithLiterals, a6 as Resource, bw as RestoreInfo, aD as RestoreStaffMemberFromTrashBinRequest, aE as RestoreStaffMemberFromTrashBinResponse, bo as RestoreStaffRequest, bp as RestoreStaffResponse, b8 as Results, b5 as ScalarResult, K as ScalarType, cE as ScalarTypeWithLiterals, bD as Schedule, cb as ScheduleCancelled, bC as ScheduleCreated, bA as ScheduleNotification, bB as ScheduleNotificationEventOneOf, _ as ScheduleStatus, cO as ScheduleStatusWithLiterals, cj as ScheduleUnassignedFromUser, c3 as ScheduleUpdated, cl as ScheduleWithSessions, aV as SearchDetails, aS as SearchStaffMembersRequest, c5 as Session, ce as SessionCancelled, cc as SessionCreated, a2 as SessionType, cS as SessionTypeWithLiterals, cd as SessionUpdated, c9 as SessionVersion, cm as SitePropertiesOnScheduleCreation, J as SortOrder, cC as SortOrderWithLiterals, aM as Sorting, bU as SpecialHourPeriod, aa as SpecificLocation, bZ as SplitInterval, cp as StaffData, aq as StaffMemberConnectedToUser, ap as StaffMemberDisconnectedFromUser, ar as StaffMemberFullyCreated, cw as StaffMemberQuerySpec, cx as StaffMemberSearchSpec, cv as StaffMembersQueryResult, a1 as Status, cR as StatusWithLiterals, bL as StreetAddress, bN as Subdivision, ao as TagList, an as Tags, bT as TimePeriod, T as Transparency, cH as TransparencyWithLiterals, aF as UpdateStaffMemberRequest, aG as UpdateStaffMemberResponse, aX as ValueAggregationResult, b3 as ValueResult, a$ as ValueResults, c0 as Version, a3 as WebhookIdentityType, cT as WebhookIdentityTypeWithLiterals, a7 as WorkingHoursSchedule } from './bookings-staff-v1-staff-member-staff-members.universal-BcEPPnq5.js';
|
|
4
4
|
|
|
5
5
|
declare function createStaffMember$1(httpClient: HttpClient): CreateStaffMemberSignature;
|
|
6
6
|
interface CreateStaffMemberSignature {
|