@pexip-engage-public/graphql 1.6.6 → 1.6.7

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
@@ -2870,8 +2870,6 @@ export type Mutation = {
2870
2870
  * - The mutation returns the deleted original unavailability
2871
2871
  */
2872
2872
  revertUnavailability: Array<Unavailability>;
2873
- scheduleAppointment: Appointment;
2874
- scheduleRescheduleAppointment: Appointment;
2875
2873
  sendAIMessage: AiMessage;
2876
2874
  startAvailabilityInsights: Scalars['Boolean']['output'];
2877
2875
  syncFutureEventsToExternalCalendar: Scalars['Boolean']['output'];
@@ -2921,6 +2919,7 @@ export type MutationCreateAppliedTemplateArgs = {
2921
2919
  };
2922
2920
  export type MutationCreateAppointmentArgs = {
2923
2921
  appointmentCreateInput: AppointmentCreateInput;
2922
+ forceTimeSlotValidation?: InputMaybe<Scalars['Boolean']['input']>;
2924
2923
  };
2925
2924
  export type MutationCreateAppointmentConfirmedSessionEventArgs = {
2926
2925
  input: AppointmentConfirmedSessionEvent;
@@ -3403,6 +3402,7 @@ export type MutationPutSubjectSchedulingSettingsArgs = {
3403
3402
  };
3404
3403
  export type MutationReassignAppointmentArgs = {
3405
3404
  appointmentReassignInput: AppointmentReassignInput;
3405
+ forceTimeSlotValidation?: InputMaybe<Scalars['Boolean']['input']>;
3406
3406
  id: Scalars['ID']['input'];
3407
3407
  };
3408
3408
  export type MutationRemoveSecondaryCustomerParticipantFromAppointmentArgs = {
@@ -3484,6 +3484,7 @@ export type MutationRequestRescheduleAppointmentArgs = {
3484
3484
  };
3485
3485
  export type MutationRescheduleAppointmentArgs = {
3486
3486
  appointmentRescheduleInput: AppointmentRescheduleInput;
3487
+ forceTimeSlotValidation?: InputMaybe<Scalars['Boolean']['input']>;
3487
3488
  id: Scalars['ID']['input'];
3488
3489
  };
3489
3490
  export type MutationResetEmployeeArgs = {
@@ -3498,13 +3499,6 @@ export type MutationRevertAppliedTemplatesArgs = {
3498
3499
  export type MutationRevertUnavailabilityArgs = {
3499
3500
  input: UnavailabilityRevertInput;
3500
3501
  };
3501
- export type MutationScheduleAppointmentArgs = {
3502
- appointmentCreateInput: AppointmentCreateInput;
3503
- };
3504
- export type MutationScheduleRescheduleAppointmentArgs = {
3505
- appointmentRescheduleInput: AppointmentRescheduleInput;
3506
- id: Scalars['ID']['input'];
3507
- };
3508
3502
  export type MutationSendAiMessageArgs = {
3509
3503
  aiThreadId?: InputMaybe<Scalars['String']['input']>;
3510
3504
  input: AiMessageSendInput;