@pexip-engage-public/graphql 1.1.5 → 1.1.6

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.
@@ -2547,61 +2547,6 @@ const introspection = {
2547
2547
  ],
2548
2548
  "isOneOf": false
2549
2549
  },
2550
- {
2551
- "kind": "OBJECT",
2552
- "name": "AppointmentCrossOfficeParticipantSelectionEnabledEnterpriseSetting",
2553
- "fields": [
2554
- {
2555
- "name": "createdAt",
2556
- "type": {
2557
- "kind": "NON_NULL",
2558
- "ofType": {
2559
- "kind": "SCALAR",
2560
- "name": "ISO8601"
2561
- }
2562
- },
2563
- "args": [],
2564
- "isDeprecated": false
2565
- },
2566
- {
2567
- "name": "manageable",
2568
- "type": {
2569
- "kind": "NON_NULL",
2570
- "ofType": {
2571
- "kind": "SCALAR",
2572
- "name": "Boolean"
2573
- }
2574
- },
2575
- "args": [],
2576
- "isDeprecated": false
2577
- },
2578
- {
2579
- "name": "updatedAt",
2580
- "type": {
2581
- "kind": "NON_NULL",
2582
- "ofType": {
2583
- "kind": "SCALAR",
2584
- "name": "ISO8601"
2585
- }
2586
- },
2587
- "args": [],
2588
- "isDeprecated": false
2589
- },
2590
- {
2591
- "name": "value",
2592
- "type": {
2593
- "kind": "NON_NULL",
2594
- "ofType": {
2595
- "kind": "SCALAR",
2596
- "name": "Boolean"
2597
- }
2598
- },
2599
- "args": [],
2600
- "isDeprecated": false
2601
- }
2602
- ],
2603
- "interfaces": []
2604
- },
2605
2550
  {
2606
2551
  "kind": "OBJECT",
2607
2552
  "name": "AppointmentDefaultEstimatedDurationEnterpriseSetting",
@@ -10830,18 +10775,6 @@ const introspection = {
10830
10775
  "args": [],
10831
10776
  "isDeprecated": false
10832
10777
  },
10833
- {
10834
- "name": "appointmentCrossOfficeParticipantSelectionEnabled",
10835
- "type": {
10836
- "kind": "NON_NULL",
10837
- "ofType": {
10838
- "kind": "OBJECT",
10839
- "name": "AppointmentCrossOfficeParticipantSelectionEnabledEnterpriseSetting"
10840
- }
10841
- },
10842
- "args": [],
10843
- "isDeprecated": false
10844
- },
10845
10778
  {
10846
10779
  "name": "appointmentDefaultEstimatedDuration",
10847
10780
  "type": {
@@ -11475,13 +11408,6 @@ const introspection = {
11475
11408
  "name": "appointmentCompletionAllowedDaysBeforeStartInput"
11476
11409
  }
11477
11410
  },
11478
- {
11479
- "name": "appointmentCrossOfficeParticipantSelectionEnabled",
11480
- "type": {
11481
- "kind": "INPUT_OBJECT",
11482
- "name": "appointmentCrossOfficeParticipantSelectionEnabledInput"
11483
- }
11484
- },
11485
11411
  {
11486
11412
  "name": "appointmentDefaultEstimatedDuration",
11487
11413
  "type": {
@@ -21285,6 +21211,29 @@ const introspection = {
21285
21211
  ],
21286
21212
  "isDeprecated": false
21287
21213
  },
21214
+ {
21215
+ "name": "createUnavailabilityEvent",
21216
+ "type": {
21217
+ "kind": "NON_NULL",
21218
+ "ofType": {
21219
+ "kind": "OBJECT",
21220
+ "name": "Unavailability"
21221
+ }
21222
+ },
21223
+ "args": [
21224
+ {
21225
+ "name": "input",
21226
+ "type": {
21227
+ "kind": "NON_NULL",
21228
+ "ofType": {
21229
+ "kind": "INPUT_OBJECT",
21230
+ "name": "UnavailabilityEventCreateInput"
21231
+ }
21232
+ }
21233
+ }
21234
+ ],
21235
+ "isDeprecated": false
21236
+ },
21288
21237
  {
21289
21238
  "name": "createUploadFileLink",
21290
21239
  "type": {
@@ -21926,6 +21875,29 @@ const introspection = {
21926
21875
  ],
21927
21876
  "isDeprecated": false
21928
21877
  },
21878
+ {
21879
+ "name": "deleteUnavailabilityEvent",
21880
+ "type": {
21881
+ "kind": "NON_NULL",
21882
+ "ofType": {
21883
+ "kind": "OBJECT",
21884
+ "name": "Unavailability"
21885
+ }
21886
+ },
21887
+ "args": [
21888
+ {
21889
+ "name": "id",
21890
+ "type": {
21891
+ "kind": "NON_NULL",
21892
+ "ofType": {
21893
+ "kind": "SCALAR",
21894
+ "name": "ID"
21895
+ }
21896
+ }
21897
+ }
21898
+ ],
21899
+ "isDeprecated": false
21900
+ },
21929
21901
  {
21930
21902
  "name": "deleteWebhookConfiguration",
21931
21903
  "type": {
@@ -40904,6 +40876,10 @@ const introspection = {
40904
40876
  "name": "APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER",
40905
40877
  "isDeprecated": false
40906
40878
  },
40879
+ {
40880
+ "name": "APPOINTMENT_CROSS_OFFICE_EMPLOYEE_SELECTION_ENABLED",
40881
+ "isDeprecated": false
40882
+ },
40907
40883
  {
40908
40884
  "name": "APPOINTMENT_CUSTOMER_SELECTION",
40909
40885
  "isDeprecated": false
@@ -40912,6 +40888,10 @@ const introspection = {
40912
40888
  "name": "APPOINTMENT_ONLY_SCHEDULABLE_TOGGLE",
40913
40889
  "isDeprecated": false
40914
40890
  },
40891
+ {
40892
+ "name": "APPOINTMENT_PAST_EDITING_ENABLED",
40893
+ "isDeprecated": false
40894
+ },
40915
40895
  {
40916
40896
  "name": "APPOINTMENT_SCHEDULING",
40917
40897
  "isDeprecated": false
@@ -40920,6 +40900,10 @@ const introspection = {
40920
40900
  "name": "APPOINTMENT_SUBJECT_SELECTION",
40921
40901
  "isDeprecated": false
40922
40902
  },
40903
+ {
40904
+ "name": "CALENDAR_UNAVAILABILITY_EVENTS",
40905
+ "isDeprecated": false
40906
+ },
40923
40907
  {
40924
40908
  "name": "CUSTOMER_CREATION",
40925
40909
  "isDeprecated": false
@@ -41177,6 +41161,18 @@ const introspection = {
41177
41161
  "kind": "OBJECT",
41178
41162
  "name": "Unavailability",
41179
41163
  "fields": [
41164
+ {
41165
+ "name": "allDay",
41166
+ "type": {
41167
+ "kind": "NON_NULL",
41168
+ "ofType": {
41169
+ "kind": "SCALAR",
41170
+ "name": "Boolean"
41171
+ }
41172
+ },
41173
+ "args": [],
41174
+ "isDeprecated": false
41175
+ },
41180
41176
  {
41181
41177
  "name": "createdAt",
41182
41178
  "type": {
@@ -41408,6 +41404,43 @@ const introspection = {
41408
41404
  ],
41409
41405
  "interfaces": []
41410
41406
  },
41407
+ {
41408
+ "kind": "INPUT_OBJECT",
41409
+ "name": "UnavailabilityEventCreateInput",
41410
+ "inputFields": [
41411
+ {
41412
+ "name": "employeeId",
41413
+ "type": {
41414
+ "kind": "NON_NULL",
41415
+ "ofType": {
41416
+ "kind": "SCALAR",
41417
+ "name": "ID"
41418
+ }
41419
+ }
41420
+ },
41421
+ {
41422
+ "name": "end",
41423
+ "type": {
41424
+ "kind": "NON_NULL",
41425
+ "ofType": {
41426
+ "kind": "SCALAR",
41427
+ "name": "ISO8601"
41428
+ }
41429
+ }
41430
+ },
41431
+ {
41432
+ "name": "start",
41433
+ "type": {
41434
+ "kind": "NON_NULL",
41435
+ "ofType": {
41436
+ "kind": "SCALAR",
41437
+ "name": "ISO8601"
41438
+ }
41439
+ }
41440
+ }
41441
+ ],
41442
+ "isOneOf": false
41443
+ },
41411
41444
  {
41412
41445
  "kind": "INPUT_OBJECT",
41413
41446
  "name": "UnavailabilityRevertInput",
@@ -42879,27 +42912,6 @@ const introspection = {
42879
42912
  ],
42880
42913
  "isOneOf": false
42881
42914
  },
42882
- {
42883
- "kind": "INPUT_OBJECT",
42884
- "name": "appointmentCrossOfficeParticipantSelectionEnabledInput",
42885
- "inputFields": [
42886
- {
42887
- "name": "manageable",
42888
- "type": {
42889
- "kind": "SCALAR",
42890
- "name": "Boolean"
42891
- }
42892
- },
42893
- {
42894
- "name": "value",
42895
- "type": {
42896
- "kind": "SCALAR",
42897
- "name": "Boolean"
42898
- }
42899
- }
42900
- ],
42901
- "isOneOf": false
42902
- },
42903
42915
  {
42904
42916
  "kind": "INPUT_OBJECT",
42905
42917
  "name": "appointmentDefaultEstimatedDurationInput",