@pexip-engage-public/graphql 1.5.0 → 1.5.2
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 +13 -0
- package/dist/graphql-env.d.ts +272 -150
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +307 -171
- package/dist/graphql-env.js.map +1 -1
- package/dist/graphql.d.ts +272 -150
- package/dist/graphql.d.ts.map +1 -1
- package/dist/schema.d.ts +43 -23
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +307 -171
- package/src/schema.ts +52 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/skedify/frontend-mono/issues"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@graphql-codegen/cli": "^6.1.1",
|
|
49
|
-
"@graphql-codegen/typescript": "^5.0.
|
|
49
|
+
"@graphql-codegen/typescript": "^5.0.8",
|
|
50
50
|
"@graphql-inspector/cli": "^6.0.7",
|
|
51
51
|
"@pexip-engage/tsconfig": "0.1.1"
|
|
52
52
|
},
|
package/src/graphql-env.ts
CHANGED
|
@@ -830,6 +830,15 @@ const introspection = {
|
|
|
830
830
|
"args": [],
|
|
831
831
|
"isDeprecated": false
|
|
832
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"name": "earliestTimeSlotStart",
|
|
835
|
+
"type": {
|
|
836
|
+
"kind": "SCALAR",
|
|
837
|
+
"name": "ISO8601"
|
|
838
|
+
},
|
|
839
|
+
"args": [],
|
|
840
|
+
"isDeprecated": false
|
|
841
|
+
},
|
|
833
842
|
{
|
|
834
843
|
"name": "employeeId",
|
|
835
844
|
"type": {
|
|
@@ -843,7 +852,7 @@ const introspection = {
|
|
|
843
852
|
"isDeprecated": false
|
|
844
853
|
},
|
|
845
854
|
{
|
|
846
|
-
"name": "
|
|
855
|
+
"name": "gapTime",
|
|
847
856
|
"type": {
|
|
848
857
|
"kind": "NON_NULL",
|
|
849
858
|
"ofType": {
|
|
@@ -855,7 +864,19 @@ const introspection = {
|
|
|
855
864
|
"isDeprecated": false
|
|
856
865
|
},
|
|
857
866
|
{
|
|
858
|
-
"name": "
|
|
867
|
+
"name": "generatedAt",
|
|
868
|
+
"type": {
|
|
869
|
+
"kind": "NON_NULL",
|
|
870
|
+
"ofType": {
|
|
871
|
+
"kind": "SCALAR",
|
|
872
|
+
"name": "ISO8601"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"args": [],
|
|
876
|
+
"isDeprecated": false
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"name": "nonAppointmentUnavailabilityMinutes",
|
|
859
880
|
"type": {
|
|
860
881
|
"kind": "NON_NULL",
|
|
861
882
|
"ofType": {
|
|
@@ -1037,7 +1058,16 @@ const introspection = {
|
|
|
1037
1058
|
"isDeprecated": false
|
|
1038
1059
|
},
|
|
1039
1060
|
{
|
|
1040
|
-
"name": "
|
|
1061
|
+
"name": "earliestTimeSlotStart",
|
|
1062
|
+
"type": {
|
|
1063
|
+
"kind": "SCALAR",
|
|
1064
|
+
"name": "ISO8601"
|
|
1065
|
+
},
|
|
1066
|
+
"args": [],
|
|
1067
|
+
"isDeprecated": false
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "gapTime",
|
|
1041
1071
|
"type": {
|
|
1042
1072
|
"kind": "NON_NULL",
|
|
1043
1073
|
"ofType": {
|
|
@@ -1049,7 +1079,19 @@ const introspection = {
|
|
|
1049
1079
|
"isDeprecated": false
|
|
1050
1080
|
},
|
|
1051
1081
|
{
|
|
1052
|
-
"name": "
|
|
1082
|
+
"name": "generatedAt",
|
|
1083
|
+
"type": {
|
|
1084
|
+
"kind": "NON_NULL",
|
|
1085
|
+
"ofType": {
|
|
1086
|
+
"kind": "SCALAR",
|
|
1087
|
+
"name": "ISO8601"
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
"args": [],
|
|
1091
|
+
"isDeprecated": false
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"name": "nonAppointmentUnavailabilityMinutes",
|
|
1053
1095
|
"type": {
|
|
1054
1096
|
"kind": "NON_NULL",
|
|
1055
1097
|
"ofType": {
|
|
@@ -1765,6 +1807,15 @@ const introspection = {
|
|
|
1765
1807
|
"kind": "OBJECT",
|
|
1766
1808
|
"name": "Appointment",
|
|
1767
1809
|
"fields": [
|
|
1810
|
+
{
|
|
1811
|
+
"name": "anonymizedAt",
|
|
1812
|
+
"type": {
|
|
1813
|
+
"kind": "SCALAR",
|
|
1814
|
+
"name": "ISO8601"
|
|
1815
|
+
},
|
|
1816
|
+
"args": [],
|
|
1817
|
+
"isDeprecated": false
|
|
1818
|
+
},
|
|
1768
1819
|
{
|
|
1769
1820
|
"name": "answers",
|
|
1770
1821
|
"type": {
|
|
@@ -1879,6 +1930,15 @@ const introspection = {
|
|
|
1879
1930
|
"args": [],
|
|
1880
1931
|
"isDeprecated": false
|
|
1881
1932
|
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "createdUsingPlanningRules",
|
|
1935
|
+
"type": {
|
|
1936
|
+
"kind": "SCALAR",
|
|
1937
|
+
"name": "Boolean"
|
|
1938
|
+
},
|
|
1939
|
+
"args": [],
|
|
1940
|
+
"isDeprecated": false
|
|
1941
|
+
},
|
|
1882
1942
|
{
|
|
1883
1943
|
"name": "customers",
|
|
1884
1944
|
"type": {
|
|
@@ -2212,6 +2272,15 @@ const introspection = {
|
|
|
2212
2272
|
"args": [],
|
|
2213
2273
|
"isDeprecated": false
|
|
2214
2274
|
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "updatedUsingPlanningRules",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"kind": "SCALAR",
|
|
2279
|
+
"name": "Boolean"
|
|
2280
|
+
},
|
|
2281
|
+
"args": [],
|
|
2282
|
+
"isDeprecated": false
|
|
2283
|
+
},
|
|
2215
2284
|
{
|
|
2216
2285
|
"name": "userCommunication",
|
|
2217
2286
|
"type": {
|
|
@@ -4973,6 +5042,61 @@ const introspection = {
|
|
|
4973
5042
|
}
|
|
4974
5043
|
]
|
|
4975
5044
|
},
|
|
5045
|
+
{
|
|
5046
|
+
"kind": "OBJECT",
|
|
5047
|
+
"name": "AvailabilityInsightsEnabledEnterpriseSetting",
|
|
5048
|
+
"fields": [
|
|
5049
|
+
{
|
|
5050
|
+
"name": "createdAt",
|
|
5051
|
+
"type": {
|
|
5052
|
+
"kind": "NON_NULL",
|
|
5053
|
+
"ofType": {
|
|
5054
|
+
"kind": "SCALAR",
|
|
5055
|
+
"name": "ISO8601"
|
|
5056
|
+
}
|
|
5057
|
+
},
|
|
5058
|
+
"args": [],
|
|
5059
|
+
"isDeprecated": false
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"name": "manageable",
|
|
5063
|
+
"type": {
|
|
5064
|
+
"kind": "NON_NULL",
|
|
5065
|
+
"ofType": {
|
|
5066
|
+
"kind": "SCALAR",
|
|
5067
|
+
"name": "Boolean"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
"args": [],
|
|
5071
|
+
"isDeprecated": false
|
|
5072
|
+
},
|
|
5073
|
+
{
|
|
5074
|
+
"name": "updatedAt",
|
|
5075
|
+
"type": {
|
|
5076
|
+
"kind": "NON_NULL",
|
|
5077
|
+
"ofType": {
|
|
5078
|
+
"kind": "SCALAR",
|
|
5079
|
+
"name": "ISO8601"
|
|
5080
|
+
}
|
|
5081
|
+
},
|
|
5082
|
+
"args": [],
|
|
5083
|
+
"isDeprecated": false
|
|
5084
|
+
},
|
|
5085
|
+
{
|
|
5086
|
+
"name": "value",
|
|
5087
|
+
"type": {
|
|
5088
|
+
"kind": "NON_NULL",
|
|
5089
|
+
"ofType": {
|
|
5090
|
+
"kind": "SCALAR",
|
|
5091
|
+
"name": "Boolean"
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
5094
|
+
"args": [],
|
|
5095
|
+
"isDeprecated": false
|
|
5096
|
+
}
|
|
5097
|
+
],
|
|
5098
|
+
"interfaces": []
|
|
5099
|
+
},
|
|
4976
5100
|
{
|
|
4977
5101
|
"kind": "OBJECT",
|
|
4978
5102
|
"name": "AvailabilitySetting",
|
|
@@ -12899,6 +13023,18 @@ const introspection = {
|
|
|
12899
13023
|
"args": [],
|
|
12900
13024
|
"isDeprecated": false
|
|
12901
13025
|
},
|
|
13026
|
+
{
|
|
13027
|
+
"name": "availabilityInsightsEnabled",
|
|
13028
|
+
"type": {
|
|
13029
|
+
"kind": "NON_NULL",
|
|
13030
|
+
"ofType": {
|
|
13031
|
+
"kind": "OBJECT",
|
|
13032
|
+
"name": "AvailabilityInsightsEnabledEnterpriseSetting"
|
|
13033
|
+
}
|
|
13034
|
+
},
|
|
13035
|
+
"args": [],
|
|
13036
|
+
"isDeprecated": false
|
|
13037
|
+
},
|
|
12902
13038
|
{
|
|
12903
13039
|
"name": "callbackRequestsEnabled",
|
|
12904
13040
|
"type": {
|
|
@@ -13528,6 +13664,13 @@ const introspection = {
|
|
|
13528
13664
|
"name": "appointmentTravelBufferTimeInput"
|
|
13529
13665
|
}
|
|
13530
13666
|
},
|
|
13667
|
+
{
|
|
13668
|
+
"name": "availabilityInsightsEnabled",
|
|
13669
|
+
"type": {
|
|
13670
|
+
"kind": "INPUT_OBJECT",
|
|
13671
|
+
"name": "availabilityInsightsEnabledInput"
|
|
13672
|
+
}
|
|
13673
|
+
},
|
|
13531
13674
|
{
|
|
13532
13675
|
"name": "callbackRequestsEnabled",
|
|
13533
13676
|
"type": {
|
|
@@ -14432,6 +14575,33 @@ const introspection = {
|
|
|
14432
14575
|
],
|
|
14433
14576
|
"isOneOf": false
|
|
14434
14577
|
},
|
|
14578
|
+
{
|
|
14579
|
+
"kind": "INPUT_OBJECT",
|
|
14580
|
+
"name": "ExternalCalendarAccountSort",
|
|
14581
|
+
"inputFields": [
|
|
14582
|
+
{
|
|
14583
|
+
"name": "direction",
|
|
14584
|
+
"type": {
|
|
14585
|
+
"kind": "NON_NULL",
|
|
14586
|
+
"ofType": {
|
|
14587
|
+
"kind": "ENUM",
|
|
14588
|
+
"name": "SortDirection"
|
|
14589
|
+
}
|
|
14590
|
+
}
|
|
14591
|
+
},
|
|
14592
|
+
{
|
|
14593
|
+
"name": "field",
|
|
14594
|
+
"type": {
|
|
14595
|
+
"kind": "NON_NULL",
|
|
14596
|
+
"ofType": {
|
|
14597
|
+
"kind": "ENUM",
|
|
14598
|
+
"name": "SortableExternalCalendarAccountFields"
|
|
14599
|
+
}
|
|
14600
|
+
}
|
|
14601
|
+
}
|
|
14602
|
+
],
|
|
14603
|
+
"isOneOf": false
|
|
14604
|
+
},
|
|
14435
14605
|
{
|
|
14436
14606
|
"kind": "OBJECT",
|
|
14437
14607
|
"name": "ExternalCalendarConnection",
|
|
@@ -16780,95 +16950,6 @@ const introspection = {
|
|
|
16780
16950
|
}
|
|
16781
16951
|
]
|
|
16782
16952
|
},
|
|
16783
|
-
{
|
|
16784
|
-
"kind": "OBJECT",
|
|
16785
|
-
"name": "InsightsAccessToken",
|
|
16786
|
-
"fields": [
|
|
16787
|
-
{
|
|
16788
|
-
"name": "apiHost",
|
|
16789
|
-
"type": {
|
|
16790
|
-
"kind": "NON_NULL",
|
|
16791
|
-
"ofType": {
|
|
16792
|
-
"kind": "SCALAR",
|
|
16793
|
-
"name": "String"
|
|
16794
|
-
}
|
|
16795
|
-
},
|
|
16796
|
-
"args": [],
|
|
16797
|
-
"isDeprecated": false
|
|
16798
|
-
},
|
|
16799
|
-
{
|
|
16800
|
-
"name": "appServer",
|
|
16801
|
-
"type": {
|
|
16802
|
-
"kind": "NON_NULL",
|
|
16803
|
-
"ofType": {
|
|
16804
|
-
"kind": "SCALAR",
|
|
16805
|
-
"name": "String"
|
|
16806
|
-
}
|
|
16807
|
-
},
|
|
16808
|
-
"args": [],
|
|
16809
|
-
"isDeprecated": false
|
|
16810
|
-
},
|
|
16811
|
-
{
|
|
16812
|
-
"name": "authKey",
|
|
16813
|
-
"type": {
|
|
16814
|
-
"kind": "NON_NULL",
|
|
16815
|
-
"ofType": {
|
|
16816
|
-
"kind": "SCALAR",
|
|
16817
|
-
"name": "String"
|
|
16818
|
-
}
|
|
16819
|
-
},
|
|
16820
|
-
"args": [],
|
|
16821
|
-
"isDeprecated": false
|
|
16822
|
-
},
|
|
16823
|
-
{
|
|
16824
|
-
"name": "authToken",
|
|
16825
|
-
"type": {
|
|
16826
|
-
"kind": "NON_NULL",
|
|
16827
|
-
"ofType": {
|
|
16828
|
-
"kind": "SCALAR",
|
|
16829
|
-
"name": "String"
|
|
16830
|
-
}
|
|
16831
|
-
},
|
|
16832
|
-
"args": [],
|
|
16833
|
-
"isDeprecated": false
|
|
16834
|
-
},
|
|
16835
|
-
{
|
|
16836
|
-
"name": "dashboardId",
|
|
16837
|
-
"type": {
|
|
16838
|
-
"kind": "NON_NULL",
|
|
16839
|
-
"ofType": {
|
|
16840
|
-
"kind": "SCALAR",
|
|
16841
|
-
"name": "String"
|
|
16842
|
-
}
|
|
16843
|
-
},
|
|
16844
|
-
"args": [],
|
|
16845
|
-
"isDeprecated": false
|
|
16846
|
-
}
|
|
16847
|
-
],
|
|
16848
|
-
"interfaces": []
|
|
16849
|
-
},
|
|
16850
|
-
{
|
|
16851
|
-
"kind": "ENUM",
|
|
16852
|
-
"name": "InsightsDashboardType",
|
|
16853
|
-
"enumValues": [
|
|
16854
|
-
{
|
|
16855
|
-
"name": "ADMIN_APPOINTMENT_INSIGHTS",
|
|
16856
|
-
"isDeprecated": false
|
|
16857
|
-
},
|
|
16858
|
-
{
|
|
16859
|
-
"name": "AVAILABILITY_INSIGHTS",
|
|
16860
|
-
"isDeprecated": false
|
|
16861
|
-
},
|
|
16862
|
-
{
|
|
16863
|
-
"name": "CONVERSION_ANALYTICS",
|
|
16864
|
-
"isDeprecated": false
|
|
16865
|
-
},
|
|
16866
|
-
{
|
|
16867
|
-
"name": "OFFICE_MANAGER_APPOINTMENT_INSIGHTS",
|
|
16868
|
-
"isDeprecated": false
|
|
16869
|
-
}
|
|
16870
|
-
]
|
|
16871
|
-
},
|
|
16872
16953
|
{
|
|
16873
16954
|
"kind": "SCALAR",
|
|
16874
16955
|
"name": "Int"
|
|
@@ -22183,6 +22264,29 @@ const introspection = {
|
|
|
22183
22264
|
],
|
|
22184
22265
|
"isDeprecated": false
|
|
22185
22266
|
},
|
|
22267
|
+
{
|
|
22268
|
+
"name": "anonymizeAppointment",
|
|
22269
|
+
"type": {
|
|
22270
|
+
"kind": "NON_NULL",
|
|
22271
|
+
"ofType": {
|
|
22272
|
+
"kind": "OBJECT",
|
|
22273
|
+
"name": "Appointment"
|
|
22274
|
+
}
|
|
22275
|
+
},
|
|
22276
|
+
"args": [
|
|
22277
|
+
{
|
|
22278
|
+
"name": "id",
|
|
22279
|
+
"type": {
|
|
22280
|
+
"kind": "NON_NULL",
|
|
22281
|
+
"ofType": {
|
|
22282
|
+
"kind": "SCALAR",
|
|
22283
|
+
"name": "ID"
|
|
22284
|
+
}
|
|
22285
|
+
}
|
|
22286
|
+
}
|
|
22287
|
+
],
|
|
22288
|
+
"isDeprecated": false
|
|
22289
|
+
},
|
|
22186
22290
|
{
|
|
22187
22291
|
"name": "anonymizeCustomer",
|
|
22188
22292
|
"type": {
|
|
@@ -27128,6 +27232,18 @@ const introspection = {
|
|
|
27128
27232
|
],
|
|
27129
27233
|
"isDeprecated": false
|
|
27130
27234
|
},
|
|
27235
|
+
{
|
|
27236
|
+
"name": "startAvailabilityInsights",
|
|
27237
|
+
"type": {
|
|
27238
|
+
"kind": "NON_NULL",
|
|
27239
|
+
"ofType": {
|
|
27240
|
+
"kind": "SCALAR",
|
|
27241
|
+
"name": "Boolean"
|
|
27242
|
+
}
|
|
27243
|
+
},
|
|
27244
|
+
"args": [],
|
|
27245
|
+
"isDeprecated": false
|
|
27246
|
+
},
|
|
27131
27247
|
{
|
|
27132
27248
|
"name": "syncFutureEventsToExternalCalendar",
|
|
27133
27249
|
"type": {
|
|
@@ -29436,8 +29552,14 @@ const introspection = {
|
|
|
29436
29552
|
{
|
|
29437
29553
|
"name": "employeeId",
|
|
29438
29554
|
"type": {
|
|
29439
|
-
"kind": "
|
|
29440
|
-
"
|
|
29555
|
+
"kind": "LIST",
|
|
29556
|
+
"ofType": {
|
|
29557
|
+
"kind": "NON_NULL",
|
|
29558
|
+
"ofType": {
|
|
29559
|
+
"kind": "SCALAR",
|
|
29560
|
+
"name": "ID"
|
|
29561
|
+
}
|
|
29562
|
+
}
|
|
29441
29563
|
}
|
|
29442
29564
|
},
|
|
29443
29565
|
{
|
|
@@ -29470,16 +29592,6 @@ const introspection = {
|
|
|
29470
29592
|
}
|
|
29471
29593
|
}
|
|
29472
29594
|
},
|
|
29473
|
-
{
|
|
29474
|
-
"name": "timeZone",
|
|
29475
|
-
"type": {
|
|
29476
|
-
"kind": "NON_NULL",
|
|
29477
|
-
"ofType": {
|
|
29478
|
-
"kind": "SCALAR",
|
|
29479
|
-
"name": "String"
|
|
29480
|
-
}
|
|
29481
|
-
}
|
|
29482
|
-
},
|
|
29483
29595
|
{
|
|
29484
29596
|
"name": "to",
|
|
29485
29597
|
"type": {
|
|
@@ -29519,8 +29631,14 @@ const introspection = {
|
|
|
29519
29631
|
{
|
|
29520
29632
|
"name": "employeeId",
|
|
29521
29633
|
"type": {
|
|
29522
|
-
"kind": "
|
|
29523
|
-
"
|
|
29634
|
+
"kind": "LIST",
|
|
29635
|
+
"ofType": {
|
|
29636
|
+
"kind": "NON_NULL",
|
|
29637
|
+
"ofType": {
|
|
29638
|
+
"kind": "SCALAR",
|
|
29639
|
+
"name": "ID"
|
|
29640
|
+
}
|
|
29641
|
+
}
|
|
29524
29642
|
}
|
|
29525
29643
|
},
|
|
29526
29644
|
{
|
|
@@ -29553,16 +29671,6 @@ const introspection = {
|
|
|
29553
29671
|
}
|
|
29554
29672
|
}
|
|
29555
29673
|
},
|
|
29556
|
-
{
|
|
29557
|
-
"name": "timeZone",
|
|
29558
|
-
"type": {
|
|
29559
|
-
"kind": "NON_NULL",
|
|
29560
|
-
"ofType": {
|
|
29561
|
-
"kind": "SCALAR",
|
|
29562
|
-
"name": "String"
|
|
29563
|
-
}
|
|
29564
|
-
}
|
|
29565
|
-
},
|
|
29566
29674
|
{
|
|
29567
29675
|
"name": "to",
|
|
29568
29676
|
"type": {
|
|
@@ -29602,8 +29710,14 @@ const introspection = {
|
|
|
29602
29710
|
{
|
|
29603
29711
|
"name": "employeeId",
|
|
29604
29712
|
"type": {
|
|
29605
|
-
"kind": "
|
|
29606
|
-
"
|
|
29713
|
+
"kind": "LIST",
|
|
29714
|
+
"ofType": {
|
|
29715
|
+
"kind": "NON_NULL",
|
|
29716
|
+
"ofType": {
|
|
29717
|
+
"kind": "SCALAR",
|
|
29718
|
+
"name": "ID"
|
|
29719
|
+
}
|
|
29720
|
+
}
|
|
29607
29721
|
}
|
|
29608
29722
|
},
|
|
29609
29723
|
{
|
|
@@ -29636,16 +29750,6 @@ const introspection = {
|
|
|
29636
29750
|
}
|
|
29637
29751
|
}
|
|
29638
29752
|
},
|
|
29639
|
-
{
|
|
29640
|
-
"name": "timeZone",
|
|
29641
|
-
"type": {
|
|
29642
|
-
"kind": "NON_NULL",
|
|
29643
|
-
"ofType": {
|
|
29644
|
-
"kind": "SCALAR",
|
|
29645
|
-
"name": "String"
|
|
29646
|
-
}
|
|
29647
|
-
}
|
|
29648
|
-
},
|
|
29649
29753
|
{
|
|
29650
29754
|
"name": "to",
|
|
29651
29755
|
"type": {
|
|
@@ -29685,8 +29789,14 @@ const introspection = {
|
|
|
29685
29789
|
{
|
|
29686
29790
|
"name": "employeeId",
|
|
29687
29791
|
"type": {
|
|
29688
|
-
"kind": "
|
|
29689
|
-
"
|
|
29792
|
+
"kind": "LIST",
|
|
29793
|
+
"ofType": {
|
|
29794
|
+
"kind": "NON_NULL",
|
|
29795
|
+
"ofType": {
|
|
29796
|
+
"kind": "SCALAR",
|
|
29797
|
+
"name": "ID"
|
|
29798
|
+
}
|
|
29799
|
+
}
|
|
29690
29800
|
}
|
|
29691
29801
|
},
|
|
29692
29802
|
{
|
|
@@ -29719,16 +29829,6 @@ const introspection = {
|
|
|
29719
29829
|
}
|
|
29720
29830
|
}
|
|
29721
29831
|
},
|
|
29722
|
-
{
|
|
29723
|
-
"name": "timeZone",
|
|
29724
|
-
"type": {
|
|
29725
|
-
"kind": "NON_NULL",
|
|
29726
|
-
"ofType": {
|
|
29727
|
-
"kind": "SCALAR",
|
|
29728
|
-
"name": "String"
|
|
29729
|
-
}
|
|
29730
|
-
}
|
|
29731
|
-
},
|
|
29732
29832
|
{
|
|
29733
29833
|
"name": "to",
|
|
29734
29834
|
"type": {
|
|
@@ -32592,6 +32692,13 @@ const introspection = {
|
|
|
32592
32692
|
"name": "String"
|
|
32593
32693
|
}
|
|
32594
32694
|
},
|
|
32695
|
+
{
|
|
32696
|
+
"name": "createOnlineMeetings",
|
|
32697
|
+
"type": {
|
|
32698
|
+
"kind": "SCALAR",
|
|
32699
|
+
"name": "Boolean"
|
|
32700
|
+
}
|
|
32701
|
+
},
|
|
32595
32702
|
{
|
|
32596
32703
|
"name": "employeeId",
|
|
32597
32704
|
"type": {
|
|
@@ -32645,6 +32752,26 @@ const introspection = {
|
|
|
32645
32752
|
}
|
|
32646
32753
|
}
|
|
32647
32754
|
},
|
|
32755
|
+
{
|
|
32756
|
+
"name": "search",
|
|
32757
|
+
"type": {
|
|
32758
|
+
"kind": "SCALAR",
|
|
32759
|
+
"name": "String"
|
|
32760
|
+
}
|
|
32761
|
+
},
|
|
32762
|
+
{
|
|
32763
|
+
"name": "sort",
|
|
32764
|
+
"type": {
|
|
32765
|
+
"kind": "LIST",
|
|
32766
|
+
"ofType": {
|
|
32767
|
+
"kind": "NON_NULL",
|
|
32768
|
+
"ofType": {
|
|
32769
|
+
"kind": "INPUT_OBJECT",
|
|
32770
|
+
"name": "ExternalCalendarAccountSort"
|
|
32771
|
+
}
|
|
32772
|
+
}
|
|
32773
|
+
}
|
|
32774
|
+
},
|
|
32648
32775
|
{
|
|
32649
32776
|
"name": "withDeleted",
|
|
32650
32777
|
"type": {
|
|
@@ -33350,36 +33477,6 @@ const introspection = {
|
|
|
33350
33477
|
],
|
|
33351
33478
|
"isDeprecated": false
|
|
33352
33479
|
},
|
|
33353
|
-
{
|
|
33354
|
-
"name": "getInsightsAccessToken",
|
|
33355
|
-
"type": {
|
|
33356
|
-
"kind": "NON_NULL",
|
|
33357
|
-
"ofType": {
|
|
33358
|
-
"kind": "OBJECT",
|
|
33359
|
-
"name": "InsightsAccessToken"
|
|
33360
|
-
}
|
|
33361
|
-
},
|
|
33362
|
-
"args": [
|
|
33363
|
-
{
|
|
33364
|
-
"name": "dashboard",
|
|
33365
|
-
"type": {
|
|
33366
|
-
"kind": "NON_NULL",
|
|
33367
|
-
"ofType": {
|
|
33368
|
-
"kind": "ENUM",
|
|
33369
|
-
"name": "InsightsDashboardType"
|
|
33370
|
-
}
|
|
33371
|
-
}
|
|
33372
|
-
},
|
|
33373
|
-
{
|
|
33374
|
-
"name": "officeId",
|
|
33375
|
-
"type": {
|
|
33376
|
-
"kind": "SCALAR",
|
|
33377
|
-
"name": "ID"
|
|
33378
|
-
}
|
|
33379
|
-
}
|
|
33380
|
-
],
|
|
33381
|
-
"isDeprecated": false
|
|
33382
|
-
},
|
|
33383
33480
|
{
|
|
33384
33481
|
"name": "identifyAppointment",
|
|
33385
33482
|
"type": {
|
|
@@ -40470,6 +40567,24 @@ const introspection = {
|
|
|
40470
40567
|
}
|
|
40471
40568
|
]
|
|
40472
40569
|
},
|
|
40570
|
+
{
|
|
40571
|
+
"kind": "ENUM",
|
|
40572
|
+
"name": "SortableExternalCalendarAccountFields",
|
|
40573
|
+
"enumValues": [
|
|
40574
|
+
{
|
|
40575
|
+
"name": "email",
|
|
40576
|
+
"isDeprecated": false
|
|
40577
|
+
},
|
|
40578
|
+
{
|
|
40579
|
+
"name": "id",
|
|
40580
|
+
"isDeprecated": false
|
|
40581
|
+
},
|
|
40582
|
+
{
|
|
40583
|
+
"name": "updatedAt",
|
|
40584
|
+
"isDeprecated": false
|
|
40585
|
+
}
|
|
40586
|
+
]
|
|
40587
|
+
},
|
|
40473
40588
|
{
|
|
40474
40589
|
"kind": "ENUM",
|
|
40475
40590
|
"name": "SortableFileFields",
|
|
@@ -46788,6 +46903,27 @@ const introspection = {
|
|
|
46788
46903
|
],
|
|
46789
46904
|
"isOneOf": false
|
|
46790
46905
|
},
|
|
46906
|
+
{
|
|
46907
|
+
"kind": "INPUT_OBJECT",
|
|
46908
|
+
"name": "availabilityInsightsEnabledInput",
|
|
46909
|
+
"inputFields": [
|
|
46910
|
+
{
|
|
46911
|
+
"name": "manageable",
|
|
46912
|
+
"type": {
|
|
46913
|
+
"kind": "SCALAR",
|
|
46914
|
+
"name": "Boolean"
|
|
46915
|
+
}
|
|
46916
|
+
},
|
|
46917
|
+
{
|
|
46918
|
+
"name": "value",
|
|
46919
|
+
"type": {
|
|
46920
|
+
"kind": "SCALAR",
|
|
46921
|
+
"name": "Boolean"
|
|
46922
|
+
}
|
|
46923
|
+
}
|
|
46924
|
+
],
|
|
46925
|
+
"isOneOf": false
|
|
46926
|
+
},
|
|
46791
46927
|
{
|
|
46792
46928
|
"kind": "INPUT_OBJECT",
|
|
46793
46929
|
"name": "callbackRequestsEnabledInput",
|