@wix/auto_sdk_bookings_staff-members 1.0.82 → 1.0.83
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-CzXNOVsg.d.ts → bookings-staff-v1-staff-member-staff-members.universal-D8XafmuS.d.ts} +18 -1
- 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 +19 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-staff-v1-staff-member-staff-members.universal-CzXNOVsg.d.mts → bookings-staff-v1-staff-member-staff-members.universal-D8XafmuS.d.mts} +18 -1
- 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 +19 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-staff-v1-staff-member-staff-members.universal-CzXNOVsg.d.ts → bookings-staff-v1-staff-member-staff-members.universal-D8XafmuS.d.ts} +18 -1
- 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 +19 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-staff-v1-staff-member-staff-members.universal-CzXNOVsg.d.mts → bookings-staff-v1-staff-member-staff-members.universal-D8XafmuS.d.mts} +18 -1
- 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 +19 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2440,6 +2440,23 @@ declare enum WebhookIdentityType {
|
|
|
2440
2440
|
}
|
|
2441
2441
|
/** @enumType */
|
|
2442
2442
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
2443
|
+
interface AccountDetails {
|
|
2444
|
+
/**
|
|
2445
|
+
* ID of the account.
|
|
2446
|
+
* @format GUID
|
|
2447
|
+
*/
|
|
2448
|
+
accountId?: string | null;
|
|
2449
|
+
/**
|
|
2450
|
+
* ID of the parent account.
|
|
2451
|
+
* @format GUID
|
|
2452
|
+
*/
|
|
2453
|
+
parentAccountId?: string | null;
|
|
2454
|
+
/**
|
|
2455
|
+
* ID of the site, if applicable.
|
|
2456
|
+
* @format GUID
|
|
2457
|
+
*/
|
|
2458
|
+
siteId?: string | null;
|
|
2459
|
+
}
|
|
2443
2460
|
interface BaseEventMetadata {
|
|
2444
2461
|
/**
|
|
2445
2462
|
* App instance ID.
|
|
@@ -3325,4 +3342,4 @@ interface BulkUpdateStaffMemberTagsByFilterOptions {
|
|
|
3325
3342
|
unassignTags?: Tags;
|
|
3326
3343
|
}
|
|
3327
3344
|
|
|
3328
|
-
export { ConferenceType as $, type AssignWorkingHoursScheduleOptions as A, type BulkUpdateStaffMemberTagsOptions as B, type CreateStaffMemberOptions as C, type DisconnectStaffMemberFromUserOptions as D, type StaffMembersQueryBuilder as E, AssociatedWixIdentityConnectionStatusEnumConnectionStatus as F, type GetStaffMemberOptions as G, ConnectionStatus as H, IdentityType as I, SortOrder as J, ScalarType as K, type ListDeletedStaffMembersOptions as L, Mode as M, AggregationType as N, Day as O, RecurringIntervalType as P, type QueryStaffMembersOptions as Q, RequestedFields as R, type StaffMember as S, Transparency as T, type UpdateStaffMember as U, LocationType as V, LocationStatus as W, LocationsLocationType as X, DayOfWeek as Y, ApprovalStatus as Z, ScheduleStatus as _, type GetDeletedStaffMemberOptions as a, type ValueResults as a$, CalendarType as a0, Status as a1, SessionType as a2, WebhookIdentityType as a3, type MediaItem as a4, type MediaItemMediaOneOf as a5, type Resource as a6, type WorkingHoursSchedule as a7, type EventSchedule as a8, type LocationOptions as a9, type Cursors as aA, type RemoveStaffMemberFromTrashBinRequest as aB, type RemoveStaffMemberFromTrashBinResponse as aC, type RestoreStaffMemberFromTrashBinRequest as aD, type RestoreStaffMemberFromTrashBinResponse as aE, type UpdateStaffMemberRequest as aF, type UpdateStaffMemberResponse as aG, type DeleteStaffMemberRequest as aH, type DeleteStaffMemberResponse as aI, type QueryStaffMembersRequest as aJ, type CursorQuery as aK, type CursorQueryPagingMethodOneOf as aL, type Sorting as aM, type QueryStaffMembersResponse as aN, type QueryStaffMembersMultiLanguageRequest as aO, type QueryStaffMembersMultiLanguageResponse as aP, type CountStaffMembersRequest as aQ, type ConnectStaffMemberToUserRequest as aR, type SearchStaffMembersRequest as aS, type CursorSearch as aT, type CursorSearchPagingMethodOneOf as aU, type SearchDetails as aV, type AggregationData as aW, type ValueAggregationResult as aX, type RangeAggregationResult as aY, type NestedAggregationResults as aZ, type NestedAggregationResultsResultOneOf as a_, type SpecificLocation as aa, type BusinessLocation as ab, type AssociatedWixIdentity as ac, type CommonIdentificationData as ad, type CommonIdentificationDataIdOneOf as ae, type Connection as af, type AssociatedConferencingProviders as ag, type AssociatedConferencingProvider as ah, type AssociatedConferencingAccounts as ai, type AssociatedConferencingAccount as aj, type AssociatedConferencingAccountAccountOneOf as ak, type CustomConferenceAccount as al, type ExtendedFields as am, type Tags as an, type TagList as ao, type StaffMemberDisconnectedFromUser as ap, type StaffMemberConnectedToUser as aq, type StaffMemberFullyCreated as ar, type CreateStaffMemberRequest as as, type CreateStaffMemberResponse as at, type GetStaffMemberRequest as au, type GetStaffMemberResponse as av, type GetDeletedStaffMemberRequest as aw, type ListDeletedStaffMembersRequest as ax, type CursorPaging as ay, type CursorPagingMetadata as az, type GetDeletedStaffMemberResponse as b, type ExternalCalendarOverrides as b$, type RangeResults as b0, type AggregationResultsScalarResult as b1, type NestedValueAggregationResult as b2, type ValueResult as b3, type RangeResult as b4, type ScalarResult as b5, type NestedResultValue as b6, type NestedResultValueResultOneOf as b7, type Results as b8, type DateHistogramResult as b9, type ScheduleNotification as bA, type ScheduleNotificationEventOneOf as bB, type ScheduleCreated as bC, type Schedule as bD, type RecurringInterval as bE, type Interval as bF, type Frequency as bG, type LinkedSchedule as bH, type Location as bI, type Address as bJ, type AddressStreetOneOf as bK, type StreetAddress as bL, type AddressLocation as bM, type Subdivision as bN, type LocationsLocation as bO, type LocationsAddress as bP, type LocationsStreetAddress as bQ, type LocationsAddressLocation as bR, type BusinessSchedule as bS, type TimePeriod as bT, type SpecialHourPeriod as bU, type Rate as bV, type Price as bW, type Availability as bX, type AvailabilityConstraints as bY, type SplitInterval as bZ, type Participant as b_, type GroupByValueResults as ba, type DateHistogramResults as bb, type NestedResults as bc, type AggregationResults as bd, type AggregationResultsResultOneOf as be, type DisconnectStaffMemberFromUserRequest as bf, type AssignWorkingHoursScheduleRequest as bg, type AssignCustomScheduleRequest as bh, type BulkUpdateStaffMemberTagsRequest as bi, type ItemMetadata as bj, type ApplicationError as bk, type BulkUpdateStaffMemberTagsResult as bl, type BulkActionMetadata as bm, type BulkUpdateStaffMemberTagsByFilterRequest as bn, type RestoreStaffRequest as bo, type RestoreStaffResponse as bp, type Empty as bq, type PolicyRemovedFromContributor as br, type PolicyUpdatedForContributor as bs, type DomainEvent as bt, type DomainEventBodyOneOf as bu, type EntityCreatedEvent as bv, type RestoreInfo as bw, type EntityUpdatedEvent as bx, type EntityDeletedEvent as by, type ActionEvent as bz, type ListDeletedStaffMembersResponse as c,
|
|
3345
|
+
export { ConferenceType as $, type AssignWorkingHoursScheduleOptions as A, type BulkUpdateStaffMemberTagsOptions as B, type CreateStaffMemberOptions as C, type DisconnectStaffMemberFromUserOptions as D, type StaffMembersQueryBuilder as E, AssociatedWixIdentityConnectionStatusEnumConnectionStatus as F, type GetStaffMemberOptions as G, ConnectionStatus as H, IdentityType as I, SortOrder as J, ScalarType as K, type ListDeletedStaffMembersOptions as L, Mode as M, AggregationType as N, Day as O, RecurringIntervalType as P, type QueryStaffMembersOptions as Q, RequestedFields as R, type StaffMember as S, Transparency as T, type UpdateStaffMember as U, LocationType as V, LocationStatus as W, LocationsLocationType as X, DayOfWeek as Y, ApprovalStatus as Z, ScheduleStatus as _, type GetDeletedStaffMemberOptions as a, type ValueResults as a$, CalendarType as a0, Status as a1, SessionType as a2, WebhookIdentityType as a3, type MediaItem as a4, type MediaItemMediaOneOf as a5, type Resource as a6, type WorkingHoursSchedule as a7, type EventSchedule as a8, type LocationOptions as a9, type Cursors as aA, type RemoveStaffMemberFromTrashBinRequest as aB, type RemoveStaffMemberFromTrashBinResponse as aC, type RestoreStaffMemberFromTrashBinRequest as aD, type RestoreStaffMemberFromTrashBinResponse as aE, type UpdateStaffMemberRequest as aF, type UpdateStaffMemberResponse as aG, type DeleteStaffMemberRequest as aH, type DeleteStaffMemberResponse as aI, type QueryStaffMembersRequest as aJ, type CursorQuery as aK, type CursorQueryPagingMethodOneOf as aL, type Sorting as aM, type QueryStaffMembersResponse as aN, type QueryStaffMembersMultiLanguageRequest as aO, type QueryStaffMembersMultiLanguageResponse as aP, type CountStaffMembersRequest as aQ, type ConnectStaffMemberToUserRequest as aR, type SearchStaffMembersRequest as aS, type CursorSearch as aT, type CursorSearchPagingMethodOneOf as aU, type SearchDetails as aV, type AggregationData as aW, type ValueAggregationResult as aX, type RangeAggregationResult as aY, type NestedAggregationResults as aZ, type NestedAggregationResultsResultOneOf as a_, type SpecificLocation as aa, type BusinessLocation as ab, type AssociatedWixIdentity as ac, type CommonIdentificationData as ad, type CommonIdentificationDataIdOneOf as ae, type Connection as af, type AssociatedConferencingProviders as ag, type AssociatedConferencingProvider as ah, type AssociatedConferencingAccounts as ai, type AssociatedConferencingAccount as aj, type AssociatedConferencingAccountAccountOneOf as ak, type CustomConferenceAccount as al, type ExtendedFields as am, type Tags as an, type TagList as ao, type StaffMemberDisconnectedFromUser as ap, type StaffMemberConnectedToUser as aq, type StaffMemberFullyCreated as ar, type CreateStaffMemberRequest as as, type CreateStaffMemberResponse as at, type GetStaffMemberRequest as au, type GetStaffMemberResponse as av, type GetDeletedStaffMemberRequest as aw, type ListDeletedStaffMembersRequest as ax, type CursorPaging as ay, type CursorPagingMetadata as az, type GetDeletedStaffMemberResponse as b, type ExternalCalendarOverrides as b$, type RangeResults as b0, type AggregationResultsScalarResult as b1, type NestedValueAggregationResult as b2, type ValueResult as b3, type RangeResult as b4, type ScalarResult as b5, type NestedResultValue as b6, type NestedResultValueResultOneOf as b7, type Results as b8, type DateHistogramResult as b9, type ScheduleNotification as bA, type ScheduleNotificationEventOneOf as bB, type ScheduleCreated as bC, type Schedule as bD, type RecurringInterval as bE, type Interval as bF, type Frequency as bG, type LinkedSchedule as bH, type Location as bI, type Address as bJ, type AddressStreetOneOf as bK, type StreetAddress as bL, type AddressLocation as bM, type Subdivision as bN, type LocationsLocation as bO, type LocationsAddress as bP, type LocationsStreetAddress as bQ, type LocationsAddressLocation as bR, type BusinessSchedule as bS, type TimePeriod as bT, type SpecialHourPeriod as bU, type Rate as bV, type Price as bW, type Availability as bX, type AvailabilityConstraints as bY, type SplitInterval as bZ, type Participant as b_, type GroupByValueResults as ba, type DateHistogramResults as bb, type NestedResults as bc, type AggregationResults as bd, type AggregationResultsResultOneOf as be, type DisconnectStaffMemberFromUserRequest as bf, type AssignWorkingHoursScheduleRequest as bg, type AssignCustomScheduleRequest as bh, type BulkUpdateStaffMemberTagsRequest as bi, type ItemMetadata as bj, type ApplicationError as bk, type BulkUpdateStaffMemberTagsResult as bl, type BulkActionMetadata as bm, type BulkUpdateStaffMemberTagsByFilterRequest as bn, type RestoreStaffRequest as bo, type RestoreStaffResponse as bp, type Empty as bq, type PolicyRemovedFromContributor as br, type PolicyUpdatedForContributor as bs, type DomainEvent as bt, type DomainEventBodyOneOf as bu, type EntityCreatedEvent as bv, type RestoreInfo as bw, type EntityUpdatedEvent as bx, type EntityDeletedEvent as by, type ActionEvent as bz, type ListDeletedStaffMembersResponse as c, onStaffMemberFullyCreated as c$, type Version as c0, type ConferenceProvider as c1, type CalendarConference as c2, type ScheduleUpdated as c3, type RecurringSessionsUpdated as c4, type Session as c5, type CalendarDateTime as c6, type LocalDateTime as c7, type ExternalCalendarInfo as c8, type SessionVersion as c9, type AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals as cA, type ConnectionStatusWithLiterals as cB, type RequestedFieldsWithLiterals as cC, type SortOrderWithLiterals as cD, type ModeWithLiterals as cE, type ScalarTypeWithLiterals as cF, type AggregationTypeWithLiterals as cG, type DayWithLiterals as cH, type TransparencyWithLiterals as cI, type RecurringIntervalTypeWithLiterals as cJ, type LocationTypeWithLiterals as cK, type LocationStatusWithLiterals as cL, type LocationsLocationTypeWithLiterals as cM, type DayOfWeekWithLiterals as cN, type ApprovalStatusWithLiterals as cO, type ScheduleStatusWithLiterals as cP, type ConferenceTypeWithLiterals as cQ, type CalendarTypeWithLiterals as cR, type StatusWithLiterals as cS, type SessionTypeWithLiterals as cT, type WebhookIdentityTypeWithLiterals as cU, type CommonQueryWithEntityContext as cV, type CommonSearchWithEntityContext as cW, onStaffMemberConnectedToUser as cX, onStaffMemberCreated as cY, onStaffMemberDeleted as cZ, onStaffMemberDisconnectedFromUser as c_, type ParticipantNotification as ca, type ScheduleCancelled as cb, type SessionCreated as cc, type SessionUpdated as cd, type SessionCancelled as ce, type AvailabilityPolicyUpdated as cf, type AvailabilityPolicy as cg, type IntervalSplit as ch, type RecurringSessionSplit as ci, type ScheduleUnassignedFromUser as cj, type MultipleSessionsCreated as ck, type ScheduleWithSessions as cl, type SitePropertiesOnScheduleCreation as cm, type MigrationEvent as cn, type MigrationData as co, type StaffData as cp, type MessageEnvelope as cq, type IdentificationData as cr, type IdentificationDataIdOneOf as cs, type AccountDetails as ct, type BaseEventMetadata as cu, type EventMetadata as cv, type StaffMembersQueryResult as cw, type StaffMemberQuerySpec as cx, type StaffMemberSearchSpec as cy, type IdentityTypeWithLiterals as cz, type UpdateStaffMemberOptions as d, onStaffMemberUpdated as d0, createStaffMember as d1, getStaffMember as d2, getDeletedStaffMember as d3, listDeletedStaffMembers as d4, removeStaffMemberFromTrashBin as d5, updateStaffMember as d6, deleteStaffMember as d7, queryStaffMembers as d8, countStaffMembers as d9, connectStaffMemberToUser as da, disconnectStaffMemberFromUser as db, assignWorkingHoursSchedule as dc, assignCustomSchedule as dd, bulkUpdateStaffMemberTags as de, bulkUpdateStaffMemberTagsByFilter as df, 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 BulkUpdateStaffMemberTagsByFilterOptions as q, type BulkUpdateStaffMemberTagsByFilterResponse as r, type StaffMemberConnectedToUserEnvelope as s, type StaffMemberCreatedEnvelope as t, type StaffMemberDeletedEnvelope as u, type StaffMemberDisconnectedFromUserEnvelope as v, type StaffMemberFullyCreatedEnvelope as w, type StaffMemberUpdatedEnvelope as x, type StaffMemberQuery as y, typedQueryStaffMembers as z };
|
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,
|
|
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-D8XafmuS.js';
|
|
3
|
+
export { ct as AccountDetails, 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, cG as AggregationTypeWithLiterals, bk as ApplicationError, Z as ApprovalStatus, cO 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, cA as AssociatedWixIdentityConnectionStatusEnumConnectionStatusWithLiterals, bX as Availability, bY as AvailabilityConstraints, cg as AvailabilityPolicy, cf as AvailabilityPolicyUpdated, cu 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, cR as CalendarTypeWithLiterals, ad as CommonIdentificationData, ae as CommonIdentificationDataIdOneOf, cV as CommonQueryWithEntityContext, cW as CommonSearchWithEntityContext, c1 as ConferenceProvider, $ as ConferenceType, cQ as ConferenceTypeWithLiterals, aR as ConnectStaffMemberToUserRequest, af as Connection, H as ConnectionStatus, cB 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, cN as DayOfWeekWithLiterals, cH 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, cv 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, cz 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, cL as LocationStatusWithLiterals, V as LocationType, cK as LocationTypeWithLiterals, bP as LocationsAddress, bR as LocationsAddressLocation, bO as LocationsLocation, X as LocationsLocationType, cM as LocationsLocationTypeWithLiterals, bQ as LocationsStreetAddress, a4 as MediaItem, a5 as MediaItemMediaOneOf, cq as MessageEnvelope, co as MigrationData, cn as MigrationEvent, M as Mode, cE 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, cJ as RecurringIntervalTypeWithLiterals, ci as RecurringSessionSplit, c4 as RecurringSessionsUpdated, aB as RemoveStaffMemberFromTrashBinRequest, aC as RemoveStaffMemberFromTrashBinResponse, R as RequestedFields, cC 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, cF as ScalarTypeWithLiterals, bD as Schedule, cb as ScheduleCancelled, bC as ScheduleCreated, bA as ScheduleNotification, bB as ScheduleNotificationEventOneOf, _ as ScheduleStatus, cP 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, cT as SessionTypeWithLiterals, cd as SessionUpdated, c9 as SessionVersion, cm as SitePropertiesOnScheduleCreation, J as SortOrder, cD 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, cx as StaffMemberQuerySpec, cy as StaffMemberSearchSpec, cw as StaffMembersQueryResult, a1 as Status, cS as StatusWithLiterals, bL as StreetAddress, bN as Subdivision, ao as TagList, an as Tags, bT as TimePeriod, T as Transparency, cI as TransparencyWithLiterals, aF as UpdateStaffMemberRequest, aG as UpdateStaffMemberResponse, aX as ValueAggregationResult, b3 as ValueResult, a$ as ValueResults, c0 as Version, a3 as WebhookIdentityType, cU as WebhookIdentityTypeWithLiterals, a7 as WorkingHoursSchedule } from './bookings-staff-v1-staff-member-staff-members.universal-D8XafmuS.js';
|
|
4
4
|
|
|
5
5
|
declare function createStaffMember$1(httpClient: HttpClient): CreateStaffMemberSignature;
|
|
6
6
|
interface CreateStaffMemberSignature {
|