@pexip-engage-public/graphql 1.0.55 → 1.0.56

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.
@@ -343,6 +343,16 @@ const introspection = {
343
343
  ],
344
344
  "interfaces": []
345
345
  },
346
+ {
347
+ "kind": "ENUM",
348
+ "name": "AnonymizableEntity",
349
+ "enumValues": [
350
+ {
351
+ "name": "CUSTOMER",
352
+ "isDeprecated": false
353
+ }
354
+ ]
355
+ },
346
356
  {
347
357
  "kind": "OBJECT",
348
358
  "name": "AnswerOption",
@@ -460,7 +470,7 @@ const introspection = {
460
470
  },
461
471
  {
462
472
  "kind": "INPUT_OBJECT",
463
- "name": "AnswerOptionCreateInput",
473
+ "name": "AnswerOptionPatchInput",
464
474
  "inputFields": [
465
475
  {
466
476
  "name": "externalId",
@@ -470,42 +480,10 @@ const introspection = {
470
480
  }
471
481
  },
472
482
  {
473
- "name": "order",
474
- "type": {
475
- "kind": "SCALAR",
476
- "name": "Int"
477
- },
478
- "defaultValue": "0"
479
- },
480
- {
481
- "name": "translations",
482
- "type": {
483
- "kind": "NON_NULL",
484
- "ofType": {
485
- "kind": "INPUT_OBJECT",
486
- "name": "AnswerOptionTranslationsCreateInput"
487
- }
488
- }
489
- },
490
- {
491
- "name": "value",
492
- "type": {
493
- "kind": "SCALAR",
494
- "name": "String"
495
- }
496
- }
497
- ],
498
- "isOneOf": false
499
- },
500
- {
501
- "kind": "INPUT_OBJECT",
502
- "name": "AnswerOptionPatchInput",
503
- "inputFields": [
504
- {
505
- "name": "externalId",
483
+ "name": "id",
506
484
  "type": {
507
485
  "kind": "SCALAR",
508
- "name": "String"
486
+ "name": "ID"
509
487
  }
510
488
  },
511
489
  {
@@ -518,8 +496,11 @@ const introspection = {
518
496
  {
519
497
  "name": "translations",
520
498
  "type": {
521
- "kind": "INPUT_OBJECT",
522
- "name": "AnswerOptionTranslationsPatchInput"
499
+ "kind": "NON_NULL",
500
+ "ofType": {
501
+ "kind": "INPUT_OBJECT",
502
+ "name": "AnswerOptionTranslationsCreateInput"
503
+ }
523
504
  }
524
505
  },
525
506
  {
@@ -580,26 +561,6 @@ const introspection = {
580
561
  ],
581
562
  "isOneOf": false
582
563
  },
583
- {
584
- "kind": "INPUT_OBJECT",
585
- "name": "AnswerOptionTranslationsPatchInput",
586
- "inputFields": [
587
- {
588
- "name": "label",
589
- "type": {
590
- "kind": "LIST",
591
- "ofType": {
592
- "kind": "NON_NULL",
593
- "ofType": {
594
- "kind": "INPUT_OBJECT",
595
- "name": "TranslationObjectInput"
596
- }
597
- }
598
- }
599
- }
600
- ],
601
- "isOneOf": false
602
- },
603
564
  {
604
565
  "kind": "OBJECT",
605
566
  "name": "ApiClient",
@@ -1311,10 +1272,36 @@ const introspection = {
1311
1272
  },
1312
1273
  "args": [],
1313
1274
  "isDeprecated": false
1275
+ },
1276
+ {
1277
+ "name": "userCommunication",
1278
+ "type": {
1279
+ "kind": "NON_NULL",
1280
+ "ofType": {
1281
+ "kind": "OBJECT",
1282
+ "name": "AppointmentUserCommunication"
1283
+ }
1284
+ },
1285
+ "args": [],
1286
+ "isDeprecated": false
1314
1287
  }
1315
1288
  ],
1316
1289
  "interfaces": []
1317
1290
  },
1291
+ {
1292
+ "kind": "INPUT_OBJECT",
1293
+ "name": "AppointmentAcceptInput",
1294
+ "inputFields": [
1295
+ {
1296
+ "name": "userCommunication",
1297
+ "type": {
1298
+ "kind": "INPUT_OBJECT",
1299
+ "name": "AppointmentUserCommunicationInput"
1300
+ }
1301
+ }
1302
+ ],
1303
+ "isOneOf": false
1304
+ },
1318
1305
  {
1319
1306
  "kind": "UNION",
1320
1307
  "name": "AppointmentActor",
@@ -1575,6 +1562,13 @@ const introspection = {
1575
1562
  "kind": "SCALAR",
1576
1563
  "name": "String"
1577
1564
  }
1565
+ },
1566
+ {
1567
+ "name": "userCommunication",
1568
+ "type": {
1569
+ "kind": "INPUT_OBJECT",
1570
+ "name": "AppointmentUserCommunicationInput"
1571
+ }
1578
1572
  }
1579
1573
  ],
1580
1574
  "isOneOf": false
@@ -1617,6 +1611,13 @@ const introspection = {
1617
1611
  "kind": "SCALAR",
1618
1612
  "name": "ISO8601"
1619
1613
  }
1614
+ },
1615
+ {
1616
+ "name": "userCommunication",
1617
+ "type": {
1618
+ "kind": "INPUT_OBJECT",
1619
+ "name": "AppointmentUserCommunicationInput"
1620
+ }
1620
1621
  }
1621
1622
  ],
1622
1623
  "isOneOf": false
@@ -1911,6 +1912,13 @@ const introspection = {
1911
1912
  "name": "ID"
1912
1913
  }
1913
1914
  },
1915
+ {
1916
+ "name": "meetingRoomMinimumCapacity",
1917
+ "type": {
1918
+ "kind": "SCALAR",
1919
+ "name": "Int"
1920
+ }
1921
+ },
1914
1922
  {
1915
1923
  "name": "meetingType",
1916
1924
  "type": {
@@ -1971,6 +1979,13 @@ const introspection = {
1971
1979
  "kind": "SCALAR",
1972
1980
  "name": "Int"
1973
1981
  }
1982
+ },
1983
+ {
1984
+ "name": "userCommunication",
1985
+ "type": {
1986
+ "kind": "INPUT_OBJECT",
1987
+ "name": "AppointmentUserCommunicationInput"
1988
+ }
1974
1989
  }
1975
1990
  ],
1976
1991
  "isOneOf": false
@@ -2404,6 +2419,13 @@ const introspection = {
2404
2419
  "kind": "SCALAR",
2405
2420
  "name": "Int"
2406
2421
  }
2422
+ },
2423
+ {
2424
+ "name": "userCommunication",
2425
+ "type": {
2426
+ "kind": "INPUT_OBJECT",
2427
+ "name": "AppointmentUserCommunicationInput"
2428
+ }
2407
2429
  }
2408
2430
  ],
2409
2431
  "isOneOf": false
@@ -2825,6 +2847,13 @@ const introspection = {
2825
2847
  "kind": "SCALAR",
2826
2848
  "name": "JSONObject"
2827
2849
  }
