@pexip-engage-public/graphql 1.7.5 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/get-api-client.d.ts +1 -1
- package/dist/get-api-client.d.ts.map +1 -1
- package/dist/graphql-env.d.ts +551 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +632 -0
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +84 -3
- package/dist/schema.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/graphql-env.ts +632 -0
- package/src/schema.ts +110 -2
package/dist/graphql-env.d.ts
CHANGED
|
@@ -3038,6 +3038,9 @@ declare const introspection: {
|
|
|
3038
3038
|
}, {
|
|
3039
3039
|
readonly "name": "SECONDARY_PARTICIPANT_REMOVED";
|
|
3040
3040
|
readonly "isDeprecated": false;
|
|
3041
|
+
}, {
|
|
3042
|
+
readonly "name": "UPDATE_APPOINTMENT_DETAILS";
|
|
3043
|
+
readonly "isDeprecated": false;
|
|
3041
3044
|
}];
|
|
3042
3045
|
}, {
|
|
3043
3046
|
readonly "kind": "OBJECT";
|
|
@@ -4022,6 +4025,9 @@ declare const introspection: {
|
|
|
4022
4025
|
}, {
|
|
4023
4026
|
readonly "name": "SECONDARY_PARTICIPANT_REMOVED";
|
|
4024
4027
|
readonly "isDeprecated": false;
|
|
4028
|
+
}, {
|
|
4029
|
+
readonly "name": "UPDATE_APPOINTMENT_DETAILS";
|
|
4030
|
+
readonly "isDeprecated": false;
|
|
4025
4031
|
}];
|
|
4026
4032
|
}, {
|
|
4027
4033
|
readonly "kind": "INPUT_OBJECT";
|
|
@@ -8901,6 +8907,151 @@ declare const introspection: {
|
|
|
8901
8907
|
};
|
|
8902
8908
|
}];
|
|
8903
8909
|
readonly "isOneOf": false;
|
|
8910
|
+
}, {
|
|
8911
|
+
readonly "kind": "OBJECT";
|
|
8912
|
+
readonly "name": "DataExport";
|
|
8913
|
+
readonly "fields": readonly [{
|
|
8914
|
+
readonly "name": "active";
|
|
8915
|
+
readonly "type": {
|
|
8916
|
+
readonly "kind": "NON_NULL";
|
|
8917
|
+
readonly "ofType": {
|
|
8918
|
+
readonly "kind": "SCALAR";
|
|
8919
|
+
readonly "name": "Boolean";
|
|
8920
|
+
};
|
|
8921
|
+
};
|
|
8922
|
+
readonly "args": readonly [];
|
|
8923
|
+
readonly "isDeprecated": false;
|
|
8924
|
+
}, {
|
|
8925
|
+
readonly "name": "createdAt";
|
|
8926
|
+
readonly "type": {
|
|
8927
|
+
readonly "kind": "NON_NULL";
|
|
8928
|
+
readonly "ofType": {
|
|
8929
|
+
readonly "kind": "SCALAR";
|
|
8930
|
+
readonly "name": "ISO8601";
|
|
8931
|
+
};
|
|
8932
|
+
};
|
|
8933
|
+
readonly "args": readonly [];
|
|
8934
|
+
readonly "isDeprecated": false;
|
|
8935
|
+
}, {
|
|
8936
|
+
readonly "name": "exportMode";
|
|
8937
|
+
readonly "type": {
|
|
8938
|
+
readonly "kind": "NON_NULL";
|
|
8939
|
+
readonly "ofType": {
|
|
8940
|
+
readonly "kind": "ENUM";
|
|
8941
|
+
readonly "name": "DataExportMode";
|
|
8942
|
+
};
|
|
8943
|
+
};
|
|
8944
|
+
readonly "args": readonly [];
|
|
8945
|
+
readonly "isDeprecated": false;
|
|
8946
|
+
}, {
|
|
8947
|
+
readonly "name": "id";
|
|
8948
|
+
readonly "type": {
|
|
8949
|
+
readonly "kind": "NON_NULL";
|
|
8950
|
+
readonly "ofType": {
|
|
8951
|
+
readonly "kind": "SCALAR";
|
|
8952
|
+
readonly "name": "Int";
|
|
8953
|
+
};
|
|
8954
|
+
};
|
|
8955
|
+
readonly "args": readonly [];
|
|
8956
|
+
readonly "isDeprecated": false;
|
|
8957
|
+
}, {
|
|
8958
|
+
readonly "name": "lastSuccessfulExport";
|
|
8959
|
+
readonly "type": {
|
|
8960
|
+
readonly "kind": "SCALAR";
|
|
8961
|
+
readonly "name": "ISO8601";
|
|
8962
|
+
};
|
|
8963
|
+
readonly "args": readonly [];
|
|
8964
|
+
readonly "isDeprecated": false;
|
|
8965
|
+
}, {
|
|
8966
|
+
readonly "name": "lastSuccessfulExportRecords";
|
|
8967
|
+
readonly "type": {
|
|
8968
|
+
readonly "kind": "SCALAR";
|
|
8969
|
+
readonly "name": "Int";
|
|
8970
|
+
};
|
|
8971
|
+
readonly "args": readonly [];
|
|
8972
|
+
readonly "isDeprecated": false;
|
|
8973
|
+
}, {
|
|
8974
|
+
readonly "name": "type";
|
|
8975
|
+
readonly "type": {
|
|
8976
|
+
readonly "kind": "NON_NULL";
|
|
8977
|
+
readonly "ofType": {
|
|
8978
|
+
readonly "kind": "ENUM";
|
|
8979
|
+
readonly "name": "DataExportType";
|
|
8980
|
+
};
|
|
8981
|
+
};
|
|
8982
|
+
readonly "args": readonly [];
|
|
8983
|
+
readonly "isDeprecated": false;
|
|
8984
|
+
}, {
|
|
8985
|
+
readonly "name": "updatedAt";
|
|
8986
|
+
readonly "type": {
|
|
8987
|
+
readonly "kind": "NON_NULL";
|
|
8988
|
+
readonly "ofType": {
|
|
8989
|
+
readonly "kind": "SCALAR";
|
|
8990
|
+
readonly "name": "ISO8601";
|
|
8991
|
+
};
|
|
8992
|
+
};
|
|
8993
|
+
readonly "args": readonly [];
|
|
8994
|
+
readonly "isDeprecated": false;
|
|
8995
|
+
}];
|
|
8996
|
+
readonly "interfaces": readonly [];
|
|
8997
|
+
}, {
|
|
8998
|
+
readonly "kind": "OBJECT";
|
|
8999
|
+
readonly "name": "DataExportFile";
|
|
9000
|
+
readonly "fields": readonly [{
|
|
9001
|
+
readonly "name": "contentLength";
|
|
9002
|
+
readonly "type": {
|
|
9003
|
+
readonly "kind": "SCALAR";
|
|
9004
|
+
readonly "name": "Float";
|
|
9005
|
+
};
|
|
9006
|
+
readonly "args": readonly [];
|
|
9007
|
+
readonly "isDeprecated": false;
|
|
9008
|
+
}, {
|
|
9009
|
+
readonly "name": "lastModified";
|
|
9010
|
+
readonly "type": {
|
|
9011
|
+
readonly "kind": "SCALAR";
|
|
9012
|
+
readonly "name": "ISO8601";
|
|
9013
|
+
};
|
|
9014
|
+
readonly "args": readonly [];
|
|
9015
|
+
readonly "isDeprecated": false;
|
|
9016
|
+
}, {
|
|
9017
|
+
readonly "name": "name";
|
|
9018
|
+
readonly "type": {
|
|
9019
|
+
readonly "kind": "NON_NULL";
|
|
9020
|
+
readonly "ofType": {
|
|
9021
|
+
readonly "kind": "SCALAR";
|
|
9022
|
+
readonly "name": "String";
|
|
9023
|
+
};
|
|
9024
|
+
};
|
|
9025
|
+
readonly "args": readonly [];
|
|
9026
|
+
readonly "isDeprecated": false;
|
|
9027
|
+
}];
|
|
9028
|
+
readonly "interfaces": readonly [];
|
|
9029
|
+
}, {
|
|
9030
|
+
readonly "kind": "ENUM";
|
|
9031
|
+
readonly "name": "DataExportMode";
|
|
9032
|
+
readonly "enumValues": readonly [{
|
|
9033
|
+
readonly "name": "FULL_SNAPSHOT";
|
|
9034
|
+
readonly "isDeprecated": false;
|
|
9035
|
+
}, {
|
|
9036
|
+
readonly "name": "INCREMENTAL";
|
|
9037
|
+
readonly "isDeprecated": false;
|
|
9038
|
+
}];
|
|
9039
|
+
}, {
|
|
9040
|
+
readonly "kind": "ENUM";
|
|
9041
|
+
readonly "name": "DataExportType";
|
|
9042
|
+
readonly "enumValues": readonly [{
|
|
9043
|
+
readonly "name": "EXPERTISE";
|
|
9044
|
+
readonly "isDeprecated": false;
|
|
9045
|
+
}, {
|
|
9046
|
+
readonly "name": "MEETING_ROOMS";
|
|
9047
|
+
readonly "isDeprecated": false;
|
|
9048
|
+
}, {
|
|
9049
|
+
readonly "name": "MEETING_ROOM_SCHEDULING_SETTINGS";
|
|
9050
|
+
readonly "isDeprecated": false;
|
|
9051
|
+
}, {
|
|
9052
|
+
readonly "name": "OFFICE_RELATIONS";
|
|
9053
|
+
readonly "isDeprecated": false;
|
|
9054
|
+
}];
|
|
8904
9055
|
}, {
|
|
8905
9056
|
readonly "kind": "OBJECT";
|
|
8906
9057
|
readonly "name": "DataRetentionDurationEnterpriseSetting";
|
|
@@ -10452,6 +10603,14 @@ declare const introspection: {
|
|
|
10452
10603
|
};
|
|
10453
10604
|
readonly "args": readonly [];
|
|
10454
10605
|
readonly "isDeprecated": false;
|
|
10606
|
+
}, {
|
|
10607
|
+
readonly "name": "description";
|
|
10608
|
+
readonly "type": {
|
|
10609
|
+
readonly "kind": "OBJECT";
|
|
10610
|
+
readonly "name": "TranslationObject";
|
|
10611
|
+
};
|
|
10612
|
+
readonly "args": readonly [];
|
|
10613
|
+
readonly "isDeprecated": false;
|
|
10455
10614
|
}, {
|
|
10456
10615
|
readonly "name": "email";
|
|
10457
10616
|
readonly "type": {
|
|
@@ -11255,6 +11414,17 @@ declare const introspection: {
|
|
|
11255
11414
|
};
|
|
11256
11415
|
readonly "args": readonly [];
|
|
11257
11416
|
readonly "isDeprecated": false;
|
|
11417
|
+
}, {
|
|
11418
|
+
readonly "name": "description";
|
|
11419
|
+
readonly "type": {
|
|
11420
|
+
readonly "kind": "NON_NULL";
|
|
11421
|
+
readonly "ofType": {
|
|
11422
|
+
readonly "kind": "SCALAR";
|
|
11423
|
+
readonly "name": "Boolean";
|
|
11424
|
+
};
|
|
11425
|
+
};
|
|
11426
|
+
readonly "args": readonly [];
|
|
11427
|
+
readonly "isDeprecated": false;
|
|
11258
11428
|
}, {
|
|
11259
11429
|
readonly "name": "email";
|
|
11260
11430
|
readonly "type": {
|
|
@@ -11609,6 +11779,23 @@ declare const introspection: {
|
|
|
11609
11779
|
readonly "kind": "OBJECT";
|
|
11610
11780
|
readonly "name": "EmployeeTranslations";
|
|
11611
11781
|
readonly "fields": readonly [{
|
|
11782
|
+
readonly "name": "description";
|
|
11783
|
+
readonly "type": {
|
|
11784
|
+
readonly "kind": "NON_NULL";
|
|
11785
|
+
readonly "ofType": {
|
|
11786
|
+
readonly "kind": "LIST";
|
|
11787
|
+
readonly "ofType": {
|
|
11788
|
+
readonly "kind": "NON_NULL";
|
|
11789
|
+
readonly "ofType": {
|
|
11790
|
+
readonly "kind": "OBJECT";
|
|
11791
|
+
readonly "name": "TranslationObject";
|
|
11792
|
+
};
|
|
11793
|
+
};
|
|
11794
|
+
};
|
|
11795
|
+
};
|
|
11796
|
+
readonly "args": readonly [];
|
|
11797
|
+
readonly "isDeprecated": false;
|
|
11798
|
+
}, {
|
|
11612
11799
|
readonly "name": "function";
|
|
11613
11800
|
readonly "type": {
|
|
11614
11801
|
readonly "kind": "NON_NULL";
|
|
@@ -11631,6 +11818,19 @@ declare const introspection: {
|
|
|
11631
11818
|
readonly "kind": "INPUT_OBJECT";
|
|
11632
11819
|
readonly "name": "EmployeeTranslationsCreateInput";
|
|
11633
11820
|
readonly "inputFields": readonly [{
|
|
11821
|
+
readonly "name": "description";
|
|
11822
|
+
readonly "type": {
|
|
11823
|
+
readonly "kind": "LIST";
|
|
11824
|
+
readonly "ofType": {
|
|
11825
|
+
readonly "kind": "NON_NULL";
|
|
11826
|
+
readonly "ofType": {
|
|
11827
|
+
readonly "kind": "INPUT_OBJECT";
|
|
11828
|
+
readonly "name": "TranslationObjectInput";
|
|
11829
|
+
};
|
|
11830
|
+
};
|
|
11831
|
+
};
|
|
11832
|
+
readonly "defaultValue": "[]";
|
|
11833
|
+
}, {
|
|
11634
11834
|
readonly "name": "function";
|
|
11635
11835
|
readonly "type": {
|
|
11636
11836
|
readonly "kind": "LIST";
|
|
@@ -11649,6 +11849,18 @@ declare const introspection: {
|
|
|
11649
11849
|
readonly "kind": "INPUT_OBJECT";
|
|
11650
11850
|
readonly "name": "EmployeeTranslationsPatchInput";
|
|
11651
11851
|
readonly "inputFields": readonly [{
|
|
11852
|
+
readonly "name": "description";
|
|
11853
|
+
readonly "type": {
|
|
11854
|
+
readonly "kind": "LIST";
|
|
11855
|
+
readonly "ofType": {
|
|
11856
|
+
readonly "kind": "NON_NULL";
|
|
11857
|
+
readonly "ofType": {
|
|
11858
|
+
readonly "kind": "INPUT_OBJECT";
|
|
11859
|
+
readonly "name": "TranslationObjectInput";
|
|
11860
|
+
};
|
|
11861
|
+
};
|
|
11862
|
+
};
|
|
11863
|
+
}, {
|
|
11652
11864
|
readonly "name": "function";
|
|
11653
11865
|
readonly "type": {
|
|
11654
11866
|
readonly "kind": "LIST";
|
|
@@ -12225,6 +12437,17 @@ declare const introspection: {
|
|
|
12225
12437
|
};
|
|
12226
12438
|
readonly "args": readonly [];
|
|
12227
12439
|
readonly "isDeprecated": false;
|
|
12440
|
+
}, {
|
|
12441
|
+
readonly "name": "maintenanceMode";
|
|
12442
|
+
readonly "type": {
|
|
12443
|
+
readonly "kind": "NON_NULL";
|
|
12444
|
+
readonly "ofType": {
|
|
12445
|
+
readonly "kind": "OBJECT";
|
|
12446
|
+
readonly "name": "MaintenanceModeEnterpriseSetting";
|
|
12447
|
+
};
|
|
12448
|
+
};
|
|
12449
|
+
readonly "args": readonly [];
|
|
12450
|
+
readonly "isDeprecated": false;
|
|
12228
12451
|
}, {
|
|
12229
12452
|
readonly "name": "maxConcurrentAppointments";
|
|
12230
12453
|
readonly "type": {
|
|
@@ -12601,6 +12824,12 @@ declare const introspection: {
|
|
|
12601
12824
|
readonly "kind": "INPUT_OBJECT";
|
|
12602
12825
|
readonly "name": "logoUrlInput";
|
|
12603
12826
|
};
|
|
12827
|
+
}, {
|
|
12828
|
+
readonly "name": "maintenanceMode";
|
|
12829
|
+
readonly "type": {
|
|
12830
|
+
readonly "kind": "INPUT_OBJECT";
|
|
12831
|
+
readonly "name": "maintenanceModeInput";
|
|
12832
|
+
};
|
|
12604
12833
|
}, {
|
|
12605
12834
|
readonly "name": "maxConcurrentAppointments";
|
|
12606
12835
|
readonly "type": {
|
|
@@ -17780,6 +18009,55 @@ declare const introspection: {
|
|
|
17780
18009
|
readonly "isDeprecated": false;
|
|
17781
18010
|
}];
|
|
17782
18011
|
readonly "interfaces": readonly [];
|
|
18012
|
+
}, {
|
|
18013
|
+
readonly "kind": "OBJECT";
|
|
18014
|
+
readonly "name": "MaintenanceModeEnterpriseSetting";
|
|
18015
|
+
readonly "fields": readonly [{
|
|
18016
|
+
readonly "name": "createdAt";
|
|
18017
|
+
readonly "type": {
|
|
18018
|
+
readonly "kind": "NON_NULL";
|
|
18019
|
+
readonly "ofType": {
|
|
18020
|
+
readonly "kind": "SCALAR";
|
|
18021
|
+
readonly "name": "ISO8601";
|
|
18022
|
+
};
|
|
18023
|
+
};
|
|
18024
|
+
readonly "args": readonly [];
|
|
18025
|
+
readonly "isDeprecated": false;
|
|
18026
|
+
}, {
|
|
18027
|
+
readonly "name": "manageable";
|
|
18028
|
+
readonly "type": {
|
|
18029
|
+
readonly "kind": "NON_NULL";
|
|
18030
|
+
readonly "ofType": {
|
|
18031
|
+
readonly "kind": "SCALAR";
|
|
18032
|
+
readonly "name": "Boolean";
|
|
18033
|
+
};
|
|
18034
|
+
};
|
|
18035
|
+
readonly "args": readonly [];
|
|
18036
|
+
readonly "isDeprecated": false;
|
|
18037
|
+
}, {
|
|
18038
|
+
readonly "name": "updatedAt";
|
|
18039
|
+
readonly "type": {
|
|
18040
|
+
readonly "kind": "NON_NULL";
|
|
18041
|
+
readonly "ofType": {
|
|
18042
|
+
readonly "kind": "SCALAR";
|
|
18043
|
+
readonly "name": "ISO8601";
|
|
18044
|
+
};
|
|
18045
|
+
};
|
|
18046
|
+
readonly "args": readonly [];
|
|
18047
|
+
readonly "isDeprecated": false;
|
|
18048
|
+
}, {
|
|
18049
|
+
readonly "name": "value";
|
|
18050
|
+
readonly "type": {
|
|
18051
|
+
readonly "kind": "NON_NULL";
|
|
18052
|
+
readonly "ofType": {
|
|
18053
|
+
readonly "kind": "SCALAR";
|
|
18054
|
+
readonly "name": "Boolean";
|
|
18055
|
+
};
|
|
18056
|
+
};
|
|
18057
|
+
readonly "args": readonly [];
|
|
18058
|
+
readonly "isDeprecated": false;
|
|
18059
|
+
}];
|
|
18060
|
+
readonly "interfaces": readonly [];
|
|
17783
18061
|
}, {
|
|
17784
18062
|
readonly "kind": "INTERFACE";
|
|
17785
18063
|
readonly "name": "Managed";
|
|
@@ -20410,6 +20688,35 @@ declare const introspection: {
|
|
|
20410
20688
|
};
|
|
20411
20689
|
}];
|
|
20412
20690
|
readonly "isDeprecated": false;
|
|
20691
|
+
}, {
|
|
20692
|
+
readonly "name": "createDownloadDataExportLink";
|
|
20693
|
+
readonly "type": {
|
|
20694
|
+
readonly "kind": "NON_NULL";
|
|
20695
|
+
readonly "ofType": {
|
|
20696
|
+
readonly "kind": "SCALAR";
|
|
20697
|
+
readonly "name": "String";
|
|
20698
|
+
};
|
|
20699
|
+
};
|
|
20700
|
+
readonly "args": readonly [{
|
|
20701
|
+
readonly "name": "dataExportId";
|
|
20702
|
+
readonly "type": {
|
|
20703
|
+
readonly "kind": "NON_NULL";
|
|
20704
|
+
readonly "ofType": {
|
|
20705
|
+
readonly "kind": "SCALAR";
|
|
20706
|
+
readonly "name": "Int";
|
|
20707
|
+
};
|
|
20708
|
+
};
|
|
20709
|
+
}, {
|
|
20710
|
+
readonly "name": "fileName";
|
|
20711
|
+
readonly "type": {
|
|
20712
|
+
readonly "kind": "NON_NULL";
|
|
20713
|
+
readonly "ofType": {
|
|
20714
|
+
readonly "kind": "SCALAR";
|
|
20715
|
+
readonly "name": "String";
|
|
20716
|
+
};
|
|
20717
|
+
};
|
|
20718
|
+
}];
|
|
20719
|
+
readonly "isDeprecated": false;
|
|
20413
20720
|
}, {
|
|
20414
20721
|
readonly "name": "createDownloadFileLink";
|
|
20415
20722
|
readonly "type": {
|
|
@@ -22188,6 +22495,35 @@ declare const introspection: {
|
|
|
22188
22495
|
};
|
|
22189
22496
|
}];
|
|
22190
22497
|
readonly "isDeprecated": false;
|
|
22498
|
+
}, {
|
|
22499
|
+
readonly "name": "patchDataExport";
|
|
22500
|
+
readonly "type": {
|
|
22501
|
+
readonly "kind": "NON_NULL";
|
|
22502
|
+
readonly "ofType": {
|
|
22503
|
+
readonly "kind": "OBJECT";
|
|
22504
|
+
readonly "name": "DataExport";
|
|
22505
|
+
};
|
|
22506
|
+
};
|
|
22507
|
+
readonly "args": readonly [{
|
|
22508
|
+
readonly "name": "id";
|
|
22509
|
+
readonly "type": {
|
|
22510
|
+
readonly "kind": "NON_NULL";
|
|
22511
|
+
readonly "ofType": {
|
|
22512
|
+
readonly "kind": "SCALAR";
|
|
22513
|
+
readonly "name": "Int";
|
|
22514
|
+
};
|
|
22515
|
+
};
|
|
22516
|
+
}, {
|
|
22517
|
+
readonly "name": "input";
|
|
22518
|
+
readonly "type": {
|
|
22519
|
+
readonly "kind": "NON_NULL";
|
|
22520
|
+
readonly "ofType": {
|
|
22521
|
+
readonly "kind": "INPUT_OBJECT";
|
|
22522
|
+
readonly "name": "PatchDataExportInput";
|
|
22523
|
+
};
|
|
22524
|
+
};
|
|
22525
|
+
}];
|
|
22526
|
+
readonly "isDeprecated": false;
|
|
22191
22527
|
}, {
|
|
22192
22528
|
readonly "name": "patchEmailTemplate";
|
|
22193
22529
|
readonly "type": {
|
|
@@ -24725,6 +25061,41 @@ declare const introspection: {
|
|
|
24725
25061
|
};
|
|
24726
25062
|
}];
|
|
24727
25063
|
readonly "isDeprecated": false;
|
|
25064
|
+
}, {
|
|
25065
|
+
readonly "name": "updateAppointmentDetails";
|
|
25066
|
+
readonly "type": {
|
|
25067
|
+
readonly "kind": "NON_NULL";
|
|
25068
|
+
readonly "ofType": {
|
|
25069
|
+
readonly "kind": "OBJECT";
|
|
25070
|
+
readonly "name": "Appointment";
|
|
25071
|
+
};
|
|
25072
|
+
};
|
|
25073
|
+
readonly "args": readonly [{
|
|
25074
|
+
readonly "name": "forceTimeSlotValidation";
|
|
25075
|
+
readonly "type": {
|
|
25076
|
+
readonly "kind": "SCALAR";
|
|
25077
|
+
readonly "name": "Boolean";
|
|
25078
|
+
};
|
|
25079
|
+
}, {
|
|
25080
|
+
readonly "name": "id";
|
|
25081
|
+
readonly "type": {
|
|
25082
|
+
readonly "kind": "NON_NULL";
|
|
25083
|
+
readonly "ofType": {
|
|
25084
|
+
readonly "kind": "SCALAR";
|
|
25085
|
+
readonly "name": "ID";
|
|
25086
|
+
};
|
|
25087
|
+
};
|
|
25088
|
+
}, {
|
|
25089
|
+
readonly "name": "input";
|
|
25090
|
+
readonly "type": {
|
|
25091
|
+
readonly "kind": "NON_NULL";
|
|
25092
|
+
readonly "ofType": {
|
|
25093
|
+
readonly "kind": "INPUT_OBJECT";
|
|
25094
|
+
readonly "name": "UpdateAppointmentDetailsInput";
|
|
25095
|
+
};
|
|
25096
|
+
};
|
|
25097
|
+
}];
|
|
25098
|
+
readonly "isDeprecated": false;
|
|
24728
25099
|
}, {
|
|
24729
25100
|
readonly "name": "updateAppointmentLocation";
|
|
24730
25101
|
readonly "type": {
|
|
@@ -26852,6 +27223,20 @@ declare const introspection: {
|
|
|
26852
27223
|
readonly "isDeprecated": false;
|
|
26853
27224
|
}];
|
|
26854
27225
|
readonly "interfaces": readonly [];
|
|
27226
|
+
}, {
|
|
27227
|
+
readonly "kind": "INPUT_OBJECT";
|
|
27228
|
+
readonly "name": "PatchDataExportInput";
|
|
27229
|
+
readonly "inputFields": readonly [{
|
|
27230
|
+
readonly "name": "active";
|
|
27231
|
+
readonly "type": {
|
|
27232
|
+
readonly "kind": "NON_NULL";
|
|
27233
|
+
readonly "ofType": {
|
|
27234
|
+
readonly "kind": "SCALAR";
|
|
27235
|
+
readonly "name": "Boolean";
|
|
27236
|
+
};
|
|
27237
|
+
};
|
|
27238
|
+
}];
|
|
27239
|
+
readonly "isOneOf": false;
|
|
26855
27240
|
}, {
|
|
26856
27241
|
readonly "kind": "OBJECT";
|
|
26857
27242
|
readonly "name": "PexipInfinityCall";
|
|
@@ -29407,6 +29792,69 @@ declare const introspection: {
|
|
|
29407
29792
|
};
|
|
29408
29793
|
}];
|
|
29409
29794
|
readonly "isDeprecated": false;
|
|
29795
|
+
}, {
|
|
29796
|
+
readonly "name": "dataExport";
|
|
29797
|
+
readonly "type": {
|
|
29798
|
+
readonly "kind": "NON_NULL";
|
|
29799
|
+
readonly "ofType": {
|
|
29800
|
+
readonly "kind": "OBJECT";
|
|
29801
|
+
readonly "name": "DataExport";
|
|
29802
|
+
};
|
|
29803
|
+
};
|
|
29804
|
+
readonly "args": readonly [{
|
|
29805
|
+
readonly "name": "id";
|
|
29806
|
+
readonly "type": {
|
|
29807
|
+
readonly "kind": "NON_NULL";
|
|
29808
|
+
readonly "ofType": {
|
|
29809
|
+
readonly "kind": "SCALAR";
|
|
29810
|
+
readonly "name": "Int";
|
|
29811
|
+
};
|
|
29812
|
+
};
|
|
29813
|
+
}];
|
|
29814
|
+
readonly "isDeprecated": false;
|
|
29815
|
+
}, {
|
|
29816
|
+
readonly "name": "dataExportFiles";
|
|
29817
|
+
readonly "type": {
|
|
29818
|
+
readonly "kind": "NON_NULL";
|
|
29819
|
+
readonly "ofType": {
|
|
29820
|
+
readonly "kind": "LIST";
|
|
29821
|
+
readonly "ofType": {
|
|
29822
|
+
readonly "kind": "NON_NULL";
|
|
29823
|
+
readonly "ofType": {
|
|
29824
|
+
readonly "kind": "OBJECT";
|
|
29825
|
+
readonly "name": "DataExportFile";
|
|
29826
|
+
};
|
|
29827
|
+
};
|
|
29828
|
+
};
|
|
29829
|
+
};
|
|
29830
|
+
readonly "args": readonly [{
|
|
29831
|
+
readonly "name": "dataExportId";
|
|
29832
|
+
readonly "type": {
|
|
29833
|
+
readonly "kind": "NON_NULL";
|
|
29834
|
+
readonly "ofType": {
|
|
29835
|
+
readonly "kind": "SCALAR";
|
|
29836
|
+
readonly "name": "Int";
|
|
29837
|
+
};
|
|
29838
|
+
};
|
|
29839
|
+
}];
|
|
29840
|
+
readonly "isDeprecated": false;
|
|
29841
|
+
}, {
|
|
29842
|
+
readonly "name": "dataExports";
|
|
29843
|
+
readonly "type": {
|
|
29844
|
+
readonly "kind": "NON_NULL";
|
|
29845
|
+
readonly "ofType": {
|
|
29846
|
+
readonly "kind": "LIST";
|
|
29847
|
+
readonly "ofType": {
|
|
29848
|
+
readonly "kind": "NON_NULL";
|
|
29849
|
+
readonly "ofType": {
|
|
29850
|
+
readonly "kind": "OBJECT";
|
|
29851
|
+
readonly "name": "DataExport";
|
|
29852
|
+
};
|
|
29853
|
+
};
|
|
29854
|
+
};
|
|
29855
|
+
};
|
|
29856
|
+
readonly "args": readonly [];
|
|
29857
|
+
readonly "isDeprecated": false;
|
|
29410
29858
|
}, {
|
|
29411
29859
|
readonly "name": "definedAvailability";
|
|
29412
29860
|
readonly "type": {
|
|
@@ -29907,6 +30355,12 @@ declare const introspection: {
|
|
|
29907
30355
|
readonly "kind": "SCALAR";
|
|
29908
30356
|
readonly "name": "Boolean";
|
|
29909
30357
|
};
|
|
30358
|
+
}, {
|
|
30359
|
+
readonly "name": "credentialsValid";
|
|
30360
|
+
readonly "type": {
|
|
30361
|
+
readonly "kind": "SCALAR";
|
|
30362
|
+
readonly "name": "Boolean";
|
|
30363
|
+
};
|
|
29910
30364
|
}, {
|
|
29911
30365
|
readonly "name": "employeeId";
|
|
29912
30366
|
readonly "type": {
|
|
@@ -35690,6 +36144,9 @@ declare const introspection: {
|
|
|
35690
36144
|
}, {
|
|
35691
36145
|
readonly "name": "OFFICE_RELATION";
|
|
35692
36146
|
readonly "isDeprecated": false;
|
|
36147
|
+
}, {
|
|
36148
|
+
readonly "name": "OFFICE_UNAVAILABILITY";
|
|
36149
|
+
readonly "isDeprecated": false;
|
|
35693
36150
|
}, {
|
|
35694
36151
|
readonly "name": "OIDC_INTEGRATION";
|
|
35695
36152
|
readonly "isDeprecated": false;
|
|
@@ -41245,6 +41702,83 @@ declare const introspection: {
|
|
|
41245
41702
|
readonly "name": "USER_DEFINED";
|
|
41246
41703
|
readonly "isDeprecated": false;
|
|
41247
41704
|
}];
|
|
41705
|
+
}, {
|
|
41706
|
+
readonly "kind": "INPUT_OBJECT";
|
|
41707
|
+
readonly "name": "UpdateAppointmentDetailsInput";
|
|
41708
|
+
readonly "inputFields": readonly [{
|
|
41709
|
+
readonly "name": "answers";
|
|
41710
|
+
readonly "type": {
|
|
41711
|
+
readonly "kind": "LIST";
|
|
41712
|
+
readonly "ofType": {
|
|
41713
|
+
readonly "kind": "NON_NULL";
|
|
41714
|
+
readonly "ofType": {
|
|
41715
|
+
readonly "kind": "INPUT_OBJECT";
|
|
41716
|
+
readonly "name": "AppointmentAnswerInput";
|
|
41717
|
+
};
|
|
41718
|
+
};
|
|
41719
|
+
};
|
|
41720
|
+
}, {
|
|
41721
|
+
readonly "name": "appointmentParticipants";
|
|
41722
|
+
readonly "type": {
|
|
41723
|
+
readonly "kind": "LIST";
|
|
41724
|
+
readonly "ofType": {
|
|
41725
|
+
readonly "kind": "NON_NULL";
|
|
41726
|
+
readonly "ofType": {
|
|
41727
|
+
readonly "kind": "INPUT_OBJECT";
|
|
41728
|
+
readonly "name": "AppointmentParticipantCreateInput";
|
|
41729
|
+
};
|
|
41730
|
+
};
|
|
41731
|
+
};
|
|
41732
|
+
}, {
|
|
41733
|
+
readonly "name": "end";
|
|
41734
|
+
readonly "type": {
|
|
41735
|
+
readonly "kind": "SCALAR";
|
|
41736
|
+
readonly "name": "ISO8601";
|
|
41737
|
+
};
|
|
41738
|
+
}, {
|
|
41739
|
+
readonly "name": "messageForCustomer";
|
|
41740
|
+
readonly "type": {
|
|
41741
|
+
readonly "kind": "SCALAR";
|
|
41742
|
+
readonly "name": "String";
|
|
41743
|
+
};
|
|
41744
|
+
}, {
|
|
41745
|
+
readonly "name": "officeId";
|
|
41746
|
+
readonly "type": {
|
|
41747
|
+
readonly "kind": "SCALAR";
|
|
41748
|
+
readonly "name": "ID";
|
|
41749
|
+
};
|
|
41750
|
+
}, {
|
|
41751
|
+
readonly "name": "start";
|
|
41752
|
+
readonly "type": {
|
|
41753
|
+
readonly "kind": "SCALAR";
|
|
41754
|
+
readonly "name": "ISO8601";
|
|
41755
|
+
};
|
|
41756
|
+
}, {
|
|
41757
|
+
readonly "name": "token";
|
|
41758
|
+
readonly "type": {
|
|
41759
|
+
readonly "kind": "SCALAR";
|
|
41760
|
+
readonly "name": "String";
|
|
41761
|
+
};
|
|
41762
|
+
}, {
|
|
41763
|
+
readonly "name": "updatedById";
|
|
41764
|
+
readonly "type": {
|
|
41765
|
+
readonly "kind": "SCALAR";
|
|
41766
|
+
readonly "name": "ID";
|
|
41767
|
+
};
|
|
41768
|
+
}, {
|
|
41769
|
+
readonly "name": "updatedByType";
|
|
41770
|
+
readonly "type": {
|
|
41771
|
+
readonly "kind": "ENUM";
|
|
41772
|
+
readonly "name": "UserType";
|
|
41773
|
+
};
|
|
41774
|
+
}, {
|
|
41775
|
+
readonly "name": "userCommunication";
|
|
41776
|
+
readonly "type": {
|
|
41777
|
+
readonly "kind": "INPUT_OBJECT";
|
|
41778
|
+
readonly "name": "AppointmentUserCommunicationInput";
|
|
41779
|
+
};
|
|
41780
|
+
}];
|
|
41781
|
+
readonly "isOneOf": false;
|
|
41248
41782
|
}, {
|
|
41249
41783
|
readonly "kind": "ENUM";
|
|
41250
41784
|
readonly "name": "UserType";
|
|
@@ -43147,6 +43681,23 @@ declare const introspection: {
|
|
|
43147
43681
|
};
|
|
43148
43682
|
}];
|
|
43149
43683
|
readonly "isOneOf": false;
|
|
43684
|
+
}, {
|
|
43685
|
+
readonly "kind": "INPUT_OBJECT";
|
|
43686
|
+
readonly "name": "maintenanceModeInput";
|
|
43687
|
+
readonly "inputFields": readonly [{
|
|
43688
|
+
readonly "name": "manageable";
|
|
43689
|
+
readonly "type": {
|
|
43690
|
+
readonly "kind": "SCALAR";
|
|
43691
|
+
readonly "name": "Boolean";
|
|
43692
|
+
};
|
|
43693
|
+
}, {
|
|
43694
|
+
readonly "name": "value";
|
|
43695
|
+
readonly "type": {
|
|
43696
|
+
readonly "kind": "SCALAR";
|
|
43697
|
+
readonly "name": "Boolean";
|
|
43698
|
+
};
|
|
43699
|
+
}];
|
|
43700
|
+
readonly "isOneOf": false;
|
|
43150
43701
|
}, {
|
|
43151
43702
|
readonly "kind": "INPUT_OBJECT";
|
|
43152
43703
|
readonly "name": "maxConcurrentAppointmentsInput";
|