@pexip-engage-public/graphql 1.0.73-canary-20250526074113 → 1.0.73-canary-20250527102608
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 +2 -1
- package/dist/graphql-env.d.ts +1463 -1
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1671 -1
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +205 -6
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +1671 -1
- package/src/schema.ts +262 -4
package/src/graphql-env.ts
CHANGED
|
@@ -758,6 +758,67 @@ const introspection = {
|
|
|
758
758
|
],
|
|
759
759
|
"interfaces": []
|
|
760
760
|
},
|
|
761
|
+
{
|
|
762
|
+
"kind": "OBJECT",
|
|
763
|
+
"name": "AllowedMeetingRoomProvidersEnterpriseSetting",
|
|
764
|
+
"fields": [
|
|
765
|
+
{
|
|
766
|
+
"name": "createdAt",
|
|
767
|
+
"type": {
|
|
768
|
+
"kind": "NON_NULL",
|
|
769
|
+
"ofType": {
|
|
770
|
+
"kind": "SCALAR",
|
|
771
|
+
"name": "ISO8601"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"args": [],
|
|
775
|
+
"isDeprecated": false
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"name": "manageable",
|
|
779
|
+
"type": {
|
|
780
|
+
"kind": "NON_NULL",
|
|
781
|
+
"ofType": {
|
|
782
|
+
"kind": "SCALAR",
|
|
783
|
+
"name": "Boolean"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"args": [],
|
|
787
|
+
"isDeprecated": false
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"name": "updatedAt",
|
|
791
|
+
"type": {
|
|
792
|
+
"kind": "NON_NULL",
|
|
793
|
+
"ofType": {
|
|
794
|
+
"kind": "SCALAR",
|
|
795
|
+
"name": "ISO8601"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"args": [],
|
|
799
|
+
"isDeprecated": false
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "value",
|
|
803
|
+
"type": {
|
|
804
|
+
"kind": "NON_NULL",
|
|
805
|
+
"ofType": {
|
|
806
|
+
"kind": "LIST",
|
|
807
|
+
"ofType": {
|
|
808
|
+
"kind": "NON_NULL",
|
|
809
|
+
"ofType": {
|
|
810
|
+
"kind": "ENUM",
|
|
811
|
+
"name": "MeetingRoomProvider"
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"args": [],
|
|
817
|
+
"isDeprecated": false
|
|
818
|
+
}
|
|
819
|
+
],
|
|
820
|
+
"interfaces": []
|
|
821
|
+
},
|
|
761
822
|
{
|
|
762
823
|
"kind": "OBJECT",
|
|
763
824
|
"name": "AllowedPluginDomainsEnterpriseSetting",
|
|
@@ -6575,6 +6636,154 @@ const introspection = {
|
|
|
6575
6636
|
],
|
|
6576
6637
|
"interfaces": []
|
|
6577
6638
|
},
|
|
6639
|
+
{
|
|
6640
|
+
"kind": "OBJECT",
|
|
6641
|
+
"name": "Communication",
|
|
6642
|
+
"fields": [
|
|
6643
|
+
{
|
|
6644
|
+
"name": "channel",
|
|
6645
|
+
"type": {
|
|
6646
|
+
"kind": "NON_NULL",
|
|
6647
|
+
"ofType": {
|
|
6648
|
+
"kind": "ENUM",
|
|
6649
|
+
"name": "CommunicationChannel"
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
6652
|
+
"args": [],
|
|
6653
|
+
"isDeprecated": false
|
|
6654
|
+
},
|
|
6655
|
+
{
|
|
6656
|
+
"name": "communicationReceiver",
|
|
6657
|
+
"type": {
|
|
6658
|
+
"kind": "NON_NULL",
|
|
6659
|
+
"ofType": {
|
|
6660
|
+
"kind": "UNION",
|
|
6661
|
+
"name": "CommunicationReceiver"
|
|
6662
|
+
}
|
|
6663
|
+
},
|
|
6664
|
+
"args": [],
|
|
6665
|
+
"isDeprecated": false
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"name": "communicationType",
|
|
6669
|
+
"type": {
|
|
6670
|
+
"kind": "NON_NULL",
|
|
6671
|
+
"ofType": {
|
|
6672
|
+
"kind": "ENUM",
|
|
6673
|
+
"name": "CommunicationType"
|
|
6674
|
+
}
|
|
6675
|
+
},
|
|
6676
|
+
"args": [],
|
|
6677
|
+
"isDeprecated": false
|
|
6678
|
+
},
|
|
6679
|
+
{
|
|
6680
|
+
"name": "correlationId",
|
|
6681
|
+
"type": {
|
|
6682
|
+
"kind": "NON_NULL",
|
|
6683
|
+
"ofType": {
|
|
6684
|
+
"kind": "SCALAR",
|
|
6685
|
+
"name": "String"
|
|
6686
|
+
}
|
|
6687
|
+
},
|
|
6688
|
+
"args": [],
|
|
6689
|
+
"isDeprecated": false
|
|
6690
|
+
},
|
|
6691
|
+
{
|
|
6692
|
+
"name": "createdAt",
|
|
6693
|
+
"type": {
|
|
6694
|
+
"kind": "NON_NULL",
|
|
6695
|
+
"ofType": {
|
|
6696
|
+
"kind": "SCALAR",
|
|
6697
|
+
"name": "ISO8601"
|
|
6698
|
+
}
|
|
6699
|
+
},
|
|
6700
|
+
"args": [],
|
|
6701
|
+
"isDeprecated": false
|
|
6702
|
+
},
|
|
6703
|
+
{
|
|
6704
|
+
"name": "eventType",
|
|
6705
|
+
"type": {
|
|
6706
|
+
"kind": "NON_NULL",
|
|
6707
|
+
"ofType": {
|
|
6708
|
+
"kind": "SCALAR",
|
|
6709
|
+
"name": "String"
|
|
6710
|
+
}
|
|
6711
|
+
},
|
|
6712
|
+
"args": [],
|
|
6713
|
+
"isDeprecated": false
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "id",
|
|
6717
|
+
"type": {
|
|
6718
|
+
"kind": "NON_NULL",
|
|
6719
|
+
"ofType": {
|
|
6720
|
+
"kind": "SCALAR",
|
|
6721
|
+
"name": "ID"
|
|
6722
|
+
}
|
|
6723
|
+
},
|
|
6724
|
+
"args": [],
|
|
6725
|
+
"isDeprecated": false
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"name": "processedAt",
|
|
6729
|
+
"type": {
|
|
6730
|
+
"kind": "NON_NULL",
|
|
6731
|
+
"ofType": {
|
|
6732
|
+
"kind": "SCALAR",
|
|
6733
|
+
"name": "ISO8601"
|
|
6734
|
+
}
|
|
6735
|
+
},
|
|
6736
|
+
"args": [],
|
|
6737
|
+
"isDeprecated": false
|
|
6738
|
+
},
|
|
6739
|
+
{
|
|
6740
|
+
"name": "resourceId",
|
|
6741
|
+
"type": {
|
|
6742
|
+
"kind": "NON_NULL",
|
|
6743
|
+
"ofType": {
|
|
6744
|
+
"kind": "SCALAR",
|
|
6745
|
+
"name": "Int"
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
6748
|
+
"args": [],
|
|
6749
|
+
"isDeprecated": false
|
|
6750
|
+
},
|
|
6751
|
+
{
|
|
6752
|
+
"name": "resourceType",
|
|
6753
|
+
"type": {
|
|
6754
|
+
"kind": "NON_NULL",
|
|
6755
|
+
"ofType": {
|
|
6756
|
+
"kind": "ENUM",
|
|
6757
|
+
"name": "CommunicationResourceType"
|
|
6758
|
+
}
|
|
6759
|
+
},
|
|
6760
|
+
"args": [],
|
|
6761
|
+
"isDeprecated": false
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"name": "resourceVersion",
|
|
6765
|
+
"type": {
|
|
6766
|
+
"kind": "SCALAR",
|
|
6767
|
+
"name": "Int"
|
|
6768
|
+
},
|
|
6769
|
+
"args": [],
|
|
6770
|
+
"isDeprecated": false
|
|
6771
|
+
},
|
|
6772
|
+
{
|
|
6773
|
+
"name": "scheduledAt",
|
|
6774
|
+
"type": {
|
|
6775
|
+
"kind": "NON_NULL",
|
|
6776
|
+
"ofType": {
|
|
6777
|
+
"kind": "SCALAR",
|
|
6778
|
+
"name": "ISO8601"
|
|
6779
|
+
}
|
|
6780
|
+
},
|
|
6781
|
+
"args": [],
|
|
6782
|
+
"isDeprecated": false
|
|
6783
|
+
}
|
|
6784
|
+
],
|
|
6785
|
+
"interfaces": []
|
|
6786
|
+
},
|
|
6578
6787
|
{
|
|
6579
6788
|
"kind": "ENUM",
|
|
6580
6789
|
"name": "CommunicationChannel",
|
|
@@ -6641,6 +6850,83 @@ const introspection = {
|
|
|
6641
6850
|
],
|
|
6642
6851
|
"interfaces": []
|
|
6643
6852
|
},
|
|
6853
|
+
{
|
|
6854
|
+
"kind": "UNION",
|
|
6855
|
+
"name": "CommunicationReceiver",
|
|
6856
|
+
"possibleTypes": [
|
|
6857
|
+
{
|
|
6858
|
+
"kind": "OBJECT",
|
|
6859
|
+
"name": "Customer"
|
|
6860
|
+
},
|
|
6861
|
+
{
|
|
6862
|
+
"kind": "OBJECT",
|
|
6863
|
+
"name": "Employee"
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"kind": "OBJECT",
|
|
6867
|
+
"name": "Enterprise"
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"kind": "OBJECT",
|
|
6871
|
+
"name": "Office"
|
|
6872
|
+
}
|
|
6873
|
+
]
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"kind": "ENUM",
|
|
6877
|
+
"name": "CommunicationResourceType",
|
|
6878
|
+
"enumValues": [
|
|
6879
|
+
{
|
|
6880
|
+
"name": "APPOINTMENT",
|
|
6881
|
+
"isDeprecated": false
|
|
6882
|
+
},
|
|
6883
|
+
{
|
|
6884
|
+
"name": "CALLBACK_REQUEST",
|
|
6885
|
+
"isDeprecated": false
|
|
6886
|
+
}
|
|
6887
|
+
]
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
"kind": "INPUT_OBJECT",
|
|
6891
|
+
"name": "CommunicationSort",
|
|
6892
|
+
"inputFields": [
|
|
6893
|
+
{
|
|
6894
|
+
"name": "direction",
|
|
6895
|
+
"type": {
|
|
6896
|
+
"kind": "NON_NULL",
|
|
6897
|
+
"ofType": {
|
|
6898
|
+
"kind": "ENUM",
|
|
6899
|
+
"name": "SortDirection"
|
|
6900
|
+
}
|
|
6901
|
+
}
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
"name": "field",
|
|
6905
|
+
"type": {
|
|
6906
|
+
"kind": "NON_NULL",
|
|
6907
|
+
"ofType": {
|
|
6908
|
+
"kind": "ENUM",
|
|
6909
|
+
"name": "SortableCommunicationFields"
|
|
6910
|
+
}
|
|
6911
|
+
}
|
|
6912
|
+
}
|
|
6913
|
+
],
|
|
6914
|
+
"isOneOf": false
|
|
6915
|
+
},
|
|
6916
|
+
{
|
|
6917
|
+
"kind": "ENUM",
|
|
6918
|
+
"name": "CommunicationType",
|
|
6919
|
+
"enumValues": [
|
|
6920
|
+
{
|
|
6921
|
+
"name": "NOTIFICATION",
|
|
6922
|
+
"isDeprecated": false
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"name": "REMINDER",
|
|
6926
|
+
"isDeprecated": false
|
|
6927
|
+
}
|
|
6928
|
+
]
|
|
6929
|
+
},
|
|
6644
6930
|
{
|
|
6645
6931
|
"kind": "OBJECT",
|
|
6646
6932
|
"name": "Customer",
|
|
@@ -8549,6 +8835,10 @@ const introspection = {
|
|
|
8549
8835
|
{
|
|
8550
8836
|
"name": "SMTP",
|
|
8551
8837
|
"isDeprecated": false
|
|
8838
|
+
},
|
|
8839
|
+
{
|
|
8840
|
+
"name": "WEBHOOK",
|
|
8841
|
+
"isDeprecated": false
|
|
8552
8842
|
}
|
|
8553
8843
|
]
|
|
8554
8844
|
},
|
|
@@ -10363,6 +10653,25 @@ const introspection = {
|
|
|
10363
10653
|
],
|
|
10364
10654
|
"isOneOf": false
|
|
10365
10655
|
},
|
|
10656
|
+
{
|
|
10657
|
+
"kind": "OBJECT",
|
|
10658
|
+
"name": "Enterprise",
|
|
10659
|
+
"fields": [
|
|
10660
|
+
{
|
|
10661
|
+
"name": "name",
|
|
10662
|
+
"type": {
|
|
10663
|
+
"kind": "NON_NULL",
|
|
10664
|
+
"ofType": {
|
|
10665
|
+
"kind": "SCALAR",
|
|
10666
|
+
"name": "String"
|
|
10667
|
+
}
|
|
10668
|
+
},
|
|
10669
|
+
"args": [],
|
|
10670
|
+
"isDeprecated": false
|
|
10671
|
+
}
|
|
10672
|
+
],
|
|
10673
|
+
"interfaces": []
|
|
10674
|
+
},
|
|
10366
10675
|
{
|
|
10367
10676
|
"kind": "INPUT_OBJECT",
|
|
10368
10677
|
"name": "EnterpriseSettingTranslationInput",
|
|
@@ -10470,6 +10779,18 @@ const introspection = {
|
|
|
10470
10779
|
"args": [],
|
|
10471
10780
|
"isDeprecated": false
|
|
10472
10781
|
},
|
|
10782
|
+
{
|
|
10783
|
+
"name": "allowedMeetingRoomProviders",
|
|
10784
|
+
"type": {
|
|
10785
|
+
"kind": "NON_NULL",
|
|
10786
|
+
"ofType": {
|
|
10787
|
+
"kind": "OBJECT",
|
|
10788
|
+
"name": "AllowedMeetingRoomProvidersEnterpriseSetting"
|
|
10789
|
+
}
|
|
10790
|
+
},
|
|
10791
|
+
"args": [],
|
|
10792
|
+
"isDeprecated": false
|
|
10793
|
+
},
|
|
10473
10794
|
{
|
|
10474
10795
|
"name": "allowedPluginDomains",
|
|
10475
10796
|
"type": {
|
|
@@ -11123,6 +11444,13 @@ const introspection = {
|
|
|
11123
11444
|
"name": "allowedExternalCalendarAccountProvidersInput"
|
|
11124
11445
|
}
|
|
11125
11446
|
},
|
|
11447
|
+
{
|
|
11448
|
+
"name": "allowedMeetingRoomProviders",
|
|
11449
|
+
"type": {
|
|
11450
|
+
"kind": "INPUT_OBJECT",
|
|
11451
|
+
"name": "allowedMeetingRoomProvidersInput"
|
|
11452
|
+
}
|
|
11453
|
+
},
|
|
11126
11454
|
{
|
|
11127
11455
|
"name": "allowedPluginDomains",
|
|
11128
11456
|
"type": {
|
|
@@ -16460,6 +16788,130 @@ const introspection = {
|
|
|
16460
16788
|
],
|
|
16461
16789
|
"isOneOf": false
|
|
16462
16790
|
},
|
|
16791
|
+
{
|
|
16792
|
+
"kind": "INPUT_OBJECT",
|
|
16793
|
+
"name": "LocalMeetingRoomCreateInput",
|
|
16794
|
+
"inputFields": [
|
|
16795
|
+
{
|
|
16796
|
+
"name": "active",
|
|
16797
|
+
"type": {
|
|
16798
|
+
"kind": "NON_NULL",
|
|
16799
|
+
"ofType": {
|
|
16800
|
+
"kind": "SCALAR",
|
|
16801
|
+
"name": "Boolean"
|
|
16802
|
+
}
|
|
16803
|
+
}
|
|
16804
|
+
},
|
|
16805
|
+
{
|
|
16806
|
+
"name": "capacity",
|
|
16807
|
+
"type": {
|
|
16808
|
+
"kind": "NON_NULL",
|
|
16809
|
+
"ofType": {
|
|
16810
|
+
"kind": "SCALAR",
|
|
16811
|
+
"name": "Int"
|
|
16812
|
+
}
|
|
16813
|
+
}
|
|
16814
|
+
},
|
|
16815
|
+
{
|
|
16816
|
+
"name": "email",
|
|
16817
|
+
"type": {
|
|
16818
|
+
"kind": "SCALAR",
|
|
16819
|
+
"name": "String"
|
|
16820
|
+
}
|
|
16821
|
+
},
|
|
16822
|
+
{
|
|
16823
|
+
"name": "externalId",
|
|
16824
|
+
"type": {
|
|
16825
|
+
"kind": "SCALAR",
|
|
16826
|
+
"name": "String"
|
|
16827
|
+
}
|
|
16828
|
+
},
|
|
16829
|
+
{
|
|
16830
|
+
"name": "isWheelChairAccessible",
|
|
16831
|
+
"type": {
|
|
16832
|
+
"kind": "NON_NULL",
|
|
16833
|
+
"ofType": {
|
|
16834
|
+
"kind": "SCALAR",
|
|
16835
|
+
"name": "Boolean"
|
|
16836
|
+
}
|
|
16837
|
+
}
|
|
16838
|
+
},
|
|
16839
|
+
{
|
|
16840
|
+
"name": "name",
|
|
16841
|
+
"type": {
|
|
16842
|
+
"kind": "NON_NULL",
|
|
16843
|
+
"ofType": {
|
|
16844
|
+
"kind": "SCALAR",
|
|
16845
|
+
"name": "String"
|
|
16846
|
+
}
|
|
16847
|
+
}
|
|
16848
|
+
},
|
|
16849
|
+
{
|
|
16850
|
+
"name": "timeZone",
|
|
16851
|
+
"type": {
|
|
16852
|
+
"kind": "SCALAR",
|
|
16853
|
+
"name": "String"
|
|
16854
|
+
}
|
|
16855
|
+
}
|
|
16856
|
+
],
|
|
16857
|
+
"isOneOf": false
|
|
16858
|
+
},
|
|
16859
|
+
{
|
|
16860
|
+
"kind": "INPUT_OBJECT",
|
|
16861
|
+
"name": "LocalMeetingRoomPatchInput",
|
|
16862
|
+
"inputFields": [
|
|
16863
|
+
{
|
|
16864
|
+
"name": "active",
|
|
16865
|
+
"type": {
|
|
16866
|
+
"kind": "SCALAR",
|
|
16867
|
+
"name": "Boolean"
|
|
16868
|
+
}
|
|
16869
|
+
},
|
|
16870
|
+
{
|
|
16871
|
+
"name": "capacity",
|
|
16872
|
+
"type": {
|
|
16873
|
+
"kind": "SCALAR",
|
|
16874
|
+
"name": "Int"
|
|
16875
|
+
}
|
|
16876
|
+
},
|
|
16877
|
+
{
|
|
16878
|
+
"name": "email",
|
|
16879
|
+
"type": {
|
|
16880
|
+
"kind": "SCALAR",
|
|
16881
|
+
"name": "String"
|
|
16882
|
+
}
|
|
16883
|
+
},
|
|
16884
|
+
{
|
|
16885
|
+
"name": "externalId",
|
|
16886
|
+
"type": {
|
|
16887
|
+
"kind": "SCALAR",
|
|
16888
|
+
"name": "String"
|
|
16889
|
+
}
|
|
16890
|
+
},
|
|
16891
|
+
{
|
|
16892
|
+
"name": "isWheelChairAccessible",
|
|
16893
|
+
"type": {
|
|
16894
|
+
"kind": "SCALAR",
|
|
16895
|
+
"name": "Boolean"
|
|
16896
|
+
}
|
|
16897
|
+
},
|
|
16898
|
+
{
|
|
16899
|
+
"name": "name",
|
|
16900
|
+
"type": {
|
|
16901
|
+
"kind": "SCALAR",
|
|
16902
|
+
"name": "String"
|
|
16903
|
+
}
|
|
16904
|
+
},
|
|
16905
|
+
{
|
|
16906
|
+
"name": "timeZone",
|
|
16907
|
+
"type": {
|
|
16908
|
+
"kind": "SCALAR",
|
|
16909
|
+
"name": "String"
|
|
16910
|
+
}
|
|
16911
|
+
}
|
|
16912
|
+
],
|
|
16913
|
+
"isOneOf": false
|
|
16914
|
+
},
|
|
16463
16915
|
{
|
|
16464
16916
|
"kind": "OBJECT",
|
|
16465
16917
|
"name": "LocalizedNamesEnterpriseSetting",
|
|
@@ -17336,6 +17788,15 @@ const introspection = {
|
|
|
17336
17788
|
"args": [],
|
|
17337
17789
|
"isDeprecated": false
|
|
17338
17790
|
},
|
|
17791
|
+
{
|
|
17792
|
+
"name": "phoneNumber",
|
|
17793
|
+
"type": {
|
|
17794
|
+
"kind": "SCALAR",
|
|
17795
|
+
"name": "String"
|
|
17796
|
+
},
|
|
17797
|
+
"args": [],
|
|
17798
|
+
"isDeprecated": false
|
|
17799
|
+
},
|
|
17339
17800
|
{
|
|
17340
17801
|
"name": "resourceId",
|
|
17341
17802
|
"type": {
|
|
@@ -17517,6 +17978,13 @@ const introspection = {
|
|
|
17517
17978
|
"name": "ID"
|
|
17518
17979
|
}
|
|
17519
17980
|
},
|
|
17981
|
+
{
|
|
17982
|
+
"name": "phoneNumber",
|
|
17983
|
+
"type": {
|
|
17984
|
+
"kind": "SCALAR",
|
|
17985
|
+
"name": "String"
|
|
17986
|
+
}
|
|
17987
|
+
},
|
|
17520
17988
|
{
|
|
17521
17989
|
"name": "resourceId",
|
|
17522
17990
|
"type": {
|
|
@@ -17794,6 +18262,13 @@ const introspection = {
|
|
|
17794
18262
|
"name": "ID"
|
|
17795
18263
|
}
|
|
17796
18264
|
},
|
|
18265
|
+
{
|
|
18266
|
+
"name": "phoneNumber",
|
|
18267
|
+
"type": {
|
|
18268
|
+
"kind": "SCALAR",
|
|
18269
|
+
"name": "String"
|
|
18270
|
+
}
|
|
18271
|
+
},
|
|
17797
18272
|
{
|
|
17798
18273
|
"name": "resourceId",
|
|
17799
18274
|
"type": {
|
|
@@ -18463,7 +18938,7 @@ const introspection = {
|
|
|
18463
18938
|
"kind": "NON_NULL",
|
|
18464
18939
|
"ofType": {
|
|
18465
18940
|
"kind": "ENUM",
|
|
18466
|
-
"name": "
|
|
18941
|
+
"name": "MeetingRoomProvider"
|
|
18467
18942
|
}
|
|
18468
18943
|
},
|
|
18469
18944
|
"args": [],
|
|
@@ -18977,6 +19452,20 @@ const introspection = {
|
|
|
18977
19452
|
],
|
|
18978
19453
|
"isOneOf": false
|
|
18979
19454
|
},
|
|
19455
|
+
{
|
|
19456
|
+
"kind": "ENUM",
|
|
19457
|
+
"name": "MeetingRoomProvider",
|
|
19458
|
+
"enumValues": [
|
|
19459
|
+
{
|
|
19460
|
+
"name": "LOCAL",
|
|
19461
|
+
"isDeprecated": false
|
|
19462
|
+
},
|
|
19463
|
+
{
|
|
19464
|
+
"name": "OFFICE365",
|
|
19465
|
+
"isDeprecated": false
|
|
19466
|
+
}
|
|
19467
|
+
]
|
|
19468
|
+
},
|
|
18980
19469
|
{
|
|
18981
19470
|
"kind": "OBJECT",
|
|
18982
19471
|
"name": "MeetingRoomSchedulingSetting",
|
|
@@ -20347,6 +20836,29 @@ const introspection = {
|
|
|
20347
20836
|
],
|
|
20348
20837
|
"isDeprecated": false
|
|
20349
20838
|
},
|
|
20839
|
+
{
|
|
20840
|
+
"name": "createLocalMeetingRoom",
|
|
20841
|
+
"type": {
|
|
20842
|
+
"kind": "NON_NULL",
|
|
20843
|
+
"ofType": {
|
|
20844
|
+
"kind": "OBJECT",
|
|
20845
|
+
"name": "MeetingRoom"
|
|
20846
|
+
}
|
|
20847
|
+
},
|
|
20848
|
+
"args": [
|
|
20849
|
+
{
|
|
20850
|
+
"name": "input",
|
|
20851
|
+
"type": {
|
|
20852
|
+
"kind": "NON_NULL",
|
|
20853
|
+
"ofType": {
|
|
20854
|
+
"kind": "INPUT_OBJECT",
|
|
20855
|
+
"name": "LocalMeetingRoomCreateInput"
|
|
20856
|
+
}
|
|
20857
|
+
}
|
|
20858
|
+
}
|
|
20859
|
+
],
|
|
20860
|
+
"isDeprecated": false
|
|
20861
|
+
},
|
|
20350
20862
|
{
|
|
20351
20863
|
"name": "createManagedExternalCalendarEvent",
|
|
20352
20864
|
"type": {
|
|
@@ -20532,6 +21044,30 @@ const introspection = {
|
|
|
20532
21044
|
],
|
|
20533
21045
|
"isDeprecated": false
|
|
20534
21046
|
},
|
|
21047
|
+
{
|
|
21048
|
+
"name": "createSamlIntegration",
|
|
21049
|
+
"type": {
|
|
21050
|
+
"kind": "NON_NULL",
|
|
21051
|
+
"ofType": {
|
|
21052
|
+
"kind": "OBJECT",
|
|
21053
|
+
"name": "SamlIntegration"
|
|
21054
|
+
}
|
|
21055
|
+
},
|
|
21056
|
+
"args": [],
|
|
21057
|
+
"isDeprecated": false
|
|
21058
|
+
},
|
|
21059
|
+
{
|
|
21060
|
+
"name": "createScimToken",
|
|
21061
|
+
"type": {
|
|
21062
|
+
"kind": "NON_NULL",
|
|
21063
|
+
"ofType": {
|
|
21064
|
+
"kind": "SCALAR",
|
|
21065
|
+
"name": "String"
|
|
21066
|
+
}
|
|
21067
|
+
},
|
|
21068
|
+
"args": [],
|
|
21069
|
+
"isDeprecated": false
|
|
21070
|
+
},
|
|
20535
21071
|
{
|
|
20536
21072
|
"name": "createSessionConfigSessionEvent",
|
|
20537
21073
|
"type": {
|
|
@@ -20723,6 +21259,29 @@ const introspection = {
|
|
|
20723
21259
|
],
|
|
20724
21260
|
"isDeprecated": false
|
|
20725
21261
|
},
|
|
21262
|
+
{
|
|
21263
|
+
"name": "createUnavailabilityEvent",
|
|
21264
|
+
"type": {
|
|
21265
|
+
"kind": "NON_NULL",
|
|
21266
|
+
"ofType": {
|
|
21267
|
+
"kind": "OBJECT",
|
|
21268
|
+
"name": "Unavailability"
|
|
21269
|
+
}
|
|
21270
|
+
},
|
|
21271
|
+
"args": [
|
|
21272
|
+
{
|
|
21273
|
+
"name": "input",
|
|
21274
|
+
"type": {
|
|
21275
|
+
"kind": "NON_NULL",
|
|
21276
|
+
"ofType": {
|
|
21277
|
+
"kind": "INPUT_OBJECT",
|
|
21278
|
+
"name": "UnavailabilityEventCreateInput"
|
|
21279
|
+
}
|
|
21280
|
+
}
|
|
21281
|
+
}
|
|
21282
|
+
],
|
|
21283
|
+
"isDeprecated": false
|
|
21284
|
+
},
|
|
20726
21285
|
{
|
|
20727
21286
|
"name": "createUploadFileLink",
|
|
20728
21287
|
"type": {
|
|
@@ -21113,6 +21672,29 @@ const introspection = {
|
|
|
21113
21672
|
],
|
|
21114
21673
|
"isDeprecated": false
|
|
21115
21674
|
},
|
|
21675
|
+
{
|
|
21676
|
+
"name": "deleteLocalMeetingRoom",
|
|
21677
|
+
"type": {
|
|
21678
|
+
"kind": "NON_NULL",
|
|
21679
|
+
"ofType": {
|
|
21680
|
+
"kind": "OBJECT",
|
|
21681
|
+
"name": "MeetingRoom"
|
|
21682
|
+
}
|
|
21683
|
+
},
|
|
21684
|
+
"args": [
|
|
21685
|
+
{
|
|
21686
|
+
"name": "id",
|
|
21687
|
+
"type": {
|
|
21688
|
+
"kind": "NON_NULL",
|
|
21689
|
+
"ofType": {
|
|
21690
|
+
"kind": "SCALAR",
|
|
21691
|
+
"name": "ID"
|
|
21692
|
+
}
|
|
21693
|
+
}
|
|
21694
|
+
}
|
|
21695
|
+
],
|
|
21696
|
+
"isDeprecated": false
|
|
21697
|
+
},
|
|
21116
21698
|
{
|
|
21117
21699
|
"name": "deleteManagedExternalCalendarEvent",
|
|
21118
21700
|
"type": {
|
|
@@ -21248,6 +21830,18 @@ const introspection = {
|
|
|
21248
21830
|
],
|
|
21249
21831
|
"isDeprecated": false
|
|
21250
21832
|
},
|
|
21833
|
+
{
|
|
21834
|
+
"name": "deleteSamlIntegration",
|
|
21835
|
+
"type": {
|
|
21836
|
+
"kind": "NON_NULL",
|
|
21837
|
+
"ofType": {
|
|
21838
|
+
"kind": "OBJECT",
|
|
21839
|
+
"name": "SamlIntegration"
|
|
21840
|
+
}
|
|
21841
|
+
},
|
|
21842
|
+
"args": [],
|
|
21843
|
+
"isDeprecated": false
|
|
21844
|
+
},
|
|
21251
21845
|
{
|
|
21252
21846
|
"name": "deleteStorageAccountConfig",
|
|
21253
21847
|
"type": {
|
|
@@ -22093,6 +22687,39 @@ const introspection = {
|
|
|
22093
22687
|
],
|
|
22094
22688
|
"isDeprecated": false
|
|
22095
22689
|
},
|
|
22690
|
+
{
|
|
22691
|
+
"name": "patchLocalMeetingRoom",
|
|
22692
|
+
"type": {
|
|
22693
|
+
"kind": "NON_NULL",
|
|
22694
|
+
"ofType": {
|
|
22695
|
+
"kind": "OBJECT",
|
|
22696
|
+
"name": "MeetingRoom"
|
|
22697
|
+
}
|
|
22698
|
+
},
|
|
22699
|
+
"args": [
|
|
22700
|
+
{
|
|
22701
|
+
"name": "id",
|
|
22702
|
+
"type": {
|
|
22703
|
+
"kind": "NON_NULL",
|
|
22704
|
+
"ofType": {
|
|
22705
|
+
"kind": "SCALAR",
|
|
22706
|
+
"name": "ID"
|
|
22707
|
+
}
|
|
22708
|
+
}
|
|
22709
|
+
},
|
|
22710
|
+
{
|
|
22711
|
+
"name": "input",
|
|
22712
|
+
"type": {
|
|
22713
|
+
"kind": "NON_NULL",
|
|
22714
|
+
"ofType": {
|
|
22715
|
+
"kind": "INPUT_OBJECT",
|
|
22716
|
+
"name": "LocalMeetingRoomPatchInput"
|
|
22717
|
+
}
|
|
22718
|
+
}
|
|
22719
|
+
}
|
|
22720
|
+
],
|
|
22721
|
+
"isDeprecated": false
|
|
22722
|
+
},
|
|
22096
22723
|
{
|
|
22097
22724
|
"name": "patchManagedExternalCalendarEvent",
|
|
22098
22725
|
"type": {
|
|
@@ -22359,6 +22986,29 @@ const introspection = {
|
|
|
22359
22986
|
],
|
|
22360
22987
|
"isDeprecated": false
|
|
22361
22988
|
},
|
|
22989
|
+
{
|
|
22990
|
+
"name": "patchSamlIntegration",
|
|
22991
|
+
"type": {
|
|
22992
|
+
"kind": "NON_NULL",
|
|
22993
|
+
"ofType": {
|
|
22994
|
+
"kind": "OBJECT",
|
|
22995
|
+
"name": "SamlIntegration"
|
|
22996
|
+
}
|
|
22997
|
+
},
|
|
22998
|
+
"args": [
|
|
22999
|
+
{
|
|
23000
|
+
"name": "input",
|
|
23001
|
+
"type": {
|
|
23002
|
+
"kind": "NON_NULL",
|
|
23003
|
+
"ofType": {
|
|
23004
|
+
"kind": "INPUT_OBJECT",
|
|
23005
|
+
"name": "SamlIntegrationPatchInput"
|
|
23006
|
+
}
|
|
23007
|
+
}
|
|
23008
|
+
}
|
|
23009
|
+
],
|
|
23010
|
+
"isDeprecated": false
|
|
23011
|
+
},
|
|
22362
23012
|
{
|
|
22363
23013
|
"name": "patchStaticTranslationOverrides",
|
|
22364
23014
|
"type": {
|
|
@@ -24325,6 +24975,75 @@ const introspection = {
|
|
|
24325
24975
|
],
|
|
24326
24976
|
"isDeprecated": false
|
|
24327
24977
|
},
|
|
24978
|
+
{
|
|
24979
|
+
"name": "toggleRedirectToSaml",
|
|
24980
|
+
"type": {
|
|
24981
|
+
"kind": "NON_NULL",
|
|
24982
|
+
"ofType": {
|
|
24983
|
+
"kind": "SCALAR",
|
|
24984
|
+
"name": "Boolean"
|
|
24985
|
+
}
|
|
24986
|
+
},
|
|
24987
|
+
"args": [
|
|
24988
|
+
{
|
|
24989
|
+
"name": "shouldRedirectToSaml",
|
|
24990
|
+
"type": {
|
|
24991
|
+
"kind": "NON_NULL",
|
|
24992
|
+
"ofType": {
|
|
24993
|
+
"kind": "SCALAR",
|
|
24994
|
+
"name": "Boolean"
|
|
24995
|
+
}
|
|
24996
|
+
}
|
|
24997
|
+
}
|
|
24998
|
+
],
|
|
24999
|
+
"isDeprecated": false
|
|
25000
|
+
},
|
|
25001
|
+
{
|
|
25002
|
+
"name": "uploadSamlIdentityProviderMetadataByFile",
|
|
25003
|
+
"type": {
|
|
25004
|
+
"kind": "NON_NULL",
|
|
25005
|
+
"ofType": {
|
|
25006
|
+
"kind": "OBJECT",
|
|
25007
|
+
"name": "SamlIntegration"
|
|
25008
|
+
}
|
|
25009
|
+
},
|
|
25010
|
+
"args": [
|
|
25011
|
+
{
|
|
25012
|
+
"name": "metadataXml",
|
|
25013
|
+
"type": {
|
|
25014
|
+
"kind": "NON_NULL",
|
|
25015
|
+
"ofType": {
|
|
25016
|
+
"kind": "SCALAR",
|
|
25017
|
+
"name": "String"
|
|
25018
|
+
}
|
|
25019
|
+
}
|
|
25020
|
+
}
|
|
25021
|
+
],
|
|
25022
|
+
"isDeprecated": false
|
|
25023
|
+
},
|
|
25024
|
+
{
|
|
25025
|
+
"name": "uploadSamlIdentityProviderMetadataByUrl",
|
|
25026
|
+
"type": {
|
|
25027
|
+
"kind": "NON_NULL",
|
|
25028
|
+
"ofType": {
|
|
25029
|
+
"kind": "OBJECT",
|
|
25030
|
+
"name": "SamlIntegration"
|
|
25031
|
+
}
|
|
25032
|
+
},
|
|
25033
|
+
"args": [
|
|
25034
|
+
{
|
|
25035
|
+
"name": "metadataUrl",
|
|
25036
|
+
"type": {
|
|
25037
|
+
"kind": "NON_NULL",
|
|
25038
|
+
"ofType": {
|
|
25039
|
+
"kind": "SCALAR",
|
|
25040
|
+
"name": "String"
|
|
25041
|
+
}
|
|
25042
|
+
}
|
|
25043
|
+
}
|
|
25044
|
+
],
|
|
25045
|
+
"isDeprecated": false
|
|
25046
|
+
},
|
|
24328
25047
|
{
|
|
24329
25048
|
"name": "upsertMicrosoftGraphAPIEmailConfiguration",
|
|
24330
25049
|
"type": {
|
|
@@ -26063,6 +26782,97 @@ const introspection = {
|
|
|
26063
26782
|
],
|
|
26064
26783
|
"interfaces": []
|
|
26065
26784
|
},
|
|
26785
|
+
{
|
|
26786
|
+
"kind": "OBJECT",
|
|
26787
|
+
"name": "PexipInfinityCall",
|
|
26788
|
+
"fields": [
|
|
26789
|
+
{
|
|
26790
|
+
"name": "conferenceNode",
|
|
26791
|
+
"type": {
|
|
26792
|
+
"kind": "NON_NULL",
|
|
26793
|
+
"ofType": {
|
|
26794
|
+
"kind": "SCALAR",
|
|
26795
|
+
"name": "String"
|
|
26796
|
+
}
|
|
26797
|
+
},
|
|
26798
|
+
"args": [],
|
|
26799
|
+
"isDeprecated": false
|
|
26800
|
+
},
|
|
26801
|
+
{
|
|
26802
|
+
"name": "dialInCode",
|
|
26803
|
+
"type": {
|
|
26804
|
+
"kind": "NON_NULL",
|
|
26805
|
+
"ofType": {
|
|
26806
|
+
"kind": "SCALAR",
|
|
26807
|
+
"name": "String"
|
|
26808
|
+
}
|
|
26809
|
+
},
|
|
26810
|
+
"args": [],
|
|
26811
|
+
"isDeprecated": false
|
|
26812
|
+
},
|
|
26813
|
+
{
|
|
26814
|
+
"name": "dialInNumber",
|
|
26815
|
+
"type": {
|
|
26816
|
+
"kind": "NON_NULL",
|
|
26817
|
+
"ofType": {
|
|
26818
|
+
"kind": "SCALAR",
|
|
26819
|
+
"name": "String"
|
|
26820
|
+
}
|
|
26821
|
+
},
|
|
26822
|
+
"args": [],
|
|
26823
|
+
"isDeprecated": false
|
|
26824
|
+
},
|
|
26825
|
+
{
|
|
26826
|
+
"name": "id",
|
|
26827
|
+
"type": {
|
|
26828
|
+
"kind": "NON_NULL",
|
|
26829
|
+
"ofType": {
|
|
26830
|
+
"kind": "SCALAR",
|
|
26831
|
+
"name": "ID"
|
|
26832
|
+
}
|
|
26833
|
+
},
|
|
26834
|
+
"args": [],
|
|
26835
|
+
"isDeprecated": false
|
|
26836
|
+
},
|
|
26837
|
+
{
|
|
26838
|
+
"name": "pin",
|
|
26839
|
+
"type": {
|
|
26840
|
+
"kind": "NON_NULL",
|
|
26841
|
+
"ofType": {
|
|
26842
|
+
"kind": "SCALAR",
|
|
26843
|
+
"name": "String"
|
|
26844
|
+
}
|
|
26845
|
+
},
|
|
26846
|
+
"args": [],
|
|
26847
|
+
"isDeprecated": false
|
|
26848
|
+
},
|
|
26849
|
+
{
|
|
26850
|
+
"name": "vmrId",
|
|
26851
|
+
"type": {
|
|
26852
|
+
"kind": "NON_NULL",
|
|
26853
|
+
"ofType": {
|
|
26854
|
+
"kind": "SCALAR",
|
|
26855
|
+
"name": "Int"
|
|
26856
|
+
}
|
|
26857
|
+
},
|
|
26858
|
+
"args": [],
|
|
26859
|
+
"isDeprecated": false
|
|
26860
|
+
},
|
|
26861
|
+
{
|
|
26862
|
+
"name": "vmrName",
|
|
26863
|
+
"type": {
|
|
26864
|
+
"kind": "NON_NULL",
|
|
26865
|
+
"ofType": {
|
|
26866
|
+
"kind": "SCALAR",
|
|
26867
|
+
"name": "String"
|
|
26868
|
+
}
|
|
26869
|
+
},
|
|
26870
|
+
"args": [],
|
|
26871
|
+
"isDeprecated": false
|
|
26872
|
+
}
|
|
26873
|
+
],
|
|
26874
|
+
"interfaces": []
|
|
26875
|
+
},
|
|
26066
26876
|
{
|
|
26067
26877
|
"kind": "OBJECT",
|
|
26068
26878
|
"name": "PexipVPaaSParticipant",
|
|
@@ -26722,6 +27532,55 @@ const introspection = {
|
|
|
26722
27532
|
"kind": "SCALAR",
|
|
26723
27533
|
"name": "String"
|
|
26724
27534
|
}
|
|
27535
|
+
},
|
|
27536
|
+
{
|
|
27537
|
+
"name": "version",
|
|
27538
|
+
"type": {
|
|
27539
|
+
"kind": "SCALAR",
|
|
27540
|
+
"name": "Int"
|
|
27541
|
+
}
|
|
27542
|
+
}
|
|
27543
|
+
],
|
|
27544
|
+
"isDeprecated": false
|
|
27545
|
+
},
|
|
27546
|
+
{
|
|
27547
|
+
"name": "appointmentCommunications",
|
|
27548
|
+
"type": {
|
|
27549
|
+
"kind": "NON_NULL",
|
|
27550
|
+
"ofType": {
|
|
27551
|
+
"kind": "LIST",
|
|
27552
|
+
"ofType": {
|
|
27553
|
+
"kind": "NON_NULL",
|
|
27554
|
+
"ofType": {
|
|
27555
|
+
"kind": "OBJECT",
|
|
27556
|
+
"name": "Communication"
|
|
27557
|
+
}
|
|
27558
|
+
}
|
|
27559
|
+
}
|
|
27560
|
+
},
|
|
27561
|
+
"args": [
|
|
27562
|
+
{
|
|
27563
|
+
"name": "appointmentId",
|
|
27564
|
+
"type": {
|
|
27565
|
+
"kind": "NON_NULL",
|
|
27566
|
+
"ofType": {
|
|
27567
|
+
"kind": "SCALAR",
|
|
27568
|
+
"name": "ID"
|
|
27569
|
+
}
|
|
27570
|
+
}
|
|
27571
|
+
},
|
|
27572
|
+
{
|
|
27573
|
+
"name": "sort",
|
|
27574
|
+
"type": {
|
|
27575
|
+
"kind": "LIST",
|
|
27576
|
+
"ofType": {
|
|
27577
|
+
"kind": "NON_NULL",
|
|
27578
|
+
"ofType": {
|
|
27579
|
+
"kind": "INPUT_OBJECT",
|
|
27580
|
+
"name": "CommunicationSort"
|
|
27581
|
+
}
|
|
27582
|
+
}
|
|
27583
|
+
}
|
|
26725
27584
|
}
|
|
26726
27585
|
],
|
|
26727
27586
|
"isDeprecated": false
|
|
@@ -30855,6 +31714,29 @@ const introspection = {
|
|
|
30855
31714
|
],
|
|
30856
31715
|
"isDeprecated": false
|
|
30857
31716
|
},
|
|
31717
|
+
{
|
|
31718
|
+
"name": "pexipInfinityCall",
|
|
31719
|
+
"type": {
|
|
31720
|
+
"kind": "NON_NULL",
|
|
31721
|
+
"ofType": {
|
|
31722
|
+
"kind": "OBJECT",
|
|
31723
|
+
"name": "PexipInfinityCall"
|
|
31724
|
+
}
|
|
31725
|
+
},
|
|
31726
|
+
"args": [
|
|
31727
|
+
{
|
|
31728
|
+
"name": "token",
|
|
31729
|
+
"type": {
|
|
31730
|
+
"kind": "NON_NULL",
|
|
31731
|
+
"ofType": {
|
|
31732
|
+
"kind": "SCALAR",
|
|
31733
|
+
"name": "String"
|
|
31734
|
+
}
|
|
31735
|
+
}
|
|
31736
|
+
}
|
|
31737
|
+
],
|
|
31738
|
+
"isDeprecated": false
|
|
31739
|
+
},
|
|
30858
31740
|
{
|
|
30859
31741
|
"name": "question",
|
|
30860
31742
|
"type": {
|
|
@@ -31040,6 +31922,15 @@ const introspection = {
|
|
|
31040
31922
|
],
|
|
31041
31923
|
"isDeprecated": false
|
|
31042
31924
|
},
|
|
31925
|
+
{
|
|
31926
|
+
"name": "samlIntegration",
|
|
31927
|
+
"type": {
|
|
31928
|
+
"kind": "OBJECT",
|
|
31929
|
+
"name": "SamlIntegration"
|
|
31930
|
+
},
|
|
31931
|
+
"args": [],
|
|
31932
|
+
"isDeprecated": false
|
|
31933
|
+
},
|
|
31043
31934
|
{
|
|
31044
31935
|
"name": "schedulableEmployees",
|
|
31045
31936
|
"type": {
|
|
@@ -32130,6 +33021,91 @@ const introspection = {
|
|
|
32130
33021
|
],
|
|
32131
33022
|
"isDeprecated": false
|
|
32132
33023
|
},
|
|
33024
|
+
{
|
|
33025
|
+
"name": "scheduledAppointmentCommunications",
|
|
33026
|
+
"type": {
|
|
33027
|
+
"kind": "NON_NULL",
|
|
33028
|
+
"ofType": {
|
|
33029
|
+
"kind": "LIST",
|
|
33030
|
+
"ofType": {
|
|
33031
|
+
"kind": "NON_NULL",
|
|
33032
|
+
"ofType": {
|
|
33033
|
+
"kind": "OBJECT",
|
|
33034
|
+
"name": "ScheduledCommunication"
|
|
33035
|
+
}
|
|
33036
|
+
}
|
|
33037
|
+
}
|
|
33038
|
+
},
|
|
33039
|
+
"args": [
|
|
33040
|
+
{
|
|
33041
|
+
"name": "appointmentId",
|
|
33042
|
+
"type": {
|
|
33043
|
+
"kind": "NON_NULL",
|
|
33044
|
+
"ofType": {
|
|
33045
|
+
"kind": "SCALAR",
|
|
33046
|
+
"name": "ID"
|
|
33047
|
+
}
|
|
33048
|
+
}
|
|
33049
|
+
},
|
|
33050
|
+
{
|
|
33051
|
+
"name": "communicationType",
|
|
33052
|
+
"type": {
|
|
33053
|
+
"kind": "LIST",
|
|
33054
|
+
"ofType": {
|
|
33055
|
+
"kind": "NON_NULL",
|
|
33056
|
+
"ofType": {
|
|
33057
|
+
"kind": "ENUM",
|
|
33058
|
+
"name": "CommunicationType"
|
|
33059
|
+
}
|
|
33060
|
+
}
|
|
33061
|
+
}
|
|
33062
|
+
},
|
|
33063
|
+
{
|
|
33064
|
+
"name": "sort",
|
|
33065
|
+
"type": {
|
|
33066
|
+
"kind": "LIST",
|
|
33067
|
+
"ofType": {
|
|
33068
|
+
"kind": "NON_NULL",
|
|
33069
|
+
"ofType": {
|
|
33070
|
+
"kind": "INPUT_OBJECT",
|
|
33071
|
+
"name": "ScheduledCommunicationSort"
|
|
33072
|
+
}
|
|
33073
|
+
}
|
|
33074
|
+
}
|
|
33075
|
+
}
|
|
33076
|
+
],
|
|
33077
|
+
"isDeprecated": false
|
|
33078
|
+
},
|
|
33079
|
+
{
|
|
33080
|
+
"name": "scimEndpoint",
|
|
33081
|
+
"type": {
|
|
33082
|
+
"kind": "NON_NULL",
|
|
33083
|
+
"ofType": {
|
|
33084
|
+
"kind": "SCALAR",
|
|
33085
|
+
"name": "String"
|
|
33086
|
+
}
|
|
33087
|
+
},
|
|
33088
|
+
"args": [],
|
|
33089
|
+
"isDeprecated": false
|
|
33090
|
+
},
|
|
33091
|
+
{
|
|
33092
|
+
"name": "scimTokens",
|
|
33093
|
+
"type": {
|
|
33094
|
+
"kind": "NON_NULL",
|
|
33095
|
+
"ofType": {
|
|
33096
|
+
"kind": "LIST",
|
|
33097
|
+
"ofType": {
|
|
33098
|
+
"kind": "NON_NULL",
|
|
33099
|
+
"ofType": {
|
|
33100
|
+
"kind": "OBJECT",
|
|
33101
|
+
"name": "ScimToken"
|
|
33102
|
+
}
|
|
33103
|
+
}
|
|
33104
|
+
}
|
|
33105
|
+
},
|
|
33106
|
+
"args": [],
|
|
33107
|
+
"isDeprecated": false
|
|
33108
|
+
},
|
|
32133
33109
|
{
|
|
32134
33110
|
"name": "searchRegions",
|
|
32135
33111
|
"type": {
|
|
@@ -33301,6 +34277,26 @@ const introspection = {
|
|
|
33301
34277
|
}
|
|
33302
34278
|
},
|
|
33303
34279
|
"args": [
|
|
34280
|
+
{
|
|
34281
|
+
"name": "active",
|
|
34282
|
+
"type": {
|
|
34283
|
+
"kind": "SCALAR",
|
|
34284
|
+
"name": "Boolean"
|
|
34285
|
+
}
|
|
34286
|
+
},
|
|
34287
|
+
{
|
|
34288
|
+
"name": "eventType",
|
|
34289
|
+
"type": {
|
|
34290
|
+
"kind": "LIST",
|
|
34291
|
+
"ofType": {
|
|
34292
|
+
"kind": "NON_NULL",
|
|
34293
|
+
"ofType": {
|
|
34294
|
+
"kind": "ENUM",
|
|
34295
|
+
"name": "WebhookEventType"
|
|
34296
|
+
}
|
|
34297
|
+
}
|
|
34298
|
+
}
|
|
34299
|
+
},
|
|
33304
34300
|
{
|
|
33305
34301
|
"name": "withDeleted",
|
|
33306
34302
|
"type": {
|
|
@@ -34481,6 +35477,10 @@ const introspection = {
|
|
|
34481
35477
|
"name": "OFFICE_RELATION",
|
|
34482
35478
|
"isDeprecated": false
|
|
34483
35479
|
},
|
|
35480
|
+
{
|
|
35481
|
+
"name": "SCIM_TOKEN",
|
|
35482
|
+
"isDeprecated": false
|
|
35483
|
+
},
|
|
34484
35484
|
{
|
|
34485
35485
|
"name": "SUBJECT",
|
|
34486
35486
|
"isDeprecated": false
|
|
@@ -34491,6 +35491,516 @@ const introspection = {
|
|
|
34491
35491
|
}
|
|
34492
35492
|
]
|
|
34493
35493
|
},
|
|
35494
|
+
{
|
|
35495
|
+
"kind": "OBJECT",
|
|
35496
|
+
"name": "SamlIntegration",
|
|
35497
|
+
"fields": [
|
|
35498
|
+
{
|
|
35499
|
+
"name": "active",
|
|
35500
|
+
"type": {
|
|
35501
|
+
"kind": "NON_NULL",
|
|
35502
|
+
"ofType": {
|
|
35503
|
+
"kind": "SCALAR",
|
|
35504
|
+
"name": "Boolean"
|
|
35505
|
+
}
|
|
35506
|
+
},
|
|
35507
|
+
"args": [],
|
|
35508
|
+
"isDeprecated": false
|
|
35509
|
+
},
|
|
35510
|
+
{
|
|
35511
|
+
"name": "forceAuthentication",
|
|
35512
|
+
"type": {
|
|
35513
|
+
"kind": "NON_NULL",
|
|
35514
|
+
"ofType": {
|
|
35515
|
+
"kind": "SCALAR",
|
|
35516
|
+
"name": "Boolean"
|
|
35517
|
+
}
|
|
35518
|
+
},
|
|
35519
|
+
"args": [],
|
|
35520
|
+
"isDeprecated": false
|
|
35521
|
+
},
|
|
35522
|
+
{
|
|
35523
|
+
"name": "identityProviderMetadataUrl",
|
|
35524
|
+
"type": {
|
|
35525
|
+
"kind": "SCALAR",
|
|
35526
|
+
"name": "String"
|
|
35527
|
+
},
|
|
35528
|
+
"args": [],
|
|
35529
|
+
"isDeprecated": false
|
|
35530
|
+
},
|
|
35531
|
+
{
|
|
35532
|
+
"name": "identityProviderSignatureKey",
|
|
35533
|
+
"type": {
|
|
35534
|
+
"kind": "OBJECT",
|
|
35535
|
+
"name": "SamlIntegrationIdentityProviderKey"
|
|
35536
|
+
},
|
|
35537
|
+
"args": [],
|
|
35538
|
+
"isDeprecated": false
|
|
35539
|
+
},
|
|
35540
|
+
{
|
|
35541
|
+
"name": "serviceProviderEncryptionKeys",
|
|
35542
|
+
"type": {
|
|
35543
|
+
"kind": "NON_NULL",
|
|
35544
|
+
"ofType": {
|
|
35545
|
+
"kind": "LIST",
|
|
35546
|
+
"ofType": {
|
|
35547
|
+
"kind": "NON_NULL",
|
|
35548
|
+
"ofType": {
|
|
35549
|
+
"kind": "OBJECT",
|
|
35550
|
+
"name": "SamlIntegrationServiceProviderKey"
|
|
35551
|
+
}
|
|
35552
|
+
}
|
|
35553
|
+
}
|
|
35554
|
+
},
|
|
35555
|
+
"args": [],
|
|
35556
|
+
"isDeprecated": false
|
|
35557
|
+
},
|
|
35558
|
+
{
|
|
35559
|
+
"name": "serviceProviderMetadataUrl",
|
|
35560
|
+
"type": {
|
|
35561
|
+
"kind": "NON_NULL",
|
|
35562
|
+
"ofType": {
|
|
35563
|
+
"kind": "SCALAR",
|
|
35564
|
+
"name": "String"
|
|
35565
|
+
}
|
|
35566
|
+
},
|
|
35567
|
+
"args": [],
|
|
35568
|
+
"isDeprecated": false
|
|
35569
|
+
},
|
|
35570
|
+
{
|
|
35571
|
+
"name": "serviceProviderSignatureKeys",
|
|
35572
|
+
"type": {
|
|
35573
|
+
"kind": "NON_NULL",
|
|
35574
|
+
"ofType": {
|
|
35575
|
+
"kind": "LIST",
|
|
35576
|
+
"ofType": {
|
|
35577
|
+
"kind": "NON_NULL",
|
|
35578
|
+
"ofType": {
|
|
35579
|
+
"kind": "OBJECT",
|
|
35580
|
+
"name": "SamlIntegrationServiceProviderKey"
|
|
35581
|
+
}
|
|
35582
|
+
}
|
|
35583
|
+
}
|
|
35584
|
+
},
|
|
35585
|
+
"args": [],
|
|
35586
|
+
"isDeprecated": false
|
|
35587
|
+
},
|
|
35588
|
+
{
|
|
35589
|
+
"name": "signServiceProviderMetadata",
|
|
35590
|
+
"type": {
|
|
35591
|
+
"kind": "NON_NULL",
|
|
35592
|
+
"ofType": {
|
|
35593
|
+
"kind": "SCALAR",
|
|
35594
|
+
"name": "Boolean"
|
|
35595
|
+
}
|
|
35596
|
+
},
|
|
35597
|
+
"args": [],
|
|
35598
|
+
"isDeprecated": false
|
|
35599
|
+
},
|
|
35600
|
+
{
|
|
35601
|
+
"name": "singleLogoutServiceUrl",
|
|
35602
|
+
"type": {
|
|
35603
|
+
"kind": "SCALAR",
|
|
35604
|
+
"name": "String"
|
|
35605
|
+
},
|
|
35606
|
+
"args": [],
|
|
35607
|
+
"isDeprecated": false
|
|
35608
|
+
},
|
|
35609
|
+
{
|
|
35610
|
+
"name": "singleSignOnServiceUrl",
|
|
35611
|
+
"type": {
|
|
35612
|
+
"kind": "SCALAR",
|
|
35613
|
+
"name": "String"
|
|
35614
|
+
},
|
|
35615
|
+
"args": [],
|
|
35616
|
+
"isDeprecated": false
|
|
35617
|
+
},
|
|
35618
|
+
{
|
|
35619
|
+
"name": "validateSignature",
|
|
35620
|
+
"type": {
|
|
35621
|
+
"kind": "NON_NULL",
|
|
35622
|
+
"ofType": {
|
|
35623
|
+
"kind": "SCALAR",
|
|
35624
|
+
"name": "Boolean"
|
|
35625
|
+
}
|
|
35626
|
+
},
|
|
35627
|
+
"args": [],
|
|
35628
|
+
"isDeprecated": false
|
|
35629
|
+
},
|
|
35630
|
+
{
|
|
35631
|
+
"name": "wantAssertionsEncrypted",
|
|
35632
|
+
"type": {
|
|
35633
|
+
"kind": "NON_NULL",
|
|
35634
|
+
"ofType": {
|
|
35635
|
+
"kind": "SCALAR",
|
|
35636
|
+
"name": "Boolean"
|
|
35637
|
+
}
|
|
35638
|
+
},
|
|
35639
|
+
"args": [],
|
|
35640
|
+
"isDeprecated": false
|
|
35641
|
+
},
|
|
35642
|
+
{
|
|
35643
|
+
"name": "wantAssertionsSigned",
|
|
35644
|
+
"type": {
|
|
35645
|
+
"kind": "NON_NULL",
|
|
35646
|
+
"ofType": {
|
|
35647
|
+
"kind": "SCALAR",
|
|
35648
|
+
"name": "Boolean"
|
|
35649
|
+
}
|
|
35650
|
+
},
|
|
35651
|
+
"args": [],
|
|
35652
|
+
"isDeprecated": false
|
|
35653
|
+
},
|
|
35654
|
+
{
|
|
35655
|
+
"name": "wantAuthnRequestsSigned",
|
|
35656
|
+
"type": {
|
|
35657
|
+
"kind": "NON_NULL",
|
|
35658
|
+
"ofType": {
|
|
35659
|
+
"kind": "SCALAR",
|
|
35660
|
+
"name": "Boolean"
|
|
35661
|
+
}
|
|
35662
|
+
},
|
|
35663
|
+
"args": [],
|
|
35664
|
+
"isDeprecated": false
|
|
35665
|
+
}
|
|
35666
|
+
],
|
|
35667
|
+
"interfaces": []
|
|
35668
|
+
},
|
|
35669
|
+
{
|
|
35670
|
+
"kind": "OBJECT",
|
|
35671
|
+
"name": "SamlIntegrationIdentityProviderKey",
|
|
35672
|
+
"fields": [
|
|
35673
|
+
{
|
|
35674
|
+
"name": "certificate",
|
|
35675
|
+
"type": {
|
|
35676
|
+
"kind": "NON_NULL",
|
|
35677
|
+
"ofType": {
|
|
35678
|
+
"kind": "SCALAR",
|
|
35679
|
+
"name": "String"
|
|
35680
|
+
}
|
|
35681
|
+
},
|
|
35682
|
+
"args": [],
|
|
35683
|
+
"isDeprecated": false
|
|
35684
|
+
},
|
|
35685
|
+
{
|
|
35686
|
+
"name": "expiresAt",
|
|
35687
|
+
"type": {
|
|
35688
|
+
"kind": "NON_NULL",
|
|
35689
|
+
"ofType": {
|
|
35690
|
+
"kind": "SCALAR",
|
|
35691
|
+
"name": "ISO8601"
|
|
35692
|
+
}
|
|
35693
|
+
},
|
|
35694
|
+
"args": [],
|
|
35695
|
+
"isDeprecated": false
|
|
35696
|
+
}
|
|
35697
|
+
],
|
|
35698
|
+
"interfaces": []
|
|
35699
|
+
},
|
|
35700
|
+
{
|
|
35701
|
+
"kind": "ENUM",
|
|
35702
|
+
"name": "SamlIntegrationKeyStatus",
|
|
35703
|
+
"enumValues": [
|
|
35704
|
+
{
|
|
35705
|
+
"name": "ACTIVE",
|
|
35706
|
+
"isDeprecated": false
|
|
35707
|
+
},
|
|
35708
|
+
{
|
|
35709
|
+
"name": "DISABLED",
|
|
35710
|
+
"isDeprecated": false
|
|
35711
|
+
},
|
|
35712
|
+
{
|
|
35713
|
+
"name": "PASSIVE",
|
|
35714
|
+
"isDeprecated": false
|
|
35715
|
+
}
|
|
35716
|
+
]
|
|
35717
|
+
},
|
|
35718
|
+
{
|
|
35719
|
+
"kind": "INPUT_OBJECT",
|
|
35720
|
+
"name": "SamlIntegrationPatchInput",
|
|
35721
|
+
"inputFields": [
|
|
35722
|
+
{
|
|
35723
|
+
"name": "active",
|
|
35724
|
+
"type": {
|
|
35725
|
+
"kind": "SCALAR",
|
|
35726
|
+
"name": "Boolean"
|
|
35727
|
+
}
|
|
35728
|
+
},
|
|
35729
|
+
{
|
|
35730
|
+
"name": "forceAuthentication",
|
|
35731
|
+
"type": {
|
|
35732
|
+
"kind": "SCALAR",
|
|
35733
|
+
"name": "Boolean"
|
|
35734
|
+
}
|
|
35735
|
+
},
|
|
35736
|
+
{
|
|
35737
|
+
"name": "signServiceProviderMetadata",
|
|
35738
|
+
"type": {
|
|
35739
|
+
"kind": "SCALAR",
|
|
35740
|
+
"name": "Boolean"
|
|
35741
|
+
}
|
|
35742
|
+
},
|
|
35743
|
+
{
|
|
35744
|
+
"name": "validateSignature",
|
|
35745
|
+
"type": {
|
|
35746
|
+
"kind": "SCALAR",
|
|
35747
|
+
"name": "Boolean"
|
|
35748
|
+
}
|
|
35749
|
+
},
|
|
35750
|
+
{
|
|
35751
|
+
"name": "wantAssertionsEncrypted",
|
|
35752
|
+
"type": {
|
|
35753
|
+
"kind": "SCALAR",
|
|
35754
|
+
"name": "Boolean"
|
|
35755
|
+
}
|
|
35756
|
+
},
|
|
35757
|
+
{
|
|
35758
|
+
"name": "wantAssertionsSigned",
|
|
35759
|
+
"type": {
|
|
35760
|
+
"kind": "SCALAR",
|
|
35761
|
+
"name": "Boolean"
|
|
35762
|
+
}
|
|
35763
|
+
},
|
|
35764
|
+
{
|
|
35765
|
+
"name": "wantAuthnRequestsSigned",
|
|
35766
|
+
"type": {
|
|
35767
|
+
"kind": "SCALAR",
|
|
35768
|
+
"name": "Boolean"
|
|
35769
|
+
}
|
|
35770
|
+
}
|
|
35771
|
+
],
|
|
35772
|
+
"isOneOf": false
|
|
35773
|
+
},
|
|
35774
|
+
{
|
|
35775
|
+
"kind": "OBJECT",
|
|
35776
|
+
"name": "SamlIntegrationServiceProviderKey",
|
|
35777
|
+
"fields": [
|
|
35778
|
+
{
|
|
35779
|
+
"name": "algorithm",
|
|
35780
|
+
"type": {
|
|
35781
|
+
"kind": "NON_NULL",
|
|
35782
|
+
"ofType": {
|
|
35783
|
+
"kind": "SCALAR",
|
|
35784
|
+
"name": "String"
|
|
35785
|
+
}
|
|
35786
|
+
},
|
|
35787
|
+
"args": [],
|
|
35788
|
+
"isDeprecated": false
|
|
35789
|
+
},
|
|
35790
|
+
{
|
|
35791
|
+
"name": "certificate",
|
|
35792
|
+
"type": {
|
|
35793
|
+
"kind": "NON_NULL",
|
|
35794
|
+
"ofType": {
|
|
35795
|
+
"kind": "SCALAR",
|
|
35796
|
+
"name": "String"
|
|
35797
|
+
}
|
|
35798
|
+
},
|
|
35799
|
+
"args": [],
|
|
35800
|
+
"isDeprecated": false
|
|
35801
|
+
},
|
|
35802
|
+
{
|
|
35803
|
+
"name": "expiresAt",
|
|
35804
|
+
"type": {
|
|
35805
|
+
"kind": "NON_NULL",
|
|
35806
|
+
"ofType": {
|
|
35807
|
+
"kind": "SCALAR",
|
|
35808
|
+
"name": "ISO8601"
|
|
35809
|
+
}
|
|
35810
|
+
},
|
|
35811
|
+
"args": [],
|
|
35812
|
+
"isDeprecated": false
|
|
35813
|
+
},
|
|
35814
|
+
{
|
|
35815
|
+
"name": "id",
|
|
35816
|
+
"type": {
|
|
35817
|
+
"kind": "NON_NULL",
|
|
35818
|
+
"ofType": {
|
|
35819
|
+
"kind": "SCALAR",
|
|
35820
|
+
"name": "String"
|
|
35821
|
+
}
|
|
35822
|
+
},
|
|
35823
|
+
"args": [],
|
|
35824
|
+
"isDeprecated": false
|
|
35825
|
+
},
|
|
35826
|
+
{
|
|
35827
|
+
"name": "publicKey",
|
|
35828
|
+
"type": {
|
|
35829
|
+
"kind": "NON_NULL",
|
|
35830
|
+
"ofType": {
|
|
35831
|
+
"kind": "SCALAR",
|
|
35832
|
+
"name": "String"
|
|
35833
|
+
}
|
|
35834
|
+
},
|
|
35835
|
+
"args": [],
|
|
35836
|
+
"isDeprecated": false
|
|
35837
|
+
},
|
|
35838
|
+
{
|
|
35839
|
+
"name": "status",
|
|
35840
|
+
"type": {
|
|
35841
|
+
"kind": "NON_NULL",
|
|
35842
|
+
"ofType": {
|
|
35843
|
+
"kind": "ENUM",
|
|
35844
|
+
"name": "SamlIntegrationKeyStatus"
|
|
35845
|
+
}
|
|
35846
|
+
},
|
|
35847
|
+
"args": [],
|
|
35848
|
+
"isDeprecated": false
|
|
35849
|
+
}
|
|
35850
|
+
],
|
|
35851
|
+
"interfaces": []
|
|
35852
|
+
},
|
|
35853
|
+
{
|
|
35854
|
+
"kind": "OBJECT",
|
|
35855
|
+
"name": "ScheduledCommunication",
|
|
35856
|
+
"fields": [
|
|
35857
|
+
{
|
|
35858
|
+
"name": "channel",
|
|
35859
|
+
"type": {
|
|
35860
|
+
"kind": "NON_NULL",
|
|
35861
|
+
"ofType": {
|
|
35862
|
+
"kind": "ENUM",
|
|
35863
|
+
"name": "CommunicationChannel"
|
|
35864
|
+
}
|
|
35865
|
+
},
|
|
35866
|
+
"args": [],
|
|
35867
|
+
"isDeprecated": false
|
|
35868
|
+
},
|
|
35869
|
+
{
|
|
35870
|
+
"name": "communicationReceiver",
|
|
35871
|
+
"type": {
|
|
35872
|
+
"kind": "NON_NULL",
|
|
35873
|
+
"ofType": {
|
|
35874
|
+
"kind": "UNION",
|
|
35875
|
+
"name": "CommunicationReceiver"
|
|
35876
|
+
}
|
|
35877
|
+
},
|
|
35878
|
+
"args": [],
|
|
35879
|
+
"isDeprecated": false
|
|
35880
|
+
},
|
|
35881
|
+
{
|
|
35882
|
+
"name": "communicationType",
|
|
35883
|
+
"type": {
|
|
35884
|
+
"kind": "NON_NULL",
|
|
35885
|
+
"ofType": {
|
|
35886
|
+
"kind": "ENUM",
|
|
35887
|
+
"name": "CommunicationType"
|
|
35888
|
+
}
|
|
35889
|
+
},
|
|
35890
|
+
"args": [],
|
|
35891
|
+
"isDeprecated": false
|
|
35892
|
+
},
|
|
35893
|
+
{
|
|
35894
|
+
"name": "correlationId",
|
|
35895
|
+
"type": {
|
|
35896
|
+
"kind": "NON_NULL",
|
|
35897
|
+
"ofType": {
|
|
35898
|
+
"kind": "SCALAR",
|
|
35899
|
+
"name": "String"
|
|
35900
|
+
}
|
|
35901
|
+
},
|
|
35902
|
+
"args": [],
|
|
35903
|
+
"isDeprecated": false
|
|
35904
|
+
},
|
|
35905
|
+
{
|
|
35906
|
+
"name": "createdAt",
|
|
35907
|
+
"type": {
|
|
35908
|
+
"kind": "NON_NULL",
|
|
35909
|
+
"ofType": {
|
|
35910
|
+
"kind": "SCALAR",
|
|
35911
|
+
"name": "ISO8601"
|
|
35912
|
+
}
|
|
35913
|
+
},
|
|
35914
|
+
"args": [],
|
|
35915
|
+
"isDeprecated": false
|
|
35916
|
+
},
|
|
35917
|
+
{
|
|
35918
|
+
"name": "eventType",
|
|
35919
|
+
"type": {
|
|
35920
|
+
"kind": "NON_NULL",
|
|
35921
|
+
"ofType": {
|
|
35922
|
+
"kind": "SCALAR",
|
|
35923
|
+
"name": "String"
|
|
35924
|
+
}
|
|
35925
|
+
},
|
|
35926
|
+
"args": [],
|
|
35927
|
+
"isDeprecated": false
|
|
35928
|
+
},
|
|
35929
|
+
{
|
|
35930
|
+
"name": "resourceId",
|
|
35931
|
+
"type": {
|
|
35932
|
+
"kind": "NON_NULL",
|
|
35933
|
+
"ofType": {
|
|
35934
|
+
"kind": "SCALAR",
|
|
35935
|
+
"name": "Int"
|
|
35936
|
+
}
|
|
35937
|
+
},
|
|
35938
|
+
"args": [],
|
|
35939
|
+
"isDeprecated": false
|
|
35940
|
+
},
|
|
35941
|
+
{
|
|
35942
|
+
"name": "resourceType",
|
|
35943
|
+
"type": {
|
|
35944
|
+
"kind": "NON_NULL",
|
|
35945
|
+
"ofType": {
|
|
35946
|
+
"kind": "ENUM",
|
|
35947
|
+
"name": "CommunicationResourceType"
|
|
35948
|
+
}
|
|
35949
|
+
},
|
|
35950
|
+
"args": [],
|
|
35951
|
+
"isDeprecated": false
|
|
35952
|
+
},
|
|
35953
|
+
{
|
|
35954
|
+
"name": "resourceVersion",
|
|
35955
|
+
"type": {
|
|
35956
|
+
"kind": "SCALAR",
|
|
35957
|
+
"name": "Int"
|
|
35958
|
+
},
|
|
35959
|
+
"args": [],
|
|
35960
|
+
"isDeprecated": false
|
|
35961
|
+
},
|
|
35962
|
+
{
|
|
35963
|
+
"name": "scheduledAt",
|
|
35964
|
+
"type": {
|
|
35965
|
+
"kind": "NON_NULL",
|
|
35966
|
+
"ofType": {
|
|
35967
|
+
"kind": "SCALAR",
|
|
35968
|
+
"name": "ISO8601"
|
|
35969
|
+
}
|
|
35970
|
+
},
|
|
35971
|
+
"args": [],
|
|
35972
|
+
"isDeprecated": false
|
|
35973
|
+
}
|
|
35974
|
+
],
|
|
35975
|
+
"interfaces": []
|
|
35976
|
+
},
|
|
35977
|
+
{
|
|
35978
|
+
"kind": "INPUT_OBJECT",
|
|
35979
|
+
"name": "ScheduledCommunicationSort",
|
|
35980
|
+
"inputFields": [
|
|
35981
|
+
{
|
|
35982
|
+
"name": "direction",
|
|
35983
|
+
"type": {
|
|
35984
|
+
"kind": "NON_NULL",
|
|
35985
|
+
"ofType": {
|
|
35986
|
+
"kind": "ENUM",
|
|
35987
|
+
"name": "SortDirection"
|
|
35988
|
+
}
|
|
35989
|
+
}
|
|
35990
|
+
},
|
|
35991
|
+
{
|
|
35992
|
+
"name": "field",
|
|
35993
|
+
"type": {
|
|
35994
|
+
"kind": "NON_NULL",
|
|
35995
|
+
"ofType": {
|
|
35996
|
+
"kind": "ENUM",
|
|
35997
|
+
"name": "SortableScheduledCommunicationFields"
|
|
35998
|
+
}
|
|
35999
|
+
}
|
|
36000
|
+
}
|
|
36001
|
+
],
|
|
36002
|
+
"isOneOf": false
|
|
36003
|
+
},
|
|
34494
36004
|
{
|
|
34495
36005
|
"kind": "OBJECT",
|
|
34496
36006
|
"name": "ScimIntegration",
|
|
@@ -34560,6 +36070,70 @@ const introspection = {
|
|
|
34560
36070
|
}
|
|
34561
36071
|
]
|
|
34562
36072
|
},
|
|
36073
|
+
{
|
|
36074
|
+
"kind": "OBJECT",
|
|
36075
|
+
"name": "ScimToken",
|
|
36076
|
+
"fields": [
|
|
36077
|
+
{
|
|
36078
|
+
"name": "createdAt",
|
|
36079
|
+
"type": {
|
|
36080
|
+
"kind": "NON_NULL",
|
|
36081
|
+
"ofType": {
|
|
36082
|
+
"kind": "SCALAR",
|
|
36083
|
+
"name": "ISO8601"
|
|
36084
|
+
}
|
|
36085
|
+
},
|
|
36086
|
+
"args": [],
|
|
36087
|
+
"isDeprecated": false
|
|
36088
|
+
},
|
|
36089
|
+
{
|
|
36090
|
+
"name": "deletedAt",
|
|
36091
|
+
"type": {
|
|
36092
|
+
"kind": "SCALAR",
|
|
36093
|
+
"name": "ISO8601"
|
|
36094
|
+
},
|
|
36095
|
+
"args": [],
|
|
36096
|
+
"isDeprecated": false
|
|
36097
|
+
},
|
|
36098
|
+
{
|
|
36099
|
+
"name": "expiresAt",
|
|
36100
|
+
"type": {
|
|
36101
|
+
"kind": "NON_NULL",
|
|
36102
|
+
"ofType": {
|
|
36103
|
+
"kind": "SCALAR",
|
|
36104
|
+
"name": "ISO8601"
|
|
36105
|
+
}
|
|
36106
|
+
},
|
|
36107
|
+
"args": [],
|
|
36108
|
+
"isDeprecated": false
|
|
36109
|
+
},
|
|
36110
|
+
{
|
|
36111
|
+
"name": "id",
|
|
36112
|
+
"type": {
|
|
36113
|
+
"kind": "NON_NULL",
|
|
36114
|
+
"ofType": {
|
|
36115
|
+
"kind": "SCALAR",
|
|
36116
|
+
"name": "ID"
|
|
36117
|
+
}
|
|
36118
|
+
},
|
|
36119
|
+
"args": [],
|
|
36120
|
+
"isDeprecated": false
|
|
36121
|
+
},
|
|
36122
|
+
{
|
|
36123
|
+
"name": "updatedAt",
|
|
36124
|
+
"type": {
|
|
36125
|
+
"kind": "NON_NULL",
|
|
36126
|
+
"ofType": {
|
|
36127
|
+
"kind": "SCALAR",
|
|
36128
|
+
"name": "ISO8601"
|
|
36129
|
+
}
|
|
36130
|
+
},
|
|
36131
|
+
"args": [],
|
|
36132
|
+
"isDeprecated": false
|
|
36133
|
+
}
|
|
36134
|
+
],
|
|
36135
|
+
"interfaces": []
|
|
36136
|
+
},
|
|
34563
36137
|
{
|
|
34564
36138
|
"kind": "INPUT_OBJECT",
|
|
34565
36139
|
"name": "SecondaryParticipantInput",
|
|
@@ -35449,6 +37023,16 @@ const introspection = {
|
|
|
35449
37023
|
}
|
|
35450
37024
|
]
|
|
35451
37025
|
},
|
|
37026
|
+
{
|
|
37027
|
+
"kind": "ENUM",
|
|
37028
|
+
"name": "SortableCommunicationFields",
|
|
37029
|
+
"enumValues": [
|
|
37030
|
+
{
|
|
37031
|
+
"name": "processedAt",
|
|
37032
|
+
"isDeprecated": false
|
|
37033
|
+
}
|
|
37034
|
+
]
|
|
37035
|
+
},
|
|
35452
37036
|
{
|
|
35453
37037
|
"kind": "ENUM",
|
|
35454
37038
|
"name": "SortableCustomerFields",
|
|
@@ -35741,6 +37325,16 @@ const introspection = {
|
|
|
35741
37325
|
}
|
|
35742
37326
|
]
|
|
35743
37327
|
},
|
|
37328
|
+
{
|
|
37329
|
+
"kind": "ENUM",
|
|
37330
|
+
"name": "SortableScheduledCommunicationFields",
|
|
37331
|
+
"enumValues": [
|
|
37332
|
+
{
|
|
37333
|
+
"name": "scheduledAt",
|
|
37334
|
+
"isDeprecated": false
|
|
37335
|
+
}
|
|
37336
|
+
]
|
|
37337
|
+
},
|
|
35744
37338
|
{
|
|
35745
37339
|
"kind": "ENUM",
|
|
35746
37340
|
"name": "SortableSubjectFields",
|
|
@@ -38279,6 +39873,10 @@ const introspection = {
|
|
|
38279
39873
|
{
|
|
38280
39874
|
"name": "TWILIO",
|
|
38281
39875
|
"isDeprecated": false
|
|
39876
|
+
},
|
|
39877
|
+
{
|
|
39878
|
+
"name": "WEBHOOK",
|
|
39879
|
+
"isDeprecated": false
|
|
38282
39880
|
}
|
|
38283
39881
|
]
|
|
38284
39882
|
},
|
|
@@ -39775,6 +41373,43 @@ const introspection = {
|
|
|
39775
41373
|
],
|
|
39776
41374
|
"interfaces": []
|
|
39777
41375
|
},
|
|
41376
|
+
{
|
|
41377
|
+
"kind": "INPUT_OBJECT",
|
|
41378
|
+
"name": "UnavailabilityEventCreateInput",
|
|
41379
|
+
"inputFields": [
|
|
41380
|
+
{
|
|
41381
|
+
"name": "employeeId",
|
|
41382
|
+
"type": {
|
|
41383
|
+
"kind": "NON_NULL",
|
|
41384
|
+
"ofType": {
|
|
41385
|
+
"kind": "SCALAR",
|
|
41386
|
+
"name": "ID"
|
|
41387
|
+
}
|
|
41388
|
+
}
|
|
41389
|
+
},
|
|
41390
|
+
{
|
|
41391
|
+
"name": "end",
|
|
41392
|
+
"type": {
|
|
41393
|
+
"kind": "NON_NULL",
|
|
41394
|
+
"ofType": {
|
|
41395
|
+
"kind": "SCALAR",
|
|
41396
|
+
"name": "ISO8601"
|
|
41397
|
+
}
|
|
41398
|
+
}
|
|
41399
|
+
},
|
|
41400
|
+
{
|
|
41401
|
+
"name": "start",
|
|
41402
|
+
"type": {
|
|
41403
|
+
"kind": "NON_NULL",
|
|
41404
|
+
"ofType": {
|
|
41405
|
+
"kind": "SCALAR",
|
|
41406
|
+
"name": "ISO8601"
|
|
41407
|
+
}
|
|
41408
|
+
}
|
|
41409
|
+
}
|
|
41410
|
+
],
|
|
41411
|
+
"isOneOf": false
|
|
41412
|
+
},
|
|
39778
41413
|
{
|
|
39779
41414
|
"kind": "INPUT_OBJECT",
|
|
39780
41415
|
"name": "UnavailabilityRevertInput",
|
|
@@ -40130,6 +41765,10 @@ const introspection = {
|
|
|
40130
41765
|
"name": "PEXIP",
|
|
40131
41766
|
"isDeprecated": false
|
|
40132
41767
|
},
|
|
41768
|
+
{
|
|
41769
|
+
"name": "PEXIP_INFINITY",
|
|
41770
|
+
"isDeprecated": false
|
|
41771
|
+
},
|
|
40133
41772
|
{
|
|
40134
41773
|
"name": "STATIC",
|
|
40135
41774
|
"isDeprecated": false
|
|
@@ -41043,6 +42682,10 @@ const introspection = {
|
|
|
41043
42682
|
{
|
|
41044
42683
|
"name": "callback_request_update",
|
|
41045
42684
|
"isDeprecated": false
|
|
42685
|
+
},
|
|
42686
|
+
{
|
|
42687
|
+
"name": "communication_send",
|
|
42688
|
+
"isDeprecated": false
|
|
41046
42689
|
}
|
|
41047
42690
|
]
|
|
41048
42691
|
},
|
|
@@ -41142,6 +42785,33 @@ const introspection = {
|
|
|
41142
42785
|
],
|
|
41143
42786
|
"isOneOf": false
|
|
41144
42787
|
},
|
|
42788
|
+
{
|
|
42789
|
+
"kind": "INPUT_OBJECT",
|
|
42790
|
+
"name": "allowedMeetingRoomProvidersInput",
|
|
42791
|
+
"inputFields": [
|
|
42792
|
+
{
|
|
42793
|
+
"name": "manageable",
|
|
42794
|
+
"type": {
|
|
42795
|
+
"kind": "SCALAR",
|
|
42796
|
+
"name": "Boolean"
|
|
42797
|
+
}
|
|
42798
|
+
},
|
|
42799
|
+
{
|
|
42800
|
+
"name": "value",
|
|
42801
|
+
"type": {
|
|
42802
|
+
"kind": "LIST",
|
|
42803
|
+
"ofType": {
|
|
42804
|
+
"kind": "NON_NULL",
|
|
42805
|
+
"ofType": {
|
|
42806
|
+
"kind": "ENUM",
|
|
42807
|
+
"name": "MeetingRoomProvider"
|
|
42808
|
+
}
|
|
42809
|
+
}
|
|
42810
|
+
}
|
|
42811
|
+
}
|
|
42812
|
+
],
|
|
42813
|
+
"isOneOf": false
|
|
42814
|
+
},
|
|
41145
42815
|
{
|
|
41146
42816
|
"kind": "INPUT_OBJECT",
|
|
41147
42817
|
"name": "allowedPluginDomainsInput",
|