@pexip-engage-public/graphql 1.1.5-canary-20250702112915 → 1.1.5
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/CHANGELOG.md +3 -2
- package/dist/graphql-env.d.ts +83 -92
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +95 -107
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +18 -15
- package/dist/schema.d.ts.map +1 -1
- package/dist/type-guards.js +1 -1
- package/dist/type-guards.js.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +95 -107
- package/src/schema.ts +19 -22
- package/src/type-guards.ts +1 -1
package/dist/graphql-env.js
CHANGED
|
@@ -2547,6 +2547,61 @@ 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
|
+
},
|
|
2550
2605
|
{
|
|
2551
2606
|
"kind": "OBJECT",
|
|
2552
2607
|
"name": "AppointmentDefaultEstimatedDurationEnterpriseSetting",
|
|
@@ -10775,6 +10830,18 @@ const introspection = {
|
|
|
10775
10830
|
"args": [],
|
|
10776
10831
|
"isDeprecated": false
|
|
10777
10832
|
},
|
|
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
|
+
},
|
|
10778
10845
|
{
|
|
10779
10846
|
"name": "appointmentDefaultEstimatedDuration",
|
|
10780
10847
|
"type": {
|
|
@@ -11408,6 +11475,13 @@ const introspection = {
|
|
|
11408
11475
|
"name": "appointmentCompletionAllowedDaysBeforeStartInput"
|
|
11409
11476
|
}
|
|
11410
11477
|
},
|
|
11478
|
+
{
|
|
11479
|
+
"name": "appointmentCrossOfficeParticipantSelectionEnabled",
|
|
11480
|
+
"type": {
|
|
11481
|
+
"kind": "INPUT_OBJECT",
|
|
11482
|
+
"name": "appointmentCrossOfficeParticipantSelectionEnabledInput"
|
|
11483
|
+
}
|
|
11484
|
+
},
|
|
11411
11485
|
{
|
|
11412
11486
|
"name": "appointmentDefaultEstimatedDuration",
|
|
11413
11487
|
"type": {
|
|
@@ -21211,29 +21285,6 @@ const introspection = {
|
|
|
21211
21285
|
],
|
|
21212
21286
|
"isDeprecated": false
|
|
21213
21287
|
},
|
|
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
|
-
},
|
|
21237
21288
|
{
|
|
21238
21289
|
"name": "createUploadFileLink",
|
|
21239
21290
|
"type": {
|
|
@@ -21875,29 +21926,6 @@ const introspection = {
|
|
|
21875
21926
|
],
|
|
21876
21927
|
"isDeprecated": false
|
|
21877
21928
|
},
|
|
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
|
-
},
|
|
21901
21929
|
{
|
|
21902
21930
|
"name": "deleteWebhookConfiguration",
|
|
21903
21931
|
"type": {
|
|
@@ -40876,10 +40904,6 @@ const introspection = {
|
|
|
40876
40904
|
"name": "APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER",
|
|
40877
40905
|
"isDeprecated": false
|
|
40878
40906
|
},
|
|
40879
|
-
{
|
|
40880
|
-
"name": "APPOINTMENT_CROSS_OFFICE_EMPLOYEE_SELECTION_ENABLED",
|
|
40881
|
-
"isDeprecated": false
|
|
40882
|
-
},
|
|
40883
40907
|
{
|
|
40884
40908
|
"name": "APPOINTMENT_CUSTOMER_SELECTION",
|
|
40885
40909
|
"isDeprecated": false
|
|
@@ -40888,10 +40912,6 @@ const introspection = {
|
|
|
40888
40912
|
"name": "APPOINTMENT_ONLY_SCHEDULABLE_TOGGLE",
|
|
40889
40913
|
"isDeprecated": false
|
|
40890
40914
|
},
|
|
40891
|
-
{
|
|
40892
|
-
"name": "APPOINTMENT_PAST_EDITING_ENABLED",
|
|
40893
|
-
"isDeprecated": false
|
|
40894
|
-
},
|
|
40895
40915
|
{
|
|
40896
40916
|
"name": "APPOINTMENT_SCHEDULING",
|
|
40897
40917
|
"isDeprecated": false
|
|
@@ -40900,10 +40920,6 @@ const introspection = {
|
|
|
40900
40920
|
"name": "APPOINTMENT_SUBJECT_SELECTION",
|
|
40901
40921
|
"isDeprecated": false
|
|
40902
40922
|
},
|
|
40903
|
-
{
|
|
40904
|
-
"name": "CALENDAR_UNAVAILABILITY_EVENTS",
|
|
40905
|
-
"isDeprecated": false
|
|
40906
|
-
},
|
|
40907
40923
|
{
|
|
40908
40924
|
"name": "CUSTOMER_CREATION",
|
|
40909
40925
|
"isDeprecated": false
|
|
@@ -41161,18 +41177,6 @@ const introspection = {
|
|
|
41161
41177
|
"kind": "OBJECT",
|
|
41162
41178
|
"name": "Unavailability",
|
|
41163
41179
|
"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
|
-
},
|
|
41176
41180
|
{
|
|
41177
41181
|
"name": "createdAt",
|
|
41178
41182
|
"type": {
|
|
@@ -41404,43 +41408,6 @@ const introspection = {
|
|
|
41404
41408
|
],
|
|
41405
41409
|
"interfaces": []
|
|
41406
41410
|
},
|
|
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
|
-
},
|
|
41444
41411
|
{
|
|
41445
41412
|
"kind": "INPUT_OBJECT",
|
|
41446
41413
|
"name": "UnavailabilityRevertInput",
|
|
@@ -42912,6 +42879,27 @@ const introspection = {
|
|
|
42912
42879
|
],
|
|
42913
42880
|
"isOneOf": false
|
|
42914
42881
|
},
|
|
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
|
+
},
|
|
42915
42903
|
{
|
|
42916
42904
|
"kind": "INPUT_OBJECT",
|
|
42917
42905
|
"name": "appointmentDefaultEstimatedDurationInput",
|