@pexip-engage-public/graphql 1.7.5 → 1.7.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.
- package/CHANGELOG.md +10 -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 +392 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +453 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +59 -2
- package/dist/schema.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/graphql-env.ts +453 -0
- package/src/schema.ts +82 -1
package/dist/graphql-env.js
CHANGED
|
@@ -4599,6 +4599,10 @@ const introspection = {
|
|
|
4599
4599
|
{
|
|
4600
4600
|
"name": "SECONDARY_PARTICIPANT_REMOVED",
|
|
4601
4601
|
"isDeprecated": false
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "UPDATE_APPOINTMENT_DETAILS",
|
|
4605
|
+
"isDeprecated": false
|
|
4602
4606
|
}
|
|
4603
4607
|
]
|
|
4604
4608
|
},
|
|
@@ -10128,6 +10132,176 @@ const introspection = {
|
|
|
10128
10132
|
],
|
|
10129
10133
|
"isOneOf": false
|
|
10130
10134
|
},
|
|
10135
|
+
{
|
|
10136
|
+
"kind": "OBJECT",
|
|
10137
|
+
"name": "DataExport",
|
|
10138
|
+
"fields": [
|
|
10139
|
+
{
|
|
10140
|
+
"name": "active",
|
|
10141
|
+
"type": {
|
|
10142
|
+
"kind": "NON_NULL",
|
|
10143
|
+
"ofType": {
|
|
10144
|
+
"kind": "SCALAR",
|
|
10145
|
+
"name": "Boolean"
|
|
10146
|
+
}
|
|
10147
|
+
},
|
|
10148
|
+
"args": [],
|
|
10149
|
+
"isDeprecated": false
|
|
10150
|
+
},
|
|
10151
|
+
{
|
|
10152
|
+
"name": "createdAt",
|
|
10153
|
+
"type": {
|
|
10154
|
+
"kind": "NON_NULL",
|
|
10155
|
+
"ofType": {
|
|
10156
|
+
"kind": "SCALAR",
|
|
10157
|
+
"name": "ISO8601"
|
|
10158
|
+
}
|
|
10159
|
+
},
|
|
10160
|
+
"args": [],
|
|
10161
|
+
"isDeprecated": false
|
|
10162
|
+
},
|
|
10163
|
+
{
|
|
10164
|
+
"name": "exportMode",
|
|
10165
|
+
"type": {
|
|
10166
|
+
"kind": "NON_NULL",
|
|
10167
|
+
"ofType": {
|
|
10168
|
+
"kind": "ENUM",
|
|
10169
|
+
"name": "DataExportMode"
|
|
10170
|
+
}
|
|
10171
|
+
},
|
|
10172
|
+
"args": [],
|
|
10173
|
+
"isDeprecated": false
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
"name": "id",
|
|
10177
|
+
"type": {
|
|
10178
|
+
"kind": "NON_NULL",
|
|
10179
|
+
"ofType": {
|
|
10180
|
+
"kind": "SCALAR",
|
|
10181
|
+
"name": "Int"
|
|
10182
|
+
}
|
|
10183
|
+
},
|
|
10184
|
+
"args": [],
|
|
10185
|
+
"isDeprecated": false
|
|
10186
|
+
},
|
|
10187
|
+
{
|
|
10188
|
+
"name": "lastSuccessfulExport",
|
|
10189
|
+
"type": {
|
|
10190
|
+
"kind": "SCALAR",
|
|
10191
|
+
"name": "ISO8601"
|
|
10192
|
+
},
|
|
10193
|
+
"args": [],
|
|
10194
|
+
"isDeprecated": false
|
|
10195
|
+
},
|
|
10196
|
+
{
|
|
10197
|
+
"name": "lastSuccessfulExportRecords",
|
|
10198
|
+
"type": {
|
|
10199
|
+
"kind": "SCALAR",
|
|
10200
|
+
"name": "Int"
|
|
10201
|
+
},
|
|
10202
|
+
"args": [],
|
|
10203
|
+
"isDeprecated": false
|
|
10204
|
+
},
|
|
10205
|
+
{
|
|
10206
|
+
"name": "type",
|
|
10207
|
+
"type": {
|
|
10208
|
+
"kind": "NON_NULL",
|
|
10209
|
+
"ofType": {
|
|
10210
|
+
"kind": "ENUM",
|
|
10211
|
+
"name": "DataExportType"
|
|
10212
|
+
}
|
|
10213
|
+
},
|
|
10214
|
+
"args": [],
|
|
10215
|
+
"isDeprecated": false
|
|
10216
|
+
},
|
|
10217
|
+
{
|
|
10218
|
+
"name": "updatedAt",
|
|
10219
|
+
"type": {
|
|
10220
|
+
"kind": "NON_NULL",
|
|
10221
|
+
"ofType": {
|
|
10222
|
+
"kind": "SCALAR",
|
|
10223
|
+
"name": "ISO8601"
|
|
10224
|
+
}
|
|
10225
|
+
},
|
|
10226
|
+
"args": [],
|
|
10227
|
+
"isDeprecated": false
|
|
10228
|
+
}
|
|
10229
|
+
],
|
|
10230
|
+
"interfaces": []
|
|
10231
|
+
},
|
|
10232
|
+
{
|
|
10233
|
+
"kind": "OBJECT",
|
|
10234
|
+
"name": "DataExportFile",
|
|
10235
|
+
"fields": [
|
|
10236
|
+
{
|
|
10237
|
+
"name": "contentLength",
|
|
10238
|
+
"type": {
|
|
10239
|
+
"kind": "SCALAR",
|
|
10240
|
+
"name": "Float"
|
|
10241
|
+
},
|
|
10242
|
+
"args": [],
|
|
10243
|
+
"isDeprecated": false
|
|
10244
|
+
},
|
|
10245
|
+
{
|
|
10246
|
+
"name": "lastModified",
|
|
10247
|
+
"type": {
|
|
10248
|
+
"kind": "SCALAR",
|
|
10249
|
+
"name": "ISO8601"
|
|
10250
|
+
},
|
|
10251
|
+
"args": [],
|
|
10252
|
+
"isDeprecated": false
|
|
10253
|
+
},
|
|
10254
|
+
{
|
|
10255
|
+
"name": "name",
|
|
10256
|
+
"type": {
|
|
10257
|
+
"kind": "NON_NULL",
|
|
10258
|
+
"ofType": {
|
|
10259
|
+
"kind": "SCALAR",
|
|
10260
|
+
"name": "String"
|
|
10261
|
+
}
|
|
10262
|
+
},
|
|
10263
|
+
"args": [],
|
|
10264
|
+
"isDeprecated": false
|
|
10265
|
+
}
|
|
10266
|
+
],
|
|
10267
|
+
"interfaces": []
|
|
10268
|
+
},
|
|
10269
|
+
{
|
|
10270
|
+
"kind": "ENUM",
|
|
10271
|
+
"name": "DataExportMode",
|
|
10272
|
+
"enumValues": [
|
|
10273
|
+
{
|
|
10274
|
+
"name": "FULL_SNAPSHOT",
|
|
10275
|
+
"isDeprecated": false
|
|
10276
|
+
},
|
|
10277
|
+
{
|
|
10278
|
+
"name": "INCREMENTAL",
|
|
10279
|
+
"isDeprecated": false
|
|
10280
|
+
}
|
|
10281
|
+
]
|
|
10282
|
+
},
|
|
10283
|
+
{
|
|
10284
|
+
"kind": "ENUM",
|
|
10285
|
+
"name": "DataExportType",
|
|
10286
|
+
"enumValues": [
|
|
10287
|
+
{
|
|
10288
|
+
"name": "EXPERTISE",
|
|
10289
|
+
"isDeprecated": false
|
|
10290
|
+
},
|
|
10291
|
+
{
|
|
10292
|
+
"name": "MEETING_ROOMS",
|
|
10293
|
+
"isDeprecated": false
|
|
10294
|
+
},
|
|
10295
|
+
{
|
|
10296
|
+
"name": "MEETING_ROOM_SCHEDULING_SETTINGS",
|
|
10297
|
+
"isDeprecated": false
|
|
10298
|
+
},
|
|
10299
|
+
{
|
|
10300
|
+
"name": "OFFICE_RELATIONS",
|
|
10301
|
+
"isDeprecated": false
|
|
10302
|
+
}
|
|
10303
|
+
]
|
|
10304
|
+
},
|
|
10131
10305
|
{
|
|
10132
10306
|
"kind": "OBJECT",
|
|
10133
10307
|
"name": "DataRetentionDurationEnterpriseSetting",
|
|
@@ -23225,6 +23399,39 @@ const introspection = {
|
|
|
23225
23399
|
],
|
|
23226
23400
|
"isDeprecated": false
|
|
23227
23401
|
},
|
|
23402
|
+
{
|
|
23403
|
+
"name": "createDownloadDataExportLink",
|
|
23404
|
+
"type": {
|
|
23405
|
+
"kind": "NON_NULL",
|
|
23406
|
+
"ofType": {
|
|
23407
|
+
"kind": "SCALAR",
|
|
23408
|
+
"name": "String"
|
|
23409
|
+
}
|
|
23410
|
+
},
|
|
23411
|
+
"args": [
|
|
23412
|
+
{
|
|
23413
|
+
"name": "dataExportId",
|
|
23414
|
+
"type": {
|
|
23415
|
+
"kind": "NON_NULL",
|
|
23416
|
+
"ofType": {
|
|
23417
|
+
"kind": "SCALAR",
|
|
23418
|
+
"name": "Int"
|
|
23419
|
+
}
|
|
23420
|
+
}
|
|
23421
|
+
},
|
|
23422
|
+
{
|
|
23423
|
+
"name": "fileName",
|
|
23424
|
+
"type": {
|
|
23425
|
+
"kind": "NON_NULL",
|
|
23426
|
+
"ofType": {
|
|
23427
|
+
"kind": "SCALAR",
|
|
23428
|
+
"name": "String"
|
|
23429
|
+
}
|
|
23430
|
+
}
|
|
23431
|
+
}
|
|
23432
|
+
],
|
|
23433
|
+
"isDeprecated": false
|
|
23434
|
+
},
|
|
23228
23435
|
{
|
|
23229
23436
|
"name": "createDownloadFileLink",
|
|
23230
23437
|
"type": {
|
|
@@ -25257,6 +25464,39 @@ const introspection = {
|
|
|
25257
25464
|
],
|
|
25258
25465
|
"isDeprecated": false
|
|
25259
25466
|
},
|
|
25467
|
+
{
|
|
25468
|
+
"name": "patchDataExport",
|
|
25469
|
+
"type": {
|
|
25470
|
+
"kind": "NON_NULL",
|
|
25471
|
+
"ofType": {
|
|
25472
|
+
"kind": "OBJECT",
|
|
25473
|
+
"name": "DataExport"
|
|
25474
|
+
}
|
|
25475
|
+
},
|
|
25476
|
+
"args": [
|
|
25477
|
+
{
|
|
25478
|
+
"name": "id",
|
|
25479
|
+
"type": {
|
|
25480
|
+
"kind": "NON_NULL",
|
|
25481
|
+
"ofType": {
|
|
25482
|
+
"kind": "SCALAR",
|
|
25483
|
+
"name": "Int"
|
|
25484
|
+
}
|
|
25485
|
+
}
|
|
25486
|
+
},
|
|
25487
|
+
{
|
|
25488
|
+
"name": "input",
|
|
25489
|
+
"type": {
|
|
25490
|
+
"kind": "NON_NULL",
|
|
25491
|
+
"ofType": {
|
|
25492
|
+
"kind": "INPUT_OBJECT",
|
|
25493
|
+
"name": "PatchDataExportInput"
|
|
25494
|
+
}
|
|
25495
|
+
}
|
|
25496
|
+
}
|
|
25497
|
+
],
|
|
25498
|
+
"isDeprecated": false
|
|
25499
|
+
},
|
|
25260
25500
|
{
|
|
25261
25501
|
"name": "patchEmailTemplate",
|
|
25262
25502
|
"type": {
|
|
@@ -28120,6 +28360,39 @@ const introspection = {
|
|
|
28120
28360
|
],
|
|
28121
28361
|
"isDeprecated": false
|
|
28122
28362
|
},
|
|
28363
|
+
{
|
|
28364
|
+
"name": "updateAppointmentDetails",
|
|
28365
|
+
"type": {
|
|
28366
|
+
"kind": "NON_NULL",
|
|
28367
|
+
"ofType": {
|
|
28368
|
+
"kind": "OBJECT",
|
|
28369
|
+
"name": "Appointment"
|
|
28370
|
+
}
|
|
28371
|
+
},
|
|
28372
|
+
"args": [
|
|
28373
|
+
{
|
|
28374
|
+
"name": "id",
|
|
28375
|
+
"type": {
|
|
28376
|
+
"kind": "NON_NULL",
|
|
28377
|
+
"ofType": {
|
|
28378
|
+
"kind": "SCALAR",
|
|
28379
|
+
"name": "ID"
|
|
28380
|
+
}
|
|
28381
|
+
}
|
|
28382
|
+
},
|
|
28383
|
+
{
|
|
28384
|
+
"name": "input",
|
|
28385
|
+
"type": {
|
|
28386
|
+
"kind": "NON_NULL",
|
|
28387
|
+
"ofType": {
|
|
28388
|
+
"kind": "INPUT_OBJECT",
|
|
28389
|
+
"name": "UpdateAppointmentDetailsInput"
|
|
28390
|
+
}
|
|
28391
|
+
}
|
|
28392
|
+
}
|
|
28393
|
+
],
|
|
28394
|
+
"isDeprecated": false
|
|
28395
|
+
},
|
|
28123
28396
|
{
|
|
28124
28397
|
"name": "updateAppointmentLocation",
|
|
28125
28398
|
"type": {
|
|
@@ -30536,6 +30809,23 @@ const introspection = {
|
|
|
30536
30809
|
],
|
|
30537
30810
|
"interfaces": []
|
|
30538
30811
|
},
|
|
30812
|
+
{
|
|
30813
|
+
"kind": "INPUT_OBJECT",
|
|
30814
|
+
"name": "PatchDataExportInput",
|
|
30815
|
+
"inputFields": [
|
|
30816
|
+
{
|
|
30817
|
+
"name": "active",
|
|
30818
|
+
"type": {
|
|
30819
|
+
"kind": "NON_NULL",
|
|
30820
|
+
"ofType": {
|
|
30821
|
+
"kind": "SCALAR",
|
|
30822
|
+
"name": "Boolean"
|
|
30823
|
+
}
|
|
30824
|
+
}
|
|
30825
|
+
}
|
|
30826
|
+
],
|
|
30827
|
+
"isOneOf": false
|
|
30828
|
+
},
|
|
30539
30829
|
{
|
|
30540
30830
|
"kind": "OBJECT",
|
|
30541
30831
|
"name": "PexipInfinityCall",
|
|
@@ -33408,6 +33698,76 @@ const introspection = {
|
|
|
33408
33698
|
],
|
|
33409
33699
|
"isDeprecated": false
|
|
33410
33700
|
},
|
|
33701
|
+
{
|
|
33702
|
+
"name": "dataExport",
|
|
33703
|
+
"type": {
|
|
33704
|
+
"kind": "NON_NULL",
|
|
33705
|
+
"ofType": {
|
|
33706
|
+
"kind": "OBJECT",
|
|
33707
|
+
"name": "DataExport"
|
|
33708
|
+
}
|
|
33709
|
+
},
|
|
33710
|
+
"args": [
|
|
33711
|
+
{
|
|
33712
|
+
"name": "id",
|
|
33713
|
+
"type": {
|
|
33714
|
+
"kind": "NON_NULL",
|
|
33715
|
+
"ofType": {
|
|
33716
|
+
"kind": "SCALAR",
|
|
33717
|
+
"name": "Int"
|
|
33718
|
+
}
|
|
33719
|
+
}
|
|
33720
|
+
}
|
|
33721
|
+
],
|
|
33722
|
+
"isDeprecated": false
|
|
33723
|
+
},
|
|
33724
|
+
{
|
|
33725
|
+
"name": "dataExportFiles",
|
|
33726
|
+
"type": {
|
|
33727
|
+
"kind": "NON_NULL",
|
|
33728
|
+
"ofType": {
|
|
33729
|
+
"kind": "LIST",
|
|
33730
|
+
"ofType": {
|
|
33731
|
+
"kind": "NON_NULL",
|
|
33732
|
+
"ofType": {
|
|
33733
|
+
"kind": "OBJECT",
|
|
33734
|
+
"name": "DataExportFile"
|
|
33735
|
+
}
|
|
33736
|
+
}
|
|
33737
|
+
}
|
|
33738
|
+
},
|
|
33739
|
+
"args": [
|
|
33740
|
+
{
|
|
33741
|
+
"name": "dataExportId",
|
|
33742
|
+
"type": {
|
|
33743
|
+
"kind": "NON_NULL",
|
|
33744
|
+
"ofType": {
|
|
33745
|
+
"kind": "SCALAR",
|
|
33746
|
+
"name": "Int"
|
|
33747
|
+
}
|
|
33748
|
+
}
|
|
33749
|
+
}
|
|
33750
|
+
],
|
|
33751
|
+
"isDeprecated": false
|
|
33752
|
+
},
|
|
33753
|
+
{
|
|
33754
|
+
"name": "dataExports",
|
|
33755
|
+
"type": {
|
|
33756
|
+
"kind": "NON_NULL",
|
|
33757
|
+
"ofType": {
|
|
33758
|
+
"kind": "LIST",
|
|
33759
|
+
"ofType": {
|
|
33760
|
+
"kind": "NON_NULL",
|
|
33761
|
+
"ofType": {
|
|
33762
|
+
"kind": "OBJECT",
|
|
33763
|
+
"name": "DataExport"
|
|
33764
|
+
}
|
|
33765
|
+
}
|
|
33766
|
+
}
|
|
33767
|
+
},
|
|
33768
|
+
"args": [],
|
|
33769
|
+
"isDeprecated": false
|
|
33770
|
+
},
|
|
33411
33771
|
{
|
|
33412
33772
|
"name": "definedAvailability",
|
|
33413
33773
|
"type": {
|
|
@@ -33967,6 +34327,13 @@ const introspection = {
|
|
|
33967
34327
|
"name": "Boolean"
|
|
33968
34328
|
}
|
|
33969
34329
|
},
|
|
34330
|
+
{
|
|
34331
|
+
"name": "credentialsValid",
|
|
34332
|
+
"type": {
|
|
34333
|
+
"kind": "SCALAR",
|
|
34334
|
+
"name": "Boolean"
|
|
34335
|
+
}
|
|
34336
|
+
},
|
|
33970
34337
|
{
|
|
33971
34338
|
"name": "employeeId",
|
|
33972
34339
|
"type": {
|
|
@@ -40484,6 +40851,10 @@ const introspection = {
|
|
|
40484
40851
|
"name": "OFFICE_RELATION",
|
|
40485
40852
|
"isDeprecated": false
|
|
40486
40853
|
},
|
|
40854
|
+
{
|
|
40855
|
+
"name": "OFFICE_UNAVAILABILITY",
|
|
40856
|
+
"isDeprecated": false
|
|
40857
|
+
},
|
|
40487
40858
|
{
|
|
40488
40859
|
"name": "OIDC_INTEGRATION",
|
|
40489
40860
|
"isDeprecated": false
|
|
@@ -46957,6 +47328,88 @@ const introspection = {
|
|
|
46957
47328
|
}
|
|
46958
47329
|
]
|
|
46959
47330
|
},
|
|
47331
|
+
{
|
|
47332
|
+
"kind": "INPUT_OBJECT",
|
|
47333
|
+
"name": "UpdateAppointmentDetailsInput",
|
|
47334
|
+
"inputFields": [
|
|
47335
|
+
{
|
|
47336
|
+
"name": "answers",
|
|
47337
|
+
"type": {
|
|
47338
|
+
"kind": "LIST",
|
|
47339
|
+
"ofType": {
|
|
47340
|
+
"kind": "NON_NULL",
|
|
47341
|
+
"ofType": {
|
|
47342
|
+
"kind": "INPUT_OBJECT",
|
|
47343
|
+
"name": "AppointmentAnswerInput"
|
|
47344
|
+
}
|
|
47345
|
+
}
|
|
47346
|
+
}
|
|
47347
|
+
},
|
|
47348
|
+
{
|
|
47349
|
+
"name": "appointmentParticipants",
|
|
47350
|
+
"type": {
|
|
47351
|
+
"kind": "LIST",
|
|
47352
|
+
"ofType": {
|
|
47353
|
+
"kind": "NON_NULL",
|
|
47354
|
+
"ofType": {
|
|
47355
|
+
"kind": "INPUT_OBJECT",
|
|
47356
|
+
"name": "AppointmentParticipantCreateInput"
|
|
47357
|
+
}
|
|
47358
|
+
}
|
|
47359
|
+
}
|
|
47360
|
+
},
|
|
47361
|
+
{
|
|
47362
|
+
"name": "end",
|
|
47363
|
+
"type": {
|
|
47364
|
+
"kind": "SCALAR",
|
|
47365
|
+
"name": "ISO8601"
|
|
47366
|
+
}
|
|
47367
|
+
},
|
|
47368
|
+
{
|
|
47369
|
+
"name": "messageForCustomer",
|
|
47370
|
+
"type": {
|
|
47371
|
+
"kind": "SCALAR",
|
|
47372
|
+
"name": "String"
|
|
47373
|
+
}
|
|
47374
|
+
},
|
|
47375
|
+
{
|
|
47376
|
+
"name": "start",
|
|
47377
|
+
"type": {
|
|
47378
|
+
"kind": "SCALAR",
|
|
47379
|
+
"name": "ISO8601"
|
|
47380
|
+
}
|
|
47381
|
+
},
|
|
47382
|
+
{
|
|
47383
|
+
"name": "token",
|
|
47384
|
+
"type": {
|
|
47385
|
+
"kind": "SCALAR",
|
|
47386
|
+
"name": "String"
|
|
47387
|
+
}
|
|
47388
|
+
},
|
|
47389
|
+
{
|
|
47390
|
+
"name": "updatedById",
|
|
47391
|
+
"type": {
|
|
47392
|
+
"kind": "SCALAR",
|
|
47393
|
+
"name": "ID"
|
|
47394
|
+
}
|
|
47395
|
+
},
|
|
47396
|
+
{
|
|
47397
|
+
"name": "updatedByType",
|
|
47398
|
+
"type": {
|
|
47399
|
+
"kind": "ENUM",
|
|
47400
|
+
"name": "UserType"
|
|
47401
|
+
}
|
|
47402
|
+
},
|
|
47403
|
+
{
|
|
47404
|
+
"name": "userCommunication",
|
|
47405
|
+
"type": {
|
|
47406
|
+
"kind": "INPUT_OBJECT",
|
|
47407
|
+
"name": "AppointmentUserCommunicationInput"
|
|
47408
|
+
}
|
|
47409
|
+
}
|
|
47410
|
+
],
|
|
47411
|
+
"isOneOf": false
|
|
47412
|
+
},
|
|
46960
47413
|
{
|
|
46961
47414
|
"kind": "ENUM",
|
|
46962
47415
|
"name": "UserType",
|