@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/dist/graphql.d.ts
CHANGED
|
@@ -701,6 +701,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
701
701
|
};
|
|
702
702
|
readonly args: readonly [];
|
|
703
703
|
readonly isDeprecated: false;
|
|
704
|
+
}, {
|
|
705
|
+
readonly name: "earliestTimeSlotStart";
|
|
706
|
+
readonly type: {
|
|
707
|
+
readonly kind: "SCALAR";
|
|
708
|
+
readonly name: "ISO8601";
|
|
709
|
+
};
|
|
710
|
+
readonly args: readonly [];
|
|
711
|
+
readonly isDeprecated: false;
|
|
704
712
|
}, {
|
|
705
713
|
readonly name: "employeeId";
|
|
706
714
|
readonly type: {
|
|
@@ -713,7 +721,7 @@ export declare const graphql: initGraphQLTada<{
|
|
|
713
721
|
readonly args: readonly [];
|
|
714
722
|
readonly isDeprecated: false;
|
|
715
723
|
}, {
|
|
716
|
-
readonly name: "
|
|
724
|
+
readonly name: "gapTime";
|
|
717
725
|
readonly type: {
|
|
718
726
|
readonly kind: "NON_NULL";
|
|
719
727
|
readonly ofType: {
|
|
@@ -724,7 +732,18 @@ export declare const graphql: initGraphQLTada<{
|
|
|
724
732
|
readonly args: readonly [];
|
|
725
733
|
readonly isDeprecated: false;
|
|
726
734
|
}, {
|
|
727
|
-
readonly name: "
|
|
735
|
+
readonly name: "generatedAt";
|
|
736
|
+
readonly type: {
|
|
737
|
+
readonly kind: "NON_NULL";
|
|
738
|
+
readonly ofType: {
|
|
739
|
+
readonly kind: "SCALAR";
|
|
740
|
+
readonly name: "ISO8601";
|
|
741
|
+
};
|
|
742
|
+
};
|
|
743
|
+
readonly args: readonly [];
|
|
744
|
+
readonly isDeprecated: false;
|
|
745
|
+
}, {
|
|
746
|
+
readonly name: "nonAppointmentUnavailabilityMinutes";
|
|
728
747
|
readonly type: {
|
|
729
748
|
readonly kind: "NON_NULL";
|
|
730
749
|
readonly ofType: {
|
|
@@ -888,7 +907,15 @@ export declare const graphql: initGraphQLTada<{
|
|
|
888
907
|
readonly args: readonly [];
|
|
889
908
|
readonly isDeprecated: false;
|
|
890
909
|
}, {
|
|
891
|
-
readonly name: "
|
|
910
|
+
readonly name: "earliestTimeSlotStart";
|
|
911
|
+
readonly type: {
|
|
912
|
+
readonly kind: "SCALAR";
|
|
913
|
+
readonly name: "ISO8601";
|
|
914
|
+
};
|
|
915
|
+
readonly args: readonly [];
|
|
916
|
+
readonly isDeprecated: false;
|
|
917
|
+
}, {
|
|
918
|
+
readonly name: "gapTime";
|
|
892
919
|
readonly type: {
|
|
893
920
|
readonly kind: "NON_NULL";
|
|
894
921
|
readonly ofType: {
|
|
@@ -899,7 +926,18 @@ export declare const graphql: initGraphQLTada<{
|
|
|
899
926
|
readonly args: readonly [];
|
|
900
927
|
readonly isDeprecated: false;
|
|
901
928
|
}, {
|
|
902
|
-
readonly name: "
|
|
929
|
+
readonly name: "generatedAt";
|
|
930
|
+
readonly type: {
|
|
931
|
+
readonly kind: "NON_NULL";
|
|
932
|
+
readonly ofType: {
|
|
933
|
+
readonly kind: "SCALAR";
|
|
934
|
+
readonly name: "ISO8601";
|
|
935
|
+
};
|
|
936
|
+
};
|
|
937
|
+
readonly args: readonly [];
|
|
938
|
+
readonly isDeprecated: false;
|
|
939
|
+
}, {
|
|
940
|
+
readonly name: "nonAppointmentUnavailabilityMinutes";
|
|
903
941
|
readonly type: {
|
|
904
942
|
readonly kind: "NON_NULL";
|
|
905
943
|
readonly ofType: {
|
|
@@ -1533,6 +1571,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
1533
1571
|
readonly kind: "OBJECT";
|
|
1534
1572
|
readonly name: "Appointment";
|
|
1535
1573
|
readonly fields: readonly [{
|
|
1574
|
+
readonly name: "anonymizedAt";
|
|
1575
|
+
readonly type: {
|
|
1576
|
+
readonly kind: "SCALAR";
|
|
1577
|
+
readonly name: "ISO8601";
|
|
1578
|
+
};
|
|
1579
|
+
readonly args: readonly [];
|
|
1580
|
+
readonly isDeprecated: false;
|
|
1581
|
+
}, {
|
|
1536
1582
|
readonly name: "answers";
|
|
1537
1583
|
readonly type: {
|
|
1538
1584
|
readonly kind: "NON_NULL";
|
|
@@ -1635,6 +1681,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
1635
1681
|
};
|
|
1636
1682
|
readonly args: readonly [];
|
|
1637
1683
|
readonly isDeprecated: false;
|
|
1684
|
+
}, {
|
|
1685
|
+
readonly name: "createdUsingPlanningRules";
|
|
1686
|
+
readonly type: {
|
|
1687
|
+
readonly kind: "SCALAR";
|
|
1688
|
+
readonly name: "Boolean";
|
|
1689
|
+
};
|
|
1690
|
+
readonly args: readonly [];
|
|
1691
|
+
readonly isDeprecated: false;
|
|
1638
1692
|
}, {
|
|
1639
1693
|
readonly name: "customers";
|
|
1640
1694
|
readonly type: {
|
|
@@ -1939,6 +1993,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
1939
1993
|
};
|
|
1940
1994
|
readonly args: readonly [];
|
|
1941
1995
|
readonly isDeprecated: false;
|
|
1996
|
+
}, {
|
|
1997
|
+
readonly name: "updatedUsingPlanningRules";
|
|
1998
|
+
readonly type: {
|
|
1999
|
+
readonly kind: "SCALAR";
|
|
2000
|
+
readonly name: "Boolean";
|
|
2001
|
+
};
|
|
2002
|
+
readonly args: readonly [];
|
|
2003
|
+
readonly isDeprecated: false;
|
|
1942
2004
|
}, {
|
|
1943
2005
|
readonly name: "userCommunication";
|
|
1944
2006
|
readonly type: {
|
|
@@ -4324,6 +4386,55 @@ export declare const graphql: initGraphQLTada<{
|
|
|
4324
4386
|
readonly name: "MANDATORY";
|
|
4325
4387
|
readonly isDeprecated: false;
|
|
4326
4388
|
}];
|
|
4389
|
+
}, {
|
|
4390
|
+
readonly kind: "OBJECT";
|
|
4391
|
+
readonly name: "AvailabilityInsightsEnabledEnterpriseSetting";
|
|
4392
|
+
readonly fields: readonly [{
|
|
4393
|
+
readonly name: "createdAt";
|
|
4394
|
+
readonly type: {
|
|
4395
|
+
readonly kind: "NON_NULL";
|
|
4396
|
+
readonly ofType: {
|
|
4397
|
+
readonly kind: "SCALAR";
|
|
4398
|
+
readonly name: "ISO8601";
|
|
4399
|
+
};
|
|
4400
|
+
};
|
|
4401
|
+
readonly args: readonly [];
|
|
4402
|
+
readonly isDeprecated: false;
|
|
4403
|
+
}, {
|
|
4404
|
+
readonly name: "manageable";
|
|
4405
|
+
readonly type: {
|
|
4406
|
+
readonly kind: "NON_NULL";
|
|
4407
|
+
readonly ofType: {
|
|
4408
|
+
readonly kind: "SCALAR";
|
|
4409
|
+
readonly name: "Boolean";
|
|
4410
|
+
};
|
|
4411
|
+
};
|
|
4412
|
+
readonly args: readonly [];
|
|
4413
|
+
readonly isDeprecated: false;
|
|
4414
|
+
}, {
|
|
4415
|
+
readonly name: "updatedAt";
|
|
4416
|
+
readonly type: {
|
|
4417
|
+
readonly kind: "NON_NULL";
|
|
4418
|
+
readonly ofType: {
|
|
4419
|
+
readonly kind: "SCALAR";
|
|
4420
|
+
readonly name: "ISO8601";
|
|
4421
|
+
};
|
|
4422
|
+
};
|
|
4423
|
+
readonly args: readonly [];
|
|
4424
|
+
readonly isDeprecated: false;
|
|
4425
|
+
}, {
|
|
4426
|
+
readonly name: "value";
|
|
4427
|
+
readonly type: {
|
|
4428
|
+
readonly kind: "NON_NULL";
|
|
4429
|
+
readonly ofType: {
|
|
4430
|
+
readonly kind: "SCALAR";
|
|
4431
|
+
readonly name: "Boolean";
|
|
4432
|
+
};
|
|
4433
|
+
};
|
|
4434
|
+
readonly args: readonly [];
|
|
4435
|
+
readonly isDeprecated: false;
|
|
4436
|
+
}];
|
|
4437
|
+
readonly interfaces: readonly [];
|
|
4327
4438
|
}, {
|
|
4328
4439
|
readonly kind: "OBJECT";
|
|
4329
4440
|
readonly name: "AvailabilitySetting";
|
|
@@ -11317,6 +11428,17 @@ export declare const graphql: initGraphQLTada<{
|
|
|
11317
11428
|
};
|
|
11318
11429
|
readonly args: readonly [];
|
|
11319
11430
|
readonly isDeprecated: false;
|
|
11431
|
+
}, {
|
|
11432
|
+
readonly name: "availabilityInsightsEnabled";
|
|
11433
|
+
readonly type: {
|
|
11434
|
+
readonly kind: "NON_NULL";
|
|
11435
|
+
readonly ofType: {
|
|
11436
|
+
readonly kind: "OBJECT";
|
|
11437
|
+
readonly name: "AvailabilityInsightsEnabledEnterpriseSetting";
|
|
11438
|
+
};
|
|
11439
|
+
};
|
|
11440
|
+
readonly args: readonly [];
|
|
11441
|
+
readonly isDeprecated: false;
|
|
11320
11442
|
}, {
|
|
11321
11443
|
readonly name: "callbackRequestsEnabled";
|
|
11322
11444
|
readonly type: {
|
|
@@ -11886,6 +12008,12 @@ export declare const graphql: initGraphQLTada<{
|
|
|
11886
12008
|
readonly kind: "INPUT_OBJECT";
|
|
11887
12009
|
readonly name: "appointmentTravelBufferTimeInput";
|
|
11888
12010
|
};
|
|
12011
|
+
}, {
|
|
12012
|
+
readonly name: "availabilityInsightsEnabled";
|
|
12013
|
+
readonly type: {
|
|
12014
|
+
readonly kind: "INPUT_OBJECT";
|
|
12015
|
+
readonly name: "availabilityInsightsEnabledInput";
|
|
12016
|
+
};
|
|
11889
12017
|
}, {
|
|
11890
12018
|
readonly name: "callbackRequestsEnabled";
|
|
11891
12019
|
readonly type: {
|
|
@@ -12684,6 +12812,29 @@ export declare const graphql: initGraphQLTada<{
|
|
|
12684
12812
|
};
|
|
12685
12813
|
}];
|
|
12686
12814
|
readonly isOneOf: false;
|
|
12815
|
+
}, {
|
|
12816
|
+
readonly kind: "INPUT_OBJECT";
|
|
12817
|
+
readonly name: "ExternalCalendarAccountSort";
|
|
12818
|
+
readonly inputFields: readonly [{
|
|
12819
|
+
readonly name: "direction";
|
|
12820
|
+
readonly type: {
|
|
12821
|
+
readonly kind: "NON_NULL";
|
|
12822
|
+
readonly ofType: {
|
|
12823
|
+
readonly kind: "ENUM";
|
|
12824
|
+
readonly name: "SortDirection";
|
|
12825
|
+
};
|
|
12826
|
+
};
|
|
12827
|
+
}, {
|
|
12828
|
+
readonly name: "field";
|
|
12829
|
+
readonly type: {
|
|
12830
|
+
readonly kind: "NON_NULL";
|
|
12831
|
+
readonly ofType: {
|
|
12832
|
+
readonly kind: "ENUM";
|
|
12833
|
+
readonly name: "SortableExternalCalendarAccountFields";
|
|
12834
|
+
};
|
|
12835
|
+
};
|
|
12836
|
+
}];
|
|
12837
|
+
readonly isOneOf: false;
|
|
12687
12838
|
}, {
|
|
12688
12839
|
readonly kind: "OBJECT";
|
|
12689
12840
|
readonly name: "ExternalCalendarConnection";
|
|
@@ -14716,82 +14867,6 @@ export declare const graphql: initGraphQLTada<{
|
|
|
14716
14867
|
readonly name: "URL";
|
|
14717
14868
|
readonly isDeprecated: false;
|
|
14718
14869
|
}];
|
|
14719
|
-
}, {
|
|
14720
|
-
readonly kind: "OBJECT";
|
|
14721
|
-
readonly name: "InsightsAccessToken";
|
|
14722
|
-
readonly fields: readonly [{
|
|
14723
|
-
readonly name: "apiHost";
|
|
14724
|
-
readonly type: {
|
|
14725
|
-
readonly kind: "NON_NULL";
|
|
14726
|
-
readonly ofType: {
|
|
14727
|
-
readonly kind: "SCALAR";
|
|
14728
|
-
readonly name: "String";
|
|
14729
|
-
};
|
|
14730
|
-
};
|
|
14731
|
-
readonly args: readonly [];
|
|
14732
|
-
readonly isDeprecated: false;
|
|
14733
|
-
}, {
|
|
14734
|
-
readonly name: "appServer";
|
|
14735
|
-
readonly type: {
|
|
14736
|
-
readonly kind: "NON_NULL";
|
|
14737
|
-
readonly ofType: {
|
|
14738
|
-
readonly kind: "SCALAR";
|
|
14739
|
-
readonly name: "String";
|
|
14740
|
-
};
|
|
14741
|
-
};
|
|
14742
|
-
readonly args: readonly [];
|
|
14743
|
-
readonly isDeprecated: false;
|
|
14744
|
-
}, {
|
|
14745
|
-
readonly name: "authKey";
|
|
14746
|
-
readonly type: {
|
|
14747
|
-
readonly kind: "NON_NULL";
|
|
14748
|
-
readonly ofType: {
|
|
14749
|
-
readonly kind: "SCALAR";
|
|
14750
|
-
readonly name: "String";
|
|
14751
|
-
};
|
|
14752
|
-
};
|
|
14753
|
-
readonly args: readonly [];
|
|
14754
|
-
readonly isDeprecated: false;
|
|
14755
|
-
}, {
|
|
14756
|
-
readonly name: "authToken";
|
|
14757
|
-
readonly type: {
|
|
14758
|
-
readonly kind: "NON_NULL";
|
|
14759
|
-
readonly ofType: {
|
|
14760
|
-
readonly kind: "SCALAR";
|
|
14761
|
-
readonly name: "String";
|
|
14762
|
-
};
|
|
14763
|
-
};
|
|
14764
|
-
readonly args: readonly [];
|
|
14765
|
-
readonly isDeprecated: false;
|
|
14766
|
-
}, {
|
|
14767
|
-
readonly name: "dashboardId";
|
|
14768
|
-
readonly type: {
|
|
14769
|
-
readonly kind: "NON_NULL";
|
|
14770
|
-
readonly ofType: {
|
|
14771
|
-
readonly kind: "SCALAR";
|
|
14772
|
-
readonly name: "String";
|
|
14773
|
-
};
|
|
14774
|
-
};
|
|
14775
|
-
readonly args: readonly [];
|
|
14776
|
-
readonly isDeprecated: false;
|
|
14777
|
-
}];
|
|
14778
|
-
readonly interfaces: readonly [];
|
|
14779
|
-
}, {
|
|
14780
|
-
readonly kind: "ENUM";
|
|
14781
|
-
readonly name: "InsightsDashboardType";
|
|
14782
|
-
readonly enumValues: readonly [{
|
|
14783
|
-
readonly name: "ADMIN_APPOINTMENT_INSIGHTS";
|
|
14784
|
-
readonly isDeprecated: false;
|
|
14785
|
-
}, {
|
|
14786
|
-
readonly name: "AVAILABILITY_INSIGHTS";
|
|
14787
|
-
readonly isDeprecated: false;
|
|
14788
|
-
}, {
|
|
14789
|
-
readonly name: "CONVERSION_ANALYTICS";
|
|
14790
|
-
readonly isDeprecated: false;
|
|
14791
|
-
}, {
|
|
14792
|
-
readonly name: "OFFICE_MANAGER_APPOINTMENT_INSIGHTS";
|
|
14793
|
-
readonly isDeprecated: false;
|
|
14794
|
-
}];
|
|
14795
14870
|
}, {
|
|
14796
14871
|
readonly kind: "SCALAR";
|
|
14797
14872
|
readonly name: "Int";
|
|
@@ -19463,6 +19538,26 @@ export declare const graphql: initGraphQLTada<{
|
|
|
19463
19538
|
};
|
|
19464
19539
|
}];
|
|
19465
19540
|
readonly isDeprecated: false;
|
|
19541
|
+
}, {
|
|
19542
|
+
readonly name: "anonymizeAppointment";
|
|
19543
|
+
readonly type: {
|
|
19544
|
+
readonly kind: "NON_NULL";
|
|
19545
|
+
readonly ofType: {
|
|
19546
|
+
readonly kind: "OBJECT";
|
|
19547
|
+
readonly name: "Appointment";
|
|
19548
|
+
};
|
|
19549
|
+
};
|
|
19550
|
+
readonly args: readonly [{
|
|
19551
|
+
readonly name: "id";
|
|
19552
|
+
readonly type: {
|
|
19553
|
+
readonly kind: "NON_NULL";
|
|
19554
|
+
readonly ofType: {
|
|
19555
|
+
readonly kind: "SCALAR";
|
|
19556
|
+
readonly name: "ID";
|
|
19557
|
+
};
|
|
19558
|
+
};
|
|
19559
|
+
}];
|
|
19560
|
+
readonly isDeprecated: false;
|
|
19466
19561
|
}, {
|
|
19467
19562
|
readonly name: "anonymizeCustomer";
|
|
19468
19563
|
readonly type: {
|
|
@@ -23822,6 +23917,17 @@ export declare const graphql: initGraphQLTada<{
|
|
|
23822
23917
|
};
|
|
23823
23918
|
}];
|
|
23824
23919
|
readonly isDeprecated: false;
|
|
23920
|
+
}, {
|
|
23921
|
+
readonly name: "startAvailabilityInsights";
|
|
23922
|
+
readonly type: {
|
|
23923
|
+
readonly kind: "NON_NULL";
|
|
23924
|
+
readonly ofType: {
|
|
23925
|
+
readonly kind: "SCALAR";
|
|
23926
|
+
readonly name: "Boolean";
|
|
23927
|
+
};
|
|
23928
|
+
};
|
|
23929
|
+
readonly args: readonly [];
|
|
23930
|
+
readonly isDeprecated: false;
|
|
23825
23931
|
}, {
|
|
23826
23932
|
readonly name: "syncFutureEventsToExternalCalendar";
|
|
23827
23933
|
readonly type: {
|
|
@@ -25862,8 +25968,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
25862
25968
|
readonly args: readonly [{
|
|
25863
25969
|
readonly name: "employeeId";
|
|
25864
25970
|
readonly type: {
|
|
25865
|
-
readonly kind: "
|
|
25866
|
-
readonly
|
|
25971
|
+
readonly kind: "LIST";
|
|
25972
|
+
readonly ofType: {
|
|
25973
|
+
readonly kind: "NON_NULL";
|
|
25974
|
+
readonly ofType: {
|
|
25975
|
+
readonly kind: "SCALAR";
|
|
25976
|
+
readonly name: "ID";
|
|
25977
|
+
};
|
|
25978
|
+
};
|
|
25867
25979
|
};
|
|
25868
25980
|
}, {
|
|
25869
25981
|
readonly name: "from";
|
|
@@ -25892,15 +26004,6 @@ export declare const graphql: initGraphQLTada<{
|
|
|
25892
26004
|
readonly name: "ID";
|
|
25893
26005
|
};
|
|
25894
26006
|
};
|
|
25895
|
-
}, {
|
|
25896
|
-
readonly name: "timeZone";
|
|
25897
|
-
readonly type: {
|
|
25898
|
-
readonly kind: "NON_NULL";
|
|
25899
|
-
readonly ofType: {
|
|
25900
|
-
readonly kind: "SCALAR";
|
|
25901
|
-
readonly name: "String";
|
|
25902
|
-
};
|
|
25903
|
-
};
|
|
25904
26007
|
}, {
|
|
25905
26008
|
readonly name: "to";
|
|
25906
26009
|
readonly type: {
|
|
@@ -25936,8 +26039,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
25936
26039
|
readonly args: readonly [{
|
|
25937
26040
|
readonly name: "employeeId";
|
|
25938
26041
|
readonly type: {
|
|
25939
|
-
readonly kind: "
|
|
25940
|
-
readonly
|
|
26042
|
+
readonly kind: "LIST";
|
|
26043
|
+
readonly ofType: {
|
|
26044
|
+
readonly kind: "NON_NULL";
|
|
26045
|
+
readonly ofType: {
|
|
26046
|
+
readonly kind: "SCALAR";
|
|
26047
|
+
readonly name: "ID";
|
|
26048
|
+
};
|
|
26049
|
+
};
|
|
25941
26050
|
};
|
|
25942
26051
|
}, {
|
|
25943
26052
|
readonly name: "from";
|
|
@@ -25966,15 +26075,6 @@ export declare const graphql: initGraphQLTada<{
|
|
|
25966
26075
|
readonly name: "ID";
|
|
25967
26076
|
};
|
|
25968
26077
|
};
|
|
25969
|
-
}, {
|
|
25970
|
-
readonly name: "timeZone";
|
|
25971
|
-
readonly type: {
|
|
25972
|
-
readonly kind: "NON_NULL";
|
|
25973
|
-
readonly ofType: {
|
|
25974
|
-
readonly kind: "SCALAR";
|
|
25975
|
-
readonly name: "String";
|
|
25976
|
-
};
|
|
25977
|
-
};
|
|
25978
26078
|
}, {
|
|
25979
26079
|
readonly name: "to";
|
|
25980
26080
|
readonly type: {
|
|
@@ -26010,8 +26110,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
26010
26110
|
readonly args: readonly [{
|
|
26011
26111
|
readonly name: "employeeId";
|
|
26012
26112
|
readonly type: {
|
|
26013
|
-
readonly kind: "
|
|
26014
|
-
readonly
|
|
26113
|
+
readonly kind: "LIST";
|
|
26114
|
+
readonly ofType: {
|
|
26115
|
+
readonly kind: "NON_NULL";
|
|
26116
|
+
readonly ofType: {
|
|
26117
|
+
readonly kind: "SCALAR";
|
|
26118
|
+
readonly name: "ID";
|
|
26119
|
+
};
|
|
26120
|
+
};
|
|
26015
26121
|
};
|
|
26016
26122
|
}, {
|
|
26017
26123
|
readonly name: "from";
|
|
@@ -26040,15 +26146,6 @@ export declare const graphql: initGraphQLTada<{
|
|
|
26040
26146
|
readonly name: "ID";
|
|
26041
26147
|
};
|
|
26042
26148
|
};
|
|
26043
|
-
}, {
|
|
26044
|
-
readonly name: "timeZone";
|
|
26045
|
-
readonly type: {
|
|
26046
|
-
readonly kind: "NON_NULL";
|
|
26047
|
-
readonly ofType: {
|
|
26048
|
-
readonly kind: "SCALAR";
|
|
26049
|
-
readonly name: "String";
|
|
26050
|
-
};
|
|
26051
|
-
};
|
|
26052
26149
|
}, {
|
|
26053
26150
|
readonly name: "to";
|
|
26054
26151
|
readonly type: {
|
|
@@ -26084,8 +26181,14 @@ export declare const graphql: initGraphQLTada<{
|
|
|
26084
26181
|
readonly args: readonly [{
|
|
26085
26182
|
readonly name: "employeeId";
|
|
26086
26183
|
readonly type: {
|
|
26087
|
-
readonly kind: "
|
|
26088
|
-
readonly
|
|
26184
|
+
readonly kind: "LIST";
|
|
26185
|
+
readonly ofType: {
|
|
26186
|
+
readonly kind: "NON_NULL";
|
|
26187
|
+
readonly ofType: {
|
|
26188
|
+
readonly kind: "SCALAR";
|
|
26189
|
+
readonly name: "ID";
|
|
26190
|
+
};
|
|
26191
|
+
};
|
|
26089
26192
|
};
|
|
26090
26193
|
}, {
|
|
26091
26194
|
readonly name: "from";
|
|
@@ -26114,15 +26217,6 @@ export declare const graphql: initGraphQLTada<{
|
|
|
26114
26217
|
readonly name: "ID";
|
|
26115
26218
|
};
|
|
26116
26219
|
};
|
|
26117
|
-
}, {
|
|
26118
|
-
readonly name: "timeZone";
|
|
26119
|
-
readonly type: {
|
|
26120
|
-
readonly kind: "NON_NULL";
|
|
26121
|
-
readonly ofType: {
|
|
26122
|
-
readonly kind: "SCALAR";
|
|
26123
|
-
readonly name: "String";
|
|
26124
|
-
};
|
|
26125
|
-
};
|
|
26126
26220
|
}, {
|
|
26127
26221
|
readonly name: "to";
|
|
26128
26222
|
readonly type: {
|
|
@@ -28669,6 +28763,12 @@ export declare const graphql: initGraphQLTada<{
|
|
|
28669
28763
|
readonly kind: "SCALAR";
|
|
28670
28764
|
readonly name: "String";
|
|
28671
28765
|
};
|
|
28766
|
+
}, {
|
|
28767
|
+
readonly name: "createOnlineMeetings";
|
|
28768
|
+
readonly type: {
|
|
28769
|
+
readonly kind: "SCALAR";
|
|
28770
|
+
readonly name: "Boolean";
|
|
28771
|
+
};
|
|
28672
28772
|
}, {
|
|
28673
28773
|
readonly name: "employeeId";
|
|
28674
28774
|
readonly type: {
|
|
@@ -28717,6 +28817,24 @@ export declare const graphql: initGraphQLTada<{
|
|
|
28717
28817
|
};
|
|
28718
28818
|
};
|
|
28719
28819
|
};
|
|
28820
|
+
}, {
|
|
28821
|
+
readonly name: "search";
|
|
28822
|
+
readonly type: {
|
|
28823
|
+
readonly kind: "SCALAR";
|
|
28824
|
+
readonly name: "String";
|
|
28825
|
+
};
|
|
28826
|
+
}, {
|
|
28827
|
+
readonly name: "sort";
|
|
28828
|
+
readonly type: {
|
|
28829
|
+
readonly kind: "LIST";
|
|
28830
|
+
readonly ofType: {
|
|
28831
|
+
readonly kind: "NON_NULL";
|
|
28832
|
+
readonly ofType: {
|
|
28833
|
+
readonly kind: "INPUT_OBJECT";
|
|
28834
|
+
readonly name: "ExternalCalendarAccountSort";
|
|
28835
|
+
};
|
|
28836
|
+
};
|
|
28837
|
+
};
|
|
28720
28838
|
}, {
|
|
28721
28839
|
readonly name: "withDeleted";
|
|
28722
28840
|
readonly type: {
|
|
@@ -29337,32 +29455,6 @@ export declare const graphql: initGraphQLTada<{
|
|
|
29337
29455
|
};
|
|
29338
29456
|
}];
|
|
29339
29457
|
readonly isDeprecated: false;
|
|
29340
|
-
}, {
|
|
29341
|
-
readonly name: "getInsightsAccessToken";
|
|
29342
|
-
readonly type: {
|
|
29343
|
-
readonly kind: "NON_NULL";
|
|
29344
|
-
readonly ofType: {
|
|
29345
|
-
readonly kind: "OBJECT";
|
|
29346
|
-
readonly name: "InsightsAccessToken";
|
|
29347
|
-
};
|
|
29348
|
-
};
|
|
29349
|
-
readonly args: readonly [{
|
|
29350
|
-
readonly name: "dashboard";
|
|
29351
|
-
readonly type: {
|
|
29352
|
-
readonly kind: "NON_NULL";
|
|
29353
|
-
readonly ofType: {
|
|
29354
|
-
readonly kind: "ENUM";
|
|
29355
|
-
readonly name: "InsightsDashboardType";
|
|
29356
|
-
};
|
|
29357
|
-
};
|
|
29358
|
-
}, {
|
|
29359
|
-
readonly name: "officeId";
|
|
29360
|
-
readonly type: {
|
|
29361
|
-
readonly kind: "SCALAR";
|
|
29362
|
-
readonly name: "ID";
|
|
29363
|
-
};
|
|
29364
|
-
}];
|
|
29365
|
-
readonly isDeprecated: false;
|
|
29366
29458
|
}, {
|
|
29367
29459
|
readonly name: "identifyAppointment";
|
|
29368
29460
|
readonly type: {
|
|
@@ -35608,6 +35700,19 @@ export declare const graphql: initGraphQLTada<{
|
|
|
35608
35700
|
readonly name: "username";
|
|
35609
35701
|
readonly isDeprecated: false;
|
|
35610
35702
|
}];
|
|
35703
|
+
}, {
|
|
35704
|
+
readonly kind: "ENUM";
|
|
35705
|
+
readonly name: "SortableExternalCalendarAccountFields";
|
|
35706
|
+
readonly enumValues: readonly [{
|
|
35707
|
+
readonly name: "email";
|
|
35708
|
+
readonly isDeprecated: false;
|
|
35709
|
+
}, {
|
|
35710
|
+
readonly name: "id";
|
|
35711
|
+
readonly isDeprecated: false;
|
|
35712
|
+
}, {
|
|
35713
|
+
readonly name: "updatedAt";
|
|
35714
|
+
readonly isDeprecated: false;
|
|
35715
|
+
}];
|
|
35611
35716
|
}, {
|
|
35612
35717
|
readonly kind: "ENUM";
|
|
35613
35718
|
readonly name: "SortableFileFields";
|
|
@@ -41063,6 +41168,23 @@ export declare const graphql: initGraphQLTada<{
|
|
|
41063
41168
|
};
|
|
41064
41169
|
}];
|
|
41065
41170
|
readonly isOneOf: false;
|
|
41171
|
+
}, {
|
|
41172
|
+
readonly kind: "INPUT_OBJECT";
|
|
41173
|
+
readonly name: "availabilityInsightsEnabledInput";
|
|
41174
|
+
readonly inputFields: readonly [{
|
|
41175
|
+
readonly name: "manageable";
|
|
41176
|
+
readonly type: {
|
|
41177
|
+
readonly kind: "SCALAR";
|
|
41178
|
+
readonly name: "Boolean";
|
|
41179
|
+
};
|
|
41180
|
+
}, {
|
|
41181
|
+
readonly name: "value";
|
|
41182
|
+
readonly type: {
|
|
41183
|
+
readonly kind: "SCALAR";
|
|
41184
|
+
readonly name: "Boolean";
|
|
41185
|
+
};
|
|
41186
|
+
}];
|
|
41187
|
+
readonly isOneOf: false;
|
|
41066
41188
|
}, {
|
|
41067
41189
|
readonly kind: "INPUT_OBJECT";
|
|
41068
41190
|
readonly name: "callbackRequestsEnabledInput";
|