@pexip-engage-public/graphql 1.0.66 → 1.0.67

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
@@ -244,6 +244,7 @@ export type AppointmentAutoAcceptEnterpriseSetting = {
244
244
  export type AppointmentCancelInput = {
245
245
  answers?: InputMaybe<Array<AppointmentAnswerInput>>;
246
246
  messageForCustomer?: InputMaybe<Scalars['String']['input']>;
247
+ token?: InputMaybe<Scalars['String']['input']>;
247
248
  userCommunication?: InputMaybe<AppointmentUserCommunicationInput>;
248
249
  };
249
250
  export type AppointmentCompleteInput = {
@@ -251,6 +252,7 @@ export type AppointmentCompleteInput = {
251
252
  end?: InputMaybe<Scalars['ISO8601']['input']>;
252
253
  noShow?: InputMaybe<Scalars['Boolean']['input']>;
253
254
  start?: InputMaybe<Scalars['ISO8601']['input']>;
255
+ token?: InputMaybe<Scalars['String']['input']>;
254
256
  userCommunication?: InputMaybe<AppointmentUserCommunicationInput>;
255
257
  };
256
258
  export type AppointmentCompletionAllowedDaysBeforeStartEnterpriseSetting = {
@@ -407,6 +409,7 @@ export type AppointmentPatchInput = {
407
409
  location?: InputMaybe<LocationInput>;
408
410
  meetingRoomId?: InputMaybe<Scalars['ID']['input']>;
409
411
  metadata?: InputMaybe<Scalars['JSONObject']['input']>;
412
+ token?: InputMaybe<Scalars['String']['input']>;
410
413
  userCommunication?: InputMaybe<AppointmentUserCommunicationInput>;
411
414
  };
412
415
  export type AppointmentReassignInput = {
@@ -427,6 +430,7 @@ export type AppointmentRescheduleInput = {
427
430
  end: Scalars['ISO8601']['input'];
428
431
  messageForCustomer?: InputMaybe<Scalars['String']['input']>;
429
432
  start: Scalars['ISO8601']['input'];
433
+ token?: InputMaybe<Scalars['String']['input']>;
430
434
  userCommunication?: InputMaybe<AppointmentUserCommunicationInput>;
431
435
  };
432
436
  export type AppointmentSort = {
@@ -2389,8 +2393,6 @@ export type Mutation = {
2389
2393
  createOffice: Office;
2390
2394
  createOfficeRelation: OfficeRelation;
2391
2395
  createQuestion: Question;
2392
- createSamlIntegration: SamlIntegration;
2393
- createScimToken: Scalars['String']['output'];
2394
2396
  createSessionConfigSessionEvent: Scalars['Boolean']['output'];
2395
2397
  createSessionDataSessionEvent: Scalars['Boolean']['output'];
2396
2398
  createStepShownSessionEvent: Scalars['Boolean']['output'];
@@ -2425,7 +2427,6 @@ export type Mutation = {
2425
2427
  deleteOffice: Office;
2426
2428
  deleteOfficeRelation: OfficeRelation;
2427
2429
  deleteQuestion: Question;
2428
- deleteSamlIntegration: SamlIntegration;
2429
2430
  deleteStorageAccountConfig: StorageAccountConfig;
2430
2431
  deleteSubject: Subject;
2431
2432
  deleteSubjectGroup: SubjectGroup;
@@ -2464,7 +2465,6 @@ export type Mutation = {
2464
2465
  patchOffice: Office;
2465
2466
  patchOfficeCallbackRequestSetting: OfficeCallbackRequestSetting;
2466
2467
  patchQuestion: Question;
2467
- patchSamlIntegration: SamlIntegration;
2468
2468
  patchStaticTranslationOverrides: Array<StaticTranslationOverride>;
2469
2469
  patchStorageAccountConfig: StorageAccountConfig;
2470
2470
  patchSubject: Subject;
@@ -2534,7 +2534,6 @@ export type Mutation = {
2534
2534
  syncMeetingRooms: Scalars['Boolean']['output'];
2535
2535
  syncMicrosoftDynamicsIntegrationCustomAttributes: Scalars['Boolean']['output'];
2536
2536
  testWebhookConfiguration: WebhookDelivery;
2537
- uploadSamlIdentityProviderMetadata: SamlIntegration;
2538
2537
  upsertMicrosoftGraphAPIEmailConfiguration: MicrosoftGraphApiEmailProviderConfiguration;
2539
2538
  upsertOfficeRelation: GroupedOfficeRelation;
2540
2539
  };
@@ -2549,6 +2548,7 @@ export type MutationActivateEmployeeArgs = {
2549
2548
  export type MutationAddSecondaryParticipantsToAppointmentArgs = {
2550
2549
  id: Scalars['ID']['input'];
2551
2550
  secondaryParticipantInput: Array<SecondaryParticipantInput>;
2551
+ token?: InputMaybe<Scalars['String']['input']>;
2552
2552
  };
2553
2553
  export type MutationAnonymizeCustomerArgs = {
2554
2554
  id: Scalars['ID']['input'];
@@ -2888,9 +2888,6 @@ export type MutationPatchQuestionArgs = {
2888
2888
  id: Scalars['ID']['input'];
2889
2889
  questionPatchInput: QuestionPatchInput;
2890
2890
  };
2891
- export type MutationPatchSamlIntegrationArgs = {
2892
- input: SamlIntegrationPatchInput;
2893
- };
2894
2891
  export type MutationPatchStaticTranslationOverridesArgs = {
2895
2892
  staticTranslationOverridesPatchInput: Array<StaticTranslationOverridePatchInput>;
2896
2893
  };
@@ -3011,6 +3008,7 @@ export type MutationRemoveSecondaryCustomerParticipantFromAppointmentArgs = {
3011
3008
  export type MutationRemoveSecondaryParticipantFromAppointmentArgs = {
3012
3009
  id: Scalars['ID']['input'];
3013
3010
  secondaryParticipantInput: SecondaryParticipantInput;
3011
+ token?: InputMaybe<Scalars['String']['input']>;
3014
3012
  };
3015
3013
  export type MutationRenderAppointmentCalendarEventTemplateArgs = {
3016
3014
  appointmentId: Scalars['ID']['input'];
@@ -3106,9 +3104,6 @@ export type MutationSyncMicrosoftDynamicsIntegrationCustomAttributesArgs = {
3106
3104
  export type MutationTestWebhookConfigurationArgs = {
3107
3105
  id: Scalars['ID']['input'];
3108
3106
  };
3109
- export type MutationUploadSamlIdentityProviderMetadataArgs = {
3110
- metadataUrl: Scalars['String']['input'];
3111
- };
3112
3107
  export type MutationUpsertMicrosoftGraphApiEmailConfigurationArgs = {
3113
3108
  input: MicrosoftGraphApiEmailProviderConfigurationInput;
3114
3109
  };
@@ -3326,6 +3321,7 @@ export type PrimaryBrandColorEnterpriseSetting = {
3326
3321
  };
3327
3322
  export type PutAppointmentAnswersInput = {
3328
3323
  answers: Array<AppointmentAnswerInput>;
3324
+ token?: InputMaybe<Scalars['String']['input']>;
3329
3325
  };
3330
3326
  export type Query = {
3331
3327
  activeMeetingTypes: Array<MeetingType>;
@@ -3407,13 +3403,11 @@ export type Query = {
3407
3403
  question: Question;
3408
3404
  questions: Array<Question>;
3409
3405
  regions: RegionConnection;
3410
- samlIntegration: SamlIntegration;
3411
3406
  schedulableEmployees: Array<Employee>;
3412
3407
  schedulableMeetingRooms: Array<MeetingRoom>;
3413
3408
  schedulableMeetingTypes: Array<MeetingType>;
3414
3409
  schedulableOffices: Array<Office>;
3415
3410
  schedulableSubjects: Array<Subject>;
3416
- scimTokens: Array<ScimToken>;
3417
3411
  searchRegions: Array<Region>;
3418
3412
  staticTranslationOverrides: Array<StaticTranslationOverride>;
3419
3413
  staticTranslations: Scalars['JSONObject']['output'];
@@ -4301,41 +4295,7 @@ export type RenderedTemplateMeta = {
4301
4295
  receiver: Receiver;
4302
4296
  timeZone: Scalars['String']['output'];
4303
4297
  };
4304
- export type ResourceType = 'API_CLIENT' | 'APPOINTMENT' | 'CUSTOMER' | 'EMPLOYEE' | 'ENTERPRISE_SETTING' | 'EXTERNAL_CALENDAR_ACCOUNT' | 'LEAD_SEGMENT' | 'LISTING' | 'MEETING_TYPE' | 'OFFICE' | 'OFFICE_RELATION' | 'SCIM_TOKEN' | 'SUBJECT' | 'SUBJECT_GROUP';
4305
- export type SamlIntegration = {
4306
- active: Scalars['Boolean']['output'];
4307
- identityProviderMetadataUrl?: Maybe<Scalars['String']['output']>;
4308
- identityProviderSignatureKey?: Maybe<SamlIntegrationIdentityProviderKey>;
4309
- serviceProviderEncryptionKeys: Array<SamlIntegrationServiceProviderKey>;
4310
- serviceProviderMetadataUrl: Scalars['String']['output'];
4311
- serviceProviderSignatureKeys: Array<SamlIntegrationServiceProviderKey>;
4312
- singleLogoutServiceUrl?: Maybe<Scalars['String']['output']>;
4313
- singleSignOnServiceUrl?: Maybe<Scalars['String']['output']>;
4314
- validateSignature: Scalars['Boolean']['output'];
4315
- wantAssertionsEncrypted: Scalars['Boolean']['output'];
4316
- wantAssertionsSigned: Scalars['Boolean']['output'];
4317
- wantAuthnRequestsSigned: Scalars['Boolean']['output'];
4318
- };
4319
- export type SamlIntegrationIdentityProviderKey = {
4320
- certificate: Scalars['String']['output'];
4321
- expiresAt: Scalars['ISO8601']['output'];
4322
- };
4323
- export type SamlIntegrationKeyStatus = 'ACTIVE' | 'DISABLED' | 'PASSIVE';
4324
- export type SamlIntegrationPatchInput = {
4325
- active?: InputMaybe<Scalars['Boolean']['input']>;
4326
- validateSignature?: InputMaybe<Scalars['Boolean']['input']>;
4327
- wantAssertionsEncrypted?: InputMaybe<Scalars['Boolean']['input']>;
4328
- wantAssertionsSigned?: InputMaybe<Scalars['Boolean']['input']>;
4329
- wantAuthnRequestsSigned?: InputMaybe<Scalars['Boolean']['input']>;
4330
- };
4331
- export type SamlIntegrationServiceProviderKey = {
4332
- algorithm: Scalars['String']['output'];
4333
- certificate: Scalars['String']['output'];
4334
- expiresAt: Scalars['ISO8601']['output'];
4335
- id: Scalars['String']['output'];
4336
- publicKey: Scalars['String']['output'];
4337
- status: SamlIntegrationKeyStatus;
4338
- };
4298
+ export type ResourceType = 'API_CLIENT' | 'APPOINTMENT' | 'CUSTOMER' | 'EMPLOYEE' | 'ENTERPRISE_SETTING' | 'EXTERNAL_CALENDAR_ACCOUNT' | 'LEAD_SEGMENT' | 'LISTING' | 'MEETING_TYPE' | 'OFFICE' | 'OFFICE_RELATION' | 'SUBJECT' | 'SUBJECT_GROUP';
4339
4299
  export type ScimIntegration = BaseIntegration & {
4340
4300
  active: Scalars['Boolean']['output'];
4341
4301
  authToken?: Maybe<Scalars['String']['output']>;
@@ -4343,13 +4303,6 @@ export type ScimIntegration = BaseIntegration & {
4343
4303
  integrationType: IntegrationType;
4344
4304
  name: Scalars['String']['output'];
4345
4305
  };
4346
- export type ScimToken = {
4347
- createdAt: Scalars['ISO8601']['output'];
4348
- deletedAt?: Maybe<Scalars['ISO8601']['output']>;
4349
- expiresAt: Scalars['ISO8601']['output'];
4350
- id: Scalars['ID']['output'];
4351
- updatedAt: Scalars['ISO8601']['output'];
4352
- };
4353
4306
  export type SecondaryParticipantInput = {
4354
4307
  participantId: Scalars['ID']['input'];
4355
4308
  type: ParticipantType;