@pexip-engage-public/graphql 1.5.1 → 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 +7 -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 +1 -1
- package/src/graphql-env.ts +307 -171
- package/src/schema.ts +52 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @pexip-engage-public/graphql
|
|
2
2
|
|
|
3
|
+
## 1.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 957e040: chore: renable appointment insights (https://github.com/skedify/frontend-mono/pull/4268)
|
|
8
|
+
- 957e040: feature: created/updated using planning rules
|
|
9
|
+
|
|
3
10
|
## 1.5.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/dist/graphql-env.d.ts
CHANGED
|
@@ -720,6 +720,14 @@ declare const introspection: {
|
|
|
720
720
|
};
|
|
721
721
|
readonly args: readonly [];
|
|
722
722
|
readonly isDeprecated: false;
|
|
723
|
+
}, {
|
|
724
|
+
readonly name: "earliestTimeSlotStart";
|
|
725
|
+
readonly type: {
|
|
726
|
+
readonly kind: "SCALAR";
|
|
727
|
+
readonly name: "ISO8601";
|
|
728
|
+
};
|
|
729
|
+
readonly args: readonly [];
|
|
730
|
+
readonly isDeprecated: false;
|
|
723
731
|
}, {
|
|
724
732
|
readonly name: "employeeId";
|
|
725
733
|
readonly type: {
|
|
@@ -732,7 +740,7 @@ declare const introspection: {
|
|
|
732
740
|
readonly args: readonly [];
|
|
733
741
|
readonly isDeprecated: false;
|
|
734
742
|
}, {
|
|
735
|
-
readonly name: "
|
|
743
|
+
readonly name: "gapTime";
|
|
736
744
|
readonly type: {
|
|
737
745
|
readonly kind: "NON_NULL";
|
|
738
746
|
readonly ofType: {
|
|
@@ -743,7 +751,18 @@ declare const introspection: {
|
|
|
743
751
|
readonly args: readonly [];
|
|
744
752
|
readonly isDeprecated: false;
|
|
745
753
|
}, {
|
|
746
|
-
readonly name: "
|
|
754
|
+
readonly name: "generatedAt";
|
|
755
|
+
readonly type: {
|
|
756
|
+
readonly kind: "NON_NULL";
|
|
757
|
+
readonly ofType: {
|
|
758
|
+
readonly kind: "SCALAR";
|
|
759
|
+
readonly name: "ISO8601";
|
|
760
|
+
};
|
|
761
|
+
};
|
|
762
|
+
readonly args: readonly [];
|
|
763
|
+
readonly isDeprecated: false;
|
|
764
|
+
}, {
|
|
765
|
+
readonly name: "nonAppointmentUnavailabilityMinutes";
|
|
747
766
|
readonly type: {
|
|
748
767
|
readonly kind: "NON_NULL";
|
|
749
768
|
readonly ofType: {
|
|
@@ -907,7 +926,15 @@ declare const introspection: {
|
|
|
907
926
|
readonly args: readonly [];
|
|
908
927
|
readonly isDeprecated: false;
|
|
909
928
|
}, {
|
|
910
|
-
readonly name: "
|
|
929
|
+
readonly name: "earliestTimeSlotStart";
|
|
930
|
+
readonly type: {
|
|
931
|
+
readonly kind: "SCALAR";
|
|
932
|
+
readonly name: "ISO8601";
|
|
933
|
+
};
|
|
934
|
+
readonly args: readonly [];
|
|
935
|
+
readonly isDeprecated: false;
|
|
936
|
+
}, {
|
|
937
|
+
readonly name: "gapTime";
|
|
911
938
|
readonly type: {
|
|
912
939
|
readonly kind: "NON_NULL";
|
|
913
940
|
readonly ofType: {
|
|
@@ -918,7 +945,18 @@ declare const introspection: {
|
|
|
918
945
|
readonly args: readonly [];
|
|
919
946
|
readonly isDeprecated: false;
|
|
920
947
|
}, {
|
|
921
|
-
readonly name: "
|
|
948
|
+
readonly name: "generatedAt";
|
|
949
|
+
readonly type: {
|
|
950
|
+
readonly kind: "NON_NULL";
|
|
951
|
+
readonly ofType: {
|
|
952
|
+
readonly kind: "SCALAR";
|
|
953
|
+
readonly name: "ISO8601";
|
|
954
|
+
};
|
|
955
|
+
};
|
|
956
|
+
readonly args: readonly [];
|
|
957
|
+
readonly isDeprecated: false;
|
|
958
|
+
}, {
|
|
959
|
+
readonly name: "nonAppointmentUnavailabilityMinutes";
|
|
922
960
|
readonly type: {
|
|
923
961
|
readonly kind: "NON_NULL";
|
|
924
962
|
readonly ofType: {
|
|
@@ -1552,6 +1590,14 @@ declare const introspection: {
|
|
|
1552
1590
|
readonly kind: "OBJECT";
|
|
1553
1591
|
readonly name: "Appointment";
|
|
1554
1592
|
readonly fields: readonly [{
|
|
1593
|
+
readonly name: "anonymizedAt";
|
|
1594
|
+
readonly type: {
|
|
1595
|
+
readonly kind: "SCALAR";
|
|
1596
|
+
readonly name: "ISO8601";
|
|
1597
|
+
};
|
|
1598
|
+
readonly args: readonly [];
|
|
1599
|
+
readonly isDeprecated: false;
|
|
1600
|
+
}, {
|
|
1555
1601
|
readonly name: "answers";
|
|
1556
1602
|
readonly type: {
|
|
1557
1603
|
readonly kind: "NON_NULL";
|
|
@@ -1654,6 +1700,14 @@ declare const introspection: {
|
|
|
1654
1700
|
};
|
|
1655
1701
|
readonly args: readonly [];
|
|
1656
1702
|
readonly isDeprecated: false;
|
|
1703
|
+
}, {
|
|
1704
|
+
readonly name: "createdUsingPlanningRules";
|
|
1705
|
+
readonly type: {
|
|
1706
|
+
readonly kind: "SCALAR";
|
|
1707
|
+
readonly name: "Boolean";
|
|
1708
|
+
};
|
|
1709
|
+
readonly args: readonly [];
|
|
1710
|
+
readonly isDeprecated: false;
|
|
1657
1711
|
}, {
|
|
1658
1712
|
readonly name: "customers";
|
|
1659
1713
|
readonly type: {
|
|
@@ -1958,6 +2012,14 @@ declare const introspection: {
|
|
|
1958
2012
|
};
|
|
1959
2013
|
readonly args: readonly [];
|
|
1960
2014
|
readonly isDeprecated: false;
|
|
2015
|
+
}, {
|
|
2016
|
+
readonly name: "updatedUsingPlanningRules";
|
|
2017
|
+
readonly type: {
|
|
2018
|
+
readonly kind: "SCALAR";
|
|
2019
|
+
readonly name: "Boolean";
|
|
2020
|
+
};
|
|
2021
|
+
readonly args: readonly [];
|
|
2022
|
+
readonly isDeprecated: false;
|
|
1961
2023
|
}, {
|
|
1962
2024
|
readonly name: "userCommunication";
|
|
1963
2025
|
readonly type: {
|
|
@@ -4343,6 +4405,55 @@ declare const introspection: {
|
|
|
4343
4405
|
readonly name: "MANDATORY";
|
|
4344
4406
|
readonly isDeprecated: false;
|
|
4345
4407
|
}];
|
|
4408
|
+
}, {
|
|
4409
|
+
readonly kind: "OBJECT";
|
|
4410
|
+
readonly name: "AvailabilityInsightsEnabledEnterpriseSetting";
|
|
4411
|
+
readonly fields: readonly [{
|
|
4412
|
+
readonly name: "createdAt";
|
|
4413
|
+
readonly type: {
|
|
4414
|
+
readonly kind: "NON_NULL";
|
|
4415
|
+
readonly ofType: {
|
|
4416
|
+
readonly kind: "SCALAR";
|
|
4417
|
+
readonly name: "ISO8601";
|
|
4418
|
+
};
|
|
4419
|
+
};
|
|
4420
|
+
readonly args: readonly [];
|
|
4421
|
+
readonly isDeprecated: false;
|
|
4422
|
+
}, {
|
|
4423
|
+
readonly name: "manageable";
|
|
4424
|
+
readonly type: {
|
|
4425
|
+
readonly kind: "NON_NULL";
|
|
4426
|
+
readonly ofType: {
|
|
4427
|
+
readonly kind: "SCALAR";
|
|
4428
|
+
readonly name: "Boolean";
|
|
4429
|
+
};
|
|
4430
|
+
};
|
|
4431
|
+
readonly args: readonly [];
|
|
4432
|
+
readonly isDeprecated: false;
|
|
4433
|
+
}, {
|
|
4434
|
+
readonly name: "updatedAt";
|
|
4435
|
+
readonly type: {
|
|
4436
|
+
readonly kind: "NON_NULL";
|
|
4437
|
+
readonly ofType: {
|
|
4438
|
+
readonly kind: "SCALAR";
|
|
4439
|
+
readonly name: "ISO8601";
|
|
4440
|
+
};
|
|
4441
|
+
};
|
|
4442
|
+
readonly args: readonly [];
|
|
4443
|
+
readonly isDeprecated: false;
|
|
4444
|
+
}, {
|
|
4445
|
+
readonly name: "value";
|
|
4446
|
+
readonly type: {
|
|
4447
|
+
readonly kind: "NON_NULL";
|
|
4448
|
+
readonly ofType: {
|
|
4449
|
+
readonly kind: "SCALAR";
|
|
4450
|
+
readonly name: "Boolean";
|
|
4451
|
+
};
|
|
4452
|
+
};
|
|
4453
|
+
readonly args: readonly [];
|
|
4454
|
+
readonly isDeprecated: false;
|
|
4455
|
+
}];
|
|
4456
|
+
readonly interfaces: readonly [];
|
|
4346
4457
|
}, {
|
|
4347
4458
|
readonly kind: "OBJECT";
|
|
4348
4459
|
readonly name: "AvailabilitySetting";
|
|
@@ -11336,6 +11447,17 @@ declare const introspection: {
|
|
|
11336
11447
|
};
|
|
11337
11448
|
readonly args: readonly [];
|
|
11338
11449
|
readonly isDeprecated: false;
|
|
11450
|
+
}, {
|
|
11451
|
+
readonly name: "availabilityInsightsEnabled";
|
|
11452
|
+
readonly type: {
|
|
11453
|
+
readonly kind: "NON_NULL";
|
|
11454
|
+
readonly ofType: {
|
|
11455
|
+
readonly kind: "OBJECT";
|
|
11456
|
+
readonly name: "AvailabilityInsightsEnabledEnterpriseSetting";
|
|
11457
|
+
};
|
|
11458
|
+
};
|
|
11459
|
+
readonly args: readonly [];
|
|
11460
|
+
readonly isDeprecated: false;
|
|
11339
11461
|
}, {
|
|
11340
11462
|
readonly name: "callbackRequestsEnabled";
|
|
11341
11463
|
readonly type: {
|
|
@@ -11905,6 +12027,12 @@ declare const introspection: {
|
|
|
11905
12027
|
readonly kind: "INPUT_OBJECT";
|
|
11906
12028
|
readonly name: "appointmentTravelBufferTimeInput";
|
|
11907
12029
|
};
|
|
12030
|
+
}, {
|
|
12031
|
+
readonly name: "availabilityInsightsEnabled";
|
|
12032
|
+
readonly type: {
|
|
12033
|
+
readonly kind: "INPUT_OBJECT";
|
|
12034
|
+
readonly name: "availabilityInsightsEnabledInput";
|
|
12035
|
+
};
|
|
11908
12036
|
}, {
|
|
11909
12037
|
readonly name: "callbackRequestsEnabled";
|
|
11910
12038
|
readonly type: {
|
|
@@ -12703,6 +12831,29 @@ declare const introspection: {
|
|
|
12703
12831
|
};
|
|
12704
12832
|
}];
|
|
12705
12833
|
readonly isOneOf: false;
|
|
12834
|
+
}, {
|
|
12835
|
+
readonly kind: "INPUT_OBJECT";
|
|
12836
|
+
readonly name: "ExternalCalendarAccountSort";
|
|
12837
|
+
readonly inputFields: readonly [{
|
|
12838
|
+
readonly name: "direction";
|
|
12839
|
+
readonly type: {
|
|
12840
|
+
readonly kind: "NON_NULL";
|
|
12841
|
+
readonly ofType: {
|
|
12842
|
+
readonly kind: "ENUM";
|
|
12843
|
+
readonly name: "SortDirection";
|
|
12844
|
+
};
|
|
12845
|
+
};
|
|
12846
|
+
}, {
|
|
12847
|
+
readonly name: "field";
|
|
12848
|
+
readonly type: {
|
|
12849
|
+
readonly kind: "NON_NULL";
|
|
12850
|
+
readonly ofType: {
|
|
12851
|
+
readonly kind: "ENUM";
|
|
12852
|
+
readonly name: "SortableExternalCalendarAccountFields";
|
|
12853
|
+
};
|
|
12854
|
+
};
|
|
12855
|
+
}];
|
|
12856
|
+
readonly isOneOf: false;
|
|
12706
12857
|
}, {
|
|
12707
12858
|
readonly kind: "OBJECT";
|
|
12708
12859
|
readonly name: "ExternalCalendarConnection";
|
|
@@ -14735,82 +14886,6 @@ declare const introspection: {
|
|
|
14735
14886
|
readonly name: "URL";
|
|
14736
14887
|
readonly isDeprecated: false;
|
|
14737
14888
|
}];
|
|
14738
|
-
}, {
|
|
14739
|
-
readonly kind: "OBJECT";
|
|
14740
|
-
readonly name: "InsightsAccessToken";
|
|
14741
|
-
readonly fields: readonly [{
|
|
14742
|
-
readonly name: "apiHost";
|
|
14743
|
-
readonly type: {
|
|
14744
|
-
readonly kind: "NON_NULL";
|
|
14745
|
-
readonly ofType: {
|
|
14746
|
-
readonly kind: "SCALAR";
|
|
14747
|
-
readonly name: "String";
|
|
14748
|
-
};
|
|
14749
|
-
};
|
|
14750
|
-
readonly args: readonly [];
|
|
14751
|
-
readonly isDeprecated: false;
|
|
14752
|
-
}, {
|
|
14753
|
-
readonly name: "appServer";
|
|
14754
|
-
readonly type: {
|
|
14755
|
-
readonly kind: "NON_NULL";
|
|
14756
|
-
readonly ofType: {
|
|
14757
|
-
readonly kind: "SCALAR";
|
|
14758
|
-
readonly name: "String";
|
|
14759
|
-
};
|
|
14760
|
-
};
|
|
14761
|
-
readonly args: readonly [];
|
|
14762
|
-
readonly isDeprecated: false;
|
|
14763
|
-
}, {
|
|
14764
|
-
readonly name: "authKey";
|
|
14765
|
-
readonly type: {
|
|
14766
|
-
readonly kind: "NON_NULL";
|
|
14767
|
-
readonly ofType: {
|
|
14768
|
-
readonly kind: "SCALAR";
|
|
14769
|
-
readonly name: "String";
|
|
14770
|
-
};
|
|
14771
|
-
};
|
|
14772
|
-
readonly args: readonly [];
|
|
14773
|
-
readonly isDeprecated: false;
|
|
14774
|
-
}, {
|
|
14775
|
-
readonly name: "authToken";
|
|
14776
|
-
readonly type: {
|
|
14777
|
-
readonly kind: "NON_NULL";
|
|
14778
|
-
readonly ofType: {
|
|
14779
|
-
readonly kind: "SCALAR";
|
|
14780
|
-
readonly name: "String";
|
|
14781
|
-
};
|
|
14782
|
-
};
|
|
14783
|
-
readonly args: readonly [];
|
|
14784
|
-
readonly isDeprecated: false;
|
|
14785
|
-
}, {
|
|
14786
|
-
readonly name: "dashboardId";
|
|
14787
|
-
readonly type: {
|
|
14788
|
-
readonly kind: "NON_NULL";
|
|
14789
|
-
readonly ofType: {
|
|
14790
|
-
readonly kind: "SCALAR";
|
|
14791
|
-
readonly name: "String";
|
|
14792
|
-
};
|
|
14793
|
-
};
|
|
14794
|
-
readonly args: readonly [];
|
|
14795
|
-
readonly isDeprecated: false;
|
|
14796
|
-
}];
|
|
14797
|
-
readonly interfaces: readonly [];
|
|
14798
|
-
}, {
|
|
14799
|
-
readonly kind: "ENUM";
|
|
14800
|
-
readonly name: "InsightsDashboardType";
|
|
14801
|
-
readonly enumValues: readonly [{
|
|
14802
|
-
readonly name: "ADMIN_APPOINTMENT_INSIGHTS";
|
|
14803
|
-
readonly isDeprecated: false;
|
|
14804
|
-
}, {
|
|
14805
|
-
readonly name: "AVAILABILITY_INSIGHTS";
|
|
14806
|
-
readonly isDeprecated: false;
|
|
14807
|
-
}, {
|
|
14808
|
-
readonly name: "CONVERSION_ANALYTICS";
|
|
14809
|
-
readonly isDeprecated: false;
|
|
14810
|
-
}, {
|
|
14811
|
-
readonly name: "OFFICE_MANAGER_APPOINTMENT_INSIGHTS";
|
|
14812
|
-
readonly isDeprecated: false;
|
|
14813
|
-
}];
|
|
14814
14889
|
}, {
|
|
14815
14890
|
readonly kind: "SCALAR";
|
|
14816
14891
|
readonly name: "Int";
|
|
@@ -19482,6 +19557,26 @@ declare const introspection: {
|
|
|
19482
19557
|
};
|
|
19483
19558
|
}];
|
|
19484
19559
|
readonly isDeprecated: false;
|
|
19560
|
+
}, {
|
|
19561
|
+
readonly name: "anonymizeAppointment";
|
|
19562
|
+
readonly type: {
|
|
19563
|
+
readonly kind: "NON_NULL";
|
|
19564
|
+
readonly ofType: {
|
|
19565
|
+
readonly kind: "OBJECT";
|
|
19566
|
+
readonly name: "Appointment";
|
|
19567
|
+
};
|
|
19568
|
+
};
|
|
19569
|
+
readonly args: readonly [{
|
|
19570
|
+
readonly name: "id";
|
|
19571
|
+
readonly type: {
|
|
19572
|
+
readonly kind: "NON_NULL";
|
|
19573
|
+
readonly ofType: {
|
|
19574
|
+
readonly kind: "SCALAR";
|
|
19575
|
+
readonly name: "ID";
|
|
19576
|
+
};
|
|
19577
|
+
};
|
|
19578
|
+
}];
|
|
19579
|
+
readonly isDeprecated: false;
|
|
19485
19580
|
}, {
|
|
19486
19581
|
readonly name: "anonymizeCustomer";
|
|
19487
19582
|
readonly type: {
|
|
@@ -23841,6 +23936,17 @@ declare const introspection: {
|
|
|
23841
23936
|
};
|
|
23842
23937
|
}];
|
|
23843
23938
|
readonly isDeprecated: false;
|
|
23939
|
+
}, {
|
|
23940
|
+
readonly name: "startAvailabilityInsights";
|
|
23941
|
+
readonly type: {
|
|
23942
|
+
readonly kind: "NON_NULL";
|
|
23943
|
+
readonly ofType: {
|
|
23944
|
+
readonly kind: "SCALAR";
|
|
23945
|
+
readonly name: "Boolean";
|
|
23946
|
+
};
|
|
23947
|
+
};
|
|
23948
|
+
readonly args: readonly [];
|
|
23949
|
+
readonly isDeprecated: false;
|
|
23844
23950
|
}, {
|
|
23845
23951
|
readonly name: "syncFutureEventsToExternalCalendar";
|
|
23846
23952
|
readonly type: {
|
|
@@ -25881,8 +25987,14 @@ declare const introspection: {
|
|
|
25881
25987
|
readonly args: readonly [{
|
|
25882
25988
|
readonly name: "employeeId";
|
|
25883
25989
|
readonly type: {
|
|
25884
|
-
readonly kind: "
|
|
25885
|
-
readonly
|
|
25990
|
+
readonly kind: "LIST";
|
|
25991
|
+
readonly ofType: {
|
|
25992
|
+
readonly kind: "NON_NULL";
|
|
25993
|
+
readonly ofType: {
|
|
25994
|
+
readonly kind: "SCALAR";
|
|
25995
|
+
readonly name: "ID";
|
|
25996
|
+
};
|
|
25997
|
+
};
|
|
25886
25998
|
};
|
|
25887
25999
|
}, {
|
|
25888
26000
|
readonly name: "from";
|
|
@@ -25911,15 +26023,6 @@ declare const introspection: {
|
|
|
25911
26023
|
readonly name: "ID";
|
|
25912
26024
|
};
|
|
25913
26025
|
};
|
|
25914
|
-
}, {
|
|
25915
|
-
readonly name: "timeZone";
|
|
25916
|
-
readonly type: {
|
|
25917
|
-
readonly kind: "NON_NULL";
|
|
25918
|
-
readonly ofType: {
|
|
25919
|
-
readonly kind: "SCALAR";
|
|
25920
|
-
readonly name: "String";
|
|
25921
|
-
};
|
|
25922
|
-
};
|
|
25923
26026
|
}, {
|
|
25924
26027
|
readonly name: "to";
|
|
25925
26028
|
readonly type: {
|
|
@@ -25955,8 +26058,14 @@ declare const introspection: {
|
|
|
25955
26058
|
readonly args: readonly [{
|
|
25956
26059
|
readonly name: "employeeId";
|
|
25957
26060
|
readonly type: {
|
|
25958
|
-
readonly kind: "
|
|
25959
|
-
readonly
|
|
26061
|
+
readonly kind: "LIST";
|
|
26062
|
+
readonly ofType: {
|
|
26063
|
+
readonly kind: "NON_NULL";
|
|
26064
|
+
readonly ofType: {
|
|
26065
|
+
readonly kind: "SCALAR";
|
|
26066
|
+
readonly name: "ID";
|
|
26067
|
+
};
|
|
26068
|
+
};
|
|
25960
26069
|
};
|
|
25961
26070
|
}, {
|
|
25962
26071
|
readonly name: "from";
|
|
@@ -25985,15 +26094,6 @@ declare const introspection: {
|
|
|
25985
26094
|
readonly name: "ID";
|
|
25986
26095
|
};
|
|
25987
26096
|
};
|
|
25988
|
-
}, {
|
|
25989
|
-
readonly name: "timeZone";
|
|
25990
|
-
readonly type: {
|
|
25991
|
-
readonly kind: "NON_NULL";
|
|
25992
|
-
readonly ofType: {
|
|
25993
|
-
readonly kind: "SCALAR";
|
|
25994
|
-
readonly name: "String";
|
|
25995
|
-
};
|
|
25996
|
-
};
|
|
25997
26097
|
}, {
|
|
25998
26098
|
readonly name: "to";
|
|
25999
26099
|
readonly type: {
|
|
@@ -26029,8 +26129,14 @@ declare const introspection: {
|
|
|
26029
26129
|
readonly args: readonly [{
|
|
26030
26130
|
readonly name: "employeeId";
|
|
26031
26131
|
readonly type: {
|
|
26032
|
-
readonly kind: "
|
|
26033
|
-
readonly
|
|
26132
|
+
readonly kind: "LIST";
|
|
26133
|
+
readonly ofType: {
|
|
26134
|
+
readonly kind: "NON_NULL";
|
|
26135
|
+
readonly ofType: {
|
|
26136
|
+
readonly kind: "SCALAR";
|
|
26137
|
+
readonly name: "ID";
|
|
26138
|
+
};
|
|
26139
|
+
};
|
|
26034
26140
|
};
|
|
26035
26141
|
}, {
|
|
26036
26142
|
readonly name: "from";
|
|
@@ -26059,15 +26165,6 @@ declare const introspection: {
|
|
|
26059
26165
|
readonly name: "ID";
|
|
26060
26166
|
};
|
|
26061
26167
|
};
|
|
26062
|
-
}, {
|
|
26063
|
-
readonly name: "timeZone";
|
|
26064
|
-
readonly type: {
|
|
26065
|
-
readonly kind: "NON_NULL";
|
|
26066
|
-
readonly ofType: {
|
|
26067
|
-
readonly kind: "SCALAR";
|
|
26068
|
-
readonly name: "String";
|
|
26069
|
-
};
|
|
26070
|
-
};
|
|
26071
26168
|
}, {
|
|
26072
26169
|
readonly name: "to";
|
|
26073
26170
|
readonly type: {
|
|
@@ -26103,8 +26200,14 @@ declare const introspection: {
|
|
|
26103
26200
|
readonly args: readonly [{
|
|
26104
26201
|
readonly name: "employeeId";
|
|
26105
26202
|
readonly type: {
|
|
26106
|
-
readonly kind: "
|
|
26107
|
-
readonly
|
|
26203
|
+
readonly kind: "LIST";
|
|
26204
|
+
readonly ofType: {
|
|
26205
|
+
readonly kind: "NON_NULL";
|
|
26206
|
+
readonly ofType: {
|
|
26207
|
+
readonly kind: "SCALAR";
|
|
26208
|
+
readonly name: "ID";
|
|
26209
|
+
};
|
|
26210
|
+
};
|
|
26108
26211
|
};
|
|
26109
26212
|
}, {
|
|
26110
26213
|
readonly name: "from";
|
|
@@ -26133,15 +26236,6 @@ declare const introspection: {
|
|
|
26133
26236
|
readonly name: "ID";
|
|
26134
26237
|
};
|
|
26135
26238
|
};
|
|
26136
|
-
}, {
|
|
26137
|
-
readonly name: "timeZone";
|
|
26138
|
-
readonly type: {
|
|
26139
|
-
readonly kind: "NON_NULL";
|
|
26140
|
-
readonly ofType: {
|
|
26141
|
-
readonly kind: "SCALAR";
|
|
26142
|
-
readonly name: "String";
|
|
26143
|
-
};
|
|
26144
|
-
};
|
|
26145
26239
|
}, {
|
|
26146
26240
|
readonly name: "to";
|
|
26147
26241
|
readonly type: {
|
|
@@ -28688,6 +28782,12 @@ declare const introspection: {
|
|
|
28688
28782
|
readonly kind: "SCALAR";
|
|
28689
28783
|
readonly name: "String";
|
|
28690
28784
|
};
|
|
28785
|
+
}, {
|
|
28786
|
+
readonly name: "createOnlineMeetings";
|
|
28787
|
+
readonly type: {
|
|
28788
|
+
readonly kind: "SCALAR";
|
|
28789
|
+
readonly name: "Boolean";
|
|
28790
|
+
};
|
|
28691
28791
|
}, {
|
|
28692
28792
|
readonly name: "employeeId";
|
|
28693
28793
|
readonly type: {
|
|
@@ -28736,6 +28836,24 @@ declare const introspection: {
|
|
|
28736
28836
|
};
|
|
28737
28837
|
};
|
|
28738
28838
|
};
|
|
28839
|
+
}, {
|
|
28840
|
+
readonly name: "search";
|
|
28841
|
+
readonly type: {
|
|
28842
|
+
readonly kind: "SCALAR";
|
|
28843
|
+
readonly name: "String";
|
|
28844
|
+
};
|
|
28845
|
+
}, {
|
|
28846
|
+
readonly name: "sort";
|
|
28847
|
+
readonly type: {
|
|
28848
|
+
readonly kind: "LIST";
|
|
28849
|
+
readonly ofType: {
|
|
28850
|
+
readonly kind: "NON_NULL";
|
|
28851
|
+
readonly ofType: {
|
|
28852
|
+
readonly kind: "INPUT_OBJECT";
|
|
28853
|
+
readonly name: "ExternalCalendarAccountSort";
|
|
28854
|
+
};
|
|
28855
|
+
};
|
|
28856
|
+
};
|
|
28739
28857
|
}, {
|
|
28740
28858
|
readonly name: "withDeleted";
|
|
28741
28859
|
readonly type: {
|
|
@@ -29356,32 +29474,6 @@ declare const introspection: {
|
|
|
29356
29474
|
};
|
|
29357
29475
|
}];
|
|
29358
29476
|
readonly isDeprecated: false;
|
|
29359
|
-
}, {
|
|
29360
|
-
readonly name: "getInsightsAccessToken";
|
|
29361
|
-
readonly type: {
|
|
29362
|
-
readonly kind: "NON_NULL";
|
|
29363
|
-
readonly ofType: {
|
|
29364
|
-
readonly kind: "OBJECT";
|
|
29365
|
-
readonly name: "InsightsAccessToken";
|
|
29366
|
-
};
|
|
29367
|
-
};
|
|
29368
|
-
readonly args: readonly [{
|
|
29369
|
-
readonly name: "dashboard";
|
|
29370
|
-
readonly type: {
|
|
29371
|
-
readonly kind: "NON_NULL";
|
|
29372
|
-
readonly ofType: {
|
|
29373
|
-
readonly kind: "ENUM";
|
|
29374
|
-
readonly name: "InsightsDashboardType";
|
|
29375
|
-
};
|
|
29376
|
-
};
|
|
29377
|
-
}, {
|
|
29378
|
-
readonly name: "officeId";
|
|
29379
|
-
readonly type: {
|
|
29380
|
-
readonly kind: "SCALAR";
|
|
29381
|
-
readonly name: "ID";
|
|
29382
|
-
};
|
|
29383
|
-
}];
|
|
29384
|
-
readonly isDeprecated: false;
|
|
29385
29477
|
}, {
|
|
29386
29478
|
readonly name: "identifyAppointment";
|
|
29387
29479
|
readonly type: {
|
|
@@ -35627,6 +35719,19 @@ declare const introspection: {
|
|
|
35627
35719
|
readonly name: "username";
|
|
35628
35720
|
readonly isDeprecated: false;
|
|
35629
35721
|
}];
|
|
35722
|
+
}, {
|
|
35723
|
+
readonly kind: "ENUM";
|
|
35724
|
+
readonly name: "SortableExternalCalendarAccountFields";
|
|
35725
|
+
readonly enumValues: readonly [{
|
|
35726
|
+
readonly name: "email";
|
|
35727
|
+
readonly isDeprecated: false;
|
|
35728
|
+
}, {
|
|
35729
|
+
readonly name: "id";
|
|
35730
|
+
readonly isDeprecated: false;
|
|
35731
|
+
}, {
|
|
35732
|
+
readonly name: "updatedAt";
|
|
35733
|
+
readonly isDeprecated: false;
|
|
35734
|
+
}];
|
|
35630
35735
|
}, {
|
|
35631
35736
|
readonly kind: "ENUM";
|
|
35632
35737
|
readonly name: "SortableFileFields";
|
|
@@ -41082,6 +41187,23 @@ declare const introspection: {
|
|
|
41082
41187
|
};
|
|
41083
41188
|
}];
|
|
41084
41189
|
readonly isOneOf: false;
|
|
41190
|
+
}, {
|
|
41191
|
+
readonly kind: "INPUT_OBJECT";
|
|
41192
|
+
readonly name: "availabilityInsightsEnabledInput";
|
|
41193
|
+
readonly inputFields: readonly [{
|
|
41194
|
+
readonly name: "manageable";
|
|
41195
|
+
readonly type: {
|
|
41196
|
+
readonly kind: "SCALAR";
|
|
41197
|
+
readonly name: "Boolean";
|
|
41198
|
+
};
|
|
41199
|
+
}, {
|
|
41200
|
+
readonly name: "value";
|
|
41201
|
+
readonly type: {
|
|
41202
|
+
readonly kind: "SCALAR";
|
|
41203
|
+
readonly name: "Boolean";
|
|
41204
|
+
};
|
|
41205
|
+
}];
|
|
41206
|
+
readonly isOneOf: false;
|
|
41085
41207
|
}, {
|
|
41086
41208
|
readonly kind: "INPUT_OBJECT";
|
|
41087
41209
|
readonly name: "callbackRequestsEnabledInput";
|