@pexip-engage-public/graphql 1.1.9 → 1.1.10-canary-20250801102311

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/dist/schema.d.ts CHANGED
@@ -2498,7 +2498,6 @@ export type Mutation = {
2498
2498
  * that user will be reverted (as if you called revertUnavailability first, see its description).
2499
2499
  */
2500
2500
  createUnavailability: Unavailability;
2501
- createUnavailabilityEvent: Unavailability;
2502
2501
  createUploadFileLink: FileCreateUploadLinkResult;
2503
2502
  createVPaaSMeeting: PexipVPaaSParticipant;
2504
2503
  createWebhookConfiguration: WebhookConfiguration;
@@ -2526,7 +2525,6 @@ export type Mutation = {
2526
2525
  deleteSubject: Subject;
2527
2526
  deleteSubjectGroup: SubjectGroup;
2528
2527
  deleteUnavailability: Unavailability;
2529
- deleteUnavailabilityEvent: Unavailability;
2530
2528
  deleteWebhookConfiguration: WebhookConfiguration;
2531
2529
  deleteWebhookConfigurationHeaders: Array<WebhookConfigurationHeader>;
2532
2530
  disconnectExternalCalendarAccount: ExternalCalendarAccount;
@@ -2793,9 +2791,6 @@ export type MutationCreateUnavailabilityArgs = {
2793
2791
  input: UnavailabilityCreateInput;
2794
2792
  revertOverlap?: InputMaybe<Scalars['Boolean']['input']>;
2795
2793
  };
2796
- export type MutationCreateUnavailabilityEventArgs = {
2797
- input: UnavailabilityEventCreateInput;
2798
- };
2799
2794
  export type MutationCreateUploadFileLinkArgs = {
2800
2795
  input: FileCreateUploadLinkInput;
2801
2796
  };
@@ -2874,9 +2869,6 @@ export type MutationDeleteSubjectGroupArgs = {
2874
2869
  export type MutationDeleteUnavailabilityArgs = {
2875
2870
  id: Scalars['ID']['input'];
2876
2871
  };
2877
- export type MutationDeleteUnavailabilityEventArgs = {
2878
- id: Scalars['ID']['input'];
2879
- };
2880
2872
  export type MutationDeleteWebhookConfigurationArgs = {
2881
2873
  id: Scalars['ID']['input'];
2882
2874
  };
@@ -3325,6 +3317,7 @@ export type OfficeEmployeeCoverageRegionSchedulingSetting = {
3325
3317
  employee: Employee;
3326
3318
  meetingType: MeetingType;
3327
3319
  office: Office;
3320
+ regionIds: Array<Scalars['ID']['output']>;
3328
3321
  regions: Array<Region>;
3329
3322
  };
3330
3323
  export type OfficeEmployeeCoverageRegionSchedulingSettingInput = {
@@ -3335,6 +3328,7 @@ export type OfficeEmployeeSubjectCoverageRegionSchedulingSetting = {
3335
3328
  employee: Employee;
3336
3329
  meetingType: MeetingType;
3337
3330
  office: Office;
3331
+ regionIds: Array<Scalars['ID']['output']>;
3338
3332
  regions: Array<Region>;
3339
3333
  subject: Subject;
3340
3334
  };
@@ -5106,7 +5100,7 @@ export type TranslationObjectInput = {
5106
5100
  language: Language;
5107
5101
  value: Scalars['String']['input'];
5108
5102
  };
5109
- export type UiFeature = 'APPOINTMENT_COMPLETION' | 'APPOINTMENT_CREATION' | 'APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER' | 'APPOINTMENT_CROSS_OFFICE_EMPLOYEE_SELECTION_ENABLED' | 'APPOINTMENT_CUSTOMER_SELECTION' | 'APPOINTMENT_ONLY_SCHEDULABLE_TOGGLE' | 'APPOINTMENT_PAST_EDITING_ENABLED' | 'APPOINTMENT_SCHEDULING' | 'APPOINTMENT_SUBJECT_SELECTION' | 'CALENDAR_UNAVAILABILITY_EVENTS' | 'CUSTOMER_CREATION' | 'CUSTOMER_DETAILS' | 'CUSTOMER_OVERVIEW' | 'DEFAULT_AVAILABILITY_SETTINGS_OVERRIDE' | 'DEFINED_AVAILABILITY_SYNCHRONIZATION' | 'FORMS' | 'INDEPENDENT_AGENTS' | 'INVITE_CREATION' | 'LEAD_SEGMENTS' | 'LISTINGS' | 'MEETING_LINK_CREATION' | 'MULTI_PARTICIPANTS' | 'MY_APPOINTMENTS' | 'MY_APPOINTMENT_HOURS' | 'MY_AUTHENTICATION' | 'MY_PROFILE' | 'MY_SYNCHRONIZED_CALENDARS' | 'RESCHEDULE_REQUEST' | 'TEAM_APPOINTMENTS_OVERVIEW' | 'TEAM_APPOINTMENT_INSIGHTS' | 'TEAM_COVERAGE_REGIONS_ON_LOCATION' | 'TEAM_COVERAGE_REGIONS_PHONE' | 'TEAM_COVERAGE_REGIONS_VIDEO' | 'TEAM_MEMBERS_OVERVIEW' | 'TEAM_MEMBER_APPOINTMENT_HOURS' | 'TEAM_MEMBER_EXPERTISE' | 'TEAM_MEMBER_PROFILE' | 'TEAM_MEMBER_REMOVAL' | 'TEAM_MEMBER_SYNCHRONIZED_CALENDARS' | 'TEAM_OFFICE_DETAILS' | 'TEAM_OFFICE_EXPERTISE' | 'TEAM_OFFICE_PLANNING_RULES' | 'VIRTUAL_OFFICES';
5103
+ export type UiFeature = 'APPOINTMENT_COMPLETION' | 'APPOINTMENT_CREATION' | 'APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER' | 'APPOINTMENT_CROSS_OFFICE_EMPLOYEE_SELECTION_ENABLED' | 'APPOINTMENT_CUSTOMER_SELECTION' | 'APPOINTMENT_ONLY_SCHEDULABLE_TOGGLE' | 'APPOINTMENT_PAST_EDITING_ENABLED' | 'APPOINTMENT_SCHEDULING' | 'APPOINTMENT_SUBJECT_SELECTION' | 'CALENDAR_UNAVAILABILITY_EVENTS' | 'CUSTOMER_CREATION' | 'CUSTOMER_DETAILS' | 'CUSTOMER_OVERVIEW' | 'DEFAULT_AVAILABILITY_SETTINGS_OVERRIDE' | 'DEFINED_AVAILABILITY_SYNCHRONIZATION' | 'EMPLOYEE_AVATAR' | 'EMPLOYEE_FUNCTION_SUBTITLE' | 'FORMS' | 'INDEPENDENT_AGENTS' | 'INVITE_CREATION' | 'LEAD_SEGMENTS' | 'LISTINGS' | 'MEETING_LINK_CREATION' | 'MULTI_PARTICIPANTS' | 'MY_APPOINTMENTS' | 'MY_APPOINTMENT_HOURS' | 'MY_AUTHENTICATION' | 'MY_PROFILE' | 'MY_SYNCHRONIZED_CALENDARS' | 'RESCHEDULE_REQUEST' | 'TEAM_APPOINTMENTS_OVERVIEW' | 'TEAM_APPOINTMENT_INSIGHTS' | 'TEAM_COVERAGE_REGIONS_ON_LOCATION' | 'TEAM_COVERAGE_REGIONS_PHONE' | 'TEAM_COVERAGE_REGIONS_VIDEO' | 'TEAM_MEMBERS_OVERVIEW' | 'TEAM_MEMBER_APPOINTMENT_HOURS' | 'TEAM_MEMBER_EXPERTISE' | 'TEAM_MEMBER_PROFILE' | 'TEAM_MEMBER_REMOVAL' | 'TEAM_MEMBER_SYNCHRONIZED_CALENDARS' | 'TEAM_OFFICE_DETAILS' | 'TEAM_OFFICE_EXPERTISE' | 'TEAM_OFFICE_PLANNING_RULES' | 'VIRTUAL_OFFICES';
5110
5104
  export type UiFeatureToggleEnterpriseSettingInput = {
5111
5105
  enabled: Scalars['Boolean']['input'];
5112
5106
  feature: UiFeature;
@@ -5124,7 +5118,6 @@ export type UiFeatureTogglesEnterpriseSetting = {
5124
5118
  value: Array<UiFeatureToggleEnterpriseSettingValue>;
5125
5119
  };
5126
5120
  export type Unavailability = {
5127
- allDay: Scalars['Boolean']['output'];
5128
5121
  createdAt: Scalars['ISO8601']['output'];
5129
5122
  employee: Employee;
5130
5123
  /** End time of unavailability. */
@@ -5156,11 +5149,6 @@ export type UnavailabilityEdge = {
5156
5149
  cursor: Scalars['String']['output'];
5157
5150
  node: Unavailability;
5158
5151
  };
5159
- export type UnavailabilityEventCreateInput = {
5160
- employeeId: Scalars['ID']['input'];
5161
- end: Scalars['ISO8601']['input'];
5162
- start: Scalars['ISO8601']['input'];
5163
- };
5164
5152
  export type UnavailabilityRevertInput = {
5165
5153
  employeeId: Scalars['ID']['input'];
5166
5154
  /** Is inclusive. */