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