@pexip-engage-public/graphql 1.0.73-canary-20250527085440 → 1.0.73
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 +1 -1
- package/dist/graphql-env.d.ts +859 -1
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1107 -129
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +127 -2
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +1107 -129
- package/src/schema.ts +160 -1
package/dist/graphql-env.js
CHANGED
|
@@ -757,6 +757,67 @@ const introspection = {
|
|
|
757
757
|
],
|
|
758
758
|
"interfaces": []
|
|
759
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"kind": "OBJECT",
|
|
762
|
+
"name": "AllowedMeetingRoomProvidersEnterpriseSetting",
|
|
763
|
+
"fields": [
|
|
764
|
+
{
|
|
765
|
+
"name": "createdAt",
|
|
766
|
+
"type": {
|
|
767
|
+
"kind": "NON_NULL",
|
|
768
|
+
"ofType": {
|
|
769
|
+
"kind": "SCALAR",
|
|
770
|
+
"name": "ISO8601"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"args": [],
|
|
774
|
+
"isDeprecated": false
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "manageable",
|
|
778
|
+
"type": {
|
|
779
|
+
"kind": "NON_NULL",
|
|
780
|
+
"ofType": {
|
|
781
|
+
"kind": "SCALAR",
|
|
782
|
+
"name": "Boolean"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"args": [],
|
|
786
|
+
"isDeprecated": false
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"name": "updatedAt",
|
|
790
|
+
"type": {
|
|
791
|
+
"kind": "NON_NULL",
|
|
792
|
+
"ofType": {
|
|
793
|
+
"kind": "SCALAR",
|
|
794
|
+
"name": "ISO8601"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"args": [],
|
|
798
|
+
"isDeprecated": false
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"name": "value",
|
|
802
|
+
"type": {
|
|
803
|
+
"kind": "NON_NULL",
|
|
804
|
+
"ofType": {
|
|
805
|
+
"kind": "LIST",
|
|
806
|
+
"ofType": {
|
|
807
|
+
"kind": "NON_NULL",
|
|
808
|
+
"ofType": {
|
|
809
|
+
"kind": "ENUM",
|
|
810
|
+
"name": "MeetingRoomProvider"
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"args": [],
|
|
816
|
+
"isDeprecated": false
|
|
817
|
+
}
|
|
818
|
+
],
|
|
819
|
+
"interfaces": []
|
|
820
|
+
},
|
|
760
821
|
{
|
|
761
822
|
"kind": "OBJECT",
|
|
762
823
|
"name": "AllowedPluginDomainsEnterpriseSetting",
|
|
@@ -10717,6 +10778,18 @@ const introspection = {
|
|
|
10717
10778
|
"args": [],
|
|
10718
10779
|
"isDeprecated": false
|
|
10719
10780
|
},
|
|
10781
|
+
{
|
|
10782
|
+
"name": "allowedMeetingRoomProviders",
|
|
10783
|
+
"type": {
|
|
10784
|
+
"kind": "NON_NULL",
|
|
10785
|
+
"ofType": {
|
|
10786
|
+
"kind": "OBJECT",
|
|
10787
|
+
"name": "AllowedMeetingRoomProvidersEnterpriseSetting"
|
|
10788
|
+
}
|
|
10789
|
+
},
|
|
10790
|
+
"args": [],
|
|
10791
|
+
"isDeprecated": false
|
|
10792
|
+
},
|
|
10720
10793
|
{
|
|
10721
10794
|
"name": "allowedPluginDomains",
|
|
10722
10795
|
"type": {
|
|
@@ -11370,6 +11443,13 @@ const introspection = {
|
|
|
11370
11443
|
"name": "allowedExternalCalendarAccountProvidersInput"
|
|
11371
11444
|
}
|
|
11372
11445
|
},
|
|
11446
|
+
{
|
|
11447
|
+
"name": "allowedMeetingRoomProviders",
|
|
11448
|
+
"type": {
|
|
11449
|
+
"kind": "INPUT_OBJECT",
|
|
11450
|
+
"name": "allowedMeetingRoomProvidersInput"
|
|
11451
|
+
}
|
|
11452
|
+
},
|
|
11373
11453
|
{
|
|
11374
11454
|
"name": "allowedPluginDomains",
|
|
11375
11455
|
"type": {
|
|
@@ -16708,191 +16788,315 @@ const introspection = {
|
|
|
16708
16788
|
"isOneOf": false
|
|
16709
16789
|
},
|
|
16710
16790
|
{
|
|
16711
|
-
"kind": "
|
|
16712
|
-
"name": "
|
|
16713
|
-
"
|
|
16714
|
-
{
|
|
16715
|
-
"name": "createdAt",
|
|
16716
|
-
"type": {
|
|
16717
|
-
"kind": "NON_NULL",
|
|
16718
|
-
"ofType": {
|
|
16719
|
-
"kind": "SCALAR",
|
|
16720
|
-
"name": "ISO8601"
|
|
16721
|
-
}
|
|
16722
|
-
},
|
|
16723
|
-
"args": [],
|
|
16724
|
-
"isDeprecated": false
|
|
16725
|
-
},
|
|
16791
|
+
"kind": "INPUT_OBJECT",
|
|
16792
|
+
"name": "LocalMeetingRoomCreateInput",
|
|
16793
|
+
"inputFields": [
|
|
16726
16794
|
{
|
|
16727
|
-
"name": "
|
|
16795
|
+
"name": "active",
|
|
16728
16796
|
"type": {
|
|
16729
16797
|
"kind": "NON_NULL",
|
|
16730
16798
|
"ofType": {
|
|
16731
16799
|
"kind": "SCALAR",
|
|
16732
16800
|
"name": "Boolean"
|
|
16733
16801
|
}
|
|
16734
|
-
}
|
|
16735
|
-
"args": [],
|
|
16736
|
-
"isDeprecated": false
|
|
16802
|
+
}
|
|
16737
16803
|
},
|
|
16738
16804
|
{
|
|
16739
|
-
"name": "
|
|
16805
|
+
"name": "capacity",
|
|
16740
16806
|
"type": {
|
|
16741
16807
|
"kind": "NON_NULL",
|
|
16742
16808
|
"ofType": {
|
|
16743
16809
|
"kind": "SCALAR",
|
|
16744
|
-
"name": "
|
|
16810
|
+
"name": "Int"
|
|
16745
16811
|
}
|
|
16746
|
-
}
|
|
16747
|
-
"args": [],
|
|
16748
|
-
"isDeprecated": false
|
|
16812
|
+
}
|
|
16749
16813
|
},
|
|
16750
16814
|
{
|
|
16751
|
-
"name": "
|
|
16815
|
+
"name": "email",
|
|
16752
16816
|
"type": {
|
|
16753
|
-
"kind": "
|
|
16754
|
-
"
|
|
16755
|
-
|
|
16756
|
-
|
|
16757
|
-
"kind": "NON_NULL",
|
|
16758
|
-
"ofType": {
|
|
16759
|
-
"kind": "OBJECT",
|
|
16760
|
-
"name": "EnterpriseSettingTranslationValue"
|
|
16761
|
-
}
|
|
16762
|
-
}
|
|
16763
|
-
}
|
|
16764
|
-
},
|
|
16765
|
-
"args": [],
|
|
16766
|
-
"isDeprecated": false
|
|
16767
|
-
}
|
|
16768
|
-
],
|
|
16769
|
-
"interfaces": []
|
|
16770
|
-
},
|
|
16771
|
-
{
|
|
16772
|
-
"kind": "OBJECT",
|
|
16773
|
-
"name": "LocalizedRedirectUrlsEnterpriseSetting",
|
|
16774
|
-
"fields": [
|
|
16817
|
+
"kind": "SCALAR",
|
|
16818
|
+
"name": "String"
|
|
16819
|
+
}
|
|
16820
|
+
},
|
|
16775
16821
|
{
|
|
16776
|
-
"name": "
|
|
16822
|
+
"name": "externalId",
|
|
16777
16823
|
"type": {
|
|
16778
|
-
"kind": "
|
|
16779
|
-
"
|
|
16780
|
-
|
|
16781
|
-
"name": "ISO8601"
|
|
16782
|
-
}
|
|
16783
|
-
},
|
|
16784
|
-
"args": [],
|
|
16785
|
-
"isDeprecated": false
|
|
16824
|
+
"kind": "SCALAR",
|
|
16825
|
+
"name": "String"
|
|
16826
|
+
}
|
|
16786
16827
|
},
|
|
16787
16828
|
{
|
|
16788
|
-
"name": "
|
|
16829
|
+
"name": "isWheelChairAccessible",
|
|
16789
16830
|
"type": {
|
|
16790
16831
|
"kind": "NON_NULL",
|
|
16791
16832
|
"ofType": {
|
|
16792
16833
|
"kind": "SCALAR",
|
|
16793
16834
|
"name": "Boolean"
|
|
16794
16835
|
}
|
|
16795
|
-
}
|
|
16796
|
-
"args": [],
|
|
16797
|
-
"isDeprecated": false
|
|
16836
|
+
}
|
|
16798
16837
|
},
|
|
16799
16838
|
{
|
|
16800
|
-
"name": "
|
|
16839
|
+
"name": "name",
|
|
16801
16840
|
"type": {
|
|
16802
16841
|
"kind": "NON_NULL",
|
|
16803
16842
|
"ofType": {
|
|
16804
16843
|
"kind": "SCALAR",
|
|
16805
|
-
"name": "
|
|
16844
|
+
"name": "String"
|
|
16806
16845
|
}
|
|
16807
|
-
}
|
|
16808
|
-
"args": [],
|
|
16809
|
-
"isDeprecated": false
|
|
16846
|
+
}
|
|
16810
16847
|
},
|
|
16811
16848
|
{
|
|
16812
|
-
"name": "
|
|
16849
|
+
"name": "timeZone",
|
|
16813
16850
|
"type": {
|
|
16814
|
-
"kind": "
|
|
16815
|
-
"
|
|
16816
|
-
|
|
16817
|
-
"ofType": {
|
|
16818
|
-
"kind": "NON_NULL",
|
|
16819
|
-
"ofType": {
|
|
16820
|
-
"kind": "OBJECT",
|
|
16821
|
-
"name": "EnterpriseSettingTranslationValue"
|
|
16822
|
-
}
|
|
16823
|
-
}
|
|
16824
|
-
}
|
|
16825
|
-
},
|
|
16826
|
-
"args": [],
|
|
16827
|
-
"isDeprecated": false
|
|
16851
|
+
"kind": "SCALAR",
|
|
16852
|
+
"name": "String"
|
|
16853
|
+
}
|
|
16828
16854
|
}
|
|
16829
16855
|
],
|
|
16830
|
-
"
|
|
16856
|
+
"isOneOf": false
|
|
16831
16857
|
},
|
|
16832
16858
|
{
|
|
16833
|
-
"kind": "
|
|
16834
|
-
"name": "
|
|
16835
|
-
"
|
|
16859
|
+
"kind": "INPUT_OBJECT",
|
|
16860
|
+
"name": "LocalMeetingRoomPatchInput",
|
|
16861
|
+
"inputFields": [
|
|
16836
16862
|
{
|
|
16837
|
-
"name": "
|
|
16863
|
+
"name": "active",
|
|
16838
16864
|
"type": {
|
|
16839
|
-
"kind": "
|
|
16840
|
-
"
|
|
16841
|
-
|
|
16842
|
-
"name": "ISO8601"
|
|
16843
|
-
}
|
|
16844
|
-
},
|
|
16845
|
-
"args": [],
|
|
16846
|
-
"isDeprecated": false
|
|
16865
|
+
"kind": "SCALAR",
|
|
16866
|
+
"name": "Boolean"
|
|
16867
|
+
}
|
|
16847
16868
|
},
|
|
16848
16869
|
{
|
|
16849
|
-
"name": "
|
|
16870
|
+
"name": "capacity",
|
|
16850
16871
|
"type": {
|
|
16851
|
-
"kind": "
|
|
16852
|
-
"
|
|
16853
|
-
|
|
16854
|
-
"name": "Boolean"
|
|
16855
|
-
}
|
|
16856
|
-
},
|
|
16857
|
-
"args": [],
|
|
16858
|
-
"isDeprecated": false
|
|
16872
|
+
"kind": "SCALAR",
|
|
16873
|
+
"name": "Int"
|
|
16874
|
+
}
|
|
16859
16875
|
},
|
|
16860
16876
|
{
|
|
16861
|
-
"name": "
|
|
16877
|
+
"name": "email",
|
|
16862
16878
|
"type": {
|
|
16863
|
-
"kind": "
|
|
16864
|
-
"
|
|
16865
|
-
|
|
16866
|
-
"name": "ISO8601"
|
|
16867
|
-
}
|
|
16868
|
-
},
|
|
16869
|
-
"args": [],
|
|
16870
|
-
"isDeprecated": false
|
|
16879
|
+
"kind": "SCALAR",
|
|
16880
|
+
"name": "String"
|
|
16881
|
+
}
|
|
16871
16882
|
},
|
|
16872
16883
|
{
|
|
16873
|
-
"name": "
|
|
16884
|
+
"name": "externalId",
|
|
16874
16885
|
"type": {
|
|
16875
|
-
"kind": "
|
|
16876
|
-
"
|
|
16877
|
-
|
|
16878
|
-
|
|
16879
|
-
|
|
16880
|
-
|
|
16881
|
-
|
|
16882
|
-
|
|
16883
|
-
|
|
16884
|
-
|
|
16885
|
-
|
|
16886
|
-
|
|
16887
|
-
"
|
|
16888
|
-
"
|
|
16886
|
+
"kind": "SCALAR",
|
|
16887
|
+
"name": "String"
|
|
16888
|
+
}
|
|
16889
|
+
},
|
|
16890
|
+
{
|
|
16891
|
+
"name": "isWheelChairAccessible",
|
|
16892
|
+
"type": {
|
|
16893
|
+
"kind": "SCALAR",
|
|
16894
|
+
"name": "Boolean"
|
|
16895
|
+
}
|
|
16896
|
+
},
|
|
16897
|
+
{
|
|
16898
|
+
"name": "name",
|
|
16899
|
+
"type": {
|
|
16900
|
+
"kind": "SCALAR",
|
|
16901
|
+
"name": "String"
|
|
16902
|
+
}
|
|
16903
|
+
},
|
|
16904
|
+
{
|
|
16905
|
+
"name": "timeZone",
|
|
16906
|
+
"type": {
|
|
16907
|
+
"kind": "SCALAR",
|
|
16908
|
+
"name": "String"
|
|
16909
|
+
}
|
|
16889
16910
|
}
|
|
16890
16911
|
],
|
|
16891
|
-
"
|
|
16912
|
+
"isOneOf": false
|
|
16892
16913
|
},
|
|
16893
16914
|
{
|
|
16894
16915
|
"kind": "OBJECT",
|
|
16895
|
-
"name": "
|
|
16916
|
+
"name": "LocalizedNamesEnterpriseSetting",
|
|
16917
|
+
"fields": [
|
|
16918
|
+
{
|
|
16919
|
+
"name": "createdAt",
|
|
16920
|
+
"type": {
|
|
16921
|
+
"kind": "NON_NULL",
|
|
16922
|
+
"ofType": {
|
|
16923
|
+
"kind": "SCALAR",
|
|
16924
|
+
"name": "ISO8601"
|
|
16925
|
+
}
|
|
16926
|
+
},
|
|
16927
|
+
"args": [],
|
|
16928
|
+
"isDeprecated": false
|
|
16929
|
+
},
|
|
16930
|
+
{
|
|
16931
|
+
"name": "manageable",
|
|
16932
|
+
"type": {
|
|
16933
|
+
"kind": "NON_NULL",
|
|
16934
|
+
"ofType": {
|
|
16935
|
+
"kind": "SCALAR",
|
|
16936
|
+
"name": "Boolean"
|
|
16937
|
+
}
|
|
16938
|
+
},
|
|
16939
|
+
"args": [],
|
|
16940
|
+
"isDeprecated": false
|
|
16941
|
+
},
|
|
16942
|
+
{
|
|
16943
|
+
"name": "updatedAt",
|
|
16944
|
+
"type": {
|
|
16945
|
+
"kind": "NON_NULL",
|
|
16946
|
+
"ofType": {
|
|
16947
|
+
"kind": "SCALAR",
|
|
16948
|
+
"name": "ISO8601"
|
|
16949
|
+
}
|
|
16950
|
+
},
|
|
16951
|
+
"args": [],
|
|
16952
|
+
"isDeprecated": false
|
|
16953
|
+
},
|
|
16954
|
+
{
|
|
16955
|
+
"name": "value",
|
|
16956
|
+
"type": {
|
|
16957
|
+
"kind": "NON_NULL",
|
|
16958
|
+
"ofType": {
|
|
16959
|
+
"kind": "LIST",
|
|
16960
|
+
"ofType": {
|
|
16961
|
+
"kind": "NON_NULL",
|
|
16962
|
+
"ofType": {
|
|
16963
|
+
"kind": "OBJECT",
|
|
16964
|
+
"name": "EnterpriseSettingTranslationValue"
|
|
16965
|
+
}
|
|
16966
|
+
}
|
|
16967
|
+
}
|
|
16968
|
+
},
|
|
16969
|
+
"args": [],
|
|
16970
|
+
"isDeprecated": false
|
|
16971
|
+
}
|
|
16972
|
+
],
|
|
16973
|
+
"interfaces": []
|
|
16974
|
+
},
|
|
16975
|
+
{
|
|
16976
|
+
"kind": "OBJECT",
|
|
16977
|
+
"name": "LocalizedRedirectUrlsEnterpriseSetting",
|
|
16978
|
+
"fields": [
|
|
16979
|
+
{
|
|
16980
|
+
"name": "createdAt",
|
|
16981
|
+
"type": {
|
|
16982
|
+
"kind": "NON_NULL",
|
|
16983
|
+
"ofType": {
|
|
16984
|
+
"kind": "SCALAR",
|
|
16985
|
+
"name": "ISO8601"
|
|
16986
|
+
}
|
|
16987
|
+
},
|
|
16988
|
+
"args": [],
|
|
16989
|
+
"isDeprecated": false
|
|
16990
|
+
},
|
|
16991
|
+
{
|
|
16992
|
+
"name": "manageable",
|
|
16993
|
+
"type": {
|
|
16994
|
+
"kind": "NON_NULL",
|
|
16995
|
+
"ofType": {
|
|
16996
|
+
"kind": "SCALAR",
|
|
16997
|
+
"name": "Boolean"
|
|
16998
|
+
}
|
|
16999
|
+
},
|
|
17000
|
+
"args": [],
|
|
17001
|
+
"isDeprecated": false
|
|
17002
|
+
},
|
|
17003
|
+
{
|
|
17004
|
+
"name": "updatedAt",
|
|
17005
|
+
"type": {
|
|
17006
|
+
"kind": "NON_NULL",
|
|
17007
|
+
"ofType": {
|
|
17008
|
+
"kind": "SCALAR",
|
|
17009
|
+
"name": "ISO8601"
|
|
17010
|
+
}
|
|
17011
|
+
},
|
|
17012
|
+
"args": [],
|
|
17013
|
+
"isDeprecated": false
|
|
17014
|
+
},
|
|
17015
|
+
{
|
|
17016
|
+
"name": "value",
|
|
17017
|
+
"type": {
|
|
17018
|
+
"kind": "NON_NULL",
|
|
17019
|
+
"ofType": {
|
|
17020
|
+
"kind": "LIST",
|
|
17021
|
+
"ofType": {
|
|
17022
|
+
"kind": "NON_NULL",
|
|
17023
|
+
"ofType": {
|
|
17024
|
+
"kind": "OBJECT",
|
|
17025
|
+
"name": "EnterpriseSettingTranslationValue"
|
|
17026
|
+
}
|
|
17027
|
+
}
|
|
17028
|
+
}
|
|
17029
|
+
},
|
|
17030
|
+
"args": [],
|
|
17031
|
+
"isDeprecated": false
|
|
17032
|
+
}
|
|
17033
|
+
],
|
|
17034
|
+
"interfaces": []
|
|
17035
|
+
},
|
|
17036
|
+
{
|
|
17037
|
+
"kind": "OBJECT",
|
|
17038
|
+
"name": "LocalizedReturnPathDomainsEnterpriseSetting",
|
|
17039
|
+
"fields": [
|
|
17040
|
+
{
|
|
17041
|
+
"name": "createdAt",
|
|
17042
|
+
"type": {
|
|
17043
|
+
"kind": "NON_NULL",
|
|
17044
|
+
"ofType": {
|
|
17045
|
+
"kind": "SCALAR",
|
|
17046
|
+
"name": "ISO8601"
|
|
17047
|
+
}
|
|
17048
|
+
},
|
|
17049
|
+
"args": [],
|
|
17050
|
+
"isDeprecated": false
|
|
17051
|
+
},
|
|
17052
|
+
{
|
|
17053
|
+
"name": "manageable",
|
|
17054
|
+
"type": {
|
|
17055
|
+
"kind": "NON_NULL",
|
|
17056
|
+
"ofType": {
|
|
17057
|
+
"kind": "SCALAR",
|
|
17058
|
+
"name": "Boolean"
|
|
17059
|
+
}
|
|
17060
|
+
},
|
|
17061
|
+
"args": [],
|
|
17062
|
+
"isDeprecated": false
|
|
17063
|
+
},
|
|
17064
|
+
{
|
|
17065
|
+
"name": "updatedAt",
|
|
17066
|
+
"type": {
|
|
17067
|
+
"kind": "NON_NULL",
|
|
17068
|
+
"ofType": {
|
|
17069
|
+
"kind": "SCALAR",
|
|
17070
|
+
"name": "ISO8601"
|
|
17071
|
+
}
|
|
17072
|
+
},
|
|
17073
|
+
"args": [],
|
|
17074
|
+
"isDeprecated": false
|
|
17075
|
+
},
|
|
17076
|
+
{
|
|
17077
|
+
"name": "value",
|
|
17078
|
+
"type": {
|
|
17079
|
+
"kind": "NON_NULL",
|
|
17080
|
+
"ofType": {
|
|
17081
|
+
"kind": "LIST",
|
|
17082
|
+
"ofType": {
|
|
17083
|
+
"kind": "NON_NULL",
|
|
17084
|
+
"ofType": {
|
|
17085
|
+
"kind": "OBJECT",
|
|
17086
|
+
"name": "EnterpriseSettingTranslationValue"
|
|
17087
|
+
}
|
|
17088
|
+
}
|
|
17089
|
+
}
|
|
17090
|
+
},
|
|
17091
|
+
"args": [],
|
|
17092
|
+
"isDeprecated": false
|
|
17093
|
+
}
|
|
17094
|
+
],
|
|
17095
|
+
"interfaces": []
|
|
17096
|
+
},
|
|
17097
|
+
{
|
|
17098
|
+
"kind": "OBJECT",
|
|
17099
|
+
"name": "LocalizedSenderEmailAddressesEnterpriseSetting",
|
|
16896
17100
|
"fields": [
|
|
16897
17101
|
{
|
|
16898
17102
|
"name": "createdAt",
|
|
@@ -18733,7 +18937,7 @@ const introspection = {
|
|
|
18733
18937
|
"kind": "NON_NULL",
|
|
18734
18938
|
"ofType": {
|
|
18735
18939
|
"kind": "ENUM",
|
|
18736
|
-
"name": "
|
|
18940
|
+
"name": "MeetingRoomProvider"
|
|
18737
18941
|
}
|
|
18738
18942
|
},
|
|
18739
18943
|
"args": [],
|
|
@@ -19247,6 +19451,20 @@ const introspection = {
|
|
|
19247
19451
|
],
|
|
19248
19452
|
"isOneOf": false
|
|
19249
19453
|
},
|
|
19454
|
+
{
|
|
19455
|
+
"kind": "ENUM",
|
|
19456
|
+
"name": "MeetingRoomProvider",
|
|
19457
|
+
"enumValues": [
|
|
19458
|
+
{
|
|
19459
|
+
"name": "LOCAL",
|
|
19460
|
+
"isDeprecated": false
|
|
19461
|
+
},
|
|
19462
|
+
{
|
|
19463
|
+
"name": "OFFICE365",
|
|
19464
|
+
"isDeprecated": false
|
|
19465
|
+
}
|
|
19466
|
+
]
|
|
19467
|
+
},
|
|
19250
19468
|
{
|
|
19251
19469
|
"kind": "OBJECT",
|
|
19252
19470
|
"name": "MeetingRoomSchedulingSetting",
|
|
@@ -20617,6 +20835,29 @@ const introspection = {
|
|
|
20617
20835
|
],
|
|
20618
20836
|
"isDeprecated": false
|
|
20619
20837
|
},
|
|
20838
|
+
{
|
|
20839
|
+
"name": "createLocalMeetingRoom",
|
|
20840
|
+
"type": {
|
|
20841
|
+
"kind": "NON_NULL",
|
|
20842
|
+
"ofType": {
|
|
20843
|
+
"kind": "OBJECT",
|
|
20844
|
+
"name": "MeetingRoom"
|
|
20845
|
+
}
|
|
20846
|
+
},
|
|
20847
|
+
"args": [
|
|
20848
|
+
{
|
|
20849
|
+
"name": "input",
|
|
20850
|
+
"type": {
|
|
20851
|
+
"kind": "NON_NULL",
|
|
20852
|
+
"ofType": {
|
|
20853
|
+
"kind": "INPUT_OBJECT",
|
|
20854
|
+
"name": "LocalMeetingRoomCreateInput"
|
|
20855
|
+
}
|
|
20856
|
+
}
|
|
20857
|
+
}
|
|
20858
|
+
],
|
|
20859
|
+
"isDeprecated": false
|
|
20860
|
+
},
|
|
20620
20861
|
{
|
|
20621
20862
|
"name": "createManagedExternalCalendarEvent",
|
|
20622
20863
|
"type": {
|
|
@@ -20802,6 +21043,30 @@ const introspection = {
|
|
|
20802
21043
|
],
|
|
20803
21044
|
"isDeprecated": false
|
|
20804
21045
|
},
|
|
21046
|
+
{
|
|
21047
|
+
"name": "createSamlIntegration",
|
|
21048
|
+
"type": {
|
|
21049
|
+
"kind": "NON_NULL",
|
|
21050
|
+
"ofType": {
|
|
21051
|
+
"kind": "OBJECT",
|
|
21052
|
+
"name": "SamlIntegration"
|
|
21053
|
+
}
|
|
21054
|
+
},
|
|
21055
|
+
"args": [],
|
|
21056
|
+
"isDeprecated": false
|
|
21057
|
+
},
|
|
21058
|
+
{
|
|
21059
|
+
"name": "createScimToken",
|
|
21060
|
+
"type": {
|
|
21061
|
+
"kind": "NON_NULL",
|
|
21062
|
+
"ofType": {
|
|
21063
|
+
"kind": "SCALAR",
|
|
21064
|
+
"name": "String"
|
|
21065
|
+
}
|
|
21066
|
+
},
|
|
21067
|
+
"args": [],
|
|
21068
|
+
"isDeprecated": false
|
|
21069
|
+
},
|
|
20805
21070
|
{
|
|
20806
21071
|
"name": "createSessionConfigSessionEvent",
|
|
20807
21072
|
"type": {
|
|
@@ -20993,6 +21258,29 @@ const introspection = {
|
|
|
20993
21258
|
],
|
|
20994
21259
|
"isDeprecated": false
|
|
20995
21260
|
},
|
|
21261
|
+
{
|
|
21262
|
+
"name": "createUnavailabilityEvent",
|
|
21263
|
+
"type": {
|
|
21264
|
+
"kind": "NON_NULL",
|
|
21265
|
+
"ofType": {
|
|
21266
|
+
"kind": "OBJECT",
|
|
21267
|
+
"name": "Unavailability"
|
|
21268
|
+
}
|
|
21269
|
+
},
|
|
21270
|
+
"args": [
|
|
21271
|
+
{
|
|
21272
|
+
"name": "input",
|
|
21273
|
+
"type": {
|
|
21274
|
+
"kind": "NON_NULL",
|
|
21275
|
+
"ofType": {
|
|
21276
|
+
"kind": "INPUT_OBJECT",
|
|
21277
|
+
"name": "UnavailabilityEventCreateInput"
|
|
21278
|
+
}
|
|
21279
|
+
}
|
|
21280
|
+
}
|
|
21281
|
+
],
|
|
21282
|
+
"isDeprecated": false
|
|
21283
|
+
},
|
|
20996
21284
|
{
|
|
20997
21285
|
"name": "createUploadFileLink",
|
|
20998
21286
|
"type": {
|
|
@@ -21383,6 +21671,29 @@ const introspection = {
|
|
|
21383
21671
|
],
|
|
21384
21672
|
"isDeprecated": false
|
|
21385
21673
|
},
|
|
21674
|
+
{
|
|
21675
|
+
"name": "deleteLocalMeetingRoom",
|
|
21676
|
+
"type": {
|
|
21677
|
+
"kind": "NON_NULL",
|
|
21678
|
+
"ofType": {
|
|
21679
|
+
"kind": "OBJECT",
|
|
21680
|
+
"name": "MeetingRoom"
|
|
21681
|
+
}
|
|
21682
|
+
},
|
|
21683
|
+
"args": [
|
|
21684
|
+
{
|
|
21685
|
+
"name": "id",
|
|
21686
|
+
"type": {
|
|
21687
|
+
"kind": "NON_NULL",
|
|
21688
|
+
"ofType": {
|
|
21689
|
+
"kind": "SCALAR",
|
|
21690
|
+
"name": "ID"
|
|
21691
|
+
}
|
|
21692
|
+
}
|
|
21693
|
+
}
|
|
21694
|
+
],
|
|
21695
|
+
"isDeprecated": false
|
|
21696
|
+
},
|
|
21386
21697
|
{
|
|
21387
21698
|
"name": "deleteManagedExternalCalendarEvent",
|
|
21388
21699
|
"type": {
|
|
@@ -21518,6 +21829,18 @@ const introspection = {
|
|
|
21518
21829
|
],
|
|
21519
21830
|
"isDeprecated": false
|
|
21520
21831
|
},
|
|
21832
|
+
{
|
|
21833
|
+
"name": "deleteSamlIntegration",
|
|
21834
|
+
"type": {
|
|
21835
|
+
"kind": "NON_NULL",
|
|
21836
|
+
"ofType": {
|
|
21837
|
+
"kind": "OBJECT",
|
|
21838
|
+
"name": "SamlIntegration"
|
|
21839
|
+
}
|
|
21840
|
+
},
|
|
21841
|
+
"args": [],
|
|
21842
|
+
"isDeprecated": false
|
|
21843
|
+
},
|
|
21521
21844
|
{
|
|
21522
21845
|
"name": "deleteStorageAccountConfig",
|
|
21523
21846
|
"type": {
|
|
@@ -22363,6 +22686,39 @@ const introspection = {
|
|
|
22363
22686
|
],
|
|
22364
22687
|
"isDeprecated": false
|
|
22365
22688
|
},
|
|
22689
|
+
{
|
|
22690
|
+
"name": "patchLocalMeetingRoom",
|
|
22691
|
+
"type": {
|
|
22692
|
+
"kind": "NON_NULL",
|
|
22693
|
+
"ofType": {
|
|
22694
|
+
"kind": "OBJECT",
|
|
22695
|
+
"name": "MeetingRoom"
|
|
22696
|
+
}
|
|
22697
|
+
},
|
|
22698
|
+
"args": [
|
|
22699
|
+
{
|
|
22700
|
+
"name": "id",
|
|
22701
|
+
"type": {
|
|
22702
|
+
"kind": "NON_NULL",
|
|
22703
|
+
"ofType": {
|
|
22704
|
+
"kind": "SCALAR",
|
|
22705
|
+
"name": "ID"
|
|
22706
|
+
}
|
|
22707
|
+
}
|
|
22708
|
+
},
|
|
22709
|
+
{
|
|
22710
|
+
"name": "input",
|
|
22711
|
+
"type": {
|
|
22712
|
+
"kind": "NON_NULL",
|
|
22713
|
+
"ofType": {
|
|
22714
|
+
"kind": "INPUT_OBJECT",
|
|
22715
|
+
"name": "LocalMeetingRoomPatchInput"
|
|
22716
|
+
}
|
|
22717
|
+
}
|
|
22718
|
+
}
|
|
22719
|
+
],
|
|
22720
|
+
"isDeprecated": false
|
|
22721
|
+
},
|
|
22366
22722
|
{
|
|
22367
22723
|
"name": "patchManagedExternalCalendarEvent",
|
|
22368
22724
|
"type": {
|
|
@@ -22629,6 +22985,29 @@ const introspection = {
|
|
|
22629
22985
|
],
|
|
22630
22986
|
"isDeprecated": false
|
|
22631
22987
|
},
|
|
22988
|
+
{
|
|
22989
|
+
"name": "patchSamlIntegration",
|
|
22990
|
+
"type": {
|
|
22991
|
+
"kind": "NON_NULL",
|
|
22992
|
+
"ofType": {
|
|
22993
|
+
"kind": "OBJECT",
|
|
22994
|
+
"name": "SamlIntegration"
|
|
22995
|
+
}
|
|
22996
|
+
},
|
|
22997
|
+
"args": [
|
|
22998
|
+
{
|
|
22999
|
+
"name": "input",
|
|
23000
|
+
"type": {
|
|
23001
|
+
"kind": "NON_NULL",
|
|
23002
|
+
"ofType": {
|
|
23003
|
+
"kind": "INPUT_OBJECT",
|
|
23004
|
+
"name": "SamlIntegrationPatchInput"
|
|
23005
|
+
}
|
|
23006
|
+
}
|
|
23007
|
+
}
|
|
23008
|
+
],
|
|
23009
|
+
"isDeprecated": false
|
|
23010
|
+
},
|
|
22632
23011
|
{
|
|
22633
23012
|
"name": "patchStaticTranslationOverrides",
|
|
22634
23013
|
"type": {
|
|
@@ -24595,6 +24974,75 @@ const introspection = {
|
|
|
24595
24974
|
],
|
|
24596
24975
|
"isDeprecated": false
|
|
24597
24976
|
},
|
|
24977
|
+
{
|
|
24978
|
+
"name": "toggleRedirectToSaml",
|
|
24979
|
+
"type": {
|
|
24980
|
+
"kind": "NON_NULL",
|
|
24981
|
+
"ofType": {
|
|
24982
|
+
"kind": "SCALAR",
|
|
24983
|
+
"name": "Boolean"
|
|
24984
|
+
}
|
|
24985
|
+
},
|
|
24986
|
+
"args": [
|
|
24987
|
+
{
|
|
24988
|
+
"name": "shouldRedirectToSaml",
|
|
24989
|
+
"type": {
|
|
24990
|
+
"kind": "NON_NULL",
|
|
24991
|
+
"ofType": {
|
|
24992
|
+
"kind": "SCALAR",
|
|
24993
|
+
"name": "Boolean"
|
|
24994
|
+
}
|
|
24995
|
+
}
|
|
24996
|
+
}
|
|
24997
|
+
],
|
|
24998
|
+
"isDeprecated": false
|
|
24999
|
+
},
|
|
25000
|
+
{
|
|
25001
|
+
"name": "uploadSamlIdentityProviderMetadataByFile",
|
|
25002
|
+
"type": {
|
|
25003
|
+
"kind": "NON_NULL",
|
|
25004
|
+
"ofType": {
|
|
25005
|
+
"kind": "OBJECT",
|
|
25006
|
+
"name": "SamlIntegration"
|
|
25007
|
+
}
|
|
25008
|
+
},
|
|
25009
|
+
"args": [
|
|
25010
|
+
{
|
|
25011
|
+
"name": "metadataXml",
|
|
25012
|
+
"type": {
|
|
25013
|
+
"kind": "NON_NULL",
|
|
25014
|
+
"ofType": {
|
|
25015
|
+
"kind": "SCALAR",
|
|
25016
|
+
"name": "String"
|
|
25017
|
+
}
|
|
25018
|
+
}
|
|
25019
|
+
}
|
|
25020
|
+
],
|
|
25021
|
+
"isDeprecated": false
|
|
25022
|
+
},
|
|
25023
|
+
{
|
|
25024
|
+
"name": "uploadSamlIdentityProviderMetadataByUrl",
|
|
25025
|
+
"type": {
|
|
25026
|
+
"kind": "NON_NULL",
|
|
25027
|
+
"ofType": {
|
|
25028
|
+
"kind": "OBJECT",
|
|
25029
|
+
"name": "SamlIntegration"
|
|
25030
|
+
}
|
|
25031
|
+
},
|
|
25032
|
+
"args": [
|
|
25033
|
+
{
|
|
25034
|
+
"name": "metadataUrl",
|
|
25035
|
+
"type": {
|
|
25036
|
+
"kind": "NON_NULL",
|
|
25037
|
+
"ofType": {
|
|
25038
|
+
"kind": "SCALAR",
|
|
25039
|
+
"name": "String"
|
|
25040
|
+
}
|
|
25041
|
+
}
|
|
25042
|
+
}
|
|
25043
|
+
],
|
|
25044
|
+
"isDeprecated": false
|
|
25045
|
+
},
|
|
24598
25046
|
{
|
|
24599
25047
|
"name": "upsertMicrosoftGraphAPIEmailConfiguration",
|
|
24600
25048
|
"type": {
|
|
@@ -31473,6 +31921,15 @@ const introspection = {
|
|
|
31473
31921
|
],
|
|
31474
31922
|
"isDeprecated": false
|
|
31475
31923
|
},
|
|
31924
|
+
{
|
|
31925
|
+
"name": "samlIntegration",
|
|
31926
|
+
"type": {
|
|
31927
|
+
"kind": "OBJECT",
|
|
31928
|
+
"name": "SamlIntegration"
|
|
31929
|
+
},
|
|
31930
|
+
"args": [],
|
|
31931
|
+
"isDeprecated": false
|
|
31932
|
+
},
|
|
31476
31933
|
{
|
|
31477
31934
|
"name": "schedulableEmployees",
|
|
31478
31935
|
"type": {
|
|
@@ -32618,6 +33075,36 @@ const introspection = {
|
|
|
32618
33075
|
],
|
|
32619
33076
|
"isDeprecated": false
|
|
32620
33077
|
},
|
|
33078
|
+
{
|
|
33079
|
+
"name": "scimEndpoint",
|
|
33080
|
+
"type": {
|
|
33081
|
+
"kind": "NON_NULL",
|
|
33082
|
+
"ofType": {
|
|
33083
|
+
"kind": "SCALAR",
|
|
33084
|
+
"name": "String"
|
|
33085
|
+
}
|
|
33086
|
+
},
|
|
33087
|
+
"args": [],
|
|
33088
|
+
"isDeprecated": false
|
|
33089
|
+
},
|
|
33090
|
+
{
|
|
33091
|
+
"name": "scimTokens",
|
|
33092
|
+
"type": {
|
|
33093
|
+
"kind": "NON_NULL",
|
|
33094
|
+
"ofType": {
|
|
33095
|
+
"kind": "LIST",
|
|
33096
|
+
"ofType": {
|
|
33097
|
+
"kind": "NON_NULL",
|
|
33098
|
+
"ofType": {
|
|
33099
|
+
"kind": "OBJECT",
|
|
33100
|
+
"name": "ScimToken"
|
|
33101
|
+
}
|
|
33102
|
+
}
|
|
33103
|
+
}
|
|
33104
|
+
},
|
|
33105
|
+
"args": [],
|
|
33106
|
+
"isDeprecated": false
|
|
33107
|
+
},
|
|
32621
33108
|
{
|
|
32622
33109
|
"name": "searchRegions",
|
|
32623
33110
|
"type": {
|
|
@@ -34989,6 +35476,10 @@ const introspection = {
|
|
|
34989
35476
|
"name": "OFFICE_RELATION",
|
|
34990
35477
|
"isDeprecated": false
|
|
34991
35478
|
},
|
|
35479
|
+
{
|
|
35480
|
+
"name": "SCIM_TOKEN",
|
|
35481
|
+
"isDeprecated": false
|
|
35482
|
+
},
|
|
34992
35483
|
{
|
|
34993
35484
|
"name": "SUBJECT",
|
|
34994
35485
|
"isDeprecated": false
|
|
@@ -34999,6 +35490,365 @@ const introspection = {
|
|
|
34999
35490
|
}
|
|
35000
35491
|
]
|
|
35001
35492
|
},
|
|
35493
|
+
{
|
|
35494
|
+
"kind": "OBJECT",
|
|
35495
|
+
"name": "SamlIntegration",
|
|
35496
|
+
"fields": [
|
|
35497
|
+
{
|
|
35498
|
+
"name": "active",
|
|
35499
|
+
"type": {
|
|
35500
|
+
"kind": "NON_NULL",
|
|
35501
|
+
"ofType": {
|
|
35502
|
+
"kind": "SCALAR",
|
|
35503
|
+
"name": "Boolean"
|
|
35504
|
+
}
|
|
35505
|
+
},
|
|
35506
|
+
"args": [],
|
|
35507
|
+
"isDeprecated": false
|
|
35508
|
+
},
|
|
35509
|
+
{
|
|
35510
|
+
"name": "forceAuthentication",
|
|
35511
|
+
"type": {
|
|
35512
|
+
"kind": "NON_NULL",
|
|
35513
|
+
"ofType": {
|
|
35514
|
+
"kind": "SCALAR",
|
|
35515
|
+
"name": "Boolean"
|
|
35516
|
+
}
|
|
35517
|
+
},
|
|
35518
|
+
"args": [],
|
|
35519
|
+
"isDeprecated": false
|
|
35520
|
+
},
|
|
35521
|
+
{
|
|
35522
|
+
"name": "identityProviderMetadataUrl",
|
|
35523
|
+
"type": {
|
|
35524
|
+
"kind": "SCALAR",
|
|
35525
|
+
"name": "String"
|
|
35526
|
+
},
|
|
35527
|
+
"args": [],
|
|
35528
|
+
"isDeprecated": false
|
|
35529
|
+
},
|
|
35530
|
+
{
|
|
35531
|
+
"name": "identityProviderSignatureKey",
|
|
35532
|
+
"type": {
|
|
35533
|
+
"kind": "OBJECT",
|
|
35534
|
+
"name": "SamlIntegrationIdentityProviderKey"
|
|
35535
|
+
},
|
|
35536
|
+
"args": [],
|
|
35537
|
+
"isDeprecated": false
|
|
35538
|
+
},
|
|
35539
|
+
{
|
|
35540
|
+
"name": "serviceProviderEncryptionKeys",
|
|
35541
|
+
"type": {
|
|
35542
|
+
"kind": "NON_NULL",
|
|
35543
|
+
"ofType": {
|
|
35544
|
+
"kind": "LIST",
|
|
35545
|
+
"ofType": {
|
|
35546
|
+
"kind": "NON_NULL",
|
|
35547
|
+
"ofType": {
|
|
35548
|
+
"kind": "OBJECT",
|
|
35549
|
+
"name": "SamlIntegrationServiceProviderKey"
|
|
35550
|
+
}
|
|
35551
|
+
}
|
|
35552
|
+
}
|
|
35553
|
+
},
|
|
35554
|
+
"args": [],
|
|
35555
|
+
"isDeprecated": false
|
|
35556
|
+
},
|
|
35557
|
+
{
|
|
35558
|
+
"name": "serviceProviderMetadataUrl",
|
|
35559
|
+
"type": {
|
|
35560
|
+
"kind": "NON_NULL",
|
|
35561
|
+
"ofType": {
|
|
35562
|
+
"kind": "SCALAR",
|
|
35563
|
+
"name": "String"
|
|
35564
|
+
}
|
|
35565
|
+
},
|
|
35566
|
+
"args": [],
|
|
35567
|
+
"isDeprecated": false
|
|
35568
|
+
},
|
|
35569
|
+
{
|
|
35570
|
+
"name": "serviceProviderSignatureKeys",
|
|
35571
|
+
"type": {
|
|
35572
|
+
"kind": "NON_NULL",
|
|
35573
|
+
"ofType": {
|
|
35574
|
+
"kind": "LIST",
|
|
35575
|
+
"ofType": {
|
|
35576
|
+
"kind": "NON_NULL",
|
|
35577
|
+
"ofType": {
|
|
35578
|
+
"kind": "OBJECT",
|
|
35579
|
+
"name": "SamlIntegrationServiceProviderKey"
|
|
35580
|
+
}
|
|
35581
|
+
}
|
|
35582
|
+
}
|
|
35583
|
+
},
|
|
35584
|
+
"args": [],
|
|
35585
|
+
"isDeprecated": false
|
|
35586
|
+
},
|
|
35587
|
+
{
|
|
35588
|
+
"name": "signServiceProviderMetadata",
|
|
35589
|
+
"type": {
|
|
35590
|
+
"kind": "NON_NULL",
|
|
35591
|
+
"ofType": {
|
|
35592
|
+
"kind": "SCALAR",
|
|
35593
|
+
"name": "Boolean"
|
|
35594
|
+
}
|
|
35595
|
+
},
|
|
35596
|
+
"args": [],
|
|
35597
|
+
"isDeprecated": false
|
|
35598
|
+
},
|
|
35599
|
+
{
|
|
35600
|
+
"name": "singleLogoutServiceUrl",
|
|
35601
|
+
"type": {
|
|
35602
|
+
"kind": "SCALAR",
|
|
35603
|
+
"name": "String"
|
|
35604
|
+
},
|
|
35605
|
+
"args": [],
|
|
35606
|
+
"isDeprecated": false
|
|
35607
|
+
},
|
|
35608
|
+
{
|
|
35609
|
+
"name": "singleSignOnServiceUrl",
|
|
35610
|
+
"type": {
|
|
35611
|
+
"kind": "SCALAR",
|
|
35612
|
+
"name": "String"
|
|
35613
|
+
},
|
|
35614
|
+
"args": [],
|
|
35615
|
+
"isDeprecated": false
|
|
35616
|
+
},
|
|
35617
|
+
{
|
|
35618
|
+
"name": "validateSignature",
|
|
35619
|
+
"type": {
|
|
35620
|
+
"kind": "NON_NULL",
|
|
35621
|
+
"ofType": {
|
|
35622
|
+
"kind": "SCALAR",
|
|
35623
|
+
"name": "Boolean"
|
|
35624
|
+
}
|
|
35625
|
+
},
|
|
35626
|
+
"args": [],
|
|
35627
|
+
"isDeprecated": false
|
|
35628
|
+
},
|
|
35629
|
+
{
|
|
35630
|
+
"name": "wantAssertionsEncrypted",
|
|
35631
|
+
"type": {
|
|
35632
|
+
"kind": "NON_NULL",
|
|
35633
|
+
"ofType": {
|
|
35634
|
+
"kind": "SCALAR",
|
|
35635
|
+
"name": "Boolean"
|
|
35636
|
+
}
|
|
35637
|
+
},
|
|
35638
|
+
"args": [],
|
|
35639
|
+
"isDeprecated": false
|
|
35640
|
+
},
|
|
35641
|
+
{
|
|
35642
|
+
"name": "wantAssertionsSigned",
|
|
35643
|
+
"type": {
|
|
35644
|
+
"kind": "NON_NULL",
|
|
35645
|
+
"ofType": {
|
|
35646
|
+
"kind": "SCALAR",
|
|
35647
|
+
"name": "Boolean"
|
|
35648
|
+
}
|
|
35649
|
+
},
|
|
35650
|
+
"args": [],
|
|
35651
|
+
"isDeprecated": false
|
|
35652
|
+
},
|
|
35653
|
+
{
|
|
35654
|
+
"name": "wantAuthnRequestsSigned",
|
|
35655
|
+
"type": {
|
|
35656
|
+
"kind": "NON_NULL",
|
|
35657
|
+
"ofType": {
|
|
35658
|
+
"kind": "SCALAR",
|
|
35659
|
+
"name": "Boolean"
|
|
35660
|
+
}
|
|
35661
|
+
},
|
|
35662
|
+
"args": [],
|
|
35663
|
+
"isDeprecated": false
|
|
35664
|
+
}
|
|
35665
|
+
],
|
|
35666
|
+
"interfaces": []
|
|
35667
|
+
},
|
|
35668
|
+
{
|
|
35669
|
+
"kind": "OBJECT",
|
|
35670
|
+
"name": "SamlIntegrationIdentityProviderKey",
|
|
35671
|
+
"fields": [
|
|
35672
|
+
{
|
|
35673
|
+
"name": "certificate",
|
|
35674
|
+
"type": {
|
|
35675
|
+
"kind": "NON_NULL",
|
|
35676
|
+
"ofType": {
|
|
35677
|
+
"kind": "SCALAR",
|
|
35678
|
+
"name": "String"
|
|
35679
|
+
}
|
|
35680
|
+
},
|
|
35681
|
+
"args": [],
|
|
35682
|
+
"isDeprecated": false
|
|
35683
|
+
},
|
|
35684
|
+
{
|
|
35685
|
+
"name": "expiresAt",
|
|
35686
|
+
"type": {
|
|
35687
|
+
"kind": "NON_NULL",
|
|
35688
|
+
"ofType": {
|
|
35689
|
+
"kind": "SCALAR",
|
|
35690
|
+
"name": "ISO8601"
|
|
35691
|
+
}
|
|
35692
|
+
},
|
|
35693
|
+
"args": [],
|
|
35694
|
+
"isDeprecated": false
|
|
35695
|
+
}
|
|
35696
|
+
],
|
|
35697
|
+
"interfaces": []
|
|
35698
|
+
},
|
|
35699
|
+
{
|
|
35700
|
+
"kind": "ENUM",
|
|
35701
|
+
"name": "SamlIntegrationKeyStatus",
|
|
35702
|
+
"enumValues": [
|
|
35703
|
+
{
|
|
35704
|
+
"name": "ACTIVE",
|
|
35705
|
+
"isDeprecated": false
|
|
35706
|
+
},
|
|
35707
|
+
{
|
|
35708
|
+
"name": "DISABLED",
|
|
35709
|
+
"isDeprecated": false
|
|
35710
|
+
},
|
|
35711
|
+
{
|
|
35712
|
+
"name": "PASSIVE",
|
|
35713
|
+
"isDeprecated": false
|
|
35714
|
+
}
|
|
35715
|
+
]
|
|
35716
|
+
},
|
|
35717
|
+
{
|
|
35718
|
+
"kind": "INPUT_OBJECT",
|
|
35719
|
+
"name": "SamlIntegrationPatchInput",
|
|
35720
|
+
"inputFields": [
|
|
35721
|
+
{
|
|
35722
|
+
"name": "active",
|
|
35723
|
+
"type": {
|
|
35724
|
+
"kind": "SCALAR",
|
|
35725
|
+
"name": "Boolean"
|
|
35726
|
+
}
|
|
35727
|
+
},
|
|
35728
|
+
{
|
|
35729
|
+
"name": "forceAuthentication",
|
|
35730
|
+
"type": {
|
|
35731
|
+
"kind": "SCALAR",
|
|
35732
|
+
"name": "Boolean"
|
|
35733
|
+
}
|
|
35734
|
+
},
|
|
35735
|
+
{
|
|
35736
|
+
"name": "signServiceProviderMetadata",
|
|
35737
|
+
"type": {
|
|
35738
|
+
"kind": "SCALAR",
|
|
35739
|
+
"name": "Boolean"
|
|
35740
|
+
}
|
|
35741
|
+
},
|
|
35742
|
+
{
|
|
35743
|
+
"name": "validateSignature",
|
|
35744
|
+
"type": {
|
|
35745
|
+
"kind": "SCALAR",
|
|
35746
|
+
"name": "Boolean"
|
|
35747
|
+
}
|
|
35748
|
+
},
|
|
35749
|
+
{
|
|
35750
|
+
"name": "wantAssertionsEncrypted",
|
|
35751
|
+
"type": {
|
|
35752
|
+
"kind": "SCALAR",
|
|
35753
|
+
"name": "Boolean"
|
|
35754
|
+
}
|
|
35755
|
+
},
|
|
35756
|
+
{
|
|
35757
|
+
"name": "wantAssertionsSigned",
|
|
35758
|
+
"type": {
|
|
35759
|
+
"kind": "SCALAR",
|
|
35760
|
+
"name": "Boolean"
|
|
35761
|
+
}
|
|
35762
|
+
},
|
|
35763
|
+
{
|
|
35764
|
+
"name": "wantAuthnRequestsSigned",
|
|
35765
|
+
"type": {
|
|
35766
|
+
"kind": "SCALAR",
|
|
35767
|
+
"name": "Boolean"
|
|
35768
|
+
}
|
|
35769
|
+
}
|
|
35770
|
+
],
|
|
35771
|
+
"isOneOf": false
|
|
35772
|
+
},
|
|
35773
|
+
{
|
|
35774
|
+
"kind": "OBJECT",
|
|
35775
|
+
"name": "SamlIntegrationServiceProviderKey",
|
|
35776
|
+
"fields": [
|
|
35777
|
+
{
|
|
35778
|
+
"name": "algorithm",
|
|
35779
|
+
"type": {
|
|
35780
|
+
"kind": "NON_NULL",
|
|
35781
|
+
"ofType": {
|
|
35782
|
+
"kind": "SCALAR",
|
|
35783
|
+
"name": "String"
|
|
35784
|
+
}
|
|
35785
|
+
},
|
|
35786
|
+
"args": [],
|
|
35787
|
+
"isDeprecated": false
|
|
35788
|
+
},
|
|
35789
|
+
{
|
|
35790
|
+
"name": "certificate",
|
|
35791
|
+
"type": {
|
|
35792
|
+
"kind": "NON_NULL",
|
|
35793
|
+
"ofType": {
|
|
35794
|
+
"kind": "SCALAR",
|
|
35795
|
+
"name": "String"
|
|
35796
|
+
}
|
|
35797
|
+
},
|
|
35798
|
+
"args": [],
|
|
35799
|
+
"isDeprecated": false
|
|
35800
|
+
},
|
|
35801
|
+
{
|
|
35802
|
+
"name": "expiresAt",
|
|
35803
|
+
"type": {
|
|
35804
|
+
"kind": "NON_NULL",
|
|
35805
|
+
"ofType": {
|
|
35806
|
+
"kind": "SCALAR",
|
|
35807
|
+
"name": "ISO8601"
|
|
35808
|
+
}
|
|
35809
|
+
},
|
|
35810
|
+
"args": [],
|
|
35811
|
+
"isDeprecated": false
|
|
35812
|
+
},
|
|
35813
|
+
{
|
|
35814
|
+
"name": "id",
|
|
35815
|
+
"type": {
|
|
35816
|
+
"kind": "NON_NULL",
|
|
35817
|
+
"ofType": {
|
|
35818
|
+
"kind": "SCALAR",
|
|
35819
|
+
"name": "String"
|
|
35820
|
+
}
|
|
35821
|
+
},
|
|
35822
|
+
"args": [],
|
|
35823
|
+
"isDeprecated": false
|
|
35824
|
+
},
|
|
35825
|
+
{
|
|
35826
|
+
"name": "publicKey",
|
|
35827
|
+
"type": {
|
|
35828
|
+
"kind": "NON_NULL",
|
|
35829
|
+
"ofType": {
|
|
35830
|
+
"kind": "SCALAR",
|
|
35831
|
+
"name": "String"
|
|
35832
|
+
}
|
|
35833
|
+
},
|
|
35834
|
+
"args": [],
|
|
35835
|
+
"isDeprecated": false
|
|
35836
|
+
},
|
|
35837
|
+
{
|
|
35838
|
+
"name": "status",
|
|
35839
|
+
"type": {
|
|
35840
|
+
"kind": "NON_NULL",
|
|
35841
|
+
"ofType": {
|
|
35842
|
+
"kind": "ENUM",
|
|
35843
|
+
"name": "SamlIntegrationKeyStatus"
|
|
35844
|
+
}
|
|
35845
|
+
},
|
|
35846
|
+
"args": [],
|
|
35847
|
+
"isDeprecated": false
|
|
35848
|
+
}
|
|
35849
|
+
],
|
|
35850
|
+
"interfaces": []
|
|
35851
|
+
},
|
|
35002
35852
|
{
|
|
35003
35853
|
"kind": "OBJECT",
|
|
35004
35854
|
"name": "ScheduledCommunication",
|
|
@@ -35219,6 +36069,70 @@ const introspection = {
|
|
|
35219
36069
|
}
|
|
35220
36070
|
]
|
|
35221
36071
|
},
|
|
36072
|
+
{
|
|
36073
|
+
"kind": "OBJECT",
|
|
36074
|
+
"name": "ScimToken",
|
|
36075
|
+
"fields": [
|
|
36076
|
+
{
|
|
36077
|
+
"name": "createdAt",
|
|
36078
|
+
"type": {
|
|
36079
|
+
"kind": "NON_NULL",
|
|
36080
|
+
"ofType": {
|
|
36081
|
+
"kind": "SCALAR",
|
|
36082
|
+
"name": "ISO8601"
|
|
36083
|
+
}
|
|
36084
|
+
},
|
|
36085
|
+
"args": [],
|
|
36086
|
+
"isDeprecated": false
|
|
36087
|
+
},
|
|
36088
|
+
{
|
|
36089
|
+
"name": "deletedAt",
|
|
36090
|
+
"type": {
|
|
36091
|
+
"kind": "SCALAR",
|
|
36092
|
+
"name": "ISO8601"
|
|
36093
|
+
},
|
|
36094
|
+
"args": [],
|
|
36095
|
+
"isDeprecated": false
|
|
36096
|
+
},
|
|
36097
|
+
{
|
|
36098
|
+
"name": "expiresAt",
|
|
36099
|
+
"type": {
|
|
36100
|
+
"kind": "NON_NULL",
|
|
36101
|
+
"ofType": {
|
|
36102
|
+
"kind": "SCALAR",
|
|
36103
|
+
"name": "ISO8601"
|
|
36104
|
+
}
|
|
36105
|
+
},
|
|
36106
|
+
"args": [],
|
|
36107
|
+
"isDeprecated": false
|
|
36108
|
+
},
|
|
36109
|
+
{
|
|
36110
|
+
"name": "id",
|
|
36111
|
+
"type": {
|
|
36112
|
+
"kind": "NON_NULL",
|
|
36113
|
+
"ofType": {
|
|
36114
|
+
"kind": "SCALAR",
|
|
36115
|
+
"name": "ID"
|
|
36116
|
+
}
|
|
36117
|
+
},
|
|
36118
|
+
"args": [],
|
|
36119
|
+
"isDeprecated": false
|
|
36120
|
+
},
|
|
36121
|
+
{
|
|
36122
|
+
"name": "updatedAt",
|
|
36123
|
+
"type": {
|
|
36124
|
+
"kind": "NON_NULL",
|
|
36125
|
+
"ofType": {
|
|
36126
|
+
"kind": "SCALAR",
|
|
36127
|
+
"name": "ISO8601"
|
|
36128
|
+
}
|
|
36129
|
+
},
|
|
36130
|
+
"args": [],
|
|
36131
|
+
"isDeprecated": false
|
|
36132
|
+
}
|
|
36133
|
+
],
|
|
36134
|
+
"interfaces": []
|
|
36135
|
+
},
|
|
35222
36136
|
{
|
|
35223
36137
|
"kind": "INPUT_OBJECT",
|
|
35224
36138
|
"name": "SecondaryParticipantInput",
|
|
@@ -40458,6 +41372,43 @@ const introspection = {
|
|
|
40458
41372
|
],
|
|
40459
41373
|
"interfaces": []
|
|
40460
41374
|
},
|
|
41375
|
+
{
|
|
41376
|
+
"kind": "INPUT_OBJECT",
|
|
41377
|
+
"name": "UnavailabilityEventCreateInput",
|
|
41378
|
+
"inputFields": [
|
|
41379
|
+
{
|
|
41380
|
+
"name": "employeeId",
|
|
41381
|
+
"type": {
|
|
41382
|
+
"kind": "NON_NULL",
|
|
41383
|
+
"ofType": {
|
|
41384
|
+
"kind": "SCALAR",
|
|
41385
|
+
"name": "ID"
|
|
41386
|
+
}
|
|
41387
|
+
}
|
|
41388
|
+
},
|
|
41389
|
+
{
|
|
41390
|
+
"name": "end",
|
|
41391
|
+
"type": {
|
|
41392
|
+
"kind": "NON_NULL",
|
|
41393
|
+
"ofType": {
|
|
41394
|
+
"kind": "SCALAR",
|
|
41395
|
+
"name": "ISO8601"
|
|
41396
|
+
}
|
|
41397
|
+
}
|
|
41398
|
+
},
|
|
41399
|
+
{
|
|
41400
|
+
"name": "start",
|
|
41401
|
+
"type": {
|
|
41402
|
+
"kind": "NON_NULL",
|
|
41403
|
+
"ofType": {
|
|
41404
|
+
"kind": "SCALAR",
|
|
41405
|
+
"name": "ISO8601"
|
|
41406
|
+
}
|
|
41407
|
+
}
|
|
41408
|
+
}
|
|
41409
|
+
],
|
|
41410
|
+
"isOneOf": false
|
|
41411
|
+
},
|
|
40461
41412
|
{
|
|
40462
41413
|
"kind": "INPUT_OBJECT",
|
|
40463
41414
|
"name": "UnavailabilityRevertInput",
|
|
@@ -41833,6 +42784,33 @@ const introspection = {
|
|
|
41833
42784
|
],
|
|
41834
42785
|
"isOneOf": false
|
|
41835
42786
|
},
|
|
42787
|
+
{
|
|
42788
|
+
"kind": "INPUT_OBJECT",
|
|
42789
|
+
"name": "allowedMeetingRoomProvidersInput",
|
|
42790
|
+
"inputFields": [
|
|
42791
|
+
{
|
|
42792
|
+
"name": "manageable",
|
|
42793
|
+
"type": {
|
|
42794
|
+
"kind": "SCALAR",
|
|
42795
|
+
"name": "Boolean"
|
|
42796
|
+
}
|
|
42797
|
+
},
|
|
42798
|
+
{
|
|
42799
|
+
"name": "value",
|
|
42800
|
+
"type": {
|
|
42801
|
+
"kind": "LIST",
|
|
42802
|
+
"ofType": {
|
|
42803
|
+
"kind": "NON_NULL",
|
|
42804
|
+
"ofType": {
|
|
42805
|
+
"kind": "ENUM",
|
|
42806
|
+
"name": "MeetingRoomProvider"
|
|
42807
|
+
}
|
|
42808
|
+
}
|
|
42809
|
+
}
|
|
42810
|
+
}
|
|
42811
|
+
],
|
|
42812
|
+
"isOneOf": false
|
|
42813
|
+
},
|
|
41836
42814
|
{
|
|
41837
42815
|
"kind": "INPUT_OBJECT",
|
|
41838
42816
|
"name": "allowedPluginDomainsInput",
|