@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.
- package/CHANGELOG.md +9 -0
- package/dist/graphql-env.d.ts +999 -247
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1137 -283
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +149 -52
- package/dist/schema.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/graphql-env.ts +1137 -283
- package/src/schema.ts +179 -65
package/dist/graphql-env.d.ts
CHANGED
|
@@ -304,6 +304,13 @@ declare const introspection: {
|
|
|
304
304
|
readonly isDeprecated: false;
|
|
305
305
|
}];
|
|
306
306
|
readonly interfaces: readonly [];
|
|
307
|
+
}, {
|
|
308
|
+
readonly kind: "ENUM";
|
|
309
|
+
readonly name: "AnonymizableEntity";
|
|
310
|
+
readonly enumValues: readonly [{
|
|
311
|
+
readonly name: "CUSTOMER";
|
|
312
|
+
readonly isDeprecated: false;
|
|
313
|
+
}];
|
|
307
314
|
}, {
|
|
308
315
|
readonly kind: "OBJECT";
|
|
309
316
|
readonly name: "AnswerOption";
|
|
@@ -409,20 +416,25 @@ declare const introspection: {
|
|
|
409
416
|
readonly interfaces: readonly [];
|
|
410
417
|
}, {
|
|
411
418
|
readonly kind: "INPUT_OBJECT";
|
|
412
|
-
readonly name: "
|
|
419
|
+
readonly name: "AnswerOptionPatchInput";
|
|
413
420
|
readonly inputFields: readonly [{
|
|
414
421
|
readonly name: "externalId";
|
|
415
422
|
readonly type: {
|
|
416
423
|
readonly kind: "SCALAR";
|
|
417
424
|
readonly name: "String";
|
|
418
425
|
};
|
|
426
|
+
}, {
|
|
427
|
+
readonly name: "id";
|
|
428
|
+
readonly type: {
|
|
429
|
+
readonly kind: "SCALAR";
|
|
430
|
+
readonly name: "ID";
|
|
431
|
+
};
|
|
419
432
|
}, {
|
|
420
433
|
readonly name: "order";
|
|
421
434
|
readonly type: {
|
|
422
435
|
readonly kind: "SCALAR";
|
|
423
436
|
readonly name: "Int";
|
|
424
437
|
};
|
|
425
|
-
readonly defaultValue: "0";
|
|
426
438
|
}, {
|
|
427
439
|
readonly name: "translations";
|
|
428
440
|
readonly type: {
|
|
@@ -440,35 +452,6 @@ declare const introspection: {
|
|
|
440
452
|
};
|
|
441
453
|
}];
|
|
442
454
|
readonly isOneOf: false;
|
|
443
|
-
}, {
|
|
444
|
-
readonly kind: "INPUT_OBJECT";
|
|
445
|
-
readonly name: "AnswerOptionPatchInput";
|
|
446
|
-
readonly inputFields: readonly [{
|
|
447
|
-
readonly name: "externalId";
|
|
448
|
-
readonly type: {
|
|
449
|
-
readonly kind: "SCALAR";
|
|
450
|
-
readonly name: "String";
|
|
451
|
-
};
|
|
452
|
-
}, {
|
|
453
|
-
readonly name: "order";
|
|
454
|
-
readonly type: {
|
|
455
|
-
readonly kind: "SCALAR";
|
|
456
|
-
readonly name: "Int";
|
|
457
|
-
};
|
|
458
|
-
}, {
|
|
459
|
-
readonly name: "translations";
|
|
460
|
-
readonly type: {
|
|
461
|
-
readonly kind: "INPUT_OBJECT";
|
|
462
|
-
readonly name: "AnswerOptionTranslationsPatchInput";
|
|
463
|
-
};
|
|
464
|
-
}, {
|
|
465
|
-
readonly name: "value";
|
|
466
|
-
readonly type: {
|
|
467
|
-
readonly kind: "SCALAR";
|
|
468
|
-
readonly name: "String";
|
|
469
|
-
};
|
|
470
|
-
}];
|
|
471
|
-
readonly isOneOf: false;
|
|
472
455
|
}, {
|
|
473
456
|
readonly kind: "OBJECT";
|
|
474
457
|
readonly name: "AnswerOptionTranslations";
|
|
@@ -511,23 +494,6 @@ declare const introspection: {
|
|
|
511
494
|
};
|
|
512
495
|
}];
|
|
513
496
|
readonly isOneOf: false;
|
|
514
|
-
}, {
|
|
515
|
-
readonly kind: "INPUT_OBJECT";
|
|
516
|
-
readonly name: "AnswerOptionTranslationsPatchInput";
|
|
517
|
-
readonly inputFields: readonly [{
|
|
518
|
-
readonly name: "label";
|
|
519
|
-
readonly type: {
|
|
520
|
-
readonly kind: "LIST";
|
|
521
|
-
readonly ofType: {
|
|
522
|
-
readonly kind: "NON_NULL";
|
|
523
|
-
readonly ofType: {
|
|
524
|
-
readonly kind: "INPUT_OBJECT";
|
|
525
|
-
readonly name: "TranslationObjectInput";
|
|
526
|
-
};
|
|
527
|
-
};
|
|
528
|
-
};
|
|
529
|
-
}];
|
|
530
|
-
readonly isOneOf: false;
|
|
531
497
|
}, {
|
|
532
498
|
readonly kind: "OBJECT";
|
|
533
499
|
readonly name: "ApiClient";
|
|
@@ -1168,8 +1134,30 @@ declare const introspection: {
|
|
|
1168
1134
|
};
|
|
1169
1135
|
readonly args: readonly [];
|
|
1170
1136
|
readonly isDeprecated: false;
|
|
1137
|
+
}, {
|
|
1138
|
+
readonly name: "userCommunication";
|
|
1139
|
+
readonly type: {
|
|
1140
|
+
readonly kind: "NON_NULL";
|
|
1141
|
+
readonly ofType: {
|
|
1142
|
+
readonly kind: "OBJECT";
|
|
1143
|
+
readonly name: "AppointmentUserCommunication";
|
|
1144
|
+
};
|
|
1145
|
+
};
|
|
1146
|
+
readonly args: readonly [];
|
|
1147
|
+
readonly isDeprecated: false;
|
|
1171
1148
|
}];
|
|
1172
1149
|
readonly interfaces: readonly [];
|
|
1150
|
+
}, {
|
|
1151
|
+
readonly kind: "INPUT_OBJECT";
|
|
1152
|
+
readonly name: "AppointmentAcceptInput";
|
|
1153
|
+
readonly inputFields: readonly [{
|
|
1154
|
+
readonly name: "userCommunication";
|
|
1155
|
+
readonly type: {
|
|
1156
|
+
readonly kind: "INPUT_OBJECT";
|
|
1157
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
1158
|
+
};
|
|
1159
|
+
}];
|
|
1160
|
+
readonly isOneOf: false;
|
|
1173
1161
|
}, {
|
|
1174
1162
|
readonly kind: "UNION";
|
|
1175
1163
|
readonly name: "AppointmentActor";
|
|
@@ -1401,6 +1389,12 @@ declare const introspection: {
|
|
|
1401
1389
|
readonly kind: "SCALAR";
|
|
1402
1390
|
readonly name: "String";
|
|
1403
1391
|
};
|
|
1392
|
+
}, {
|
|
1393
|
+
readonly name: "userCommunication";
|
|
1394
|
+
readonly type: {
|
|
1395
|
+
readonly kind: "INPUT_OBJECT";
|
|
1396
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
1397
|
+
};
|
|
1404
1398
|
}];
|
|
1405
1399
|
readonly isOneOf: false;
|
|
1406
1400
|
}, {
|
|
@@ -1437,6 +1431,12 @@ declare const introspection: {
|
|
|
1437
1431
|
readonly kind: "SCALAR";
|
|
1438
1432
|
readonly name: "ISO8601";
|
|
1439
1433
|
};
|
|
1434
|
+
}, {
|
|
1435
|
+
readonly name: "userCommunication";
|
|
1436
|
+
readonly type: {
|
|
1437
|
+
readonly kind: "INPUT_OBJECT";
|
|
1438
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
1439
|
+
};
|
|
1440
1440
|
}];
|
|
1441
1441
|
readonly isOneOf: false;
|
|
1442
1442
|
}, {
|
|
@@ -1695,6 +1695,12 @@ declare const introspection: {
|
|
|
1695
1695
|
readonly kind: "SCALAR";
|
|
1696
1696
|
readonly name: "ID";
|
|
1697
1697
|
};
|
|
1698
|
+
}, {
|
|
1699
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
1700
|
+
readonly type: {
|
|
1701
|
+
readonly kind: "SCALAR";
|
|
1702
|
+
readonly name: "Int";
|
|
1703
|
+
};
|
|
1698
1704
|
}, {
|
|
1699
1705
|
readonly name: "meetingType";
|
|
1700
1706
|
readonly type: {
|
|
@@ -1749,6 +1755,12 @@ declare const introspection: {
|
|
|
1749
1755
|
readonly kind: "SCALAR";
|
|
1750
1756
|
readonly name: "Int";
|
|
1751
1757
|
};
|
|
1758
|
+
}, {
|
|
1759
|
+
readonly name: "userCommunication";
|
|
1760
|
+
readonly type: {
|
|
1761
|
+
readonly kind: "INPUT_OBJECT";
|
|
1762
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
1763
|
+
};
|
|
1752
1764
|
}];
|
|
1753
1765
|
readonly isOneOf: false;
|
|
1754
1766
|
}, {
|
|
@@ -2120,6 +2132,12 @@ declare const introspection: {
|
|
|
2120
2132
|
readonly kind: "SCALAR";
|
|
2121
2133
|
readonly name: "Int";
|
|
2122
2134
|
};
|
|
2135
|
+
}, {
|
|
2136
|
+
readonly name: "userCommunication";
|
|
2137
|
+
readonly type: {
|
|
2138
|
+
readonly kind: "INPUT_OBJECT";
|
|
2139
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2140
|
+
};
|
|
2123
2141
|
}];
|
|
2124
2142
|
readonly isOneOf: false;
|
|
2125
2143
|
}, {
|
|
@@ -2494,6 +2512,12 @@ declare const introspection: {
|
|
|
2494
2512
|
readonly kind: "SCALAR";
|
|
2495
2513
|
readonly name: "JSONObject";
|
|
2496
2514
|
};
|
|
2515
|
+
}, {
|
|
2516
|
+
readonly name: "userCommunication";
|
|
2517
|
+
readonly type: {
|
|
2518
|
+
readonly kind: "INPUT_OBJECT";
|
|
2519
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2520
|
+
};
|
|
2497
2521
|
}];
|
|
2498
2522
|
readonly isOneOf: false;
|
|
2499
2523
|
}, {
|
|
@@ -2523,6 +2547,23 @@ declare const introspection: {
|
|
|
2523
2547
|
readonly name: "ID";
|
|
2524
2548
|
};
|
|
2525
2549
|
};
|
|
2550
|
+
}, {
|
|
2551
|
+
readonly name: "userCommunication";
|
|
2552
|
+
readonly type: {
|
|
2553
|
+
readonly kind: "INPUT_OBJECT";
|
|
2554
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2555
|
+
};
|
|
2556
|
+
}];
|
|
2557
|
+
readonly isOneOf: false;
|
|
2558
|
+
}, {
|
|
2559
|
+
readonly kind: "INPUT_OBJECT";
|
|
2560
|
+
readonly name: "AppointmentReopenInput";
|
|
2561
|
+
readonly inputFields: readonly [{
|
|
2562
|
+
readonly name: "userCommunication";
|
|
2563
|
+
readonly type: {
|
|
2564
|
+
readonly kind: "INPUT_OBJECT";
|
|
2565
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2566
|
+
};
|
|
2526
2567
|
}];
|
|
2527
2568
|
readonly isOneOf: false;
|
|
2528
2569
|
}, {
|
|
@@ -2534,6 +2575,12 @@ declare const introspection: {
|
|
|
2534
2575
|
readonly kind: "SCALAR";
|
|
2535
2576
|
readonly name: "String";
|
|
2536
2577
|
};
|
|
2578
|
+
}, {
|
|
2579
|
+
readonly name: "userCommunication";
|
|
2580
|
+
readonly type: {
|
|
2581
|
+
readonly kind: "INPUT_OBJECT";
|
|
2582
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2583
|
+
};
|
|
2537
2584
|
}];
|
|
2538
2585
|
readonly isOneOf: false;
|
|
2539
2586
|
}, {
|
|
@@ -2575,6 +2622,12 @@ declare const introspection: {
|
|
|
2575
2622
|
readonly name: "ISO8601";
|
|
2576
2623
|
};
|
|
2577
2624
|
};
|
|
2625
|
+
}, {
|
|
2626
|
+
readonly name: "userCommunication";
|
|
2627
|
+
readonly type: {
|
|
2628
|
+
readonly kind: "INPUT_OBJECT";
|
|
2629
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2630
|
+
};
|
|
2578
2631
|
}];
|
|
2579
2632
|
readonly isOneOf: false;
|
|
2580
2633
|
}, {
|
|
@@ -2814,6 +2867,66 @@ declare const introspection: {
|
|
|
2814
2867
|
readonly isDeprecated: false;
|
|
2815
2868
|
}];
|
|
2816
2869
|
readonly interfaces: readonly [];
|
|
2870
|
+
}, {
|
|
2871
|
+
readonly kind: "OBJECT";
|
|
2872
|
+
readonly name: "AppointmentUserCommunication";
|
|
2873
|
+
readonly fields: readonly [{
|
|
2874
|
+
readonly name: "notifications";
|
|
2875
|
+
readonly type: {
|
|
2876
|
+
readonly kind: "NON_NULL";
|
|
2877
|
+
readonly ofType: {
|
|
2878
|
+
readonly kind: "ENUM";
|
|
2879
|
+
readonly name: "AppointmentUserCommunicationSettingValue";
|
|
2880
|
+
};
|
|
2881
|
+
};
|
|
2882
|
+
readonly args: readonly [];
|
|
2883
|
+
readonly isDeprecated: false;
|
|
2884
|
+
}, {
|
|
2885
|
+
readonly name: "reminders";
|
|
2886
|
+
readonly type: {
|
|
2887
|
+
readonly kind: "NON_NULL";
|
|
2888
|
+
readonly ofType: {
|
|
2889
|
+
readonly kind: "ENUM";
|
|
2890
|
+
readonly name: "AppointmentUserCommunicationSettingValue";
|
|
2891
|
+
};
|
|
2892
|
+
};
|
|
2893
|
+
readonly args: readonly [];
|
|
2894
|
+
readonly isDeprecated: false;
|
|
2895
|
+
}];
|
|
2896
|
+
readonly interfaces: readonly [];
|
|
2897
|
+
}, {
|
|
2898
|
+
readonly kind: "INPUT_OBJECT";
|
|
2899
|
+
readonly name: "AppointmentUserCommunicationInput";
|
|
2900
|
+
readonly inputFields: readonly [{
|
|
2901
|
+
readonly name: "notifications";
|
|
2902
|
+
readonly type: {
|
|
2903
|
+
readonly kind: "ENUM";
|
|
2904
|
+
readonly name: "AppointmentUserCommunicationSettingValue";
|
|
2905
|
+
};
|
|
2906
|
+
}, {
|
|
2907
|
+
readonly name: "notificationsOverrideCurrentAction";
|
|
2908
|
+
readonly type: {
|
|
2909
|
+
readonly kind: "ENUM";
|
|
2910
|
+
readonly name: "AppointmentUserCommunicationSettingValue";
|
|
2911
|
+
};
|
|
2912
|
+
}, {
|
|
2913
|
+
readonly name: "reminders";
|
|
2914
|
+
readonly type: {
|
|
2915
|
+
readonly kind: "ENUM";
|
|
2916
|
+
readonly name: "AppointmentUserCommunicationSettingValue";
|
|
2917
|
+
};
|
|
2918
|
+
}];
|
|
2919
|
+
readonly isOneOf: false;
|
|
2920
|
+
}, {
|
|
2921
|
+
readonly kind: "ENUM";
|
|
2922
|
+
readonly name: "AppointmentUserCommunicationSettingValue";
|
|
2923
|
+
readonly enumValues: readonly [{
|
|
2924
|
+
readonly name: "DEFAULT";
|
|
2925
|
+
readonly isDeprecated: false;
|
|
2926
|
+
}, {
|
|
2927
|
+
readonly name: "DISABLED";
|
|
2928
|
+
readonly isDeprecated: false;
|
|
2929
|
+
}];
|
|
2817
2930
|
}, {
|
|
2818
2931
|
readonly kind: "OBJECT";
|
|
2819
2932
|
readonly name: "AuditLog";
|
|
@@ -5860,6 +5973,55 @@ declare const introspection: {
|
|
|
5860
5973
|
readonly isDeprecated: false;
|
|
5861
5974
|
}];
|
|
5862
5975
|
readonly interfaces: readonly [];
|
|
5976
|
+
}, {
|
|
5977
|
+
readonly kind: "OBJECT";
|
|
5978
|
+
readonly name: "DataRetentionDurationEnterpriseSetting";
|
|
5979
|
+
readonly fields: readonly [{
|
|
5980
|
+
readonly name: "createdAt";
|
|
5981
|
+
readonly type: {
|
|
5982
|
+
readonly kind: "NON_NULL";
|
|
5983
|
+
readonly ofType: {
|
|
5984
|
+
readonly kind: "SCALAR";
|
|
5985
|
+
readonly name: "ISO8601";
|
|
5986
|
+
};
|
|
5987
|
+
};
|
|
5988
|
+
readonly args: readonly [];
|
|
5989
|
+
readonly isDeprecated: false;
|
|
5990
|
+
}, {
|
|
5991
|
+
readonly name: "manageable";
|
|
5992
|
+
readonly type: {
|
|
5993
|
+
readonly kind: "NON_NULL";
|
|
5994
|
+
readonly ofType: {
|
|
5995
|
+
readonly kind: "SCALAR";
|
|
5996
|
+
readonly name: "Boolean";
|
|
5997
|
+
};
|
|
5998
|
+
};
|
|
5999
|
+
readonly args: readonly [];
|
|
6000
|
+
readonly isDeprecated: false;
|
|
6001
|
+
}, {
|
|
6002
|
+
readonly name: "updatedAt";
|
|
6003
|
+
readonly type: {
|
|
6004
|
+
readonly kind: "NON_NULL";
|
|
6005
|
+
readonly ofType: {
|
|
6006
|
+
readonly kind: "SCALAR";
|
|
6007
|
+
readonly name: "ISO8601";
|
|
6008
|
+
};
|
|
6009
|
+
};
|
|
6010
|
+
readonly args: readonly [];
|
|
6011
|
+
readonly isDeprecated: false;
|
|
6012
|
+
}, {
|
|
6013
|
+
readonly name: "value";
|
|
6014
|
+
readonly type: {
|
|
6015
|
+
readonly kind: "NON_NULL";
|
|
6016
|
+
readonly ofType: {
|
|
6017
|
+
readonly kind: "SCALAR";
|
|
6018
|
+
readonly name: "Int";
|
|
6019
|
+
};
|
|
6020
|
+
};
|
|
6021
|
+
readonly args: readonly [];
|
|
6022
|
+
readonly isDeprecated: false;
|
|
6023
|
+
}];
|
|
6024
|
+
readonly interfaces: readonly [];
|
|
5863
6025
|
}, {
|
|
5864
6026
|
readonly kind: "INPUT_OBJECT";
|
|
5865
6027
|
readonly name: "DataSelectedSessionEvent";
|
|
@@ -6030,6 +6192,61 @@ declare const introspection: {
|
|
|
6030
6192
|
};
|
|
6031
6193
|
}];
|
|
6032
6194
|
readonly isOneOf: false;
|
|
6195
|
+
}, {
|
|
6196
|
+
readonly kind: "OBJECT";
|
|
6197
|
+
readonly name: "DataToAnonymizeEnterpriseSetting";
|
|
6198
|
+
readonly fields: readonly [{
|
|
6199
|
+
readonly name: "createdAt";
|
|
6200
|
+
readonly type: {
|
|
6201
|
+
readonly kind: "NON_NULL";
|
|
6202
|
+
readonly ofType: {
|
|
6203
|
+
readonly kind: "SCALAR";
|
|
6204
|
+
readonly name: "ISO8601";
|
|
6205
|
+
};
|
|
6206
|
+
};
|
|
6207
|
+
readonly args: readonly [];
|
|
6208
|
+
readonly isDeprecated: false;
|
|
6209
|
+
}, {
|
|
6210
|
+
readonly name: "manageable";
|
|
6211
|
+
readonly type: {
|
|
6212
|
+
readonly kind: "NON_NULL";
|
|
6213
|
+
readonly ofType: {
|
|
6214
|
+
readonly kind: "SCALAR";
|
|
6215
|
+
readonly name: "Boolean";
|
|
6216
|
+
};
|
|
6217
|
+
};
|
|
6218
|
+
readonly args: readonly [];
|
|
6219
|
+
readonly isDeprecated: false;
|
|
6220
|
+
}, {
|
|
6221
|
+
readonly name: "updatedAt";
|
|
6222
|
+
readonly type: {
|
|
6223
|
+
readonly kind: "NON_NULL";
|
|
6224
|
+
readonly ofType: {
|
|
6225
|
+
readonly kind: "SCALAR";
|
|
6226
|
+
readonly name: "ISO8601";
|
|
6227
|
+
};
|
|
6228
|
+
};
|
|
6229
|
+
readonly args: readonly [];
|
|
6230
|
+
readonly isDeprecated: false;
|
|
6231
|
+
}, {
|
|
6232
|
+
readonly name: "value";
|
|
6233
|
+
readonly type: {
|
|
6234
|
+
readonly kind: "NON_NULL";
|
|
6235
|
+
readonly ofType: {
|
|
6236
|
+
readonly kind: "LIST";
|
|
6237
|
+
readonly ofType: {
|
|
6238
|
+
readonly kind: "NON_NULL";
|
|
6239
|
+
readonly ofType: {
|
|
6240
|
+
readonly kind: "ENUM";
|
|
6241
|
+
readonly name: "AnonymizableEntity";
|
|
6242
|
+
};
|
|
6243
|
+
};
|
|
6244
|
+
};
|
|
6245
|
+
};
|
|
6246
|
+
readonly args: readonly [];
|
|
6247
|
+
readonly isDeprecated: false;
|
|
6248
|
+
}];
|
|
6249
|
+
readonly interfaces: readonly [];
|
|
6033
6250
|
}, {
|
|
6034
6251
|
readonly kind: "ENUM";
|
|
6035
6252
|
readonly name: "DayOfWeek";
|
|
@@ -7811,8 +8028,11 @@ declare const introspection: {
|
|
|
7811
8028
|
}, {
|
|
7812
8029
|
readonly name: "firstName";
|
|
7813
8030
|
readonly type: {
|
|
7814
|
-
readonly kind: "
|
|
7815
|
-
readonly
|
|
8031
|
+
readonly kind: "NON_NULL";
|
|
8032
|
+
readonly ofType: {
|
|
8033
|
+
readonly kind: "SCALAR";
|
|
8034
|
+
readonly name: "String";
|
|
8035
|
+
};
|
|
7816
8036
|
};
|
|
7817
8037
|
}, {
|
|
7818
8038
|
readonly name: "language";
|
|
@@ -8673,6 +8893,28 @@ declare const introspection: {
|
|
|
8673
8893
|
};
|
|
8674
8894
|
readonly args: readonly [];
|
|
8675
8895
|
readonly isDeprecated: false;
|
|
8896
|
+
}, {
|
|
8897
|
+
readonly name: "dataRetentionDuration";
|
|
8898
|
+
readonly type: {
|
|
8899
|
+
readonly kind: "NON_NULL";
|
|
8900
|
+
readonly ofType: {
|
|
8901
|
+
readonly kind: "OBJECT";
|
|
8902
|
+
readonly name: "DataRetentionDurationEnterpriseSetting";
|
|
8903
|
+
};
|
|
8904
|
+
};
|
|
8905
|
+
readonly args: readonly [];
|
|
8906
|
+
readonly isDeprecated: false;
|
|
8907
|
+
}, {
|
|
8908
|
+
readonly name: "dataToAnonymize";
|
|
8909
|
+
readonly type: {
|
|
8910
|
+
readonly kind: "NON_NULL";
|
|
8911
|
+
readonly ofType: {
|
|
8912
|
+
readonly kind: "OBJECT";
|
|
8913
|
+
readonly name: "DataToAnonymizeEnterpriseSetting";
|
|
8914
|
+
};
|
|
8915
|
+
};
|
|
8916
|
+
readonly args: readonly [];
|
|
8917
|
+
readonly isDeprecated: false;
|
|
8676
8918
|
}, {
|
|
8677
8919
|
readonly name: "defaultCallbackRequestForm";
|
|
8678
8920
|
readonly type: {
|
|
@@ -9181,6 +9423,18 @@ declare const introspection: {
|
|
|
9181
9423
|
readonly kind: "INPUT_OBJECT";
|
|
9182
9424
|
readonly name: "customerReminderSettingsInput";
|
|
9183
9425
|
};
|
|
9426
|
+
}, {
|
|
9427
|
+
readonly name: "dataRetentionDuration";
|
|
9428
|
+
readonly type: {
|
|
9429
|
+
readonly kind: "INPUT_OBJECT";
|
|
9430
|
+
readonly name: "dataRetentionDurationInput";
|
|
9431
|
+
};
|
|
9432
|
+
}, {
|
|
9433
|
+
readonly name: "dataToAnonymize";
|
|
9434
|
+
readonly type: {
|
|
9435
|
+
readonly kind: "INPUT_OBJECT";
|
|
9436
|
+
readonly name: "dataToAnonymizeInput";
|
|
9437
|
+
};
|
|
9184
9438
|
}, {
|
|
9185
9439
|
readonly name: "defaultCallbackRequestFormId";
|
|
9186
9440
|
readonly type: {
|
|
@@ -15400,8 +15654,11 @@ declare const introspection: {
|
|
|
15400
15654
|
}, {
|
|
15401
15655
|
readonly name: "capacity";
|
|
15402
15656
|
readonly type: {
|
|
15403
|
-
readonly kind: "
|
|
15404
|
-
readonly
|
|
15657
|
+
readonly kind: "NON_NULL";
|
|
15658
|
+
readonly ofType: {
|
|
15659
|
+
readonly kind: "SCALAR";
|
|
15660
|
+
readonly name: "Int";
|
|
15661
|
+
};
|
|
15405
15662
|
};
|
|
15406
15663
|
readonly args: readonly [];
|
|
15407
15664
|
readonly isDeprecated: false;
|
|
@@ -15523,6 +15780,23 @@ declare const introspection: {
|
|
|
15523
15780
|
};
|
|
15524
15781
|
readonly args: readonly [];
|
|
15525
15782
|
readonly isDeprecated: false;
|
|
15783
|
+
}, {
|
|
15784
|
+
readonly name: "schedulingSettings";
|
|
15785
|
+
readonly type: {
|
|
15786
|
+
readonly kind: "NON_NULL";
|
|
15787
|
+
readonly ofType: {
|
|
15788
|
+
readonly kind: "LIST";
|
|
15789
|
+
readonly ofType: {
|
|
15790
|
+
readonly kind: "NON_NULL";
|
|
15791
|
+
readonly ofType: {
|
|
15792
|
+
readonly kind: "OBJECT";
|
|
15793
|
+
readonly name: "MeetingRoomSchedulingSetting";
|
|
15794
|
+
};
|
|
15795
|
+
};
|
|
15796
|
+
};
|
|
15797
|
+
};
|
|
15798
|
+
readonly args: readonly [];
|
|
15799
|
+
readonly isDeprecated: false;
|
|
15526
15800
|
}, {
|
|
15527
15801
|
readonly name: "timeZone";
|
|
15528
15802
|
readonly type: {
|
|
@@ -15959,6 +16233,60 @@ declare const introspection: {
|
|
|
15959
16233
|
};
|
|
15960
16234
|
}];
|
|
15961
16235
|
readonly isOneOf: false;
|
|
16236
|
+
}, {
|
|
16237
|
+
readonly kind: "OBJECT";
|
|
16238
|
+
readonly name: "MeetingRoomSchedulingSetting";
|
|
16239
|
+
readonly fields: readonly [{
|
|
16240
|
+
readonly name: "meetingRoom";
|
|
16241
|
+
readonly type: {
|
|
16242
|
+
readonly kind: "NON_NULL";
|
|
16243
|
+
readonly ofType: {
|
|
16244
|
+
readonly kind: "OBJECT";
|
|
16245
|
+
readonly name: "MeetingRoom";
|
|
16246
|
+
};
|
|
16247
|
+
};
|
|
16248
|
+
readonly args: readonly [];
|
|
16249
|
+
readonly isDeprecated: false;
|
|
16250
|
+
}, {
|
|
16251
|
+
readonly name: "meetingType";
|
|
16252
|
+
readonly type: {
|
|
16253
|
+
readonly kind: "NON_NULL";
|
|
16254
|
+
readonly ofType: {
|
|
16255
|
+
readonly kind: "ENUM";
|
|
16256
|
+
readonly name: "MeetingType";
|
|
16257
|
+
};
|
|
16258
|
+
};
|
|
16259
|
+
readonly args: readonly [];
|
|
16260
|
+
readonly isDeprecated: false;
|
|
16261
|
+
}];
|
|
16262
|
+
readonly interfaces: readonly [];
|
|
16263
|
+
}, {
|
|
16264
|
+
readonly kind: "INPUT_OBJECT";
|
|
16265
|
+
readonly name: "MeetingRoomSchedulingSettingInput";
|
|
16266
|
+
readonly inputFields: readonly [{
|
|
16267
|
+
readonly name: "meetingType";
|
|
16268
|
+
readonly type: {
|
|
16269
|
+
readonly kind: "NON_NULL";
|
|
16270
|
+
readonly ofType: {
|
|
16271
|
+
readonly kind: "ENUM";
|
|
16272
|
+
readonly name: "MeetingType";
|
|
16273
|
+
};
|
|
16274
|
+
};
|
|
16275
|
+
}];
|
|
16276
|
+
readonly isOneOf: false;
|
|
16277
|
+
}, {
|
|
16278
|
+
readonly kind: "ENUM";
|
|
16279
|
+
readonly name: "MeetingRoomSelection";
|
|
16280
|
+
readonly enumValues: readonly [{
|
|
16281
|
+
readonly name: "IF_AVAILABLE";
|
|
16282
|
+
readonly isDeprecated: false;
|
|
16283
|
+
}, {
|
|
16284
|
+
readonly name: "NO_MEETING_ROOM";
|
|
16285
|
+
readonly isDeprecated: false;
|
|
16286
|
+
}, {
|
|
16287
|
+
readonly name: "REQUIRED";
|
|
16288
|
+
readonly isDeprecated: false;
|
|
16289
|
+
}];
|
|
15962
16290
|
}, {
|
|
15963
16291
|
readonly kind: "INPUT_OBJECT";
|
|
15964
16292
|
readonly name: "MeetingRoomSort";
|
|
@@ -16330,6 +16658,15 @@ declare const introspection: {
|
|
|
16330
16658
|
};
|
|
16331
16659
|
};
|
|
16332
16660
|
readonly args: readonly [{
|
|
16661
|
+
readonly name: "appointmentAcceptInput";
|
|
16662
|
+
readonly type: {
|
|
16663
|
+
readonly kind: "NON_NULL";
|
|
16664
|
+
readonly ofType: {
|
|
16665
|
+
readonly kind: "INPUT_OBJECT";
|
|
16666
|
+
readonly name: "AppointmentAcceptInput";
|
|
16667
|
+
};
|
|
16668
|
+
};
|
|
16669
|
+
}, {
|
|
16333
16670
|
readonly name: "id";
|
|
16334
16671
|
readonly type: {
|
|
16335
16672
|
readonly kind: "NON_NULL";
|
|
@@ -16488,35 +16825,6 @@ declare const introspection: {
|
|
|
16488
16825
|
};
|
|
16489
16826
|
}];
|
|
16490
16827
|
readonly isDeprecated: false;
|
|
16491
|
-
}, {
|
|
16492
|
-
readonly name: "createAnswerOption";
|
|
16493
|
-
readonly type: {
|
|
16494
|
-
readonly kind: "NON_NULL";
|
|
16495
|
-
readonly ofType: {
|
|
16496
|
-
readonly kind: "OBJECT";
|
|
16497
|
-
readonly name: "AnswerOption";
|
|
16498
|
-
};
|
|
16499
|
-
};
|
|
16500
|
-
readonly args: readonly [{
|
|
16501
|
-
readonly name: "answerOptionCreateInput";
|
|
16502
|
-
readonly type: {
|
|
16503
|
-
readonly kind: "NON_NULL";
|
|
16504
|
-
readonly ofType: {
|
|
16505
|
-
readonly kind: "INPUT_OBJECT";
|
|
16506
|
-
readonly name: "AnswerOptionCreateInput";
|
|
16507
|
-
};
|
|
16508
|
-
};
|
|
16509
|
-
}, {
|
|
16510
|
-
readonly name: "questionId";
|
|
16511
|
-
readonly type: {
|
|
16512
|
-
readonly kind: "NON_NULL";
|
|
16513
|
-
readonly ofType: {
|
|
16514
|
-
readonly kind: "SCALAR";
|
|
16515
|
-
readonly name: "ID";
|
|
16516
|
-
};
|
|
16517
|
-
};
|
|
16518
|
-
}];
|
|
16519
|
-
readonly isDeprecated: false;
|
|
16520
16828
|
}, {
|
|
16521
16829
|
readonly name: "createAppliedTemplate";
|
|
16522
16830
|
readonly type: {
|
|
@@ -17432,35 +17740,6 @@ declare const introspection: {
|
|
|
17432
17740
|
};
|
|
17433
17741
|
}];
|
|
17434
17742
|
readonly isDeprecated: false;
|
|
17435
|
-
}, {
|
|
17436
|
-
readonly name: "createValidator";
|
|
17437
|
-
readonly type: {
|
|
17438
|
-
readonly kind: "NON_NULL";
|
|
17439
|
-
readonly ofType: {
|
|
17440
|
-
readonly kind: "OBJECT";
|
|
17441
|
-
readonly name: "Validator";
|
|
17442
|
-
};
|
|
17443
|
-
};
|
|
17444
|
-
readonly args: readonly [{
|
|
17445
|
-
readonly name: "questionId";
|
|
17446
|
-
readonly type: {
|
|
17447
|
-
readonly kind: "NON_NULL";
|
|
17448
|
-
readonly ofType: {
|
|
17449
|
-
readonly kind: "SCALAR";
|
|
17450
|
-
readonly name: "ID";
|
|
17451
|
-
};
|
|
17452
|
-
};
|
|
17453
|
-
}, {
|
|
17454
|
-
readonly name: "validatorCreateInput";
|
|
17455
|
-
readonly type: {
|
|
17456
|
-
readonly kind: "NON_NULL";
|
|
17457
|
-
readonly ofType: {
|
|
17458
|
-
readonly kind: "INPUT_OBJECT";
|
|
17459
|
-
readonly name: "ValidatorCreateInput";
|
|
17460
|
-
};
|
|
17461
|
-
};
|
|
17462
|
-
}];
|
|
17463
|
-
readonly isDeprecated: false;
|
|
17464
17743
|
}, {
|
|
17465
17744
|
readonly name: "createWebhookConfiguration";
|
|
17466
17745
|
readonly type: {
|
|
@@ -17522,26 +17801,6 @@ declare const introspection: {
|
|
|
17522
17801
|
};
|
|
17523
17802
|
}];
|
|
17524
17803
|
readonly isDeprecated: false;
|
|
17525
|
-
}, {
|
|
17526
|
-
readonly name: "deleteAnswerOption";
|
|
17527
|
-
readonly type: {
|
|
17528
|
-
readonly kind: "NON_NULL";
|
|
17529
|
-
readonly ofType: {
|
|
17530
|
-
readonly kind: "OBJECT";
|
|
17531
|
-
readonly name: "AnswerOption";
|
|
17532
|
-
};
|
|
17533
|
-
};
|
|
17534
|
-
readonly args: readonly [{
|
|
17535
|
-
readonly name: "id";
|
|
17536
|
-
readonly type: {
|
|
17537
|
-
readonly kind: "NON_NULL";
|
|
17538
|
-
readonly ofType: {
|
|
17539
|
-
readonly kind: "SCALAR";
|
|
17540
|
-
readonly name: "ID";
|
|
17541
|
-
};
|
|
17542
|
-
};
|
|
17543
|
-
}];
|
|
17544
|
-
readonly isDeprecated: false;
|
|
17545
17804
|
}, {
|
|
17546
17805
|
readonly name: "deleteAppliedTemplate";
|
|
17547
17806
|
readonly type: {
|
|
@@ -17971,26 +18230,6 @@ declare const introspection: {
|
|
|
17971
18230
|
};
|
|
17972
18231
|
}];
|
|
17973
18232
|
readonly isDeprecated: false;
|
|
17974
|
-
}, {
|
|
17975
|
-
readonly name: "deleteValidator";
|
|
17976
|
-
readonly type: {
|
|
17977
|
-
readonly kind: "NON_NULL";
|
|
17978
|
-
readonly ofType: {
|
|
17979
|
-
readonly kind: "OBJECT";
|
|
17980
|
-
readonly name: "Validator";
|
|
17981
|
-
};
|
|
17982
|
-
};
|
|
17983
|
-
readonly args: readonly [{
|
|
17984
|
-
readonly name: "id";
|
|
17985
|
-
readonly type: {
|
|
17986
|
-
readonly kind: "NON_NULL";
|
|
17987
|
-
readonly ofType: {
|
|
17988
|
-
readonly kind: "SCALAR";
|
|
17989
|
-
readonly name: "ID";
|
|
17990
|
-
};
|
|
17991
|
-
};
|
|
17992
|
-
}];
|
|
17993
|
-
readonly isDeprecated: false;
|
|
17994
18233
|
}, {
|
|
17995
18234
|
readonly name: "deleteWebhookConfiguration";
|
|
17996
18235
|
readonly type: {
|
|
@@ -18178,35 +18417,6 @@ declare const introspection: {
|
|
|
18178
18417
|
};
|
|
18179
18418
|
}];
|
|
18180
18419
|
readonly isDeprecated: false;
|
|
18181
|
-
}, {
|
|
18182
|
-
readonly name: "patchAnswerOption";
|
|
18183
|
-
readonly type: {
|
|
18184
|
-
readonly kind: "NON_NULL";
|
|
18185
|
-
readonly ofType: {
|
|
18186
|
-
readonly kind: "OBJECT";
|
|
18187
|
-
readonly name: "AnswerOption";
|
|
18188
|
-
};
|
|
18189
|
-
};
|
|
18190
|
-
readonly args: readonly [{
|
|
18191
|
-
readonly name: "answerOptionPatchInput";
|
|
18192
|
-
readonly type: {
|
|
18193
|
-
readonly kind: "NON_NULL";
|
|
18194
|
-
readonly ofType: {
|
|
18195
|
-
readonly kind: "INPUT_OBJECT";
|
|
18196
|
-
readonly name: "AnswerOptionPatchInput";
|
|
18197
|
-
};
|
|
18198
|
-
};
|
|
18199
|
-
}, {
|
|
18200
|
-
readonly name: "id";
|
|
18201
|
-
readonly type: {
|
|
18202
|
-
readonly kind: "NON_NULL";
|
|
18203
|
-
readonly ofType: {
|
|
18204
|
-
readonly kind: "SCALAR";
|
|
18205
|
-
readonly name: "ID";
|
|
18206
|
-
};
|
|
18207
|
-
};
|
|
18208
|
-
}];
|
|
18209
|
-
readonly isDeprecated: false;
|
|
18210
18420
|
}, {
|
|
18211
18421
|
readonly name: "patchAppointment";
|
|
18212
18422
|
readonly type: {
|
|
@@ -19065,35 +19275,6 @@ declare const introspection: {
|
|
|
19065
19275
|
};
|
|
19066
19276
|
}];
|
|
19067
19277
|
readonly isDeprecated: false;
|
|
19068
|
-
}, {
|
|
19069
|
-
readonly name: "patchValidator";
|
|
19070
|
-
readonly type: {
|
|
19071
|
-
readonly kind: "NON_NULL";
|
|
19072
|
-
readonly ofType: {
|
|
19073
|
-
readonly kind: "OBJECT";
|
|
19074
|
-
readonly name: "Validator";
|
|
19075
|
-
};
|
|
19076
|
-
};
|
|
19077
|
-
readonly args: readonly [{
|
|
19078
|
-
readonly name: "id";
|
|
19079
|
-
readonly type: {
|
|
19080
|
-
readonly kind: "NON_NULL";
|
|
19081
|
-
readonly ofType: {
|
|
19082
|
-
readonly kind: "SCALAR";
|
|
19083
|
-
readonly name: "ID";
|
|
19084
|
-
};
|
|
19085
|
-
};
|
|
19086
|
-
}, {
|
|
19087
|
-
readonly name: "validatorPatchInput";
|
|
19088
|
-
readonly type: {
|
|
19089
|
-
readonly kind: "NON_NULL";
|
|
19090
|
-
readonly ofType: {
|
|
19091
|
-
readonly kind: "INPUT_OBJECT";
|
|
19092
|
-
readonly name: "ValidatorPatchInput";
|
|
19093
|
-
};
|
|
19094
|
-
};
|
|
19095
|
-
}];
|
|
19096
|
-
readonly isDeprecated: false;
|
|
19097
19278
|
}, {
|
|
19098
19279
|
readonly name: "patchVideoURLTemplate";
|
|
19099
19280
|
readonly type: {
|
|
@@ -19432,6 +19613,47 @@ declare const introspection: {
|
|
|
19432
19613
|
};
|
|
19433
19614
|
}];
|
|
19434
19615
|
readonly isDeprecated: false;
|
|
19616
|
+
}, {
|
|
19617
|
+
readonly name: "putMeetingRoomSchedulingSettings";
|
|
19618
|
+
readonly type: {
|
|
19619
|
+
readonly kind: "NON_NULL";
|
|
19620
|
+
readonly ofType: {
|
|
19621
|
+
readonly kind: "LIST";
|
|
19622
|
+
readonly ofType: {
|
|
19623
|
+
readonly kind: "NON_NULL";
|
|
19624
|
+
readonly ofType: {
|
|
19625
|
+
readonly kind: "OBJECT";
|
|
19626
|
+
readonly name: "MeetingRoomSchedulingSetting";
|
|
19627
|
+
};
|
|
19628
|
+
};
|
|
19629
|
+
};
|
|
19630
|
+
};
|
|
19631
|
+
readonly args: readonly [{
|
|
19632
|
+
readonly name: "meetingRoomId";
|
|
19633
|
+
readonly type: {
|
|
19634
|
+
readonly kind: "NON_NULL";
|
|
19635
|
+
readonly ofType: {
|
|
19636
|
+
readonly kind: "SCALAR";
|
|
19637
|
+
readonly name: "ID";
|
|
19638
|
+
};
|
|
19639
|
+
};
|
|
19640
|
+
}, {
|
|
19641
|
+
readonly name: "meetingRoomSchedulingSettingInput";
|
|
19642
|
+
readonly type: {
|
|
19643
|
+
readonly kind: "NON_NULL";
|
|
19644
|
+
readonly ofType: {
|
|
19645
|
+
readonly kind: "LIST";
|
|
19646
|
+
readonly ofType: {
|
|
19647
|
+
readonly kind: "NON_NULL";
|
|
19648
|
+
readonly ofType: {
|
|
19649
|
+
readonly kind: "INPUT_OBJECT";
|
|
19650
|
+
readonly name: "MeetingRoomSchedulingSettingInput";
|
|
19651
|
+
};
|
|
19652
|
+
};
|
|
19653
|
+
};
|
|
19654
|
+
};
|
|
19655
|
+
}];
|
|
19656
|
+
readonly isDeprecated: false;
|
|
19435
19657
|
}, {
|
|
19436
19658
|
readonly name: "putOfficeEmployeeCoverageRegionSchedulingSettings";
|
|
19437
19659
|
readonly type: {
|
|
@@ -20332,6 +20554,26 @@ declare const introspection: {
|
|
|
20332
20554
|
};
|
|
20333
20555
|
}];
|
|
20334
20556
|
readonly isDeprecated: false;
|
|
20557
|
+
}, {
|
|
20558
|
+
readonly name: "renderWebhookDeliveryFailEmailTemplate";
|
|
20559
|
+
readonly type: {
|
|
20560
|
+
readonly kind: "NON_NULL";
|
|
20561
|
+
readonly ofType: {
|
|
20562
|
+
readonly kind: "OBJECT";
|
|
20563
|
+
readonly name: "EmailTemplateRender";
|
|
20564
|
+
};
|
|
20565
|
+
};
|
|
20566
|
+
readonly args: readonly [{
|
|
20567
|
+
readonly name: "webhookDeliveryId";
|
|
20568
|
+
readonly type: {
|
|
20569
|
+
readonly kind: "NON_NULL";
|
|
20570
|
+
readonly ofType: {
|
|
20571
|
+
readonly kind: "SCALAR";
|
|
20572
|
+
readonly name: "String";
|
|
20573
|
+
};
|
|
20574
|
+
};
|
|
20575
|
+
}];
|
|
20576
|
+
readonly isDeprecated: false;
|
|
20335
20577
|
}, {
|
|
20336
20578
|
readonly name: "reopenAppointment";
|
|
20337
20579
|
readonly type: {
|
|
@@ -20342,6 +20584,15 @@ declare const introspection: {
|
|
|
20342
20584
|
};
|
|
20343
20585
|
};
|
|
20344
20586
|
readonly args: readonly [{
|
|
20587
|
+
readonly name: "appointmentReopenInput";
|
|
20588
|
+
readonly type: {
|
|
20589
|
+
readonly kind: "NON_NULL";
|
|
20590
|
+
readonly ofType: {
|
|
20591
|
+
readonly kind: "INPUT_OBJECT";
|
|
20592
|
+
readonly name: "AppointmentReopenInput";
|
|
20593
|
+
};
|
|
20594
|
+
};
|
|
20595
|
+
}, {
|
|
20345
20596
|
readonly name: "id";
|
|
20346
20597
|
readonly type: {
|
|
20347
20598
|
readonly kind: "NON_NULL";
|
|
@@ -25575,15 +25826,12 @@ declare const introspection: {
|
|
|
25575
25826
|
}, {
|
|
25576
25827
|
readonly name: "id";
|
|
25577
25828
|
readonly type: {
|
|
25578
|
-
readonly kind: "
|
|
25829
|
+
readonly kind: "LIST";
|
|
25579
25830
|
readonly ofType: {
|
|
25580
|
-
readonly kind: "
|
|
25831
|
+
readonly kind: "NON_NULL";
|
|
25581
25832
|
readonly ofType: {
|
|
25582
|
-
readonly kind: "
|
|
25583
|
-
readonly
|
|
25584
|
-
readonly kind: "SCALAR";
|
|
25585
|
-
readonly name: "ID";
|
|
25586
|
-
};
|
|
25833
|
+
readonly kind: "SCALAR";
|
|
25834
|
+
readonly name: "ID";
|
|
25587
25835
|
};
|
|
25588
25836
|
};
|
|
25589
25837
|
};
|
|
@@ -26389,6 +26637,215 @@ declare const introspection: {
|
|
|
26389
26637
|
readonly kind: "INPUT_OBJECT";
|
|
26390
26638
|
readonly name: "GeolocationInput";
|
|
26391
26639
|
};
|
|
26640
|
+
}, {
|
|
26641
|
+
readonly name: "meetingRoomIds";
|
|
26642
|
+
readonly type: {
|
|
26643
|
+
readonly kind: "LIST";
|
|
26644
|
+
readonly ofType: {
|
|
26645
|
+
readonly kind: "NON_NULL";
|
|
26646
|
+
readonly ofType: {
|
|
26647
|
+
readonly kind: "SCALAR";
|
|
26648
|
+
readonly name: "ID";
|
|
26649
|
+
};
|
|
26650
|
+
};
|
|
26651
|
+
};
|
|
26652
|
+
}, {
|
|
26653
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
26654
|
+
readonly type: {
|
|
26655
|
+
readonly kind: "SCALAR";
|
|
26656
|
+
readonly name: "Int";
|
|
26657
|
+
};
|
|
26658
|
+
}, {
|
|
26659
|
+
readonly name: "meetingTypes";
|
|
26660
|
+
readonly type: {
|
|
26661
|
+
readonly kind: "LIST";
|
|
26662
|
+
readonly ofType: {
|
|
26663
|
+
readonly kind: "NON_NULL";
|
|
26664
|
+
readonly ofType: {
|
|
26665
|
+
readonly kind: "ENUM";
|
|
26666
|
+
readonly name: "MeetingType";
|
|
26667
|
+
};
|
|
26668
|
+
};
|
|
26669
|
+
};
|
|
26670
|
+
}, {
|
|
26671
|
+
readonly name: "officeExternalIds";
|
|
26672
|
+
readonly type: {
|
|
26673
|
+
readonly kind: "LIST";
|
|
26674
|
+
readonly ofType: {
|
|
26675
|
+
readonly kind: "NON_NULL";
|
|
26676
|
+
readonly ofType: {
|
|
26677
|
+
readonly kind: "SCALAR";
|
|
26678
|
+
readonly name: "String";
|
|
26679
|
+
};
|
|
26680
|
+
};
|
|
26681
|
+
};
|
|
26682
|
+
}, {
|
|
26683
|
+
readonly name: "officeIds";
|
|
26684
|
+
readonly type: {
|
|
26685
|
+
readonly kind: "LIST";
|
|
26686
|
+
readonly ofType: {
|
|
26687
|
+
readonly kind: "NON_NULL";
|
|
26688
|
+
readonly ofType: {
|
|
26689
|
+
readonly kind: "SCALAR";
|
|
26690
|
+
readonly name: "ID";
|
|
26691
|
+
};
|
|
26692
|
+
};
|
|
26693
|
+
};
|
|
26694
|
+
}, {
|
|
26695
|
+
readonly name: "orderByDistanceTo";
|
|
26696
|
+
readonly type: {
|
|
26697
|
+
readonly kind: "INPUT_OBJECT";
|
|
26698
|
+
readonly name: "GeolocationInput";
|
|
26699
|
+
};
|
|
26700
|
+
}, {
|
|
26701
|
+
readonly name: "subjectExternalIds";
|
|
26702
|
+
readonly type: {
|
|
26703
|
+
readonly kind: "LIST";
|
|
26704
|
+
readonly ofType: {
|
|
26705
|
+
readonly kind: "NON_NULL";
|
|
26706
|
+
readonly ofType: {
|
|
26707
|
+
readonly kind: "SCALAR";
|
|
26708
|
+
readonly name: "String";
|
|
26709
|
+
};
|
|
26710
|
+
};
|
|
26711
|
+
};
|
|
26712
|
+
}, {
|
|
26713
|
+
readonly name: "subjectGroupExternalIds";
|
|
26714
|
+
readonly type: {
|
|
26715
|
+
readonly kind: "LIST";
|
|
26716
|
+
readonly ofType: {
|
|
26717
|
+
readonly kind: "NON_NULL";
|
|
26718
|
+
readonly ofType: {
|
|
26719
|
+
readonly kind: "SCALAR";
|
|
26720
|
+
readonly name: "String";
|
|
26721
|
+
};
|
|
26722
|
+
};
|
|
26723
|
+
};
|
|
26724
|
+
}, {
|
|
26725
|
+
readonly name: "subjectGroupIds";
|
|
26726
|
+
readonly type: {
|
|
26727
|
+
readonly kind: "LIST";
|
|
26728
|
+
readonly ofType: {
|
|
26729
|
+
readonly kind: "NON_NULL";
|
|
26730
|
+
readonly ofType: {
|
|
26731
|
+
readonly kind: "SCALAR";
|
|
26732
|
+
readonly name: "ID";
|
|
26733
|
+
};
|
|
26734
|
+
};
|
|
26735
|
+
};
|
|
26736
|
+
}, {
|
|
26737
|
+
readonly name: "subjectIds";
|
|
26738
|
+
readonly type: {
|
|
26739
|
+
readonly kind: "LIST";
|
|
26740
|
+
readonly ofType: {
|
|
26741
|
+
readonly kind: "NON_NULL";
|
|
26742
|
+
readonly ofType: {
|
|
26743
|
+
readonly kind: "SCALAR";
|
|
26744
|
+
readonly name: "ID";
|
|
26745
|
+
};
|
|
26746
|
+
};
|
|
26747
|
+
};
|
|
26748
|
+
}];
|
|
26749
|
+
readonly isDeprecated: false;
|
|
26750
|
+
}, {
|
|
26751
|
+
readonly name: "schedulableMeetingRooms";
|
|
26752
|
+
readonly type: {
|
|
26753
|
+
readonly kind: "NON_NULL";
|
|
26754
|
+
readonly ofType: {
|
|
26755
|
+
readonly kind: "LIST";
|
|
26756
|
+
readonly ofType: {
|
|
26757
|
+
readonly kind: "NON_NULL";
|
|
26758
|
+
readonly ofType: {
|
|
26759
|
+
readonly kind: "OBJECT";
|
|
26760
|
+
readonly name: "MeetingRoom";
|
|
26761
|
+
};
|
|
26762
|
+
};
|
|
26763
|
+
};
|
|
26764
|
+
};
|
|
26765
|
+
readonly args: readonly [{
|
|
26766
|
+
readonly name: "employeeExternalIds";
|
|
26767
|
+
readonly type: {
|
|
26768
|
+
readonly kind: "LIST";
|
|
26769
|
+
readonly ofType: {
|
|
26770
|
+
readonly kind: "NON_NULL";
|
|
26771
|
+
readonly ofType: {
|
|
26772
|
+
readonly kind: "SCALAR";
|
|
26773
|
+
readonly name: "String";
|
|
26774
|
+
};
|
|
26775
|
+
};
|
|
26776
|
+
};
|
|
26777
|
+
}, {
|
|
26778
|
+
readonly name: "employeeIds";
|
|
26779
|
+
readonly type: {
|
|
26780
|
+
readonly kind: "LIST";
|
|
26781
|
+
readonly ofType: {
|
|
26782
|
+
readonly kind: "NON_NULL";
|
|
26783
|
+
readonly ofType: {
|
|
26784
|
+
readonly kind: "SCALAR";
|
|
26785
|
+
readonly name: "ID";
|
|
26786
|
+
};
|
|
26787
|
+
};
|
|
26788
|
+
};
|
|
26789
|
+
}, {
|
|
26790
|
+
readonly name: "employeeLanguages";
|
|
26791
|
+
readonly type: {
|
|
26792
|
+
readonly kind: "LIST";
|
|
26793
|
+
readonly ofType: {
|
|
26794
|
+
readonly kind: "NON_NULL";
|
|
26795
|
+
readonly ofType: {
|
|
26796
|
+
readonly kind: "ENUM";
|
|
26797
|
+
readonly name: "Language";
|
|
26798
|
+
};
|
|
26799
|
+
};
|
|
26800
|
+
};
|
|
26801
|
+
}, {
|
|
26802
|
+
readonly name: "leadSegmentCode";
|
|
26803
|
+
readonly type: {
|
|
26804
|
+
readonly kind: "SCALAR";
|
|
26805
|
+
readonly name: "String";
|
|
26806
|
+
};
|
|
26807
|
+
}, {
|
|
26808
|
+
readonly name: "leadSegmentId";
|
|
26809
|
+
readonly type: {
|
|
26810
|
+
readonly kind: "SCALAR";
|
|
26811
|
+
readonly name: "ID";
|
|
26812
|
+
};
|
|
26813
|
+
}, {
|
|
26814
|
+
readonly name: "listingExternalId";
|
|
26815
|
+
readonly type: {
|
|
26816
|
+
readonly kind: "SCALAR";
|
|
26817
|
+
readonly name: "String";
|
|
26818
|
+
};
|
|
26819
|
+
}, {
|
|
26820
|
+
readonly name: "listingId";
|
|
26821
|
+
readonly type: {
|
|
26822
|
+
readonly kind: "SCALAR";
|
|
26823
|
+
readonly name: "ID";
|
|
26824
|
+
};
|
|
26825
|
+
}, {
|
|
26826
|
+
readonly name: "location";
|
|
26827
|
+
readonly type: {
|
|
26828
|
+
readonly kind: "INPUT_OBJECT";
|
|
26829
|
+
readonly name: "GeolocationInput";
|
|
26830
|
+
};
|
|
26831
|
+
}, {
|
|
26832
|
+
readonly name: "meetingRoomIds";
|
|
26833
|
+
readonly type: {
|
|
26834
|
+
readonly kind: "LIST";
|
|
26835
|
+
readonly ofType: {
|
|
26836
|
+
readonly kind: "NON_NULL";
|
|
26837
|
+
readonly ofType: {
|
|
26838
|
+
readonly kind: "SCALAR";
|
|
26839
|
+
readonly name: "ID";
|
|
26840
|
+
};
|
|
26841
|
+
};
|
|
26842
|
+
};
|
|
26843
|
+
}, {
|
|
26844
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
26845
|
+
readonly type: {
|
|
26846
|
+
readonly kind: "SCALAR";
|
|
26847
|
+
readonly name: "Int";
|
|
26848
|
+
};
|
|
26392
26849
|
}, {
|
|
26393
26850
|
readonly name: "meetingTypes";
|
|
26394
26851
|
readonly type: {
|
|
@@ -26562,6 +27019,24 @@ declare const introspection: {
|
|
|
26562
27019
|
readonly kind: "INPUT_OBJECT";
|
|
26563
27020
|
readonly name: "GeolocationInput";
|
|
26564
27021
|
};
|
|
27022
|
+
}, {
|
|
27023
|
+
readonly name: "meetingRoomIds";
|
|
27024
|
+
readonly type: {
|
|
27025
|
+
readonly kind: "LIST";
|
|
27026
|
+
readonly ofType: {
|
|
27027
|
+
readonly kind: "NON_NULL";
|
|
27028
|
+
readonly ofType: {
|
|
27029
|
+
readonly kind: "SCALAR";
|
|
27030
|
+
readonly name: "ID";
|
|
27031
|
+
};
|
|
27032
|
+
};
|
|
27033
|
+
};
|
|
27034
|
+
}, {
|
|
27035
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
27036
|
+
readonly type: {
|
|
27037
|
+
readonly kind: "SCALAR";
|
|
27038
|
+
readonly name: "Int";
|
|
27039
|
+
};
|
|
26565
27040
|
}, {
|
|
26566
27041
|
readonly name: "meetingTypes";
|
|
26567
27042
|
readonly type: {
|
|
@@ -26735,6 +27210,24 @@ declare const introspection: {
|
|
|
26735
27210
|
readonly kind: "INPUT_OBJECT";
|
|
26736
27211
|
readonly name: "GeolocationInput";
|
|
26737
27212
|
};
|
|
27213
|
+
}, {
|
|
27214
|
+
readonly name: "meetingRoomIds";
|
|
27215
|
+
readonly type: {
|
|
27216
|
+
readonly kind: "LIST";
|
|
27217
|
+
readonly ofType: {
|
|
27218
|
+
readonly kind: "NON_NULL";
|
|
27219
|
+
readonly ofType: {
|
|
27220
|
+
readonly kind: "SCALAR";
|
|
27221
|
+
readonly name: "ID";
|
|
27222
|
+
};
|
|
27223
|
+
};
|
|
27224
|
+
};
|
|
27225
|
+
}, {
|
|
27226
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
27227
|
+
readonly type: {
|
|
27228
|
+
readonly kind: "SCALAR";
|
|
27229
|
+
readonly name: "Int";
|
|
27230
|
+
};
|
|
26738
27231
|
}, {
|
|
26739
27232
|
readonly name: "meetingTypes";
|
|
26740
27233
|
readonly type: {
|
|
@@ -26908,6 +27401,24 @@ declare const introspection: {
|
|
|
26908
27401
|
readonly kind: "INPUT_OBJECT";
|
|
26909
27402
|
readonly name: "GeolocationInput";
|
|
26910
27403
|
};
|
|
27404
|
+
}, {
|
|
27405
|
+
readonly name: "meetingRoomIds";
|
|
27406
|
+
readonly type: {
|
|
27407
|
+
readonly kind: "LIST";
|
|
27408
|
+
readonly ofType: {
|
|
27409
|
+
readonly kind: "NON_NULL";
|
|
27410
|
+
readonly ofType: {
|
|
27411
|
+
readonly kind: "SCALAR";
|
|
27412
|
+
readonly name: "ID";
|
|
27413
|
+
};
|
|
27414
|
+
};
|
|
27415
|
+
};
|
|
27416
|
+
}, {
|
|
27417
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
27418
|
+
readonly type: {
|
|
27419
|
+
readonly kind: "SCALAR";
|
|
27420
|
+
readonly name: "Int";
|
|
27421
|
+
};
|
|
26911
27422
|
}, {
|
|
26912
27423
|
readonly name: "meetingTypes";
|
|
26913
27424
|
readonly type: {
|
|
@@ -27610,6 +28121,24 @@ declare const introspection: {
|
|
|
27610
28121
|
readonly kind: "INPUT_OBJECT";
|
|
27611
28122
|
readonly name: "GeolocationInput";
|
|
27612
28123
|
};
|
|
28124
|
+
}, {
|
|
28125
|
+
readonly name: "meetingRoomId";
|
|
28126
|
+
readonly type: {
|
|
28127
|
+
readonly kind: "LIST";
|
|
28128
|
+
readonly ofType: {
|
|
28129
|
+
readonly kind: "NON_NULL";
|
|
28130
|
+
readonly ofType: {
|
|
28131
|
+
readonly kind: "SCALAR";
|
|
28132
|
+
readonly name: "ID";
|
|
28133
|
+
};
|
|
28134
|
+
};
|
|
28135
|
+
};
|
|
28136
|
+
}, {
|
|
28137
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
28138
|
+
readonly type: {
|
|
28139
|
+
readonly kind: "SCALAR";
|
|
28140
|
+
readonly name: "Int";
|
|
28141
|
+
};
|
|
27613
28142
|
}, {
|
|
27614
28143
|
readonly name: "meetingType";
|
|
27615
28144
|
readonly type: {
|
|
@@ -27806,42 +28335,67 @@ declare const introspection: {
|
|
|
27806
28335
|
}];
|
|
27807
28336
|
readonly isDeprecated: false;
|
|
27808
28337
|
}, {
|
|
27809
|
-
readonly name: "
|
|
28338
|
+
readonly name: "validateTimetableSlot";
|
|
27810
28339
|
readonly type: {
|
|
27811
28340
|
readonly kind: "NON_NULL";
|
|
27812
28341
|
readonly ofType: {
|
|
27813
28342
|
readonly kind: "OBJECT";
|
|
27814
|
-
readonly name: "
|
|
28343
|
+
readonly name: "ValidatedTimetableSlot";
|
|
27815
28344
|
};
|
|
27816
28345
|
};
|
|
27817
28346
|
readonly args: readonly [{
|
|
27818
|
-
readonly name: "
|
|
28347
|
+
readonly name: "employeeId";
|
|
27819
28348
|
readonly type: {
|
|
27820
|
-
readonly kind: "
|
|
28349
|
+
readonly kind: "LIST";
|
|
27821
28350
|
readonly ofType: {
|
|
27822
|
-
readonly kind: "
|
|
27823
|
-
readonly
|
|
28351
|
+
readonly kind: "NON_NULL";
|
|
28352
|
+
readonly ofType: {
|
|
28353
|
+
readonly kind: "SCALAR";
|
|
28354
|
+
readonly name: "ID";
|
|
28355
|
+
};
|
|
27824
28356
|
};
|
|
27825
28357
|
};
|
|
27826
|
-
}
|
|
27827
|
-
|
|
27828
|
-
|
|
27829
|
-
readonly name: "validators";
|
|
27830
|
-
readonly type: {
|
|
27831
|
-
readonly kind: "NON_NULL";
|
|
27832
|
-
readonly ofType: {
|
|
28358
|
+
}, {
|
|
28359
|
+
readonly name: "employeeLanguages";
|
|
28360
|
+
readonly type: {
|
|
27833
28361
|
readonly kind: "LIST";
|
|
27834
28362
|
readonly ofType: {
|
|
27835
28363
|
readonly kind: "NON_NULL";
|
|
27836
28364
|
readonly ofType: {
|
|
27837
|
-
readonly kind: "
|
|
27838
|
-
readonly name: "
|
|
28365
|
+
readonly kind: "ENUM";
|
|
28366
|
+
readonly name: "Language";
|
|
27839
28367
|
};
|
|
27840
28368
|
};
|
|
27841
28369
|
};
|
|
27842
|
-
}
|
|
27843
|
-
|
|
27844
|
-
readonly
|
|
28370
|
+
}, {
|
|
28371
|
+
readonly name: "from";
|
|
28372
|
+
readonly type: {
|
|
28373
|
+
readonly kind: "NON_NULL";
|
|
28374
|
+
readonly ofType: {
|
|
28375
|
+
readonly kind: "SCALAR";
|
|
28376
|
+
readonly name: "ISO8601";
|
|
28377
|
+
};
|
|
28378
|
+
};
|
|
28379
|
+
}, {
|
|
28380
|
+
readonly name: "leadSegmentId";
|
|
28381
|
+
readonly type: {
|
|
28382
|
+
readonly kind: "SCALAR";
|
|
28383
|
+
readonly name: "ID";
|
|
28384
|
+
};
|
|
28385
|
+
}, {
|
|
28386
|
+
readonly name: "listingId";
|
|
28387
|
+
readonly type: {
|
|
28388
|
+
readonly kind: "SCALAR";
|
|
28389
|
+
readonly name: "ID";
|
|
28390
|
+
};
|
|
28391
|
+
}, {
|
|
28392
|
+
readonly name: "location";
|
|
28393
|
+
readonly type: {
|
|
28394
|
+
readonly kind: "INPUT_OBJECT";
|
|
28395
|
+
readonly name: "GeolocationInput";
|
|
28396
|
+
};
|
|
28397
|
+
}, {
|
|
28398
|
+
readonly name: "meetingRoomId";
|
|
27845
28399
|
readonly type: {
|
|
27846
28400
|
readonly kind: "LIST";
|
|
27847
28401
|
readonly ofType: {
|
|
@@ -27853,25 +28407,66 @@ declare const introspection: {
|
|
|
27853
28407
|
};
|
|
27854
28408
|
};
|
|
27855
28409
|
}, {
|
|
27856
|
-
readonly name: "
|
|
28410
|
+
readonly name: "meetingRoomMinimumCapacity";
|
|
28411
|
+
readonly type: {
|
|
28412
|
+
readonly kind: "SCALAR";
|
|
28413
|
+
readonly name: "Int";
|
|
28414
|
+
};
|
|
28415
|
+
}, {
|
|
28416
|
+
readonly name: "meetingType";
|
|
27857
28417
|
readonly type: {
|
|
27858
28418
|
readonly kind: "NON_NULL";
|
|
27859
28419
|
readonly ofType: {
|
|
27860
|
-
readonly kind: "
|
|
27861
|
-
readonly
|
|
27862
|
-
readonly kind: "NON_NULL";
|
|
27863
|
-
readonly ofType: {
|
|
27864
|
-
readonly kind: "SCALAR";
|
|
27865
|
-
readonly name: "ID";
|
|
27866
|
-
};
|
|
27867
|
-
};
|
|
28420
|
+
readonly kind: "ENUM";
|
|
28421
|
+
readonly name: "MeetingType";
|
|
27868
28422
|
};
|
|
27869
28423
|
};
|
|
27870
28424
|
}, {
|
|
27871
|
-
readonly name: "
|
|
28425
|
+
readonly name: "officeId";
|
|
27872
28426
|
readonly type: {
|
|
27873
|
-
readonly kind: "
|
|
27874
|
-
readonly
|
|
28427
|
+
readonly kind: "NON_NULL";
|
|
28428
|
+
readonly ofType: {
|
|
28429
|
+
readonly kind: "SCALAR";
|
|
28430
|
+
readonly name: "ID";
|
|
28431
|
+
};
|
|
28432
|
+
};
|
|
28433
|
+
}, {
|
|
28434
|
+
readonly name: "subjectId";
|
|
28435
|
+
readonly type: {
|
|
28436
|
+
readonly kind: "NON_NULL";
|
|
28437
|
+
readonly ofType: {
|
|
28438
|
+
readonly kind: "SCALAR";
|
|
28439
|
+
readonly name: "ID";
|
|
28440
|
+
};
|
|
28441
|
+
};
|
|
28442
|
+
}, {
|
|
28443
|
+
readonly name: "to";
|
|
28444
|
+
readonly type: {
|
|
28445
|
+
readonly kind: "NON_NULL";
|
|
28446
|
+
readonly ofType: {
|
|
28447
|
+
readonly kind: "SCALAR";
|
|
28448
|
+
readonly name: "ISO8601";
|
|
28449
|
+
};
|
|
28450
|
+
};
|
|
28451
|
+
}];
|
|
28452
|
+
readonly isDeprecated: false;
|
|
28453
|
+
}, {
|
|
28454
|
+
readonly name: "validator";
|
|
28455
|
+
readonly type: {
|
|
28456
|
+
readonly kind: "NON_NULL";
|
|
28457
|
+
readonly ofType: {
|
|
28458
|
+
readonly kind: "OBJECT";
|
|
28459
|
+
readonly name: "Validator";
|
|
28460
|
+
};
|
|
28461
|
+
};
|
|
28462
|
+
readonly args: readonly [{
|
|
28463
|
+
readonly name: "id";
|
|
28464
|
+
readonly type: {
|
|
28465
|
+
readonly kind: "NON_NULL";
|
|
28466
|
+
readonly ofType: {
|
|
28467
|
+
readonly kind: "SCALAR";
|
|
28468
|
+
readonly name: "ID";
|
|
28469
|
+
};
|
|
27875
28470
|
};
|
|
27876
28471
|
}];
|
|
27877
28472
|
readonly isDeprecated: false;
|
|
@@ -28354,7 +28949,7 @@ declare const introspection: {
|
|
|
28354
28949
|
readonly kind: "NON_NULL";
|
|
28355
28950
|
readonly ofType: {
|
|
28356
28951
|
readonly kind: "INPUT_OBJECT";
|
|
28357
|
-
readonly name: "
|
|
28952
|
+
readonly name: "AnswerOptionPatchInput";
|
|
28358
28953
|
};
|
|
28359
28954
|
};
|
|
28360
28955
|
};
|
|
@@ -28431,7 +29026,7 @@ declare const introspection: {
|
|
|
28431
29026
|
readonly kind: "NON_NULL";
|
|
28432
29027
|
readonly ofType: {
|
|
28433
29028
|
readonly kind: "INPUT_OBJECT";
|
|
28434
|
-
readonly name: "
|
|
29029
|
+
readonly name: "AnswerOptionPatchInput";
|
|
28435
29030
|
};
|
|
28436
29031
|
};
|
|
28437
29032
|
};
|
|
@@ -29928,6 +30523,12 @@ declare const introspection: {
|
|
|
29928
30523
|
readonly kind: "ENUM";
|
|
29929
30524
|
readonly name: "SortableMeetingRoomFields";
|
|
29930
30525
|
readonly enumValues: readonly [{
|
|
30526
|
+
readonly name: "active";
|
|
30527
|
+
readonly isDeprecated: false;
|
|
30528
|
+
}, {
|
|
30529
|
+
readonly name: "capacity";
|
|
30530
|
+
readonly isDeprecated: false;
|
|
30531
|
+
}, {
|
|
29931
30532
|
readonly name: "createdAt";
|
|
29932
30533
|
readonly isDeprecated: false;
|
|
29933
30534
|
}, {
|
|
@@ -31726,6 +32327,17 @@ declare const introspection: {
|
|
|
31726
32327
|
readonly kind: "OBJECT";
|
|
31727
32328
|
readonly name: "SubjectOfficeSchedulingSetting";
|
|
31728
32329
|
readonly fields: readonly [{
|
|
32330
|
+
readonly name: "meetingRoomSelection";
|
|
32331
|
+
readonly type: {
|
|
32332
|
+
readonly kind: "NON_NULL";
|
|
32333
|
+
readonly ofType: {
|
|
32334
|
+
readonly kind: "ENUM";
|
|
32335
|
+
readonly name: "MeetingRoomSelection";
|
|
32336
|
+
};
|
|
32337
|
+
};
|
|
32338
|
+
readonly args: readonly [];
|
|
32339
|
+
readonly isDeprecated: false;
|
|
32340
|
+
}, {
|
|
31729
32341
|
readonly name: "meetingType";
|
|
31730
32342
|
readonly type: {
|
|
31731
32343
|
readonly kind: "NON_NULL";
|
|
@@ -31764,6 +32376,12 @@ declare const introspection: {
|
|
|
31764
32376
|
readonly kind: "INPUT_OBJECT";
|
|
31765
32377
|
readonly name: "SubjectOfficeSchedulingSettingInput";
|
|
31766
32378
|
readonly inputFields: readonly [{
|
|
32379
|
+
readonly name: "meetingRoomSelection";
|
|
32380
|
+
readonly type: {
|
|
32381
|
+
readonly kind: "ENUM";
|
|
32382
|
+
readonly name: "MeetingRoomSelection";
|
|
32383
|
+
};
|
|
32384
|
+
}, {
|
|
31767
32385
|
readonly name: "meetingType";
|
|
31768
32386
|
readonly type: {
|
|
31769
32387
|
readonly kind: "NON_NULL";
|
|
@@ -32076,6 +32694,9 @@ declare const introspection: {
|
|
|
32076
32694
|
}, {
|
|
32077
32695
|
readonly name: "LISTING_TIME_SLOT";
|
|
32078
32696
|
readonly isDeprecated: false;
|
|
32697
|
+
}, {
|
|
32698
|
+
readonly name: "WEBHOOK_DELIVERY";
|
|
32699
|
+
readonly isDeprecated: false;
|
|
32079
32700
|
}];
|
|
32080
32701
|
}, {
|
|
32081
32702
|
readonly kind: "ENUM";
|
|
@@ -32968,6 +33589,9 @@ declare const introspection: {
|
|
|
32968
33589
|
readonly kind: "ENUM";
|
|
32969
33590
|
readonly name: "UIFeature";
|
|
32970
33591
|
readonly enumValues: readonly [{
|
|
33592
|
+
readonly name: "APPOINTMENT_COMPLETION";
|
|
33593
|
+
readonly isDeprecated: false;
|
|
33594
|
+
}, {
|
|
32971
33595
|
readonly name: "APPOINTMENT_CREATION";
|
|
32972
33596
|
readonly isDeprecated: false;
|
|
32973
33597
|
}, {
|
|
@@ -33012,6 +33636,9 @@ declare const introspection: {
|
|
|
33012
33636
|
}, {
|
|
33013
33637
|
readonly name: "MEETING_LINK_CREATION";
|
|
33014
33638
|
readonly isDeprecated: false;
|
|
33639
|
+
}, {
|
|
33640
|
+
readonly name: "MULTI_PARTICIPANTS";
|
|
33641
|
+
readonly isDeprecated: false;
|
|
33015
33642
|
}, {
|
|
33016
33643
|
readonly name: "MY_APPOINTMENTS";
|
|
33017
33644
|
readonly isDeprecated: false;
|
|
@@ -33451,6 +34078,50 @@ declare const introspection: {
|
|
|
33451
34078
|
readonly name: "OTHER";
|
|
33452
34079
|
readonly isDeprecated: false;
|
|
33453
34080
|
}];
|
|
34081
|
+
}, {
|
|
34082
|
+
readonly kind: "OBJECT";
|
|
34083
|
+
readonly name: "ValidatedTimetableSlot";
|
|
34084
|
+
readonly fields: readonly [{
|
|
34085
|
+
readonly name: "availableMeetingRooms";
|
|
34086
|
+
readonly type: {
|
|
34087
|
+
readonly kind: "NON_NULL";
|
|
34088
|
+
readonly ofType: {
|
|
34089
|
+
readonly kind: "LIST";
|
|
34090
|
+
readonly ofType: {
|
|
34091
|
+
readonly kind: "NON_NULL";
|
|
34092
|
+
readonly ofType: {
|
|
34093
|
+
readonly kind: "OBJECT";
|
|
34094
|
+
readonly name: "MeetingRoom";
|
|
34095
|
+
};
|
|
34096
|
+
};
|
|
34097
|
+
};
|
|
34098
|
+
};
|
|
34099
|
+
readonly args: readonly [];
|
|
34100
|
+
readonly isDeprecated: false;
|
|
34101
|
+
}, {
|
|
34102
|
+
readonly name: "slot";
|
|
34103
|
+
readonly type: {
|
|
34104
|
+
readonly kind: "NON_NULL";
|
|
34105
|
+
readonly ofType: {
|
|
34106
|
+
readonly kind: "OBJECT";
|
|
34107
|
+
readonly name: "TimetableSlot";
|
|
34108
|
+
};
|
|
34109
|
+
};
|
|
34110
|
+
readonly args: readonly [];
|
|
34111
|
+
readonly isDeprecated: false;
|
|
34112
|
+
}, {
|
|
34113
|
+
readonly name: "trailingBufferTime";
|
|
34114
|
+
readonly type: {
|
|
34115
|
+
readonly kind: "NON_NULL";
|
|
34116
|
+
readonly ofType: {
|
|
34117
|
+
readonly kind: "SCALAR";
|
|
34118
|
+
readonly name: "Int";
|
|
34119
|
+
};
|
|
34120
|
+
};
|
|
34121
|
+
readonly args: readonly [];
|
|
34122
|
+
readonly isDeprecated: false;
|
|
34123
|
+
}];
|
|
34124
|
+
readonly interfaces: readonly [];
|
|
33454
34125
|
}, {
|
|
33455
34126
|
readonly kind: "OBJECT";
|
|
33456
34127
|
readonly name: "Validator";
|
|
@@ -33956,6 +34627,23 @@ declare const introspection: {
|
|
|
33956
34627
|
};
|
|
33957
34628
|
readonly args: readonly [];
|
|
33958
34629
|
readonly isDeprecated: false;
|
|
34630
|
+
}, {
|
|
34631
|
+
readonly name: "notificationEmailAddresses";
|
|
34632
|
+
readonly type: {
|
|
34633
|
+
readonly kind: "NON_NULL";
|
|
34634
|
+
readonly ofType: {
|
|
34635
|
+
readonly kind: "LIST";
|
|
34636
|
+
readonly ofType: {
|
|
34637
|
+
readonly kind: "NON_NULL";
|
|
34638
|
+
readonly ofType: {
|
|
34639
|
+
readonly kind: "SCALAR";
|
|
34640
|
+
readonly name: "String";
|
|
34641
|
+
};
|
|
34642
|
+
};
|
|
34643
|
+
};
|
|
34644
|
+
};
|
|
34645
|
+
readonly args: readonly [];
|
|
34646
|
+
readonly isDeprecated: false;
|
|
33959
34647
|
}, {
|
|
33960
34648
|
readonly name: "token";
|
|
33961
34649
|
readonly type: {
|
|
@@ -34027,6 +34715,18 @@ declare const introspection: {
|
|
|
34027
34715
|
readonly name: "HTTPMethod";
|
|
34028
34716
|
};
|
|
34029
34717
|
};
|
|
34718
|
+
}, {
|
|
34719
|
+
readonly name: "notificationEmailAddresses";
|
|
34720
|
+
readonly type: {
|
|
34721
|
+
readonly kind: "LIST";
|
|
34722
|
+
readonly ofType: {
|
|
34723
|
+
readonly kind: "NON_NULL";
|
|
34724
|
+
readonly ofType: {
|
|
34725
|
+
readonly kind: "SCALAR";
|
|
34726
|
+
readonly name: "String";
|
|
34727
|
+
};
|
|
34728
|
+
};
|
|
34729
|
+
};
|
|
34030
34730
|
}, {
|
|
34031
34731
|
readonly name: "token";
|
|
34032
34732
|
readonly type: {
|
|
@@ -34161,6 +34861,18 @@ declare const introspection: {
|
|
|
34161
34861
|
readonly kind: "ENUM";
|
|
34162
34862
|
readonly name: "HTTPMethod";
|
|
34163
34863
|
};
|
|
34864
|
+
}, {
|
|
34865
|
+
readonly name: "notificationEmailAddresses";
|
|
34866
|
+
readonly type: {
|
|
34867
|
+
readonly kind: "LIST";
|
|
34868
|
+
readonly ofType: {
|
|
34869
|
+
readonly kind: "NON_NULL";
|
|
34870
|
+
readonly ofType: {
|
|
34871
|
+
readonly kind: "SCALAR";
|
|
34872
|
+
readonly name: "String";
|
|
34873
|
+
};
|
|
34874
|
+
};
|
|
34875
|
+
};
|
|
34164
34876
|
}, {
|
|
34165
34877
|
readonly name: "token";
|
|
34166
34878
|
readonly type: {
|
|
@@ -34736,6 +35448,46 @@ declare const introspection: {
|
|
|
34736
35448
|
};
|
|
34737
35449
|
}];
|
|
34738
35450
|
readonly isOneOf: false;
|
|
35451
|
+
}, {
|
|
35452
|
+
readonly kind: "INPUT_OBJECT";
|
|
35453
|
+
readonly name: "dataRetentionDurationInput";
|
|
35454
|
+
readonly inputFields: readonly [{
|
|
35455
|
+
readonly name: "manageable";
|
|
35456
|
+
readonly type: {
|
|
35457
|
+
readonly kind: "SCALAR";
|
|
35458
|
+
readonly name: "Boolean";
|
|
35459
|
+
};
|
|
35460
|
+
}, {
|
|
35461
|
+
readonly name: "value";
|
|
35462
|
+
readonly type: {
|
|
35463
|
+
readonly kind: "SCALAR";
|
|
35464
|
+
readonly name: "Int";
|
|
35465
|
+
};
|
|
35466
|
+
}];
|
|
35467
|
+
readonly isOneOf: false;
|
|
35468
|
+
}, {
|
|
35469
|
+
readonly kind: "INPUT_OBJECT";
|
|
35470
|
+
readonly name: "dataToAnonymizeInput";
|
|
35471
|
+
readonly inputFields: readonly [{
|
|
35472
|
+
readonly name: "manageable";
|
|
35473
|
+
readonly type: {
|
|
35474
|
+
readonly kind: "SCALAR";
|
|
35475
|
+
readonly name: "Boolean";
|
|
35476
|
+
};
|
|
35477
|
+
}, {
|
|
35478
|
+
readonly name: "value";
|
|
35479
|
+
readonly type: {
|
|
35480
|
+
readonly kind: "LIST";
|
|
35481
|
+
readonly ofType: {
|
|
35482
|
+
readonly kind: "NON_NULL";
|
|
35483
|
+
readonly ofType: {
|
|
35484
|
+
readonly kind: "ENUM";
|
|
35485
|
+
readonly name: "AnonymizableEntity";
|
|
35486
|
+
};
|
|
35487
|
+
};
|
|
35488
|
+
};
|
|
35489
|
+
}];
|
|
35490
|
+
readonly isOneOf: false;
|
|
34739
35491
|
}, {
|
|
34740
35492
|
readonly kind: "INPUT_OBJECT";
|
|
34741
35493
|
readonly name: "defaultCallbackRequestFormIdInput";
|