@wix/auto_sdk_bookings_staff-members 1.0.113 → 1.0.114

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.
Files changed (41) hide show
  1. package/build/cjs/{bookings-staff-v1-staff-member-staff-members.universal-Ci2mBnKc.d.ts → bookings-staff-v1-staff-member-staff-members.universal-DCHTw6c2.d.ts} +22 -22
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +6 -24
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +6 -24
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +6 -13
  9. package/build/cjs/meta.js +0 -7
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{bookings-staff-v1-staff-member-staff-members.universal-Ci2mBnKc.d.mts → bookings-staff-v1-staff-member-staff-members.universal-DCHTw6c2.d.mts} +22 -22
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +6 -23
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +6 -23
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +6 -13
  19. package/build/es/meta.mjs +0 -6
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-staff-v1-staff-member-staff-members.universal-Ciz8V6mu.d.ts → bookings-staff-v1-staff-member-staff-members.universal-BV_GB9_x.d.ts} +46 -70
  22. package/build/internal/cjs/index.d.ts +11 -5
  23. package/build/internal/cjs/index.js +6 -24
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +6 -24
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +6 -13
  29. package/build/internal/cjs/meta.js +0 -7
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{bookings-staff-v1-staff-member-staff-members.universal-Ciz8V6mu.d.mts → bookings-staff-v1-staff-member-staff-members.universal-BV_GB9_x.d.mts} +46 -70
  32. package/build/internal/es/index.d.mts +11 -5
  33. package/build/internal/es/index.mjs +6 -23
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +6 -23
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +6 -13
  39. package/build/internal/es/meta.mjs +0 -6
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -2,8 +2,9 @@ import * as _wix_sdk_types from '@wix/sdk-types';
2
2
  import { QuerySpec, SearchSpec, Query, Search, NonNullablePaths } from '@wix/sdk-types';
3
3
 
4
4
  /**
5
- * An individual providing services within Wix Bookings. Only staff members who
6
- * are also Wix users can manage their working hours in the dashboard.
5
+ * An individual working at a business. Staff members who are service providers
6
+ * provide services to customers and appear in booking flows. Only staff members
7
+ * who are also Wix users can manage their working hours in the dashboard.
7
8
  */
8
9
  interface StaffMember {
9
10
  /**
@@ -541,14 +542,6 @@ interface CursorPaging {
541
542
  */
542
543
  cursor?: string | null;
543
544
  }