2850
+ },
2851
+ {
2852
+ "name": "userCommunication",
2853
+ "type": {
2854
+ "kind": "INPUT_OBJECT",
2855
+ "name": "AppointmentUserCommunicationInput"
2856
+ }
2828
2857
  }
2829
2858
  ],
2830
2859
  "isOneOf": false
@@ -2859,6 +2888,27 @@ const introspection = {
2859
2888
  "name": "ID"
2860
2889
  }
2861
2890
  }
2891
+ },
2892
+ {
2893
+ "name": "userCommunication",
2894
+ "type": {
2895
+ "kind": "INPUT_OBJECT",
2896
+ "name": "AppointmentUserCommunicationInput"
2897
+ }
2898
+ }
2899
+ ],
2900
+ "isOneOf": false
2901
+ },
2902
+ {
2903
+ "kind": "INPUT_OBJECT",
2904
+ "name": "AppointmentReopenInput",
2905
+ "inputFields": [
2906
+ {
2907
+ "name": "userCommunication",
2908
+ "type": {
2909
+ "kind": "INPUT_OBJECT",
2910
+ "name": "AppointmentUserCommunicationInput"
2911
+ }
2862
2912
  }
2863
2913
  ],
2864
2914
  "isOneOf": false
@@ -2873,6 +2923,13 @@ const introspection = {
2873
2923
  "kind": "SCALAR",
2874
2924
  "name": "String"
2875
2925
  }
2926
+ },
2927
+ {
2928
+ "name": "userCommunication",
2929
+ "type": {
2930
+ "kind": "INPUT_OBJECT",
2931
+ "name": "AppointmentUserCommunicationInput"
2932
+ }
2876
2933
  }
2877
2934
  ],
2878
2935
  "isOneOf": false
@@ -2920,6 +2977,13 @@ const introspection = {
2920
2977
  "name": "ISO8601"
2921
2978
  }
2922
2979
  }
2980
+ },
2981
+ {
2982
+ "name": "userCommunication",
2983
+ "type": {
2984
+ "kind": "INPUT_OBJECT",
2985
+ "name": "AppointmentUserCommunicationInput"
2986
+ }
2923
2987
  }
2924
2988
  ],
2925
2989
  "isOneOf": false
@@ -3216,6 +3280,79 @@ const introspection = {
3216
3280
  ],
3217
3281
  "interfaces": []
3218
3282
  },
3283
+ {
3284
+ "kind": "OBJECT",
3285
+ "name": "AppointmentUserCommunication",
3286
+ "fields": [
3287
+ {
3288
+ "name": "notifications",
3289
+ "type": {
3290
+ "kind": "NON_NULL",
3291
+ "ofType": {
3292
+ "kind": "ENUM",
3293
+ "name": "AppointmentUserCommunicationSettingValue"
3294
+ }
3295
+ },
3296
+ "args": [],
3297
+ "isDeprecated": false
3298
+ },
3299
+ {
3300
+ "name": "reminders",
3301
+ "type": {
3302
+ "kind": "NON_NULL",
3303
+ "ofType": {
3304
+ "kind": "ENUM",
3305
+ "name": "AppointmentUserCommunicationSettingValue"
3306
+ }
3307
+ },
3308
+ "args": [],
3309
+ "isDeprecated": false
3310
+ }
3311
+ ],
3312
+ "interfaces": []
3313
+ },
3314
+ {
3315
+ "kind": "INPUT_OBJECT",
3316
+ "name": "AppointmentUserCommunicationInput",
3317
+ "inputFields": [
3318
+ {
3319
+ "name": "notifications",
3320
+ "type": {
3321
+ "kind": "ENUM",
3322
+ "name": "AppointmentUserCommunicationSettingValue"
3323
+ }
3324
+ },
3325
+ {
3326
+ "name": "notificationsOverrideCurrentAction",
3327
+ "type": {
3328
+ "kind": "ENUM",
3329
+ "name": "AppointmentUserCommunicationSettingValue"
3330
+ }
3331
+ },
3332
+ {
3333
+ "name": "reminders",
3334
+ "type": {
3335
+ "kind": "ENUM",
3336
+ "name": "AppointmentUserCommunicationSettingValue"
3337
+ }
3338
+ }
3339
+ ],
3340
+ "isOneOf": false
3341
+ },
3342
+ {
3343
+ "kind": "ENUM",
3344
+ "name": "AppointmentUserCommunicationSettingValue",
3345
+ "enumValues": [
3346
+ {
3347
+ "name": "DEFAULT",
3348
+ "isDeprecated": false
3349
+ },
3350
+ {
3351
+ "name": "DISABLED",
3352
+ "isDeprecated": false
3353
+ }
3354
+ ]
3355
+ },
3219
3356
  {
3220
3357
  "kind": "OBJECT",
3221
3358
  "name": "AuditLog",
@@ -6673,6 +6810,61 @@ const introspection = {
6673
6810
  ],
6674
6811
  "interfaces": []
6675
6812
  },
6813
+ {
6814
+ "kind": "OBJECT",
6815
+ "name": "DataRetentionDurationEnterpriseSetting",
6816
+ "fields": [
6817
+ {
6818
+ "name": "createdAt",
6819
+ "type": {
6820
+ "kind": "NON_NULL",
6821
+ "ofType": {
6822
+ "kind": "SCALAR",
6823
+ "name": "ISO8601"
6824
+ }
6825
+ },
6826
+ "args": [],
6827
+ "isDeprecated": false
6828
+ },
6829
+ {
6830
+ "name": "manageable",
6831
+ "type": {
6832
+ "kind": "NON_NULL",
6833
+ "ofType": {
6834
+ "kind": "SCALAR",
6835
+ "name": "Boolean"
6836
+ }
6837
+ },
6838
+ "args": [],
6839
+ "isDeprecated": false
6840
+ },
6841
+ {
6842
+ "name": "updatedAt",
6843
+ "type": {
6844
+ "kind": "NON_NULL",
6845
+ "ofType": {
6846
+ "kind": "SCALAR",
6847
+ "name": "ISO8601"
6848
+ }
6849
+ },
6850
+ "args": [],
6851
+ "isDeprecated": false
6852
+ },
6853
+ {
6854
+ "name": "value",
6855
+ "type": {
6856
+ "kind": "NON_NULL",
6857
+ "ofType": {
6858
+ "kind": "SCALAR",
6859
+ "name": "Int"
6860
+ }
6861
+ },
6862
+ "args": [],
6863
+ "isDeprecated": false
6864
+ }
6865
+ ],
6866
+ "interfaces": []
6867
+ },
6676
6868
  {
6677
6869
  "kind": "INPUT_OBJECT",
6678
6870
  "name": "DataSelectedSessionEvent",
@@ -6873,6 +7065,67 @@ const introspection = {
6873
7065
  ],
6874
7066
  "isOneOf": false
6875
7067
  },
