@pexip-engage-public/graphql 1.7.5 → 1.7.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/CHANGELOG.md +16 -0
- package/dist/get-api-client.d.ts +1 -1
- package/dist/get-api-client.d.ts.map +1 -1
- package/dist/graphql-env.d.ts +551 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +632 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +84 -3
- package/dist/schema.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/graphql-env.ts +632 -0
- package/src/schema.ts +110 -2
package/src/graphql-env.ts
CHANGED
|
@@ -3450,6 +3450,10 @@ const introspection = {
|
|
|
3450
3450
|
{
|
|
3451
3451
|
"name": "SECONDARY_PARTICIPANT_REMOVED",
|
|
3452
3452
|
"isDeprecated": false
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "UPDATE_APPOINTMENT_DETAILS",
|
|
3456
|
+
"isDeprecated": false
|
|
3453
3457
|
}
|
|
3454
3458
|
]
|
|
3455
3459
|
},
|
|
@@ -4600,6 +4604,10 @@ const introspection = {
|
|
|
4600
4604
|
{
|
|
4601
4605
|
"name": "SECONDARY_PARTICIPANT_REMOVED",
|
|
4602
4606
|
"isDeprecated": false
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"name": "UPDATE_APPOINTMENT_DETAILS",
|
|
4610
|
+
"isDeprecated": false
|
|
4603
4611
|
}
|
|
4604
4612
|
]
|
|
4605
4613
|
},
|
|
@@ -10129,6 +10137,176 @@ const introspection = {
|
|
|
10129
10137
|
],
|
|
10130
10138
|
"isOneOf": false
|
|
10131
10139
|
},
|
|
10140
|
+
{
|
|
10141
|
+
"kind": "OBJECT",
|
|
10142
|
+
"name": "DataExport",
|
|
10143
|
+
"fields": [
|
|
10144
|
+
{
|
|
10145
|
+
"name": "active",
|
|
10146
|
+
"type": {
|
|
10147
|
+
"kind": "NON_NULL",
|
|
10148
|
+
"ofType": {
|
|
10149
|
+
"kind": "SCALAR",
|
|
10150
|
+
"name": "Boolean"
|
|
10151
|
+
}
|
|
10152
|
+
},
|
|
10153
|
+
"args": [],
|
|
10154
|
+
"isDeprecated": false
|
|
10155
|
+
},
|
|
10156
|
+
{
|
|
10157
|
+
"name": "createdAt",
|
|
10158
|
+
"type": {
|
|
10159
|
+
"kind": "NON_NULL",
|
|
10160
|
+
"ofType": {
|
|
10161
|
+
"kind": "SCALAR",
|
|
10162
|
+
"name": "ISO8601"
|
|
10163
|
+
}
|
|
10164
|
+
},
|
|
10165
|
+
"args": [],
|
|
10166
|
+
"isDeprecated": false
|
|
10167
|
+
},
|
|
10168
|
+
{
|
|
10169
|
+
"name": "exportMode",
|
|
10170
|
+
"type": {
|
|
10171
|
+
"kind": "NON_NULL",
|
|
10172
|
+
"ofType": {
|
|
10173
|
+
"kind": "ENUM",
|
|
10174
|
+
"name": "DataExportMode"
|
|
10175
|
+
}
|
|
10176
|
+
},
|
|
10177
|
+
"args": [],
|
|
10178
|
+
"isDeprecated": false
|
|
10179
|
+
},
|
|
10180
|
+
{
|
|
10181
|
+
"name": "id",
|
|
10182
|
+
"type": {
|
|
10183
|
+
"kind": "NON_NULL",
|
|
10184
|
+
"ofType": {
|
|
10185
|
+
"kind": "SCALAR",
|
|
10186
|
+
"name": "Int"
|
|
10187
|
+
}
|
|
10188
|
+
},
|
|
10189
|
+
"args": [],
|
|
10190
|
+
"isDeprecated": false
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"name": "lastSuccessfulExport",
|
|
10194
|
+
"type": {
|
|
10195
|
+
"kind": "SCALAR",
|
|
10196
|
+
"name": "ISO8601"
|
|
10197
|
+
},
|
|
10198
|
+
"args": [],
|
|
10199
|
+
"isDeprecated": false
|
|
10200
|
+
},
|
|
10201
|
+
{
|
|
10202
|
+
"name": "lastSuccessfulExportRecords",
|
|
10203
|
+
"type": {
|
|
10204
|
+
"kind": "SCALAR",
|
|
10205
|
+
"name": "Int"
|
|
10206
|
+
},
|
|
10207
|
+
"args": [],
|
|
10208
|
+
"isDeprecated": false
|
|
10209
|
+
},
|
|
10210
|
+
{
|
|
10211
|
+
"name": "type",
|
|
10212
|
+
"type": {
|
|
10213
|
+
"kind": "NON_NULL",
|
|
10214
|
+
"ofType": {
|
|
10215
|
+
"kind": "ENUM",
|
|
10216
|
+
"name": "DataExportType"
|
|
10217
|
+
}
|
|
10218
|
+
},
|
|
10219
|
+
"args": [],
|
|
10220
|
+
"isDeprecated": false
|
|
10221
|
+
},
|
|
10222
|
+
{
|
|
10223
|
+
"name": "updatedAt",
|
|
10224
|
+
"type": {
|
|
10225
|
+
"kind": "NON_NULL",
|
|
10226
|
+
"ofType": {
|
|
10227
|
+
"kind": "SCALAR",
|
|
10228
|
+
"name": "ISO8601"
|
|
10229
|
+
}
|
|
10230
|
+
},
|
|
10231
|
+
"args": [],
|
|
10232
|
+
"isDeprecated": false
|
|
10233
|
+
}
|
|
10234
|
+
],
|
|
10235
|
+
"interfaces": []
|
|
10236
|
+
},
|
|
10237
|
+
{
|
|
10238
|
+
"kind": "OBJECT",
|
|
10239
|
+
"name": "DataExportFile",
|
|
10240
|
+
"fields": [
|
|
10241
|
+
{
|
|
10242
|
+
"name": "contentLength",
|
|
10243
|
+
"type": {
|
|
10244
|
+
"kind": "SCALAR",
|
|
10245
|
+
"name": "Float"
|
|
10246
|
+
},
|
|
10247
|
+
"args": [],
|
|
10248
|
+
"isDeprecated": false
|
|
10249
|
+
},
|
|
10250
|
+
{
|
|
10251
|
+
"name": "lastModified",
|
|
10252
|
+
"type": {
|
|
10253
|
+
"kind": "SCALAR",
|
|
10254
|
+
"name": "ISO8601"
|
|
10255
|
+
},
|
|
10256
|
+
"args": [],
|
|
10257
|
+
"isDeprecated": false
|
|
10258
|
+
},
|
|
10259
|
+
{
|
|
10260
|
+
"name": "name",
|
|
10261
|
+
"type": {
|
|
10262
|
+
"kind": "NON_NULL",
|
|
10263
|
+
"ofType": {
|
|
10264
|
+
"kind": "SCALAR",
|
|
10265
|
+
"name": "String"
|
|
10266
|
+
}
|
|
10267
|
+
},
|
|
10268
|
+
"args": [],
|
|
10269
|
+
"isDeprecated": false
|
|
10270
|
+
}
|
|
10271
|
+
],
|
|
10272
|
+
"interfaces": []
|
|
10273
|
+
},
|
|
10274
|
+
{
|
|
10275
|
+
"kind": "ENUM",
|
|
10276
|
+
"name": "DataExportMode",
|
|
10277
|
+
"enumValues": [
|
|
10278
|
+
{
|
|
10279
|
+
"name": "FULL_SNAPSHOT",
|
|
10280
|
+
"isDeprecated": false
|
|
10281
|
+
},
|
|
10282
|
+
{
|
|
10283
|
+
"name": "INCREMENTAL",
|
|
10284
|
+
"isDeprecated": false
|
|
10285
|
+
}
|
|
10286
|
+
]
|
|
10287
|
+
},
|
|
10288
|
+
{
|
|
10289
|
+
"kind": "ENUM",
|
|
10290
|
+
"name": "DataExportType",
|
|
10291
|
+
"enumValues": [
|
|
10292
|
+
{
|
|
10293
|
+
"name": "EXPERTISE",
|
|
10294
|
+
"isDeprecated": false
|
|
10295
|
+
},
|
|
10296
|
+
{
|
|
10297
|
+
"name": "MEETING_ROOMS",
|
|
10298
|
+
"isDeprecated": false
|
|
10299
|
+
},
|
|
10300
|
+
{
|
|
10301
|
+
"name": "MEETING_ROOM_SCHEDULING_SETTINGS",
|
|
10302
|
+
"isDeprecated": false
|
|
10303
|
+
},
|
|
10304
|
+
{
|
|
10305
|
+
"name": "OFFICE_RELATIONS",
|
|
10306
|
+
"isDeprecated": false
|
|
10307
|
+
}
|
|
10308
|
+
]
|
|
10309
|
+
},
|
|
10132
10310
|
{
|
|
10133
10311
|
"kind": "OBJECT",
|
|
10134
10312
|
"name": "DataRetentionDurationEnterpriseSetting",
|
|
@@ -11890,6 +12068,15 @@ const introspection = {
|
|
|
11890
12068
|
"args": [],
|
|
11891
12069
|
"isDeprecated": false
|
|
11892
12070
|
},
|
|
12071
|
+
{
|
|
12072
|
+
"name": "description",
|
|
12073
|
+
"type": {
|
|
12074
|
+
"kind": "OBJECT",
|
|
12075
|
+
"name": "TranslationObject"
|
|
12076
|
+
},
|
|
12077
|
+
"args": [],
|
|
12078
|
+
"isDeprecated": false
|
|
12079
|
+
},
|
|
11893
12080
|
{
|
|
11894
12081
|
"name": "email",
|
|
11895
12082
|
"type": {
|
|
@@ -12792,6 +12979,18 @@ const introspection = {
|
|
|
12792
12979
|
"args": [],
|
|
12793
12980
|
"isDeprecated": false
|
|
12794
12981
|
},
|
|
12982
|
+
{
|
|
12983
|
+
"name": "description",
|
|
12984
|
+
"type": {
|
|
12985
|
+
"kind": "NON_NULL",
|
|
12986
|
+
"ofType": {
|
|
12987
|
+
"kind": "SCALAR",
|
|
12988
|
+
"name": "Boolean"
|
|
12989
|
+
}
|
|
12990
|
+
},
|
|
12991
|
+
"args": [],
|
|
12992
|
+
"isDeprecated": false
|
|
12993
|
+
},
|
|
12795
12994
|
{
|
|
12796
12995
|
"name": "email",
|
|
12797
12996
|
"type": {
|
|
@@ -13197,6 +13396,24 @@ const introspection = {
|
|
|
13197
13396
|
"kind": "OBJECT",
|
|
13198
13397
|
"name": "EmployeeTranslations",
|
|
13199
13398
|
"fields": [
|
|
13399
|
+
{
|
|
13400
|
+
"name": "description",
|
|
13401
|
+
"type": {
|
|
13402
|
+
"kind": "NON_NULL",
|
|
13403
|
+
"ofType": {
|
|
13404
|
+
"kind": "LIST",
|
|
13405
|
+
"ofType": {
|
|
13406
|
+
"kind": "NON_NULL",
|
|
13407
|
+
"ofType": {
|
|
13408
|
+
"kind": "OBJECT",
|
|
13409
|
+
"name": "TranslationObject"
|
|
13410
|
+
}
|
|
13411
|
+
}
|
|
13412
|
+
}
|
|
13413
|
+
},
|
|
13414
|
+
"args": [],
|
|
13415
|
+
"isDeprecated": false
|
|
13416
|
+
},
|
|
13200
13417
|
{
|
|
13201
13418
|
"name": "function",
|
|
13202
13419
|
"type": {
|
|
@@ -13222,6 +13439,20 @@ const introspection = {
|
|
|
13222
13439
|
"kind": "INPUT_OBJECT",
|
|
13223
13440
|
"name": "EmployeeTranslationsCreateInput",
|
|
13224
13441
|
"inputFields": [
|
|
13442
|
+
{
|
|
13443
|
+
"name": "description",
|
|
13444
|
+
"type": {
|
|
13445
|
+
"kind": "LIST",
|
|
13446
|
+
"ofType": {
|
|
13447
|
+
"kind": "NON_NULL",
|
|
13448
|
+
"ofType": {
|
|
13449
|
+
"kind": "INPUT_OBJECT",
|
|
13450
|
+
"name": "TranslationObjectInput"
|
|
13451
|
+
}
|
|
13452
|
+
}
|
|
13453
|
+
},
|
|
13454
|
+
"defaultValue": "[]"
|
|
13455
|
+
},
|
|
13225
13456
|
{
|
|
13226
13457
|
"name": "function",
|
|
13227
13458
|
"type": {
|
|
@@ -13243,6 +13474,19 @@ const introspection = {
|
|
|
13243
13474
|
"kind": "INPUT_OBJECT",
|
|
13244
13475
|
"name": "EmployeeTranslationsPatchInput",
|
|
13245
13476
|
"inputFields": [
|
|
13477
|
+
{
|
|
13478
|
+
"name": "description",
|
|
13479
|
+
"type": {
|
|
13480
|
+
"kind": "LIST",
|
|
13481
|
+
"ofType": {
|
|
13482
|
+
"kind": "NON_NULL",
|
|
13483
|
+
"ofType": {
|
|
13484
|
+
"kind": "INPUT_OBJECT",
|
|
13485
|
+
"name": "TranslationObjectInput"
|
|
13486
|
+
}
|
|
13487
|
+
}
|
|
13488
|
+
}
|
|
13489
|
+
},
|
|
13246
13490
|
{
|
|
13247
13491
|
"name": "function",
|
|
13248
13492
|
"type": {
|
|
@@ -13880,6 +14124,18 @@ const introspection = {
|
|
|
13880
14124
|
"args": [],
|
|
13881
14125
|
"isDeprecated": false
|
|
13882
14126
|
},
|
|
14127
|
+
{
|
|
14128
|
+
"name": "maintenanceMode",
|
|
14129
|
+
"type": {
|
|
14130
|
+
"kind": "NON_NULL",
|
|
14131
|
+
"ofType": {
|
|
14132
|
+
"kind": "OBJECT",
|
|
14133
|
+
"name": "MaintenanceModeEnterpriseSetting"
|
|
14134
|
+
}
|
|
14135
|
+
},
|
|
14136
|
+
"args": [],
|
|
14137
|
+
"isDeprecated": false
|
|
14138
|
+
},
|
|
13883
14139
|
{
|
|
13884
14140
|
"name": "maxConcurrentAppointments",
|
|
13885
14141
|
"type": {
|
|
@@ -14309,6 +14565,13 @@ const introspection = {
|
|
|
14309
14565
|
"name": "logoUrlInput"
|
|
14310
14566
|
}
|
|
14311
14567
|
},
|
|
14568
|
+
{
|
|
14569
|
+
"name": "maintenanceMode",
|
|
14570
|
+
"type": {
|
|
14571
|
+
"kind": "INPUT_OBJECT",
|
|
14572
|
+
"name": "maintenanceModeInput"
|
|
14573
|
+
}
|
|
14574
|
+
},
|
|
14312
14575
|
{
|
|
14313
14576
|
"name": "maxConcurrentAppointments",
|
|
14314
14577
|
"type": {
|
|
@@ -20225,6 +20488,61 @@ const introspection = {
|
|
|
20225
20488
|
],
|
|
20226
20489
|
"interfaces": []
|
|
20227
20490
|
},
|
|
20491
|
+
{
|
|
20492
|
+
"kind": "OBJECT",
|
|
20493
|
+
"name": "MaintenanceModeEnterpriseSetting",
|
|
20494
|
+
"fields": [
|
|
20495
|
+
{
|
|
20496
|
+
"name": "createdAt",
|
|
20497
|
+
"type": {
|
|
20498
|
+
"kind": "NON_NULL",
|
|
20499
|
+
"ofType": {
|
|
20500
|
+
"kind": "SCALAR",
|
|
20501
|
+
"name": "ISO8601"
|
|
20502
|
+
}
|
|
20503
|
+
},
|
|
20504
|
+
"args": [],
|
|
20505
|
+
"isDeprecated": false
|
|
20506
|
+
},
|
|
20507
|
+
{
|
|
20508
|
+
"name": "manageable",
|
|
20509
|
+
"type": {
|
|
20510
|
+
"kind": "NON_NULL",
|
|
20511
|
+
"ofType": {
|
|
20512
|
+
"kind": "SCALAR",
|
|
20513
|
+
"name": "Boolean"
|
|
20514
|
+
}
|
|
20515
|
+
},
|
|
20516
|
+
"args": [],
|
|
20517
|
+
"isDeprecated": false
|
|
20518
|
+
},
|
|
20519
|
+
{
|
|
20520
|
+
"name": "updatedAt",
|
|
20521
|
+
"type": {
|
|
20522
|
+
"kind": "NON_NULL",
|
|
20523
|
+
"ofType": {
|
|
20524
|
+
"kind": "SCALAR",
|
|
20525
|
+
"name": "ISO8601"
|
|
20526
|
+
}
|
|
20527
|
+
},
|
|
20528
|
+
"args": [],
|
|
20529
|
+
"isDeprecated": false
|
|
20530
|
+
},
|
|
20531
|
+
{
|
|
20532
|
+
"name": "value",
|
|
20533
|
+
"type": {
|
|
20534
|
+
"kind": "NON_NULL",
|
|
20535
|
+
"ofType": {
|
|
20536
|
+
"kind": "SCALAR",
|
|
20537
|
+
"name": "Boolean"
|
|
20538
|
+
}
|
|
20539
|
+
},
|
|
20540
|
+
"args": [],
|
|
20541
|
+
"isDeprecated": false
|
|
20542
|
+
}
|
|
20543
|
+
],
|
|
20544
|
+
"interfaces": []
|
|
20545
|
+
},
|
|
20228
20546
|
{
|
|
20229
20547
|
"kind": "INTERFACE",
|
|
20230
20548
|
"name": "Managed",
|
|
@@ -23226,6 +23544,39 @@ const introspection = {
|
|
|
23226
23544
|
],
|
|
23227
23545
|
"isDeprecated": false
|
|
23228
23546
|
},
|
|
23547
|
+
{
|
|
23548
|
+
"name": "createDownloadDataExportLink",
|
|
23549
|
+
"type": {
|
|
23550
|
+
"kind": "NON_NULL",
|
|
23551
|
+
"ofType": {
|
|
23552
|
+
"kind": "SCALAR",
|
|
23553
|
+
"name": "String"
|
|
23554
|
+
}
|
|
23555
|
+
},
|
|
23556
|
+
"args": [
|
|
23557
|
+
{
|
|
23558
|
+
"name": "dataExportId",
|
|
23559
|
+
"type": {
|
|
23560
|
+
"kind": "NON_NULL",
|
|
23561
|
+
"ofType": {
|
|
23562
|
+
"kind": "SCALAR",
|
|
23563
|
+
"name": "Int"
|
|
23564
|
+
}
|
|
23565
|
+
}
|
|
23566
|
+
},
|
|
23567
|
+
{
|
|
23568
|
+
"name": "fileName",
|
|
23569
|
+
"type": {
|
|
23570
|
+
"kind": "NON_NULL",
|
|
23571
|
+
"ofType": {
|
|
23572
|
+
"kind": "SCALAR",
|
|
23573
|
+
"name": "String"
|
|
23574
|
+
}
|
|
23575
|
+
}
|
|
23576
|
+
}
|
|
23577
|
+
],
|
|
23578
|
+
"isDeprecated": false
|
|
23579
|
+
},
|
|
23229
23580
|
{
|
|
23230
23581
|
"name": "createDownloadFileLink",
|
|
23231
23582
|
"type": {
|
|
@@ -25258,6 +25609,39 @@ const introspection = {
|
|
|
25258
25609
|
],
|
|
25259
25610
|
"isDeprecated": false
|
|
25260
25611
|
},
|
|
25612
|
+
{
|
|
25613
|
+
"name": "patchDataExport",
|
|
25614
|
+
"type": {
|
|
25615
|
+
"kind": "NON_NULL",
|
|
25616
|
+
"ofType": {
|
|
25617
|
+
"kind": "OBJECT",
|
|
25618
|
+
"name": "DataExport"
|
|
25619
|
+
}
|
|
25620
|
+
},
|
|
25621
|
+
"args": [
|
|
25622
|
+
{
|
|
25623
|
+
"name": "id",
|
|
25624
|
+
"type": {
|
|
25625
|
+
"kind": "NON_NULL",
|
|
25626
|
+
"ofType": {
|
|
25627
|
+
"kind": "SCALAR",
|
|
25628
|
+
"name": "Int"
|
|
25629
|
+
}
|
|
25630
|
+
}
|
|
25631
|
+
},
|
|
25632
|
+
{
|
|
25633
|
+
"name": "input",
|
|
25634
|
+
"type": {
|
|
25635
|
+
"kind": "NON_NULL",
|
|
25636
|
+
"ofType": {
|
|
25637
|
+
"kind": "INPUT_OBJECT",
|
|
25638
|
+
"name": "PatchDataExportInput"
|
|
25639
|
+
}
|
|
25640
|
+
}
|
|
25641
|
+
}
|
|
25642
|
+
],
|
|
25643
|
+
"isDeprecated": false
|
|
25644
|
+
},
|
|
25261
25645
|
{
|
|
25262
25646
|
"name": "patchEmailTemplate",
|
|
25263
25647
|
"type": {
|
|
@@ -28121,6 +28505,46 @@ const introspection = {
|
|
|
28121
28505
|
],
|
|
28122
28506
|
"isDeprecated": false
|
|
28123
28507
|
},
|
|
28508
|
+
{
|
|
28509
|
+
"name": "updateAppointmentDetails",
|
|
28510
|
+
"type": {
|
|
28511
|
+
"kind": "NON_NULL",
|
|
28512
|
+
"ofType": {
|
|
28513
|
+
"kind": "OBJECT",
|
|
28514
|
+
"name": "Appointment"
|
|
28515
|
+
}
|
|
28516
|
+
},
|
|
28517
|
+
"args": [
|
|
28518
|
+
{
|
|
28519
|
+
"name": "forceTimeSlotValidation",
|
|
28520
|
+
"type": {
|
|
28521
|
+
"kind": "SCALAR",
|
|
28522
|
+
"name": "Boolean"
|
|
28523
|
+
}
|
|
28524
|
+
},
|
|
28525
|
+
{
|
|
28526
|
+
"name": "id",
|
|
28527
|
+
"type": {
|
|
28528
|
+
"kind": "NON_NULL",
|
|
28529
|
+
"ofType": {
|
|
28530
|
+
"kind": "SCALAR",
|
|
28531
|
+
"name": "ID"
|
|
28532
|
+
}
|
|
28533
|
+
}
|
|
28534
|
+
},
|
|
28535
|
+
{
|
|
28536
|
+
"name": "input",
|
|
28537
|
+
"type": {
|
|
28538
|
+
"kind": "NON_NULL",
|
|
28539
|
+
"ofType": {
|
|
28540
|
+
"kind": "INPUT_OBJECT",
|
|
28541
|
+
"name": "UpdateAppointmentDetailsInput"
|
|
28542
|
+
}
|
|
28543
|
+
}
|
|
28544
|
+
}
|
|
28545
|
+
],
|
|
28546
|
+
"isDeprecated": false
|
|
28547
|
+
},
|
|
28124
28548
|
{
|
|
28125
28549
|
"name": "updateAppointmentLocation",
|
|
28126
28550
|
"type": {
|
|
@@ -30537,6 +30961,23 @@ const introspection = {
|
|
|
30537
30961
|
],
|
|
30538
30962
|
"interfaces": []
|
|
30539
30963
|
},
|
|
30964
|
+
{
|
|
30965
|
+
"kind": "INPUT_OBJECT",
|
|
30966
|
+
"name": "PatchDataExportInput",
|
|
30967
|
+
"inputFields": [
|
|
30968
|
+
{
|
|
30969
|
+
"name": "active",
|
|
30970
|
+
"type": {
|
|
30971
|
+
"kind": "NON_NULL",
|
|
30972
|
+
"ofType": {
|
|
30973
|
+
"kind": "SCALAR",
|
|
30974
|
+
"name": "Boolean"
|
|
30975
|
+
}
|
|
30976
|
+
}
|
|
30977
|
+
}
|
|
30978
|
+
],
|
|
30979
|
+
"isOneOf": false
|
|
30980
|
+
},
|
|
30540
30981
|
{
|
|
30541
30982
|
"kind": "OBJECT",
|
|
30542
30983
|
"name": "PexipInfinityCall",
|
|
@@ -33409,6 +33850,76 @@ const introspection = {
|
|
|
33409
33850
|
],
|
|
33410
33851
|
"isDeprecated": false
|
|
33411
33852
|
},
|
|
33853
|
+
{
|
|
33854
|
+
"name": "dataExport",
|
|
33855
|
+
"type": {
|
|
33856
|
+
"kind": "NON_NULL",
|
|
33857
|
+
"ofType": {
|
|
33858
|
+
"kind": "OBJECT",
|
|
33859
|
+
"name": "DataExport"
|
|
33860
|
+
}
|
|
33861
|
+
},
|
|
33862
|
+
"args": [
|
|
33863
|
+
{
|
|
33864
|
+
"name": "id",
|
|
33865
|
+
"type": {
|
|
33866
|
+
"kind": "NON_NULL",
|
|
33867
|
+
"ofType": {
|
|
33868
|
+
"kind": "SCALAR",
|
|
33869
|
+
"name": "Int"
|
|
33870
|
+
}
|
|
33871
|
+
}
|
|
33872
|
+
}
|
|
33873
|
+
],
|
|
33874
|
+
"isDeprecated": false
|
|
33875
|
+
},
|
|
33876
|
+
{
|
|
33877
|
+
"name": "dataExportFiles",
|
|
33878
|
+
"type": {
|
|
33879
|
+
"kind": "NON_NULL",
|
|
33880
|
+
"ofType": {
|
|
33881
|
+
"kind": "LIST",
|
|
33882
|
+
"ofType": {
|
|
33883
|
+
"kind": "NON_NULL",
|
|
33884
|
+
"ofType": {
|
|
33885
|
+
"kind": "OBJECT",
|
|
33886
|
+
"name": "DataExportFile"
|
|
33887
|
+
}
|
|
33888
|
+
}
|
|
33889
|
+
}
|
|
33890
|
+
},
|
|
33891
|
+
"args": [
|
|
33892
|
+
{
|
|
33893
|
+
"name": "dataExportId",
|
|
33894
|
+
"type": {
|
|
33895
|
+
"kind": "NON_NULL",
|
|
33896
|
+
"ofType": {
|
|
33897
|
+
"kind": "SCALAR",
|
|
33898
|
+
"name": "Int"
|
|
33899
|
+
}
|
|
33900
|
+
}
|
|
33901
|
+
}
|
|
33902
|
+
],
|
|
33903
|
+
"isDeprecated": false
|
|
33904
|
+
},
|
|
33905
|
+
{
|
|
33906
|
+
"name": "dataExports",
|
|
33907
|
+
"type": {
|
|
33908
|
+
"kind": "NON_NULL",
|
|
33909
|
+
"ofType": {
|
|
33910
|
+
"kind": "LIST",
|
|
33911
|
+
"ofType": {
|
|
33912
|
+
"kind": "NON_NULL",
|
|
33913
|
+
"ofType": {
|
|
33914
|
+
"kind": "OBJECT",
|
|
33915
|
+
"name": "DataExport"
|
|
33916
|
+
}
|
|
33917
|
+
}
|
|
33918
|
+
}
|
|
33919
|
+
},
|
|
33920
|
+
"args": [],
|
|
33921
|
+
"isDeprecated": false
|
|
33922
|
+
},
|
|
33412
33923
|
{
|
|
33413
33924
|
"name": "definedAvailability",
|
|
33414
33925
|
"type": {
|
|
@@ -33968,6 +34479,13 @@ const introspection = {
|
|
|
33968
34479
|
"name": "Boolean"
|
|
33969
34480
|
}
|
|
33970
34481
|
},
|
|
34482
|
+
{
|
|
34483
|
+
"name": "credentialsValid",
|
|
34484
|
+
"type": {
|
|
34485
|
+
"kind": "SCALAR",
|
|
34486
|
+
"name": "Boolean"
|
|
34487
|
+
}
|
|
34488
|
+
},
|
|
33971
34489
|
{
|
|
33972
34490
|
"name": "employeeId",
|
|
33973
34491
|
"type": {
|
|
@@ -40485,6 +41003,10 @@ const introspection = {
|
|
|
40485
41003
|
"name": "OFFICE_RELATION",
|
|
40486
41004
|
"isDeprecated": false
|
|
40487
41005
|
},
|
|
41006
|
+
{
|
|
41007
|
+
"name": "OFFICE_UNAVAILABILITY",
|
|
41008
|
+
"isDeprecated": false
|
|
41009
|
+
},
|
|
40488
41010
|
{
|
|
40489
41011
|
"name": "OIDC_INTEGRATION",
|
|
40490
41012
|
"isDeprecated": false
|
|
@@ -46958,6 +47480,95 @@ const introspection = {
|
|
|
46958
47480
|
}
|
|
46959
47481
|
]
|
|
46960
47482
|
},
|
|
47483
|
+
{
|
|
47484
|
+
"kind": "INPUT_OBJECT",
|
|
47485
|
+
"name": "UpdateAppointmentDetailsInput",
|
|
47486
|
+
"inputFields": [
|
|
47487
|
+
{
|
|
47488
|
+
"name": "answers",
|
|
47489
|
+
"type": {
|
|
47490
|
+
"kind": "LIST",
|
|
47491
|
+
"ofType": {
|
|
47492
|
+
"kind": "NON_NULL",
|
|
47493
|
+
"ofType": {
|
|
47494
|
+
"kind": "INPUT_OBJECT",
|
|
47495
|
+
"name": "AppointmentAnswerInput"
|
|
47496
|
+
}
|
|
47497
|
+
}
|
|
47498
|
+
}
|
|
47499
|
+
},
|
|
47500
|
+
{
|
|
47501
|
+
"name": "appointmentParticipants",
|
|
47502
|
+
"type": {
|
|
47503
|
+
"kind": "LIST",
|
|
47504
|
+
"ofType": {
|
|
47505
|
+
"kind": "NON_NULL",
|
|
47506
|
+
"ofType": {
|
|
47507
|
+
"kind": "INPUT_OBJECT",
|
|
47508
|
+
"name": "AppointmentParticipantCreateInput"
|
|
47509
|
+
}
|
|
47510
|
+
}
|
|
47511
|
+
}
|
|
47512
|
+
},
|
|
47513
|
+
{
|
|
47514
|
+
"name": "end",
|
|
47515
|
+
"type": {
|
|
47516
|
+
"kind": "SCALAR",
|
|
47517
|
+
"name": "ISO8601"
|
|
47518
|
+
}
|
|
47519
|
+
},
|
|
47520
|
+
{
|
|
47521
|
+
"name": "messageForCustomer",
|
|
47522
|
+
"type": {
|
|
47523
|
+
"kind": "SCALAR",
|
|
47524
|
+
"name": "String"
|
|
47525
|
+
}
|
|
47526
|
+
},
|
|
47527
|
+
{
|
|
47528
|
+
"name": "officeId",
|
|
47529
|
+
"type": {
|
|
47530
|
+
"kind": "SCALAR",
|
|
47531
|
+
"name": "ID"
|
|
47532
|
+
}
|
|
47533
|
+
},
|
|
47534
|
+
{
|
|
47535
|
+
"name": "start",
|
|
47536
|
+
"type": {
|
|
47537
|
+
"kind": "SCALAR",
|
|
47538
|
+
"name": "ISO8601"
|
|
47539
|
+
}
|
|
47540
|
+
},
|
|
47541
|
+
{
|
|
47542
|
+
"name": "token",
|
|
47543
|
+
"type": {
|
|
47544
|
+
"kind": "SCALAR",
|
|
47545
|
+
"name": "String"
|
|
47546
|
+
}
|
|
47547
|
+
},
|
|
47548
|
+
{
|
|
47549
|
+
"name": "updatedById",
|
|
47550
|
+
"type": {
|
|
47551
|
+
"kind": "SCALAR",
|
|
47552
|
+
"name": "ID"
|
|
47553
|
+
}
|
|
47554
|
+
},
|
|
47555
|
+
{
|
|
47556
|
+
"name": "updatedByType",
|
|
47557
|
+
"type": {
|
|
47558
|
+
"kind": "ENUM",
|
|
47559
|
+
"name": "UserType"
|
|
47560
|
+
}
|
|
47561
|
+
},
|
|
47562
|
+
{
|
|
47563
|
+
"name": "userCommunication",
|
|
47564
|
+
"type": {
|
|
47565
|
+
"kind": "INPUT_OBJECT",
|
|
47566
|
+
"name": "AppointmentUserCommunicationInput"
|
|
47567
|
+
}
|
|
47568
|
+
}
|
|
47569
|
+
],
|
|
47570
|
+
"isOneOf": false
|
|
47571
|
+
},
|
|
46961
47572
|
{
|
|
46962
47573
|
"kind": "ENUM",
|
|
46963
47574
|
"name": "UserType",
|
|
@@ -49175,6 +49786,27 @@ const introspection = {
|
|
|
49175
49786
|
],
|
|
49176
49787
|
"isOneOf": false
|
|
49177
49788
|
},
|
|
49789
|
+
{
|
|
49790
|
+
"kind": "INPUT_OBJECT",
|
|
49791
|
+
"name": "maintenanceModeInput",
|
|
49792
|
+
"inputFields": [
|
|
49793
|
+
{
|
|
49794
|
+
"name": "manageable",
|
|
49795
|
+
"type": {
|
|
49796
|
+
"kind": "SCALAR",
|
|
49797
|
+
"name": "Boolean"
|
|
49798
|
+
}
|
|
49799
|
+
},
|
|
49800
|
+
{
|
|
49801
|
+
"name": "value",
|
|
49802
|
+
"type": {
|
|
49803
|
+
"kind": "SCALAR",
|
|
49804
|
+
"name": "Boolean"
|
|
49805
|
+
}
|
|
49806
|
+
}
|
|
49807
|
+
],
|
|
49808
|
+
"isOneOf": false
|
|
49809
|
+
},
|
|
49178
49810
|
{
|
|
49179
49811
|
"kind": "INPUT_OBJECT",
|
|
49180
49812
|
"name": "maxConcurrentAppointmentsInput",
|