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