544
- declare enum ServiceProviderFilter {
545
- /** Only staff members who are service providers (have a resource). */
546
- SERVICE_PROVIDERS_ONLY = "SERVICE_PROVIDERS_ONLY",
547
- /** All staff members, including non-providers. */
548
- ALL_STAFF_MEMBERS = "ALL_STAFF_MEMBERS"
549
- }
550
- /** @enumType */
551
- type ServiceProviderFilterWithLiterals = ServiceProviderFilter | 'SERVICE_PROVIDERS_ONLY' | 'ALL_STAFF_MEMBERS';
552
545
  interface ListDeletedStaffMembersResponse {
553
546
  /** Retrieved staff members. */
554
547
  staffMembers?: StaffMember[];
@@ -753,7 +746,7 @@ interface ConnectStaffMemberToUserResponse {
753
746
  }
754
747
  interface SetServiceProviderRequest {
755
748
  /**
756
- * ID of the staff member to assign or unassign a resource for.
749
+ * ID of the staff member whose service provider status to set.
757
750
  * @format GUID
758
751
  */
759
752
  staffMemberId: string;
@@ -3022,11 +3015,11 @@ interface StaffMembersQueryBuilder {
3022
3015
  /** @param propertyName - Property whose value is compared with `value`.
3023
3016
  * @param value - Value to compare against.
3024
3017
  */
3025
- eq: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate', value: any) => StaffMembersQueryBuilder;
3018
+ eq: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate' | 'serviceProvider', value: any) => StaffMembersQueryBuilder;
3026
3019
  /** @param propertyName - Property whose value is compared with `value`.
3027
3020
  * @param value - Value to compare against.
3028
3021
  */
3029
- ne: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate', value: any) => StaffMembersQueryBuilder;
3022
+ ne: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate' | 'serviceProvider', value: any) => StaffMembersQueryBuilder;
3030
3023
  /** @param propertyName - Property whose value is compared with `value`.
3031
3024
  * @param value - Value to compare against.
3032
3025
  */
@@ -3050,17 +3043,17 @@ interface StaffMembersQueryBuilder {
3050
3043
  /** @param propertyName - Property whose value is compared with `values`.
3051
3044
  * @param values - List of values to compare against.
3052
3045
  */
3053
- hasSome: (propertyName: '_id' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate', value: any[]) => StaffMembersQueryBuilder;
3046
+ hasSome: (propertyName: '_id' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate' | 'serviceProvider', value: any[]) => StaffMembersQueryBuilder;
3054
3047
  /** @param propertyName - Property whose value is compared with `values`.
3055
3048
  * @param values - List of values to compare against.
3056
3049
  */
3057
3050
  hasAll: (propertyName: string, value: any[]) => StaffMembersQueryBuilder;
3058
- in: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate', value: any) => StaffMembersQueryBuilder;
3059
- exists: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate', value: boolean) => StaffMembersQueryBuilder;
3051
+ in: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate' | 'serviceProvider', value: any) => StaffMembersQueryBuilder;
3052
+ exists: (propertyName: '_id' | 'name' | 'email' | 'phone' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | '_createdDate' | '_updatedDate' | 'serviceProvider', value: boolean) => StaffMembersQueryBuilder;
3060
3053
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
3061
- ascending: (...propertyNames: Array<'_id' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | 'associatedWixIdentity.identificationData.identityType' | 'default' | '_createdDate' | '_updatedDate'>) => StaffMembersQueryBuilder;
3054
+ ascending: (...propertyNames: Array<'_id' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | 'associatedWixIdentity.identificationData.identityType' | 'default' | '_createdDate' | '_updatedDate' | 'serviceProvider'>) => StaffMembersQueryBuilder;
3062
3055
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
3063
- descending: (...propertyNames: Array<'_id' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | 'associatedWixIdentity.identificationData.identityType' | 'default' | '_createdDate' | '_updatedDate'>) => StaffMembersQueryBuilder;
3056
+ descending: (...propertyNames: Array<'_id' | 'description' | 'resourceId' | 'resource.id' | 'associatedWixIdentity.identificationData.wixUserId' | 'associatedWixIdentity.identificationData.contactId' | 'associatedWixIdentity.identificationData.identityType' | 'default' | '_createdDate' | '_updatedDate' | 'serviceProvider'>) => StaffMembersQueryBuilder;
3064
3057
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
3065
3058
  limit: (limit: number) => StaffMembersQueryBuilder;
3066
3059
  /** @param cursor - A pointer to specific record */
@@ -3084,7 +3077,8 @@ interface StaffMemberQuerySpec extends QuerySpec {
3084
3077
  'associatedWixIdentity.identificationData.contactId',
3085
3078
  'associatedWixIdentity.identificationData.wixUserId',
3086
3079
  'description',
3087
- 'resourceId'
3080
+ 'resourceId',
3081
+ 'serviceProvider'
3088
3082
  ];
3089
3083
  operators: '*';
3090
3084
  sort: 'BOTH';
@@ -3161,7 +3155,6 @@ declare const utils: {
3161
3155
  Filter: _wix_sdk_types.FilterFactory<StaffMember, StaffMemberSearchSpec>;
3162
3156
  Sort: _wix_sdk_types.SortFactory<StaffMemberSearchSpec>;
3163
3157
  SearchParams: _wix_sdk_types.SearchParamsFactory<StaffMemberSearchSpec>;
3164
- /** Tags to add to the staff members. */
3165
3158
  Aggregation: _wix_sdk_types.AggregationFactory<StaffMemberSearchSpec>;
3166
3159
  };
3167
3160
  };
@@ -3243,7 +3236,14 @@ interface StaffMemberSearchSpec extends SearchSpec {
3243
3236
  wql: [
3244
3237
  {
3245
3238
  operators: '*';
3246
- fields: ['description', 'email', 'name', 'phone', 'resourceId'];
3239
+ fields: [
3240
+ 'description',
3241
+ 'email',
3242
+ 'name',
3243
+ 'phone',
3244
+ 'resourceId',
3245
+ 'serviceProvider'
3246
+ ];
3247
3247
  sort: 'BOTH';
3248
3248
  }
3249
3249
  ];
@@ -3462,4 +3462,4 @@ interface BulkUpdateStaffMemberTagsByFilterOptions {
3462
3462
  unassignTags?: Tags;
3463
3463
  }
3464
3464
 
3465
- export { LocationStatus as $, type AssignWorkingHoursScheduleOptions as A, type BulkUpdateStaffMemberTagsOptions as B, type CreateStaffMemberOptions as C, type DisconnectStaffMemberFromUserOptions as D, type StaffMemberUpdatedEnvelope as E, type StaffMemberQuery as F, type GetStaffMemberOptions as G, typedQueryStaffMembers as H, type StaffMembersQueryBuilder as I, IdentityType as J, AssociatedWixIdentityConnectionStatusEnumConnectionStatus as K, type ListDeletedStaffMembersOptions as L, ConnectionStatus as M, Gender as N, ServiceProviderFilter as O, SortOrder as P, type QueryStaffMembersOptions as Q, RequestedFields as R, type StaffMember as S, Mode as T, type UpdateStaffMember as U, ScalarType as V, AggregationType as W, Day as X, Transparency as Y, RecurringIntervalType as Z, LocationType as _, type GetDeletedStaffMemberOptions as a, type CursorSearch as a$, LocationsLocationType as a0, DayOfWeek as a1, ApprovalStatus as a2, ScheduleStatus as a3, ConferenceType as a4, CalendarType as a5, Status as a6, SessionType as a7, WebhookIdentityType as a8, type MediaItem as a9, type GetStaffMemberRequest as aA, type GetStaffMemberResponse as aB, type GetDeletedStaffMemberRequest as aC, type ListDeletedStaffMembersRequest as aD, type CursorPaging as aE, type CursorPagingMetadata as aF, type Cursors as aG, type RemoveStaffMemberFromTrashBinRequest as aH, type RemoveStaffMemberFromTrashBinResponse as aI, type RestoreStaffMemberFromTrashBinRequest as aJ, type RestoreStaffMemberFromTrashBinResponse as aK, type UpdateStaffMemberRequest as aL, type UpdateStaffMemberResponse as aM, type DeleteStaffMemberRequest as aN, type DeleteStaffMemberResponse as aO, type QueryStaffMembersRequest as aP, type CursorQuery as aQ, type CursorQueryPagingMethodOneOf as aR, type Sorting as aS, type QueryStaffMembersResponse as aT, type QueryStaffMembersMultiLanguageRequest as aU, type QueryStaffMembersMultiLanguageResponse as aV, type CountStaffMembersRequest as aW, type ConnectStaffMemberToUserRequest as aX, type SetServiceProviderRequest as aY, type SetServiceProviderResponse as aZ, type SearchStaffMembersRequest as a_, type MediaItemMediaOneOf as aa, type Resource as ab, type WorkingHoursSchedule as ac, type EventSchedule as ad, type LocationOptions as ae, type SpecificLocation as af, type BusinessLocation as ag, type AssociatedWixIdentity as ah, type CommonIdentificationData as ai, type CommonIdentificationDataIdOneOf as aj, type Connection as ak, type AssociatedConferencingProviders as al, type AssociatedConferencingProvider as am, type AssociatedConferencingAccounts as an, type AssociatedConferencingAccount as ao, type AssociatedConferencingAccountAccountOneOf as ap, type CustomConferenceAccount as aq, type ExtendedFields as ar, type Tags as as, type TagList as at, type StaffMemberDisconnectedFromUser as au, type StaffMemberConnectedToUser as av, type StaffMemberFullyCreated as aw, type TagsModified as ax, type CreateStaffMemberRequest as ay, type CreateStaffMemberResponse as az, type GetDeletedStaffMemberResponse as b, type TimePeriod as b$, type CursorSearchPagingMethodOneOf as b0, type SearchDetails as b1, type AggregationData as b2, type ValueAggregationResult as b3, type RangeAggregationResult as b4, type NestedAggregationResults as b5, type NestedAggregationResultsResultOneOf as b6, type ValueResults as b7, type RangeResults as b8, type AggregationResultsScalarResult as b9, type PolicyUpdatedForContributor as bA, type DomainEvent as bB, type DomainEventBodyOneOf as bC, type EntityCreatedEvent as bD, type RestoreInfo as bE, type EntityUpdatedEvent as bF, type EntityDeletedEvent as bG, type ActionEvent as bH, type ScheduleNotification as bI, type ScheduleNotificationEventOneOf as bJ, type ScheduleCreated as bK, type Schedule as bL, type RecurringInterval as bM, type Interval as bN, type Frequency as bO, type LinkedSchedule as bP, type Location as bQ, type Address as bR, type AddressStreetOneOf as bS, type StreetAddress as bT, type AddressLocation as bU, type Subdivision as bV, type LocationsLocation as bW, type LocationsAddress as bX, type LocationsStreetAddress as bY, type LocationsAddressLocation as bZ, type BusinessSchedule as b_, type NestedValueAggregationResult as ba, type ValueResult as bb, type RangeResult as bc, type ScalarResult as bd, type NestedResultValue as be, type NestedResultValueResultOneOf as bf, type Results as bg, type DateHistogramResult as bh, type GroupByValueResults as bi, type DateHistogramResults as bj, type NestedResults as bk, type AggregationResults as bl, type AggregationResultsResultOneOf as bm, type DisconnectStaffMemberFromUserRequest as bn, type AssignWorkingHoursScheduleRequest as bo, type AssignCustomScheduleRequest as bp, type BulkUpdateStaffMemberTagsRequest as bq, type ItemMetadata as br, type ApplicationError as bs, type BulkUpdateStaffMemberTagsResult as bt, type BulkActionMetadata as bu, type BulkUpdateStaffMemberTagsByFilterRequest as bv, type RestoreStaffRequest as bw, type RestoreStaffResponse as bx, type Empty as by, type PolicyRemovedFromContributor as bz, type ListDeletedStaffMembersResponse as c, type ApprovalStatusWithLiterals as c$, type SpecialHourPeriod as c0, type Rate as c1, type Price as c2, type Availability as c3, type AvailabilityConstraints as c4, type SplitInterval as c5, type Participant as c6, type ExternalCalendarOverrides as c7, type Version as c8, type ConferenceProvider as c9, type IdentificationDataIdOneOf as cA, type AccountInfo as cB, type BaseEventMetadata as cC, type EventMetadata as cD, type AccountInfoMetadata as cE, type StaffMembersQueryResult as cF, type StaffMemberQuerySpec as cG, type SetServiceProviderOptions as cH, type StaffMemberSearchSpec as cI, utils as cJ, type IdentityTypeWithLiterals as cK, type AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals as cL, type ConnectionStatusWithLiterals as cM, type GenderWithLiterals as cN, type RequestedFieldsWithLiterals as cO, type ServiceProviderFilterWithLiterals as cP, type SortOrderWithLiterals as cQ, type ModeWithLiterals as cR, type ScalarTypeWithLiterals as cS, type AggregationTypeWithLiterals as cT, type DayWithLiterals as cU, type TransparencyWithLiterals as cV, type RecurringIntervalTypeWithLiterals as cW, type LocationTypeWithLiterals as cX, type LocationStatusWithLiterals as cY, type LocationsLocationTypeWithLiterals as cZ, type DayOfWeekWithLiterals as c_, type CalendarConference as ca, type ScheduleUpdated as cb, type RecurringSessionsUpdated as cc, type Session as cd, type CalendarDateTime as ce, type LocalDateTime as cf, type ExternalCalendarInfo as cg, type SessionVersion as ch, type ParticipantNotification as ci, type ScheduleCancelled as cj, type SessionCreated as ck, type SessionUpdated as cl, type SessionCancelled as cm, type AvailabilityPolicyUpdated as cn, type AvailabilityPolicy as co, type IntervalSplit as cp, type RecurringSessionSplit as cq, type ScheduleUnassignedFromUser as cr, type MultipleSessionsCreated as cs, type ScheduleWithSessions as ct, type SitePropertiesOnScheduleCreation as cu, type MigrationEvent as cv, type MigrationData as cw, type StaffData as cx, type MessageEnvelope as cy, type IdentificationData as cz, type UpdateStaffMemberOptions as d, type ScheduleStatusWithLiterals as d0, type ConferenceTypeWithLiterals as d1, type CalendarTypeWithLiterals as d2, type StatusWithLiterals as d3, type SessionTypeWithLiterals as d4, type WebhookIdentityTypeWithLiterals as d5, type CommonQueryWithEntityContext as d6, type CommonSearchWithEntityContext as d7, onStaffMemberConnectedToUser as d8, onStaffMemberCreated as d9, onStaffMemberDeleted as da, onStaffMemberDisconnectedFromUser as db, onStaffMemberFullyCreated as dc, onStaffMemberTagsModified as dd, onStaffMemberUpdated as de, createStaffMember as df, getStaffMember as dg, getDeletedStaffMember as dh, listDeletedStaffMembers as di, removeStaffMemberFromTrashBin as dj, updateStaffMember as dk, deleteStaffMember as dl, queryStaffMembers as dm, countStaffMembers as dn, connectStaffMemberToUser as dp, disconnectStaffMemberFromUser as dq, assignWorkingHoursSchedule as dr, assignCustomSchedule as ds, bulkUpdateStaffMemberTags as dt, bulkUpdateStaffMemberTagsByFilter as du, type CountStaffMembersOptions as e, type CountStaffMembersResponse as f, type ConnectStaffMemberToUserOptions as g, type ConnectStaffMemberToUserResponse as h, type StaffMemberSearch as i, type SearchStaffMembersOptions as j, type SearchStaffMembersResponse as k, type DisconnectStaffMemberFromUserResponse as l, type AssignWorkingHoursScheduleResponse as m, type AssignCustomScheduleOptions as n, type AssignCustomScheduleResponse as o, type BulkUpdateStaffMemberTagsResponse as p, type BulkUpdateStaffMemberTagsApplicationErrors as q, type BulkUpdateStaffMemberTagsByFilterOptions as r, type BulkUpdateStaffMemberTagsByFilterResponse as s, type BulkUpdateStaffMemberTagsByFilterApplicationErrors as t, type StaffMemberConnectedToUserEnvelope as u, type StaffMemberCreatedEnvelope as v, type StaffMemberDeletedEnvelope as w, type StaffMemberDisconnectedFromUserEnvelope as x, type StaffMemberFullyCreatedEnvelope as y, type StaffMemberTagsModifiedEnvelope as z };
3465
+ export { LocationsLocationType as $, type AssignWorkingHoursScheduleOptions as A, type BulkUpdateStaffMemberTagsOptions as B, type CreateStaffMemberOptions as C, type DisconnectStaffMemberFromUserOptions as D, type StaffMemberUpdatedEnvelope as E, type StaffMemberQuery as F, type GetStaffMemberOptions as G, typedQueryStaffMembers as H, type StaffMembersQueryBuilder as I, IdentityType as J, AssociatedWixIdentityConnectionStatusEnumConnectionStatus as K, type ListDeletedStaffMembersOptions as L, ConnectionStatus as M, Gender as N, SortOrder as O, Mode as P, type QueryStaffMembersOptions as Q, RequestedFields as R, type StaffMember as S, ScalarType as T, type UpdateStaffMember as U, AggregationType as V, Day as W, Transparency as X, RecurringIntervalType as Y, LocationType as Z, LocationStatus as _, type GetDeletedStaffMemberOptions as a, type CursorSearchPagingMethodOneOf as a$, DayOfWeek as a0, ApprovalStatus as a1, ScheduleStatus as a2, ConferenceType as a3, CalendarType as a4, Status as a5, SessionType as a6, WebhookIdentityType as a7, type MediaItem as a8, type MediaItemMediaOneOf as a9, type GetStaffMemberResponse as aA, type GetDeletedStaffMemberRequest as aB, type ListDeletedStaffMembersRequest as aC, type CursorPaging as aD, type CursorPagingMetadata as aE, type Cursors as aF, type RemoveStaffMemberFromTrashBinRequest as aG, type RemoveStaffMemberFromTrashBinResponse as aH, type RestoreStaffMemberFromTrashBinRequest as aI, type RestoreStaffMemberFromTrashBinResponse as aJ, type UpdateStaffMemberRequest as aK, type UpdateStaffMemberResponse as aL, type DeleteStaffMemberRequest as aM, type DeleteStaffMemberResponse as aN, type QueryStaffMembersRequest as aO, type CursorQuery as aP, type CursorQueryPagingMethodOneOf as aQ, type Sorting as aR, type QueryStaffMembersResponse as aS, type QueryStaffMembersMultiLanguageRequest as aT, type QueryStaffMembersMultiLanguageResponse as aU, type CountStaffMembersRequest as aV, type ConnectStaffMemberToUserRequest as aW, type SetServiceProviderRequest as aX, type SetServiceProviderResponse as aY, type SearchStaffMembersRequest as aZ, type CursorSearch as a_, type Resource as aa, type WorkingHoursSchedule as ab, type EventSchedule as ac, type LocationOptions as ad, type SpecificLocation as ae, type BusinessLocation as af, type AssociatedWixIdentity as ag, type CommonIdentificationData as ah, type CommonIdentificationDataIdOneOf as ai, type Connection as aj, type AssociatedConferencingProviders as ak, type AssociatedConferencingProvider as al, type AssociatedConferencingAccounts as am, type AssociatedConferencingAccount as an, type AssociatedConferencingAccountAccountOneOf as ao, type CustomConferenceAccount as ap, type ExtendedFields as aq, type Tags as ar, type TagList as as, type StaffMemberDisconnectedFromUser as at, type StaffMemberConnectedToUser as au, type StaffMemberFullyCreated as av, type TagsModified as aw, type CreateStaffMemberRequest as ax, type CreateStaffMemberResponse as ay, type GetStaffMemberRequest as az, type GetDeletedStaffMemberResponse as b, type SpecialHourPeriod as b$, type SearchDetails as b0, type AggregationData as b1, type ValueAggregationResult as b2, type RangeAggregationResult as b3, type NestedAggregationResults as b4, type NestedAggregationResultsResultOneOf as b5, type ValueResults as b6, type RangeResults as b7, type AggregationResultsScalarResult as b8, type NestedValueAggregationResult as b9, type DomainEvent as bA, type DomainEventBodyOneOf as bB, type EntityCreatedEvent as bC, type RestoreInfo as bD, type EntityUpdatedEvent as bE, type EntityDeletedEvent as bF, type ActionEvent as bG, type ScheduleNotification as bH, type ScheduleNotificationEventOneOf as bI, type ScheduleCreated as bJ, type Schedule as bK, type RecurringInterval as bL, type Interval as bM, type Frequency as bN, type LinkedSchedule as bO, type Location as bP, type Address as bQ, type AddressStreetOneOf as bR, type StreetAddress as bS, type AddressLocation as bT, type Subdivision as bU, type LocationsLocation as bV, type LocationsAddress as bW, type LocationsStreetAddress as bX, type LocationsAddressLocation as bY, type BusinessSchedule as bZ, type TimePeriod as b_, type ValueResult as ba, type RangeResult as bb, type ScalarResult as bc, type NestedResultValue as bd, type NestedResultValueResultOneOf as be, type Results as bf, type DateHistogramResult as bg, type GroupByValueResults as bh, type DateHistogramResults as bi, type NestedResults as bj, type AggregationResults as bk, type AggregationResultsResultOneOf as bl, type DisconnectStaffMemberFromUserRequest as bm, type AssignWorkingHoursScheduleRequest as bn, type AssignCustomScheduleRequest as bo, type BulkUpdateStaffMemberTagsRequest as bp, type ItemMetadata as bq, type ApplicationError as br, type BulkUpdateStaffMemberTagsResult as bs, type BulkActionMetadata as bt, type BulkUpdateStaffMemberTagsByFilterRequest as bu, type RestoreStaffRequest as bv, type RestoreStaffResponse as bw, type Empty as bx, type PolicyRemovedFromContributor as by, type PolicyUpdatedForContributor as bz, type ListDeletedStaffMembersResponse as c, type ConferenceTypeWithLiterals as c$, type Rate as c0, type Price as c1, type Availability as c2, type AvailabilityConstraints as c3, type SplitInterval as c4, type Participant as c5, type ExternalCalendarOverrides as c6, type Version as c7, type ConferenceProvider as c8, type CalendarConference as c9, type AccountInfo as cA, type BaseEventMetadata as cB, type EventMetadata as cC, type AccountInfoMetadata as cD, type StaffMembersQueryResult as cE, type StaffMemberQuerySpec as cF, type SetServiceProviderOptions as cG, type StaffMemberSearchSpec as cH, utils as cI, type IdentityTypeWithLiterals as cJ, type AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals as cK, type ConnectionStatusWithLiterals as cL, type GenderWithLiterals as cM, type RequestedFieldsWithLiterals as cN, type SortOrderWithLiterals as cO, type ModeWithLiterals as cP, type ScalarTypeWithLiterals as cQ, type AggregationTypeWithLiterals as cR, type DayWithLiterals as cS, type TransparencyWithLiterals as cT, type RecurringIntervalTypeWithLiterals as cU, type LocationTypeWithLiterals as cV, type LocationStatusWithLiterals as cW, type LocationsLocationTypeWithLiterals as cX, type DayOfWeekWithLiterals as cY, type ApprovalStatusWithLiterals as cZ, type ScheduleStatusWithLiterals as c_, type ScheduleUpdated as ca, type RecurringSessionsUpdated as cb, type Session as cc, type CalendarDateTime as cd, type LocalDateTime as ce, type ExternalCalendarInfo as cf, type SessionVersion as cg, type ParticipantNotification as ch, type ScheduleCancelled as ci, type SessionCreated as cj, type SessionUpdated as ck, type SessionCancelled as cl, type AvailabilityPolicyUpdated as cm, type AvailabilityPolicy as cn, type IntervalSplit as co, type RecurringSessionSplit as cp, type ScheduleUnassignedFromUser as cq, type MultipleSessionsCreated as cr, type ScheduleWithSessions as cs, type SitePropertiesOnScheduleCreation as ct, type MigrationEvent as cu, type MigrationData as cv, type StaffData as cw, type MessageEnvelope as cx, type IdentificationData as cy, type IdentificationDataIdOneOf as cz, type UpdateStaffMemberOptions as d, type CalendarTypeWithLiterals as d0, type StatusWithLiterals as d1, type SessionTypeWithLiterals as d2, type WebhookIdentityTypeWithLiterals as d3, type CommonQueryWithEntityContext as d4, type CommonSearchWithEntityContext as d5, onStaffMemberConnectedToUser as d6, onStaffMemberCreated as d7, onStaffMemberDeleted as d8, onStaffMemberDisconnectedFromUser as d9, onStaffMemberFullyCreated as da, onStaffMemberTagsModified as db, onStaffMemberUpdated as dc, createStaffMember as dd, getStaffMember as de, getDeletedStaffMember as df, listDeletedStaffMembers as dg, removeStaffMemberFromTrashBin as dh, updateStaffMember as di, deleteStaffMember as dj, queryStaffMembers as dk, countStaffMembers as dl, connectStaffMemberToUser as dm, disconnectStaffMemberFromUser as dn, assignWorkingHoursSchedule as dp, assignCustomSchedule as dq, bulkUpdateStaffMemberTags as dr, bulkUpdateStaffMemberTagsByFilter as ds, type CountStaffMembersOptions as e, type CountStaffMembersResponse as f, type ConnectStaffMemberToUserOptions as g, type ConnectStaffMemberToUserResponse as h, type StaffMemberSearch as i, type SearchStaffMembersOptions as j, type SearchStaffMembersResponse as k, type DisconnectStaffMemberFromUserResponse as l, type AssignWorkingHoursScheduleResponse as m, type AssignCustomScheduleOptions as n, type AssignCustomScheduleResponse as o, type BulkUpdateStaffMemberTagsResponse as p, type BulkUpdateStaffMemberTagsApplicationErrors as q, type BulkUpdateStaffMemberTagsByFilterOptions as r, type BulkUpdateStaffMemberTagsByFilterResponse as s, type BulkUpdateStaffMemberTagsByFilterApplicationErrors as t, type StaffMemberConnectedToUserEnvelope as u, type StaffMemberCreatedEnvelope as v, type StaffMemberDeletedEnvelope as w, type StaffMemberDisconnectedFromUserEnvelope as x, type StaffMemberFullyCreatedEnvelope as y, type StaffMemberTagsModifiedEnvelope as z };
@@ -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 BulkUpdateStaffMemberTagsApplicationErrors, r as BulkUpdateStaffMemberTagsByFilterOptions, s as BulkUpdateStaffMemberTagsByFilterResponse, t as BulkUpdateStaffMemberTagsByFilterApplicationErrors, u as StaffMemberConnectedToUserEnvelope, v as StaffMemberCreatedEnvelope, w as StaffMemberDeletedEnvelope, x as StaffMemberDisconnectedFromUserEnvelope, y as StaffMemberFullyCreatedEnvelope, z as StaffMemberTagsModifiedEnvelope, E as StaffMemberUpdatedEnvelope, F as StaffMemberQuery, Q as QueryStaffMembersOptions, H as typedQueryStaffMembers, I as StaffMembersQueryBuilder } from './bookings-staff-v1-staff-member-staff-members.universal-Ci2mBnKc.js';
3
- export { cB as AccountInfo, cE as AccountInfoMetadata, bH as ActionEvent, bR as Address, bU as AddressLocation, bS as AddressStreetOneOf, b2 as AggregationData, bl as AggregationResults, bm as AggregationResultsResultOneOf, b9 as AggregationResultsScalarResult, W as AggregationType, cT as AggregationTypeWithLiterals, bs as ApplicationError, a2 as ApprovalStatus, c$ as ApprovalStatusWithLiterals, bp as AssignCustomScheduleRequest, bo as AssignWorkingHoursScheduleRequest, ao as AssociatedConferencingAccount, ap as AssociatedConferencingAccountAccountOneOf, an as AssociatedConferencingAccounts, am as AssociatedConferencingProvider, al as AssociatedConferencingProviders, ah as AssociatedWixIdentity, K as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, cL as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, c3 as Availability, c4 as AvailabilityConstraints, co as AvailabilityPolicy, cn as AvailabilityPolicyUpdated, cC as BaseEventMetadata, bu as BulkActionMetadata, bv as BulkUpdateStaffMemberTagsByFilterRequest, bq as BulkUpdateStaffMemberTagsRequest, bt as BulkUpdateStaffMemberTagsResult, ag as BusinessLocation, b_ as BusinessSchedule, ca as CalendarConference, ce as CalendarDateTime, a5 as CalendarType, d2 as CalendarTypeWithLiterals, ai as CommonIdentificationData, aj as CommonIdentificationDataIdOneOf, d6 as CommonQueryWithEntityContext, d7 as CommonSearchWithEntityContext, c9 as ConferenceProvider, a4 as ConferenceType, d1 as ConferenceTypeWithLiterals, aX as ConnectStaffMemberToUserRequest, ak as Connection, M as ConnectionStatus, cM as ConnectionStatusWithLiterals, aW as CountStaffMembersRequest, ay as CreateStaffMemberRequest, az as CreateStaffMemberResponse, aE as CursorPaging, aF as CursorPagingMetadata, aQ as CursorQuery, aR as CursorQueryPagingMethodOneOf, a$ as CursorSearch, b0 as CursorSearchPagingMethodOneOf, aG as Cursors, aq as CustomConferenceAccount, bh as DateHistogramResult, bj as DateHistogramResults, X as Day, a1 as DayOfWeek, c_ as DayOfWeekWithLiterals, cU as DayWithLiterals, aN as DeleteStaffMemberRequest, aO as DeleteStaffMemberResponse, bn as DisconnectStaffMemberFromUserRequest, bB as DomainEvent, bC as DomainEventBodyOneOf, by as Empty, bD as EntityCreatedEvent, bG as EntityDeletedEvent, bF as EntityUpdatedEvent, cD as EventMetadata, ad as EventSchedule, ar as ExtendedFields, cg as ExternalCalendarInfo, c7 as ExternalCalendarOverrides, bO as Frequency, N as Gender, cN as GenderWithLiterals, aC as GetDeletedStaffMemberRequest, aA as GetStaffMemberRequest, aB as GetStaffMemberResponse, bi as GroupByValueResults, cz as IdentificationData, cA as IdentificationDataIdOneOf, J as IdentityType, cK as IdentityTypeWithLiterals, bN as Interval, cp as IntervalSplit, br as ItemMetadata, bP as LinkedSchedule, aD as ListDeletedStaffMembersRequest, cf as LocalDateTime, bQ as Location, ae as LocationOptions, $ as LocationStatus, cY as LocationStatusWithLiterals, _ as LocationType, cX as LocationTypeWithLiterals, bX as LocationsAddress, bZ as LocationsAddressLocation, bW as LocationsLocation, a0 as LocationsLocationType, cZ as LocationsLocationTypeWithLiterals, bY as LocationsStreetAddress, a9 as MediaItem, aa as MediaItemMediaOneOf, cy as MessageEnvelope, cw as MigrationData, cv as MigrationEvent, T as Mode, cR as ModeWithLiterals, cs as MultipleSessionsCreated, b5 as NestedAggregationResults, b6 as NestedAggregationResultsResultOneOf, be as NestedResultValue, bf as NestedResultValueResultOneOf, bk as NestedResults, ba as NestedValueAggregationResult, c6 as Participant, ci as ParticipantNotification, bz as PolicyRemovedFromContributor, bA as PolicyUpdatedForContributor, c2 as Price, aU as QueryStaffMembersMultiLanguageRequest, aV as QueryStaffMembersMultiLanguageResponse, aP as QueryStaffMembersRequest, aT as QueryStaffMembersResponse, b4 as RangeAggregationResult, bc as RangeResult, b8 as RangeResults, c1 as Rate, bM as RecurringInterval, Z as RecurringIntervalType, cW as RecurringIntervalTypeWithLiterals, cq as RecurringSessionSplit, cc as RecurringSessionsUpdated, aH as RemoveStaffMemberFromTrashBinRequest, aI as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cO as RequestedFieldsWithLiterals, ab as Resource, bE as RestoreInfo, aJ as RestoreStaffMemberFromTrashBinRequest, aK as RestoreStaffMemberFromTrashBinResponse, bw as RestoreStaffRequest, bx as RestoreStaffResponse, bg as Results, bd as ScalarResult, V as ScalarType, cS as ScalarTypeWithLiterals, bL as Schedule, cj as ScheduleCancelled, bK as ScheduleCreated, bI as ScheduleNotification, bJ as ScheduleNotificationEventOneOf, a3 as ScheduleStatus, d0 as ScheduleStatusWithLiterals, cr as ScheduleUnassignedFromUser, cb as ScheduleUpdated, ct as ScheduleWithSessions, b1 as SearchDetails, a_ as SearchStaffMembersRequest, O as ServiceProviderFilter, cP as ServiceProviderFilterWithLiterals, cd as Session, cm as SessionCancelled, ck as SessionCreated, a7 as SessionType, d4 as SessionTypeWithLiterals, cl as SessionUpdated, ch as SessionVersion, cH as SetServiceProviderOptions, aY as SetServiceProviderRequest, aZ as SetServiceProviderResponse, cu as SitePropertiesOnScheduleCreation, P as SortOrder, cQ as SortOrderWithLiterals, aS as Sorting, c0 as SpecialHourPeriod, af as SpecificLocation, c5 as SplitInterval, cx as StaffData, av as StaffMemberConnectedToUser, au as StaffMemberDisconnectedFromUser, aw as StaffMemberFullyCreated, cG as StaffMemberQuerySpec, cI as StaffMemberSearchSpec, cF as StaffMembersQueryResult, a6 as Status, d3 as StatusWithLiterals, bT as StreetAddress, bV as Subdivision, at as TagList, as as Tags, ax as TagsModified, b$ as TimePeriod, Y as Transparency, cV as TransparencyWithLiterals, aL as UpdateStaffMemberRequest, aM as UpdateStaffMemberResponse, b3 as ValueAggregationResult, bb as ValueResult, b7 as ValueResults, c8 as Version, a8 as WebhookIdentityType, d5 as WebhookIdentityTypeWithLiterals, ac as WorkingHoursSchedule, cJ as utils } from './bookings-staff-v1-staff-member-staff-members.universal-Ci2mBnKc.js';
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 BulkUpdateStaffMemberTagsApplicationErrors, r as BulkUpdateStaffMemberTagsByFilterOptions, s as BulkUpdateStaffMemberTagsByFilterResponse, t as BulkUpdateStaffMemberTagsByFilterApplicationErrors, u as StaffMemberConnectedToUserEnvelope, v as StaffMemberCreatedEnvelope, w as StaffMemberDeletedEnvelope, x as StaffMemberDisconnectedFromUserEnvelope, y as StaffMemberFullyCreatedEnvelope, z as StaffMemberTagsModifiedEnvelope, E as StaffMemberUpdatedEnvelope, F as StaffMemberQuery, Q as QueryStaffMembersOptions, H as typedQueryStaffMembers, I as StaffMembersQueryBuilder } from './bookings-staff-v1-staff-member-staff-members.universal-DCHTw6c2.js';
3
+ export { cA as AccountInfo, cD as AccountInfoMetadata, bG as ActionEvent, bQ as Address, bT as AddressLocation, bR as AddressStreetOneOf, b1 as AggregationData, bk as AggregationResults, bl as AggregationResultsResultOneOf, b8 as AggregationResultsScalarResult, V as AggregationType, cR as AggregationTypeWithLiterals, br as ApplicationError, a1 as ApprovalStatus, cZ as ApprovalStatusWithLiterals, bo as AssignCustomScheduleRequest, bn as AssignWorkingHoursScheduleRequest, an as AssociatedConferencingAccount, ao as AssociatedConferencingAccountAccountOneOf, am as AssociatedConferencingAccounts, al as AssociatedConferencingProvider, ak as AssociatedConferencingProviders, ag as AssociatedWixIdentity, K as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, cK as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, c2 as Availability, c3 as AvailabilityConstraints, cn as AvailabilityPolicy, cm as AvailabilityPolicyUpdated, cB as BaseEventMetadata, bt as BulkActionMetadata, bu as BulkUpdateStaffMemberTagsByFilterRequest, bp as BulkUpdateStaffMemberTagsRequest, bs as BulkUpdateStaffMemberTagsResult, af as BusinessLocation, bZ as BusinessSchedule, c9 as CalendarConference, cd as CalendarDateTime, a4 as CalendarType, d0 as CalendarTypeWithLiterals, ah as CommonIdentificationData, ai as CommonIdentificationDataIdOneOf, d4 as CommonQueryWithEntityContext, d5 as CommonSearchWithEntityContext, c8 as ConferenceProvider, a3 as ConferenceType, c$ as ConferenceTypeWithLiterals, aW as ConnectStaffMemberToUserRequest, aj as Connection, M as ConnectionStatus, cL as ConnectionStatusWithLiterals, aV as CountStaffMembersRequest, ax as CreateStaffMemberRequest, ay as CreateStaffMemberResponse, aD as CursorPaging, aE as CursorPagingMetadata, aP as CursorQuery, aQ as CursorQueryPagingMethodOneOf, a_ as CursorSearch, a$ as CursorSearchPagingMethodOneOf, aF as Cursors, ap as CustomConferenceAccount, bg as DateHistogramResult, bi as DateHistogramResults, W as Day, a0 as DayOfWeek, cY as DayOfWeekWithLiterals, cS as DayWithLiterals, aM as DeleteStaffMemberRequest, aN as DeleteStaffMemberResponse, bm as DisconnectStaffMemberFromUserRequest, bA as DomainEvent, bB as DomainEventBodyOneOf, bx as Empty, bC as EntityCreatedEvent, bF as EntityDeletedEvent, bE as EntityUpdatedEvent, cC as EventMetadata, ac as EventSchedule, aq as ExtendedFields, cf as ExternalCalendarInfo, c6 as ExternalCalendarOverrides, bN as Frequency, N as Gender, cM as GenderWithLiterals, aB as GetDeletedStaffMemberRequest, az as GetStaffMemberRequest, aA as GetStaffMemberResponse, bh as GroupByValueResults, cy as IdentificationData, cz as IdentificationDataIdOneOf, J as IdentityType, cJ as IdentityTypeWithLiterals, bM as Interval, co as IntervalSplit, bq as ItemMetadata, bO as LinkedSchedule, aC as ListDeletedStaffMembersRequest, ce as LocalDateTime, bP as Location, ad as LocationOptions, _ as LocationStatus, cW as LocationStatusWithLiterals, Z as LocationType, cV as LocationTypeWithLiterals, bW as LocationsAddress, bY as LocationsAddressLocation, bV as LocationsLocation, $ as LocationsLocationType, cX as LocationsLocationTypeWithLiterals, bX as LocationsStreetAddress, a8 as MediaItem, a9 as MediaItemMediaOneOf, cx as MessageEnvelope, cv as MigrationData, cu as MigrationEvent, P as Mode, cP as ModeWithLiterals, cr as MultipleSessionsCreated, b4 as NestedAggregationResults, b5 as NestedAggregationResultsResultOneOf, bd as NestedResultValue, be as NestedResultValueResultOneOf, bj as NestedResults, b9 as NestedValueAggregationResult, c5 as Participant, ch as ParticipantNotification, by as PolicyRemovedFromContributor, bz as PolicyUpdatedForContributor, c1 as Price, aT as QueryStaffMembersMultiLanguageRequest, aU as QueryStaffMembersMultiLanguageResponse, aO as QueryStaffMembersRequest, aS as QueryStaffMembersResponse, b3 as RangeAggregationResult, bb as RangeResult, b7 as RangeResults, c0 as Rate, bL as RecurringInterval, Y as RecurringIntervalType, cU as RecurringIntervalTypeWithLiterals, cp as RecurringSessionSplit, cb as RecurringSessionsUpdated, aG as RemoveStaffMemberFromTrashBinRequest, aH as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cN as RequestedFieldsWithLiterals, aa as Resource, bD as RestoreInfo, aI as RestoreStaffMemberFromTrashBinRequest, aJ as RestoreStaffMemberFromTrashBinResponse, bv as RestoreStaffRequest, bw as RestoreStaffResponse, bf as Results, bc as ScalarResult, T as ScalarType, cQ as ScalarTypeWithLiterals, bK as Schedule, ci as ScheduleCancelled, bJ as ScheduleCreated, bH as ScheduleNotification, bI as ScheduleNotificationEventOneOf, a2 as ScheduleStatus, c_ as ScheduleStatusWithLiterals, cq as ScheduleUnassignedFromUser, ca as ScheduleUpdated, cs as ScheduleWithSessions, b0 as SearchDetails, aZ as SearchStaffMembersRequest, cc as Session, cl as SessionCancelled, cj as SessionCreated, a6 as SessionType, d2 as SessionTypeWithLiterals, ck as SessionUpdated, cg as SessionVersion, cG as SetServiceProviderOptions, aX as SetServiceProviderRequest, aY as SetServiceProviderResponse, ct as SitePropertiesOnScheduleCreation, O as SortOrder, cO as SortOrderWithLiterals, aR as Sorting, b$ as SpecialHourPeriod, ae as SpecificLocation, c4 as SplitInterval, cw as StaffData, au as StaffMemberConnectedToUser, at as StaffMemberDisconnectedFromUser, av as StaffMemberFullyCreated, cF as StaffMemberQuerySpec, cH as StaffMemberSearchSpec, cE as StaffMembersQueryResult, a5 as Status, d1 as StatusWithLiterals, bS as StreetAddress, bU as Subdivision, as as TagList, ar as Tags, aw as TagsModified, b_ as TimePeriod, X as Transparency, cT as TransparencyWithLiterals, aK as UpdateStaffMemberRequest, aL as UpdateStaffMemberResponse, b2 as ValueAggregationResult, ba as ValueResult, b6 as ValueResults, c7 as Version, a7 as WebhookIdentityType, d3 as WebhookIdentityTypeWithLiterals, ab as WorkingHoursSchedule, cI as utils } from './bookings-staff-v1-staff-member-staff-members.universal-DCHTw6c2.js';
4
4
 
5
5
  declare function createStaffMember$1(httpClient: HttpClient): CreateStaffMemberSignature;
6
6
  interface CreateStaffMemberSignature {
@@ -38,7 +38,6 @@ __export(index_exports, {
38
38
  RequestedFields: () => RequestedFields,
39
39
  ScalarType: () => ScalarType,
40
40
  ScheduleStatus: () => ScheduleStatus,
41
- ServiceProviderFilter: () => ServiceProviderFilter,
42
41
  SessionType: () => SessionType,
43
42
  SortOrder: () => SortOrder,
44
43
  Status: () => Status,
@@ -730,11 +729,6 @@ var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
730
729
  RequestedFields2["ASSOCIATED_IDENTITY_STATUS"] = "ASSOCIATED_IDENTITY_STATUS";
731
730
  return RequestedFields2;
732
731
  })(RequestedFields || {});
733
- var ServiceProviderFilter = /* @__PURE__ */ ((ServiceProviderFilter2) => {
734
- ServiceProviderFilter2["SERVICE_PROVIDERS_ONLY"] = "SERVICE_PROVIDERS_ONLY";
735
- ServiceProviderFilter2["ALL_STAFF_MEMBERS"] = "ALL_STAFF_MEMBERS";
736
- return ServiceProviderFilter2;
737
- })(ServiceProviderFilter || {});
738
732
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
739
733
  SortOrder2["ASC"] = "ASC";
740
734
  SortOrder2["DESC"] = "DESC";
@@ -988,8 +982,7 @@ async function listDeletedStaffMembers2(options) {
988
982
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
989
983
  staffMemberIds: options?.staffMemberIds,
990
984
  paging: options?.paging,
991
- fields: options?.fields,
992
- serviceProviderFilter: options?.serviceProviderFilter
985
+ fields: options?.fields
993
986
  });
994
987
  const reqOpts = listDeletedStaffMembers(payload);
995
988
  sideEffects?.onSiteCall?.();
@@ -1012,8 +1005,7 @@ async function listDeletedStaffMembers2(options) {
1012
1005
  explicitPathsToArguments: {
1013
1006
  staffMemberIds: "$[0].staffMemberIds",
1014
1007
  paging: "$[0].paging",
1015
- fields: "$[0].fields",
1016
- serviceProviderFilter: "$[0].serviceProviderFilter"
1008
+ fields: "$[0].fields"
1017
1009
  },
1018
1010
  singleArgumentUnchanged: false
1019
1011
  },
@@ -1213,8 +1205,7 @@ var utils = {
1213
1205
  async function countStaffMembers2(options) {
1214
1206
  const { httpClient, sideEffects } = arguments[1];
1215
1207
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1216
- filter: options?.filter,
1217
- serviceProviderFilter: options?.serviceProviderFilter
1208
+ filter: options?.filter
1218
1209
  });
1219
1210
  const reqOpts = countStaffMembers(payload);
1220
1211
  sideEffects?.onSiteCall?.();
@@ -1227,10 +1218,7 @@ async function countStaffMembers2(options) {
1227
1218
  err,
1228
1219
  {
1229
1220
  spreadPathsToArguments: {},
1230
- explicitPathsToArguments: {
1231
- filter: "$[0].filter",
1232
- serviceProviderFilter: "$[0].serviceProviderFilter"
1233
- },
1221
+ explicitPathsToArguments: { filter: "$[0].filter" },
1234
1222
  singleArgumentUnchanged: false
1235
1223
  },
1236
1224
  ["options"]
@@ -1319,8 +1307,7 @@ async function searchStaffMembers2(search, options) {
1319
1307
  const { httpClient, sideEffects } = arguments[2];
1320
1308
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
1321
1309
  search,
1322
- fields: options?.fields,
1323
- serviceProviderFilter: options?.serviceProviderFilter
1310
+ fields: options?.fields
1324
1311
  });
1325
1312
  const reqOpts = searchStaffMembers(payload);
1326
1313
  sideEffects?.onSiteCall?.();
@@ -1340,11 +1327,7 @@ async function searchStaffMembers2(search, options) {
1340
1327
  err,
1341
1328
  {
1342
1329
  spreadPathsToArguments: {},
1343
- explicitPathsToArguments: {
1344
- search: "$[0]",
1345
- fields: "$[1].fields",
1346
- serviceProviderFilter: "$[1].serviceProviderFilter"
1347
- },
1330
+ explicitPathsToArguments: { search: "$[0]", fields: "$[1].fields" },
1348
1331
  singleArgumentUnchanged: false
1349
1332
  },
1350
1333
  ["search", "options"]
@@ -1895,7 +1878,6 @@ var onStaffMemberUpdated2 = (0, import_event_definition_modules.createEventModul
1895
1878
  RequestedFields,
1896
1879
  ScalarType,
1897
1880
  ScheduleStatus,
1898
- ServiceProviderFilter,
1899
1881
  SessionType,
1900
1882
  SortOrder,
1901
1883
  Status,