@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.
@@ -22451,6 +22451,13 @@ const introspection = {
22451
22451
  "name": "AppointmentCreateInput"
22452
22452
  }
22453
22453
  }
22454
+ },
22455
+ {
22456
+ "name": "forceTimeSlotValidation",
22457
+ "type": {
22458
+ "kind": "SCALAR",
22459
+ "name": "Boolean"
22460
+ }
22454
22461
  }
22455
22462
  ],
22456
22463
  "isDeprecated": false
@@ -26578,6 +26585,13 @@ const introspection = {
26578
26585
  }
26579
26586
  }
26580
26587
  },
26588
+ {
26589
+ "name": "forceTimeSlotValidation",
26590
+ "type": {
26591
+ "kind": "SCALAR",
26592
+ "name": "Boolean"
26593
+ }
26594
+ },
26581
26595
  {
26582
26596
  "name": "id",
26583
26597
  "type": {
@@ -27230,6 +27244,13 @@ const introspection = {
27230
27244
  }
27231
27245
  }
27232
27246
  },
27247
+ {
27248
+ "name": "forceTimeSlotValidation",
27249
+ "type": {
27250
+ "kind": "SCALAR",
27251
+ "name": "Boolean"
27252
+ }
27253
+ },
27233
27254
  {
27234
27255
  "name": "id",
27235
27256
  "type": {
@@ -27347,62 +27368,6 @@ const introspection = {
27347
27368
  ],
27348
27369
  "isDeprecated": false
27349
27370
  },
27350
- {
27351
- "name": "scheduleAppointment",
27352
- "type": {
27353
- "kind": "NON_NULL",
27354
- "ofType": {
27355
- "kind": "OBJECT",
27356
- "name": "Appointment"
27357
- }
27358
- },
27359
- "args": [
27360
- {
27361
- "name": "appointmentCreateInput",
27362
- "type": {
27363
- "kind": "NON_NULL",
27364
- "ofType": {
27365
- "kind": "INPUT_OBJECT",
27366
- "name": "AppointmentCreateInput"
27367
- }
27368
- }
27369
- }
27370
- ],
27371
- "isDeprecated": false
27372
- },
27373
- {
27374
- "name": "scheduleRescheduleAppointment",
27375
- "type": {
27376
- "kind": "NON_NULL",
27377
- "ofType": {
27378
- "kind": "OBJECT",
27379
- "name": "Appointment"
27380
- }
27381
- },
27382
- "args": [
27383
- {
27384
- "name": "appointmentRescheduleInput",
27385
- "type": {
27386
- "kind": "NON_NULL",
27387
- "ofType": {
27388
- "kind": "INPUT_OBJECT",
27389
- "name": "AppointmentRescheduleInput"
27390
- }
27391
- }
27392
- },
27393
- {
27394
- "name": "id",
27395
- "type": {
27396
- "kind": "NON_NULL",
27397
- "ofType": {
27398
- "kind": "SCALAR",
27399
- "name": "ID"
27400
- }
27401
- }
27402
- }
27403
- ],
27404
- "isDeprecated": false
27405
- },
27406
27371
  {
27407
27372
  "name": "sendAIMessage",
27408
27373
  "type": {