7068
+ {
7069
+ "kind": "OBJECT",
7070
+ "name": "DataToAnonymizeEnterpriseSetting",
7071
+ "fields": [
7072
+ {
7073
+ "name": "createdAt",
7074
+ "type": {
7075
+ "kind": "NON_NULL",
7076
+ "ofType": {
7077
+ "kind": "SCALAR",
7078
+ "name": "ISO8601"
7079
+ }
7080
+ },
7081
+ "args": [],
7082
+ "isDeprecated": false
7083
+ },
7084
+ {
7085
+ "name": "manageable",
7086
+ "type": {
7087
+ "kind": "NON_NULL",
7088
+ "ofType": {
7089
+ "kind": "SCALAR",
7090
+ "name": "Boolean"
7091
+ }
7092
+ },
7093
+ "args": [],
7094
+ "isDeprecated": false
7095
+ },
7096
+ {
7097
+ "name": "updatedAt",
7098
+ "type": {
7099
+ "kind": "NON_NULL",
7100
+ "ofType": {
7101
+ "kind": "SCALAR",
7102
+ "name": "ISO8601"
7103
+ }
7104
+ },
7105
+ "args": [],
7106
+ "isDeprecated": false
7107
+ },
7108
+ {
7109
+ "name": "value",
7110
+ "type": {
7111
+ "kind": "NON_NULL",
7112
+ "ofType": {
7113
+ "kind": "LIST",
7114
+ "ofType": {
7115
+ "kind": "NON_NULL",
7116
+ "ofType": {
7117
+ "kind": "ENUM",
7118
+ "name": "AnonymizableEntity"
7119
+ }
7120
+ }
7121
+ }
7122
+ },
7123
+ "args": [],
7124
+ "isDeprecated": false
7125
+ }
7126
+ ],
7127
+ "interfaces": []
7128
+ },
6876
7129
  {
6877
7130
  "kind": "ENUM",
6878
7131
  "name": "DayOfWeek",
@@ -8880,8 +9133,11 @@ const introspection = {
8880
9133
  {
8881
9134
  "name": "firstName",
8882
9135
  "type": {
8883
- "kind": "SCALAR",
8884
- "name": "String"
9136
+ "kind": "NON_NULL",
9137
+ "ofType": {
9138
+ "kind": "SCALAR",
9139
+ "name": "String"
9140
+ }
8885
9141
  }
8886
9142
  },
8887
9143
  {
@@ -9857,6 +10113,30 @@ const introspection = {
9857
10113
  "args": [],
9858
10114
  "isDeprecated": false
9859
10115
  },
10116
+ {
10117
+ "name": "dataRetentionDuration",
10118
+ "type": {
10119
+ "kind": "NON_NULL",
10120
+ "ofType": {
10121
+ "kind": "OBJECT",
10122
+ "name": "DataRetentionDurationEnterpriseSetting"
10123
+ }
10124
+ },
10125
+ "args": [],
10126
+ "isDeprecated": false
10127
+ },
10128
+ {
10129
+ "name": "dataToAnonymize",
10130
+ "type": {
10131
+ "kind": "NON_NULL",
10132
+ "ofType": {
10133
+ "kind": "OBJECT",
10134
+ "name": "DataToAnonymizeEnterpriseSetting"
10135
+ }
10136
+ },
10137
+ "args": [],
10138
+ "isDeprecated": false
10139
+ },
9860
10140
  {
9861
10141
  "name": "defaultCallbackRequestForm",
9862
10142
  "type": {
@@ -10421,6 +10701,20 @@ const introspection = {
10421
10701
  "name": "customerReminderSettingsInput"
10422
10702
  }
10423
10703
  },
10704
+ {
10705
+ "name": "dataRetentionDuration",
10706
+ "type": {
10707
+ "kind": "INPUT_OBJECT",
10708
+ "name": "dataRetentionDurationInput"
10709
+ }
10710
+ },
10711
+ {
10712
+ "name": "dataToAnonymize",
10713
+ "type": {
10714
+ "kind": "INPUT_OBJECT",
10715
+ "name": "dataToAnonymizeInput"
10716
+ }
10717
+ },
10424
10718
  {
10425
10719
  "name": "defaultCallbackRequestFormId",
10426
10720
  "type": {
@@ -17524,8 +17818,11 @@ const introspection = {
17524
17818
  {
17525
17819
  "name": "capacity",
17526
17820
  "type": {
17527
- "kind": "SCALAR",
17528
- "name": "Int"
17821
+ "kind": "NON_NULL",
17822
+ "ofType": {
17823
+ "kind": "SCALAR",
17824
+ "name": "Int"
17825
+ }
17529
17826
  },
17530
17827
  "args": [],
17531
17828
  "isDeprecated": false
@@ -17659,6 +17956,24 @@ const introspection = {
17659
17956
  "args": [],
17660
17957
  "isDeprecated": false
17661
17958
  },
17959
+ {
17960
+ "name": "schedulingSettings",
17961
+ "type": {
17962
+ "kind": "NON_NULL",
17963
+ "ofType": {
17964
+ "kind": "LIST",
17965
+ "ofType": {
17966
+ "kind": "NON_NULL",
17967
+ "ofType": {
17968
+ "kind": "OBJECT",
17969
+ "name": "MeetingRoomSchedulingSetting"
17970
+ }
17971
+ }
17972
+ }
17973
+ },
17974
+ "args": [],
17975
+ "isDeprecated": false
17976
+ },
17662
17977
  {
17663
17978
  "name": "timeZone",
17664
17979
  "type": {
@@ -18149,6 +18464,72 @@ const introspection = {
18149
18464
  ],
18150
18465
  "isOneOf": false
18151
18466
  },
18467
+ {
18468
+ "kind": "OBJECT",
18469
+ "name": "MeetingRoomSchedulingSetting",
18470
+ "fields": [
18471
+ {
18472
+ "name": "meetingRoom",
18473
+ "type": {
18474
+ "kind": "NON_NULL",
18475
+ "ofType": {
18476
+ "kind": "OBJECT",
18477
+ "name": "MeetingRoom"
18478
+ }
18479
+ },
18480
+ "args": [],
18481
+ "isDeprecated": false
18482
+ },
18483
+ {
18484
+ "name": "meetingType",
18485
+ "type": {
18486
+ "kind": "NON_NULL",
18487
+ "ofType": {
18488
+ "kind": "ENUM",
18489
+ "name": "MeetingType"
18490
+ }
18491
+ },
18492
+ "args": [],
18493
+ "isDeprecated": false
18494
+ }
18495
+ ],
18496
+ "interfaces": []
18497
+ },
18498
+ {
18499
+ "kind": "INPUT_OBJECT",
18500
+ "name": "MeetingRoomSchedulingSettingInput",
18501
+ "inputFields": [
18502
+ {
18503
+ "name": "meetingType",
18504
+ "type": {
18505
+ "kind": "NON_NULL",
18506
+ "ofType": {
18507
+ "kind": "ENUM",
18508
+ "name": "MeetingType"
18509
+ }
18510
+ }
18511
+ }
18512
+ ],
18513
+ "isOneOf": false
18514
+ },
18515
+ {
18516
+ "kind": "ENUM",
18517
+ "name": "MeetingRoomSelection",
18518
+ "enumValues": [
18519
+ {
18520
+ "name": "IF_AVAILABLE",
18521
+ "isDeprecated": false
18522
+ },
18523
+ {
18524
+ "name": "NO_MEETING_ROOM",
18525
+ "isDeprecated": false
18526
+ },
18527
+ {
18528
+ "name": "REQUIRED",
18529
+ "isDeprecated": false
18530
+ }
18531
+ ]
18532
+ },
18152
18533
  {
18153
18534
  "kind": "INPUT_OBJECT",
18154
18535
  "name": "MeetingRoomSort",
@@ -18577,6 +18958,16 @@ const introspection = {
18577
18958
  }
18578
18959
  },
18579
18960
  "args": [
18961
+ {
18962
+ "name": "appointmentAcceptInput",
18963
+ "type": {
18964
+ "kind": "NON_NULL",
18965
+ "ofType": {
18966
+ "kind": "INPUT_OBJECT",
18967
+ "name": "AppointmentAcceptInput"
18968
+ }
18969
+ }
18970
+ },
18580
18971
  {
18581
18972
  "name": "id",
18582
18973
  "type": {
@@ -18757,39 +19148,6 @@ const introspection = {
18757
19148
  ],
18758
19149
  "isDeprecated": false
18759
19150
  },
18760
- {
18761
- "name": "createAnswerOption",
18762
- "type": {
18763
- "kind": "NON_NULL",
18764
- "ofType": {
18765
- "kind": "OBJECT",
18766
- "name": "AnswerOption"
18767
- }
18768
- },
18769
- "args": [
18770
- {
18771
- "name": "answerOptionCreateInput",
18772
- "type": {
18773
- "kind": "NON_NULL",
18774
- "ofType": {
18775
- "kind": "INPUT_OBJECT",
18776
- "name": "AnswerOptionCreateInput"
18777
- }
18778
- }
18779
- },
18780
- {
18781
- "name": "questionId",
18782
- "type": {
18783
- "kind": "NON_NULL",
18784
- "ofType": {
18785
- "kind": "SCALAR",
18786
- "name": "ID"
18787
- }
18788
- }
18789
- }
18790
- ],
18791
- "isDeprecated": false
18792
- },
18793
19151
  {
18794
19152
  "name": "createAppliedTemplate",
18795
19153
  "type": {
@@ -19839,39 +20197,6 @@ const introspection = {
19839
20197
  ],
19840
20198
  "isDeprecated": false
19841
20199
  },
19842
- {
19843
- "name": "createValidator",
19844
- "type": {
19845
- "kind": "NON_NULL",
19846
- "ofType": {
19847
- "kind": "OBJECT",
19848
- "name": "Validator"
19849
- }
19850
- },
19851
- "args": [
19852
- {
19853
- "name": "questionId",
19854
- "type": {
19855
- "kind": "NON_NULL",
19856
- "ofType": {
19857
- "kind": "SCALAR",
19858
- "name": "ID"
19859
- }
19860
- }
19861
- },
19862
- {
19863
- "name": "validatorCreateInput",
19864
- "type": {
19865
- "kind": "NON_NULL",
19866
- "ofType": {
19867
- "kind": "INPUT_OBJECT",
19868
- "name": "ValidatorCreateInput"
19869
- }
19870
- }
19871
- }
19872
- ],
19873
- "isDeprecated": false
19874
- },
19875
20200
  {
19876
20201
  "name": "createWebhookConfiguration",
19877
20202
  "type": {
@@ -19940,29 +20265,6 @@ const introspection = {
19940
20265
  ],
19941
20266
  "isDeprecated": false
19942
20267
  },
19943
- {
19944
- "name": "deleteAnswerOption",
19945
- "type": {
19946
- "kind": "NON_NULL",
19947
- "ofType": {
19948
- "kind": "OBJECT",
19949
- "name": "AnswerOption"
19950
- }
19951
- },
19952
- "args": [
19953
- {
19954
- "name": "id",
19955
- "type": {
19956
- "kind": "NON_NULL",
19957
- "ofType": {
19958
- "kind": "SCALAR",
19959
- "name": "ID"
19960
- }
19961
- }
19962
- }
19963
- ],
19964
- "isDeprecated": false
19965
- },
19966
20268
  {
19967
20269
  "name": "deleteAppliedTemplate",
19968
20270
  "type": {
@@ -20455,29 +20757,6 @@ const introspection = {
20455
20757
  ],
20456
20758
  "isDeprecated": false
20457
20759
  },
20458
- {
20459
- "name": "deleteValidator",
20460
- "type": {
20461
- "kind": "NON_NULL",
20462
- "ofType": {
20463
- "kind": "OBJECT",
20464
- "name": "Validator"
20465
- }
20466
- },
20467
- "args": [
20468
- {
20469
- "name": "id",
20470
- "type": {
20471
- "kind": "NON_NULL",
20472
- "ofType": {
20473
- "kind": "SCALAR",
20474
- "name": "ID"
20475
- }
20476
- }
20477
- }
20478
- ],
20479
- "isDeprecated": false
20480
- },
20481
20760
  {
20482
20761
  "name": "deleteWebhookConfiguration",
20483
20762
  "type": {
@@ -20691,39 +20970,6 @@ const introspection = {
20691
20970
  ],
20692
20971
  "isDeprecated": false
20693
20972
  },
20694
- {
20695
- "name": "patchAnswerOption",
20696
- "type": {
20697
- "kind": "NON_NULL",
20698
- "ofType": {
20699
- "kind": "OBJECT",
20700
- "name": "AnswerOption"
20701
- }
20702
- },
20703
- "args": [
20704
- {
20705
- "name": "answerOptionPatchInput",
20706
- "type": {
20707
- "kind": "NON_NULL",
20708
- "ofType": {
20709
- "kind": "INPUT_OBJECT",
20710
- "name": "AnswerOptionPatchInput"
20711
- }
20712
- }
20713
- },
20714
- {
20715
- "name": "id",
20716
- "type": {
20717
- "kind": "NON_NULL",
20718
- "ofType": {
20719
- "kind": "SCALAR",
20720
- "name": "ID"
20721
- }
20722
- }
20723
- }
20724
- ],
20725
- "isDeprecated": false
20726
- },
20727
20973
  {
20728
20974
  "name": "patchAppointment",
20729
20975
  "type": {
@@ -21698,39 +21944,6 @@ const introspection = {
21698
21944
  ],
21699
21945
  "isDeprecated": false
21700
21946
  },
21701
- {
21702
- "name": "patchValidator",
21703
- "type": {
21704
- "kind": "NON_NULL",
21705
- "ofType": {
21706
- "kind": "OBJECT",
21707
- "name": "Validator"
21708
- }
21709
- },
21710
- "args": [
21711
- {
21712
- "name": "id",
21713
- "type": {
21714
- "kind": "NON_NULL",
21715
- "ofType": {
21716
- "kind": "SCALAR",
21717
- "name": "ID"
21718
- }
21719
- }
21720
- },
21721
- {
21722
- "name": "validatorPatchInput",
21723
- "type": {
21724
- "kind": "NON_NULL",
21725
- "ofType": {
21726
- "kind": "INPUT_OBJECT",
21727
- "name": "ValidatorPatchInput"
21728
- }
21729
- }
21730
- }
21731
- ],
21732
- "isDeprecated": false
21733
- },
21734
21947
  {
21735
21948
  "name": "patchVideoURLTemplate",
21736
21949
  "type": {
@@ -22109,6 +22322,51 @@ const introspection = {
22109
22322
  ],
22110
22323
  "isDeprecated": false
22111
22324
  },
22325
+ {
22326
+ "name": "putMeetingRoomSchedulingSettings",
22327
+ "type": {
22328
+ "kind": "NON_NULL",
22329
+ "ofType": {
22330
+ "kind": "LIST",
22331
+ "ofType": {
22332
+ "kind": "NON_NULL",
22333
+ "ofType": {
22334
+ "kind": "OBJECT",
22335
+ "name": "MeetingRoomSchedulingSetting"
22336
+ }
22337
+ }
22338
+ }
22339
+ },
22340
+ "args": [
22341
+ {
22342
+ "name": "meetingRoomId",
22343
+ "type": {
22344
+ "kind": "NON_NULL",
22345
+ "ofType": {
22346
+ "kind": "SCALAR",
22347
+ "name": "ID"
22348
+ }
22349
+ }
22350
+ },
22351
+ {
22352
+ "name": "meetingRoomSchedulingSettingInput",
22353
+ "type": {
22354
+ "kind": "NON_NULL",
22355
+ "ofType": {
22356
+ "kind": "LIST",
22357
+ "ofType": {
22358
+ "kind": "NON_NULL",
22359
+ "ofType": {
22360
+ "kind": "INPUT_OBJECT",
22361
+ "name": "MeetingRoomSchedulingSettingInput"
22362
+ }
22363
+ }
22364
+ }
22365
+ }
22366
+ }
22367
+ ],
22368
+ "isDeprecated": false
22369
+ },
22112
22370
  {
22113
22371
  "name": "putOfficeEmployeeCoverageRegionSchedulingSettings",
22114
22372
  "type": {
@@ -23118,6 +23376,29 @@ const introspection = {
23118
23376
  ],
23119
23377
  "isDeprecated": false
23120
23378
  },
23379
+ {
23380
+ "name": "renderWebhookDeliveryFailEmailTemplate",
23381
+ "type": {
23382
+ "kind": "NON_NULL",
23383
+ "ofType": {
23384
+ "kind": "OBJECT",
23385
+ "name": "EmailTemplateRender"
23386
+ }
23387
+ },
23388
+ "args": [
23389
+ {
23390
+ "name": "webhookDeliveryId",
23391
+ "type": {
23392
+ "kind": "NON_NULL",
23393
+ "ofType": {
23394
+ "kind": "SCALAR",
23395
+ "name": "String"
23396
+ }
23397
+ }
23398
+ }
23399
+ ],
23400
+ "isDeprecated": false
23401
+ },
23121
23402
  {
23122
23403
  "name": "reopenAppointment",
23123
23404
  "type": {
@@ -23128,6 +23409,16 @@ const introspection = {
23128
23409
  }
23129
23410
  },
23130
23411
  "args": [
23412
+ {
23413
+ "name": "appointmentReopenInput",
23414
+ "type": {
23415
+ "kind": "NON_NULL",
23416
+ "ofType": {
23417
+ "kind": "INPUT_OBJECT",
23418
+ "name": "AppointmentReopenInput"
23419
+ }
23420
+ }
23421
+ },
23131
23422
  {
23132
23423
  "name": "id",
23133
23424
  "type": {
@@ -29037,15 +29328,12 @@ const introspection = {
29037
29328
  {
29038
29329
  "name": "id",
29039
29330
  "type": {
29040
- "kind": "NON_NULL",
29331
+ "kind": "LIST",
29041
29332
  "ofType": {
29042
- "kind": "LIST",
29333
+ "kind": "NON_NULL",
29043
29334
  "ofType": {
29044
- "kind": "NON_NULL",
29045
- "ofType": {
29046
- "kind": "SCALAR",
29047
- "name": "ID"
29048
- }
29335
+ "kind": "SCALAR",
29336
+ "name": "ID"
29049
29337
  }
29050
29338
  }
29051
29339
  }
@@ -29949,6 +30237,237 @@ const introspection = {
29949
30237
  "name": "GeolocationInput"
29950
30238
  }
29951
30239
  },
30240
+ {
30241
+ "name": "meetingRoomIds",
30242
+ "type": {
30243
+ "kind": "LIST",
30244
+ "ofType": {
30245
+ "kind": "NON_NULL",
30246
+ "ofType": {
30247
+ "kind": "SCALAR",
30248
+ "name": "ID"
30249
+ }
30250
+ }
30251
+ }
30252
+ },
30253
+ {
30254
+ "name": "meetingRoomMinimumCapacity",
30255
+ "type": {
30256
+ "kind": "SCALAR",
30257
+ "name": "Int"
30258
+ }
30259
+ },
30260
+ {
30261
+ "name": "meetingTypes",
30262
+ "type": {
30263
+ "kind": "LIST",
30264
+ "ofType": {
30265
+ "kind": "NON_NULL",
30266
+ "ofType": {
30267
+ "kind": "ENUM",
30268
+ "name": "MeetingType"
30269
+ }
30270
+ }
30271
+ }
30272
+ },
30273
+ {
30274
+ "name": "officeExternalIds",
30275
+ "type": {
30276
+ "kind": "LIST",
30277
+ "ofType": {
30278
+ "kind": "NON_NULL",
30279
+ "ofType": {
30280
+ "kind": "SCALAR",
30281
+ "name": "String"
30282
+ }
30283
+ }
30284
+ }
30285
+ },
30286
+ {
30287
+ "name": "officeIds",
30288
+ "type": {
30289
+ "kind": "LIST",
30290
+ "ofType": {
30291
+ "kind": "NON_NULL",
30292
+ "ofType": {
30293
+ "kind": "SCALAR",
30294
+ "name": "ID"
30295
+ }
30296
+ }
30297
+ }
30298
+ },
30299
+ {
30300
+ "name": "orderByDistanceTo",
30301
+ "type": {
30302
+ "kind": "INPUT_OBJECT",
30303
+ "name": "GeolocationInput"
30304
+ }
30305
+ },
30306
+ {
30307
+ "name": "subjectExternalIds",
30308
+ "type": {
30309
+ "kind": "LIST",
30310
+ "ofType": {
30311
+ "kind": "NON_NULL",
30312
+ "ofType": {
30313
+ "kind": "SCALAR",
30314
+ "name": "String"
30315
+ }
30316
+ }
30317
+ }
30318
+ },
30319
+ {
30320
+ "name": "subjectGroupExternalIds",
30321
+ "type": {
30322
+ "kind": "LIST",
30323
+ "ofType": {
30324
+ "kind": "NON_NULL",
30325
+ "ofType": {
30326
+ "kind": "SCALAR",
30327
+ "name": "String"
30328
+ }
30329
+ }
30330
+ }
30331
+ },
30332
+ {
30333
+ "name": "subjectGroupIds",
30334
+ "type": {
30335
+ "kind": "LIST",
30336
+ "ofType": {
30337
+ "kind": "NON_NULL",
30338
+ "ofType": {
30339
+ "kind": "SCALAR",
30340
+ "name": "ID"
30341
+ }
30342
+ }
30343
+ }
30344
+ },
30345
+ {
30346
+ "name": "subjectIds",
30347
+ "type": {
30348
+ "kind": "LIST",
30349
+ "ofType": {
30350
+ "kind": "NON_NULL",
30351
+ "ofType": {
30352
+ "kind": "SCALAR",
30353
+ "name": "ID"
30354
+ }
30355
+ }
30356
+ }
30357
+ }
30358
+ ],
30359
+ "isDeprecated": false
30360
+ },
30361
+ {
30362
+ "name": "schedulableMeetingRooms",
30363
+ "type": {
30364
+ "kind": "NON_NULL",
30365
+ "ofType": {
30366
+ "kind": "LIST",
30367
+ "ofType": {
30368
+ "kind": "NON_NULL",
30369
+ "ofType": {
30370
+ "kind": "OBJECT",
30371
+ "name": "MeetingRoom"
30372
+ }
30373
+ }
30374
+ }
30375
+ },
30376
+ "args": [
30377
+ {
30378
+ "name": "employeeExternalIds",
30379
+ "type": {
30380
+ "kind": "LIST",
30381
+ "ofType": {
30382
+ "kind": "NON_NULL",
30383
+ "ofType": {
30384
+ "kind": "SCALAR",
30385
+ "name": "String"
30386
+ }
30387
+ }
30388
+ }
30389
+ },
30390
+ {
30391
+ "name": "employeeIds",
30392
+ "type": {
30393
+ "kind": "LIST",
30394
+ "ofType": {
30395
+ "kind": "NON_NULL",
30396
+ "ofType": {
30397
+ "kind": "SCALAR",
30398
+ "name": "ID"
30399
+ }
30400
+ }
30401
+ }
30402
+ },
30403
+ {
30404
+ "name": "employeeLanguages",
30405
+ "type": {
30406
+ "kind": "LIST",
30407
+ "ofType": {
30408
+ "kind": "NON_NULL",
30409
+ "ofType": {
30410
+ "kind": "ENUM",
30411
+ "name": "Language"
30412
+ }
30413
+ }
30414
+ }
30415
+ },
30416
+ {
30417
+ "name": "leadSegmentCode",
30418
+ "type": {
30419
+ "kind": "SCALAR",
30420
+ "name": "String"
30421
+ }
30422
+ },
30423
+ {
30424
+ "name": "leadSegmentId",
30425
+ "type": {
30426
+ "kind": "SCALAR",
30427
+ "name": "ID"
30428
+ }
30429
+ },
30430
+ {
30431
+ "name": "listingExternalId",
30432
+ "type": {
30433
+ "kind": "SCALAR",
30434
+ "name": "String"
30435
+ }
30436
+ },
30437
+ {
30438
+ "name": "listingId",
30439
+ "type": {
30440
+ "kind": "SCALAR",
30441
+ "name": "ID"
30442
+ }
30443
+ },
30444
+ {
30445
+ "name": "location",
30446
+ "type": {
30447
+ "kind": "INPUT_OBJECT",
30448
+ "name": "GeolocationInput"
30449
+ }
30450
+ },
30451
+ {
30452
+ "name": "meetingRoomIds",
30453
+ "type": {
30454
+ "kind": "LIST",
30455
+ "ofType": {
30456
+ "kind": "NON_NULL",
30457
+ "ofType": {
30458
+ "kind": "SCALAR",
30459
+ "name": "ID"
30460
+ }
30461
+ }
30462
+ }
30463
+ },
30464
+ {
30465
+ "name": "meetingRoomMinimumCapacity",
30466
+ "type": {
30467
+ "kind": "SCALAR",
30468
+ "name": "Int"
30469
+ }
30470
+ },
29952
30471
  {
29953
30472
  "name": "meetingTypes",
29954
30473
  "type": {
@@ -30140,6 +30659,26 @@ const introspection = {
30140
30659
  "name": "GeolocationInput"
30141
30660
  }
30142
30661
  },
30662
+ {
30663
+ "name": "meetingRoomIds",
30664
+ "type": {
30665
+ "kind": "LIST",
30666
+ "ofType": {
30667
+ "kind": "NON_NULL",
30668
+ "ofType": {
30669
+ "kind": "SCALAR",
30670
+ "name": "ID"
30671
+ }
30672
+ }
30673
+ }
30674
+ },
30675
+ {
30676
+ "name": "meetingRoomMinimumCapacity",
30677
+ "type": {
30678
+ "kind": "SCALAR",
30679
+ "name": "Int"
30680
+ }
30681
+ },
30143
30682
  {
30144
30683
  "name": "meetingTypes",
30145
30684
  "type": {
@@ -30331,6 +30870,26 @@ const introspection = {
30331
30870
  "name": "GeolocationInput"
30332
30871
  }
30333
30872
  },
30873
+ {
30874
+ "name": "meetingRoomIds",
30875
+ "type": {
30876
+ "kind": "LIST",
30877
+ "ofType": {
30878
+ "kind": "NON_NULL",
30879
+ "ofType": {
30880
+ "kind": "SCALAR",
30881
+ "name": "ID"
30882
+ }
30883
+ }
30884
+ }
30885
+ },
30886
+ {
30887
+ "name": "meetingRoomMinimumCapacity",
30888
+ "type": {
30889
+ "kind": "SCALAR",
30890
+ "name": "Int"
30891
+ }
30892
+ },
30334
30893
  {
30335
30894
  "name": "meetingTypes",
30336
30895
  "type": {
@@ -30522,6 +31081,26 @@ const introspection = {
30522
31081
  "name": "GeolocationInput"
30523
31082
  }
30524
31083
  },
31084
+ {
31085
+ "name": "meetingRoomIds",
31086
+ "type": {
31087
+ "kind": "LIST",
31088
+ "ofType": {
31089
+ "kind": "NON_NULL",
31090
+ "ofType": {
31091
+ "kind": "SCALAR",
31092
+ "name": "ID"
31093
+ }
31094
+ }
31095
+ }
31096
+ },
31097
+ {
31098
+ "name": "meetingRoomMinimumCapacity",
31099
+ "type": {
31100
+ "kind": "SCALAR",
31101
+ "name": "Int"
31102
+ }
31103
+ },
30525
31104
  {
30526
31105
  "name": "meetingTypes",
30527
31106
  "type": {
@@ -31304,6 +31883,26 @@ const introspection = {
31304
31883
  "name": "GeolocationInput"
31305
31884
  }
31306
31885
  },
31886
+ {
31887
+ "name": "meetingRoomId",
31888
+ "type": {
31889
+ "kind": "LIST",
31890
+ "ofType": {
31891
+ "kind": "NON_NULL",
31892
+ "ofType": {
31893
+ "kind": "SCALAR",
31894
+ "name": "ID"
31895
+ }
31896
+ }
31897
+ }
31898
+ },
31899
+ {
31900
+ "name": "meetingRoomMinimumCapacity",
31901
+ "type": {
31902
+ "kind": "SCALAR",
31903
+ "name": "Int"
31904
+ }
31905
+ },
31307
31906
  {
31308
31907
  "name": "meetingType",
31309
31908
  "type": {
@@ -31523,46 +32122,74 @@ const introspection = {
31523
32122
  "isDeprecated": false
31524
32123
  },
31525
32124
  {
31526
- "name": "validator",
32125
+ "name": "validateTimetableSlot",
31527
32126
  "type": {
31528
32127
  "kind": "NON_NULL",
31529
32128
  "ofType": {
31530
32129
  "kind": "OBJECT",
31531
- "name": "Validator"
32130
+ "name": "ValidatedTimetableSlot"
31532
32131
  }
31533
32132
  },
31534
32133
  "args": [
31535
32134
  {
31536
- "name": "id",
32135
+ "name": "employeeId",
31537
32136
  "type": {
31538
- "kind": "NON_NULL",
32137
+ "kind": "LIST",
31539
32138
  "ofType": {
31540
- "kind": "SCALAR",
31541
- "name": "ID"
32139
+ "kind": "NON_NULL",
32140
+ "ofType": {
32141
+ "kind": "SCALAR",
32142
+ "name": "ID"
32143
+ }
31542
32144
  }
31543
32145
  }
31544
- }
31545
- ],
31546
- "isDeprecated": false
31547
- },
31548
- {
31549
- "name": "validators",
31550
- "type": {
31551
- "kind": "NON_NULL",
31552
- "ofType": {
31553
- "kind": "LIST",
31554
- "ofType": {
32146
+ },
32147
+ {
32148
+ "name": "employeeLanguages",
32149
+ "type": {
32150
+ "kind": "LIST",
32151
+ "ofType": {
32152
+ "kind": "NON_NULL",
32153
+ "ofType": {
32154
+ "kind": "ENUM",
32155
+ "name": "Language"
32156
+ }
32157
+ }
32158
+ }
32159
+ },
32160
+ {
32161
+ "name": "from",
32162
+ "type": {
31555
32163
  "kind": "NON_NULL",
31556
32164
  "ofType": {
31557
- "kind": "OBJECT",
31558
- "name": "Validator"
32165
+ "kind": "SCALAR",
32166
+ "name": "ISO8601"
31559
32167
  }
31560
32168
  }
31561
- }
31562
- },
31563
- "args": [
32169
+ },
31564
32170
  {
31565
- "name": "id",
32171
+ "name": "leadSegmentId",
32172
+ "type": {
32173
+ "kind": "SCALAR",
32174
+ "name": "ID"
32175
+ }
32176
+ },
32177
+ {
32178
+ "name": "listingId",
32179
+ "type": {
32180
+ "kind": "SCALAR",
32181
+ "name": "ID"
32182
+ }
32183
+ },
32184
+ {
32185
+ "name": "location",
32186
+ "type": {
32187
+ "kind": "INPUT_OBJECT",
32188
+ "name": "GeolocationInput"
32189
+ }
32190
+ },
32191
+ {
32192
+ "name": "meetingRoomId",
31566
32193
  "type": {
31567
32194
  "kind": "LIST",
31568
32195
  "ofType": {
@@ -31575,26 +32202,73 @@ const introspection = {
31575
32202
  }
31576
32203
  },
31577
32204
  {
31578
- "name": "questionId",
32205
+ "name": "meetingRoomMinimumCapacity",
32206
+ "type": {
32207
+ "kind": "SCALAR",
32208
+ "name": "Int"
32209
+ }
32210
+ },
32211
+ {
32212
+ "name": "meetingType",
32213
+ "type": {
32214
+ "kind": "NON_NULL",
32215
+ "ofType": {
32216
+ "kind": "ENUM",
32217
+ "name": "MeetingType"
32218
+ }
32219
+ }
32220
+ },
32221
+ {
32222
+ "name": "officeId",
31579
32223
  "type": {
31580
32224
  "kind": "NON_NULL",
31581
32225
  "ofType": {
31582
- "kind": "LIST",
31583
- "ofType": {
31584
- "kind": "NON_NULL",
31585
- "ofType": {
31586
- "kind": "SCALAR",
31587
- "name": "ID"
31588
- }
31589
- }
32226
+ "kind": "SCALAR",
32227
+ "name": "ID"
31590
32228
  }
31591
32229
  }
31592
32230
  },
31593
32231
  {
31594
- "name": "withDeleted",
32232
+ "name": "subjectId",
31595
32233
  "type": {
31596
- "kind": "SCALAR",
31597
- "name": "Boolean"
32234
+ "kind": "NON_NULL",
32235
+ "ofType": {
32236
+ "kind": "SCALAR",
32237
+ "name": "ID"
32238
+ }
32239
+ }
32240
+ },
32241
+ {
32242
+ "name": "to",
32243
+ "type": {
32244
+ "kind": "NON_NULL",
32245
+ "ofType": {
32246
+ "kind": "SCALAR",
32247
+ "name": "ISO8601"
32248
+ }
32249
+ }
32250
+ }
32251
+ ],
32252
+ "isDeprecated": false
32253
+ },
32254
+ {
32255
+ "name": "validator",
32256
+ "type": {
32257
+ "kind": "NON_NULL",
32258
+ "ofType": {
32259
+ "kind": "OBJECT",
32260
+ "name": "Validator"
32261
+ }
32262
+ },
32263
+ "args": [
32264
+ {
32265
+ "name": "id",
32266
+ "type": {
32267
+ "kind": "NON_NULL",
32268
+ "ofType": {
32269
+ "kind": "SCALAR",
32270
+ "name": "ID"
32271
+ }
31598
32272
  }
31599
32273
  }
31600
32274
  ],
@@ -32139,7 +32813,7 @@ const introspection = {
32139
32813
  "kind": "NON_NULL",
32140
32814
  "ofType": {
32141
32815
  "kind": "INPUT_OBJECT",
32142
- "name": "AnswerOptionCreateInput"
32816
+ "name": "AnswerOptionPatchInput"
32143
32817
  }
32144
32818
  }
32145
32819
  }
@@ -32229,7 +32903,7 @@ const introspection = {
32229
32903
  "kind": "NON_NULL",
32230
32904
  "ofType": {
32231
32905
  "kind": "INPUT_OBJECT",
32232
- "name": "AnswerOptionCreateInput"
32906
+ "name": "AnswerOptionPatchInput"
32233
32907
  }
32234
32908
  }
32235
32909
  }
@@ -34003,6 +34677,14 @@ const introspection = {
34003
34677
  "kind": "ENUM",
34004
34678
  "name": "SortableMeetingRoomFields",
34005
34679
  "enumValues": [
34680
+ {
34681
+ "name": "active",
34682
+ "isDeprecated": false
34683
+ },
34684
+ {
34685
+ "name": "capacity",
34686
+ "isDeprecated": false
34687
+ },
34006
34688
  {
34007
34689
  "name": "createdAt",
34008
34690
  "isDeprecated": false
@@ -36081,6 +36763,18 @@ const introspection = {
36081
36763
  "kind": "OBJECT",
36082
36764
  "name": "SubjectOfficeSchedulingSetting",
36083
36765
  "fields": [
36766
+ {
36767
+ "name": "meetingRoomSelection",
36768
+ "type": {
36769
+ "kind": "NON_NULL",
36770
+ "ofType": {
36771
+ "kind": "ENUM",
36772
+ "name": "MeetingRoomSelection"
36773
+ }
36774
+ },
36775
+ "args": [],
36776
+ "isDeprecated": false
36777
+ },
36084
36778
  {
36085
36779
  "name": "meetingType",
36086
36780
  "type": {
@@ -36124,6 +36818,13 @@ const introspection = {
36124
36818
  "kind": "INPUT_OBJECT",
36125
36819
  "name": "SubjectOfficeSchedulingSettingInput",
36126
36820
  "inputFields": [
36821
+ {
36822
+ "name": "meetingRoomSelection",
36823
+ "type": {
36824
+ "kind": "ENUM",
36825
+ "name": "MeetingRoomSelection"
36826
+ }
36827
+ },
36127
36828
  {
36128
36829
  "name": "meetingType",
36129
36830
  "type": {
@@ -36484,6 +37185,10 @@ const introspection = {
36484
37185
  {
36485
37186
  "name": "LISTING_TIME_SLOT",
36486
37187
  "isDeprecated": false
37188
+ },
37189
+ {
37190
+ "name": "WEBHOOK_DELIVERY",
37191
+ "isDeprecated": false
36487
37192
  }
36488
37193
  ]
36489
37194
  },
@@ -37508,6 +38213,10 @@ const introspection = {
37508
38213
  "kind": "ENUM",
37509
38214
  "name": "UIFeature",
37510
38215
  "enumValues": [
38216
+ {
38217
+ "name": "APPOINTMENT_COMPLETION",
38218
+ "isDeprecated": false
38219
+ },
37511
38220
  {
37512
38221
  "name": "APPOINTMENT_CREATION",
37513
38222
  "isDeprecated": false
@@ -37568,6 +38277,10 @@ const introspection = {
37568
38277
  "name": "MEETING_LINK_CREATION",
37569
38278
  "isDeprecated": false
37570
38279
  },
38280
+ {
38281
+ "name": "MULTI_PARTICIPANTS",
38282
+ "isDeprecated": false
38283
+ },
37571
38284
  {
37572
38285
  "name": "MY_APPOINTMENTS",
37573
38286
  "isDeprecated": false
@@ -38085,6 +38798,55 @@ const introspection = {
38085
38798
  }
38086
38799
  ]
38087
38800
  },
38801
+ {
38802
+ "kind": "OBJECT",
38803
+ "name": "ValidatedTimetableSlot",
38804
+ "fields": [
38805
+ {
38806
+ "name": "availableMeetingRooms",
38807
+ "type": {
38808
+ "kind": "NON_NULL",
38809
+ "ofType": {
38810
+ "kind": "LIST",
38811
+ "ofType": {
38812
+ "kind": "NON_NULL",
38813
+ "ofType": {
38814
+ "kind": "OBJECT",
38815
+ "name": "MeetingRoom"
38816
+ }
38817
+ }
38818
+ }
38819
+ },
38820
+ "args": [],
38821
+ "isDeprecated": false
38822
+ },
38823
+ {
38824
+ "name": "slot",
38825
+ "type": {
38826
+ "kind": "NON_NULL",
38827
+ "ofType": {
38828
+ "kind": "OBJECT",
38829
+ "name": "TimetableSlot"
38830
+ }
38831
+ },
38832
+ "args": [],
38833
+ "isDeprecated": false
38834
+ },
38835
+ {
38836
+ "name": "trailingBufferTime",
38837
+ "type": {
38838
+ "kind": "NON_NULL",
38839
+ "ofType": {
38840
+ "kind": "SCALAR",
38841
+ "name": "Int"
38842
+ }
38843
+ },
38844
+ "args": [],
38845
+ "isDeprecated": false
38846
+ }
38847
+ ],
38848
+ "interfaces": []
38849
+ },
38088
38850
  {
38089
38851
  "kind": "OBJECT",
38090
38852
  "name": "Validator",
@@ -38661,6 +39423,24 @@ const introspection = {
38661
39423
  "args": [],
38662
39424
  "isDeprecated": false
38663
39425
  },
39426
+ {
39427
+ "name": "notificationEmailAddresses",
39428
+ "type": {
39429
+ "kind": "NON_NULL",
39430
+ "ofType": {
39431
+ "kind": "LIST",
39432
+ "ofType": {
39433
+ "kind": "NON_NULL",
39434
+ "ofType": {
39435
+ "kind": "SCALAR",
39436
+ "name": "String"
39437
+ }
39438
+ }
39439
+ }
39440
+ },
39441
+ "args": [],
39442
+ "isDeprecated": false
39443
+ },
38664
39444
  {
38665
39445
  "name": "token",
38666
39446
  "type": {
@@ -38740,6 +39520,19 @@ const introspection = {
38740
39520
  }
38741
39521
  }
38742
39522
  },
39523
+ {
39524
+ "name": "notificationEmailAddresses",
39525
+ "type": {
39526
+ "kind": "LIST",
39527
+ "ofType": {
39528
+ "kind": "NON_NULL",
39529
+ "ofType": {
39530
+ "kind": "SCALAR",
39531
+ "name": "String"
39532
+ }
39533
+ }
39534
+ }
39535
+ },
38743
39536
  {
38744
39537
  "name": "token",
38745
39538
  "type": {
@@ -38895,6 +39688,19 @@ const introspection = {
38895
39688
  "name": "HTTPMethod"
38896
39689
  }
38897
39690
  },
39691
+ {
39692
+ "name": "notificationEmailAddresses",
39693
+ "type": {
39694
+ "kind": "LIST",
39695
+ "ofType": {
39696
+ "kind": "NON_NULL",
39697
+ "ofType": {
39698
+ "kind": "SCALAR",
39699
+ "name": "String"
39700
+ }
39701
+ }
39702
+ }
39703
+ },
38898
39704
  {
38899
39705
  "name": "token",
38900
39706
  "type": {
@@ -39573,6 +40379,54 @@ const introspection = {
39573
40379
  ],
39574
40380
  "isOneOf": false
39575
40381
  },
40382
+ {
40383
+ "kind": "INPUT_OBJECT",
40384
+ "name": "dataRetentionDurationInput",
40385
+ "inputFields": [
40386
+ {
40387
+ "name": "manageable",
40388
+ "type": {
40389
+ "kind": "SCALAR",
40390
+ "name": "Boolean"
40391
+ }
40392
+ },
40393
+ {
40394
+ "name": "value",
40395
+ "type": {
40396
+ "kind": "SCALAR",
40397
+ "name": "Int"
40398
+ }
40399
+ }
40400
+ ],
40401
+ "isOneOf": false
40402
+ },
40403
+ {
40404
+ "kind": "INPUT_OBJECT",
40405
+ "name": "dataToAnonymizeInput",
40406
+ "inputFields": [
40407
+ {
40408
+ "name": "manageable",
40409
+ "type": {
40410
+ "kind": "SCALAR",
40411
+ "name": "Boolean"
40412
+ }
40413
+ },
40414
+ {
40415
+ "name": "value",
40416
+ "type": {
40417
+ "kind": "LIST",
40418
+ "ofType": {
40419
+ "kind": "NON_NULL",
40420
+ "ofType": {
40421
+ "kind": "ENUM",
40422
+ "name": "AnonymizableEntity"
40423
+ }
40424
+ }
40425
+ }
40426
+ }
40427
+ ],
40428
+ "isOneOf": false
40429
+ },
39576
40430
  {
39577
40431
  "kind": "INPUT_OBJECT",
39578
40432
  "name": "defaultCallbackRequestFormIdInput",