@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/dist/graphql-env.d.ts
CHANGED
|
@@ -667,6 +667,61 @@ declare const introspection: {
|
|
|
667
667
|
readonly isDeprecated: false;
|
|
668
668
|
}];
|
|
669
669
|
readonly interfaces: readonly [];
|
|
670
|
+
}, {
|
|
671
|
+
readonly kind: "OBJECT";
|
|
672
|
+
readonly name: "AllowedMeetingRoomProvidersEnterpriseSetting";
|
|
673
|
+
readonly fields: readonly [{
|
|
674
|
+
readonly name: "createdAt";
|
|
675
|
+
readonly type: {
|
|
676
|
+
readonly kind: "NON_NULL";
|
|
677
|
+
readonly ofType: {
|
|
678
|
+
readonly kind: "SCALAR";
|
|
679
|
+
readonly name: "ISO8601";
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
readonly args: readonly [];
|
|
683
|
+
readonly isDeprecated: false;
|
|
684
|
+
}, {
|
|
685
|
+
readonly name: "manageable";
|
|
686
|
+
readonly type: {
|
|
687
|
+
readonly kind: "NON_NULL";
|
|
688
|
+
readonly ofType: {
|
|
689
|
+
readonly kind: "SCALAR";
|
|
690
|
+
readonly name: "Boolean";
|
|
691
|
+
};
|
|
692
|
+
};
|
|
693
|
+
readonly args: readonly [];
|
|
694
|
+
readonly isDeprecated: false;
|
|
695
|
+
}, {
|
|
696
|
+
readonly name: "updatedAt";
|
|
697
|
+
readonly type: {
|
|
698
|
+
readonly kind: "NON_NULL";
|
|
699
|
+
readonly ofType: {
|
|
700
|
+
readonly kind: "SCALAR";
|
|
701
|
+
readonly name: "ISO8601";
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
readonly args: readonly [];
|
|
705
|
+
readonly isDeprecated: false;
|
|
706
|
+
}, {
|
|
707
|
+
readonly name: "value";
|
|
708
|
+
readonly type: {
|
|
709
|
+
readonly kind: "NON_NULL";
|
|
710
|
+
readonly ofType: {
|
|
711
|
+
readonly kind: "LIST";
|
|
712
|
+
readonly ofType: {
|
|
713
|
+
readonly kind: "NON_NULL";
|
|
714
|
+
readonly ofType: {
|
|
715
|
+
readonly kind: "ENUM";
|
|
716
|
+
readonly name: "MeetingRoomProvider";
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
};
|
|
720
|
+
};
|
|
721
|
+
readonly args: readonly [];
|
|
722
|
+
readonly isDeprecated: false;
|
|
723
|
+
}];
|
|
724
|
+
readonly interfaces: readonly [];
|
|
670
725
|
}, {
|
|
671
726
|
readonly kind: "OBJECT";
|
|
672
727
|
readonly name: "AllowedPluginDomainsEnterpriseSetting";
|
|
@@ -5769,6 +5824,140 @@ declare const introspection: {
|
|
|
5769
5824
|
readonly isDeprecated: false;
|
|
5770
5825
|
}];
|
|
5771
5826
|
readonly interfaces: readonly [];
|
|
5827
|
+
}, {
|
|
5828
|
+
readonly kind: "OBJECT";
|
|
5829
|
+
readonly name: "Communication";
|
|
5830
|
+
readonly fields: readonly [{
|
|
5831
|
+
readonly name: "channel";
|
|
5832
|
+
readonly type: {
|
|
5833
|
+
readonly kind: "NON_NULL";
|
|
5834
|
+
readonly ofType: {
|
|
5835
|
+
readonly kind: "ENUM";
|
|
5836
|
+
readonly name: "CommunicationChannel";
|
|
5837
|
+
};
|
|
5838
|
+
};
|
|
5839
|
+
readonly args: readonly [];
|
|
5840
|
+
readonly isDeprecated: false;
|
|
5841
|
+
}, {
|
|
5842
|
+
readonly name: "communicationReceiver";
|
|
5843
|
+
readonly type: {
|
|
5844
|
+
readonly kind: "NON_NULL";
|
|
5845
|
+
readonly ofType: {
|
|
5846
|
+
readonly kind: "UNION";
|
|
5847
|
+
readonly name: "CommunicationReceiver";
|
|
5848
|
+
};
|
|
5849
|
+
};
|
|
5850
|
+
readonly args: readonly [];
|
|
5851
|
+
readonly isDeprecated: false;
|
|
5852
|
+
}, {
|
|
5853
|
+
readonly name: "communicationType";
|
|
5854
|
+
readonly type: {
|
|
5855
|
+
readonly kind: "NON_NULL";
|
|
5856
|
+
readonly ofType: {
|
|
5857
|
+
readonly kind: "ENUM";
|
|
5858
|
+
readonly name: "CommunicationType";
|
|
5859
|
+
};
|
|
5860
|
+
};
|
|
5861
|
+
readonly args: readonly [];
|
|
5862
|
+
readonly isDeprecated: false;
|
|
5863
|
+
}, {
|
|
5864
|
+
readonly name: "correlationId";
|
|
5865
|
+
readonly type: {
|
|
5866
|
+
readonly kind: "NON_NULL";
|
|
5867
|
+
readonly ofType: {
|
|
5868
|
+
readonly kind: "SCALAR";
|
|
5869
|
+
readonly name: "String";
|
|
5870
|
+
};
|
|
5871
|
+
};
|
|
5872
|
+
readonly args: readonly [];
|
|
5873
|
+
readonly isDeprecated: false;
|
|
5874
|
+
}, {
|
|
5875
|
+
readonly name: "createdAt";
|
|
5876
|
+
readonly type: {
|
|
5877
|
+
readonly kind: "NON_NULL";
|
|
5878
|
+
readonly ofType: {
|
|
5879
|
+
readonly kind: "SCALAR";
|
|
5880
|
+
readonly name: "ISO8601";
|
|
5881
|
+
};
|
|
5882
|
+
};
|
|
5883
|
+
readonly args: readonly [];
|
|
5884
|
+
readonly isDeprecated: false;
|
|
5885
|
+
}, {
|
|
5886
|
+
readonly name: "eventType";
|
|
5887
|
+
readonly type: {
|
|
5888
|
+
readonly kind: "NON_NULL";
|
|
5889
|
+
readonly ofType: {
|
|
5890
|
+
readonly kind: "SCALAR";
|
|
5891
|
+
readonly name: "String";
|
|
5892
|
+
};
|
|
5893
|
+
};
|
|
5894
|
+
readonly args: readonly [];
|
|
5895
|
+
readonly isDeprecated: false;
|
|
5896
|
+
}, {
|
|
5897
|
+
readonly name: "id";
|
|
5898
|
+
readonly type: {
|
|
5899
|
+
readonly kind: "NON_NULL";
|
|
5900
|
+
readonly ofType: {
|
|
5901
|
+
readonly kind: "SCALAR";
|
|
5902
|
+
readonly name: "ID";
|
|
5903
|
+
};
|
|
5904
|
+
};
|
|
5905
|
+
readonly args: readonly [];
|
|
5906
|
+
readonly isDeprecated: false;
|
|
5907
|
+
}, {
|
|
5908
|
+
readonly name: "processedAt";
|
|
5909
|
+
readonly type: {
|
|
5910
|
+
readonly kind: "NON_NULL";
|
|
5911
|
+
readonly ofType: {
|
|
5912
|
+
readonly kind: "SCALAR";
|
|
5913
|
+
readonly name: "ISO8601";
|
|
5914
|
+
};
|
|
5915
|
+
};
|
|
5916
|
+
readonly args: readonly [];
|
|
5917
|
+
readonly isDeprecated: false;
|
|
5918
|
+
}, {
|
|
5919
|
+
readonly name: "resourceId";
|
|
5920
|
+
readonly type: {
|
|
5921
|
+
readonly kind: "NON_NULL";
|
|
5922
|
+
readonly ofType: {
|
|
5923
|
+
readonly kind: "SCALAR";
|
|
5924
|
+
readonly name: "Int";
|
|
5925
|
+
};
|
|
5926
|
+
};
|
|
5927
|
+
readonly args: readonly [];
|
|
5928
|
+
readonly isDeprecated: false;
|
|
5929
|
+
}, {
|
|
5930
|
+
readonly name: "resourceType";
|
|
5931
|
+
readonly type: {
|
|
5932
|
+
readonly kind: "NON_NULL";
|
|
5933
|
+
readonly ofType: {
|
|
5934
|
+
readonly kind: "ENUM";
|
|
5935
|
+
readonly name: "CommunicationResourceType";
|
|
5936
|
+
};
|
|
5937
|
+
};
|
|
5938
|
+
readonly args: readonly [];
|
|
5939
|
+
readonly isDeprecated: false;
|
|
5940
|
+
}, {
|
|
5941
|
+
readonly name: "resourceVersion";
|
|
5942
|
+
readonly type: {
|
|
5943
|
+
readonly kind: "SCALAR";
|
|
5944
|
+
readonly name: "Int";
|
|
5945
|
+
};
|
|
5946
|
+
readonly args: readonly [];
|
|
5947
|
+
readonly isDeprecated: false;
|
|
5948
|
+
}, {
|
|
5949
|
+
readonly name: "scheduledAt";
|
|
5950
|
+
readonly type: {
|
|
5951
|
+
readonly kind: "NON_NULL";
|
|
5952
|
+
readonly ofType: {
|
|
5953
|
+
readonly kind: "SCALAR";
|
|
5954
|
+
readonly name: "ISO8601";
|
|
5955
|
+
};
|
|
5956
|
+
};
|
|
5957
|
+
readonly args: readonly [];
|
|
5958
|
+
readonly isDeprecated: false;
|
|
5959
|
+
}];
|
|
5960
|
+
readonly interfaces: readonly [];
|
|
5772
5961
|
}, {
|
|
5773
5962
|
readonly kind: "ENUM";
|
|
5774
5963
|
readonly name: "CommunicationChannel";
|
|
@@ -5825,6 +6014,65 @@ declare const introspection: {
|
|
|
5825
6014
|
readonly isDeprecated: false;
|
|
5826
6015
|
}];
|
|
5827
6016
|
readonly interfaces: readonly [];
|
|
6017
|
+
}, {
|
|
6018
|
+
readonly kind: "UNION";
|
|
6019
|
+
readonly name: "CommunicationReceiver";
|
|
6020
|
+
readonly possibleTypes: readonly [{
|
|
6021
|
+
readonly kind: "OBJECT";
|
|
6022
|
+
readonly name: "Customer";
|
|
6023
|
+
}, {
|
|
6024
|
+
readonly kind: "OBJECT";
|
|
6025
|
+
readonly name: "Employee";
|
|
6026
|
+
}, {
|
|
6027
|
+
readonly kind: "OBJECT";
|
|
6028
|
+
readonly name: "Enterprise";
|
|
6029
|
+
}, {
|
|
6030
|
+
readonly kind: "OBJECT";
|
|
6031
|
+
readonly name: "Office";
|
|
6032
|
+
}];
|
|
6033
|
+
}, {
|
|
6034
|
+
readonly kind: "ENUM";
|
|
6035
|
+
readonly name: "CommunicationResourceType";
|
|
6036
|
+
readonly enumValues: readonly [{
|
|
6037
|
+
readonly name: "APPOINTMENT";
|
|
6038
|
+
readonly isDeprecated: false;
|
|
6039
|
+
}, {
|
|
6040
|
+
readonly name: "CALLBACK_REQUEST";
|
|
6041
|
+
readonly isDeprecated: false;
|
|
6042
|
+
}];
|
|
6043
|
+
}, {
|
|
6044
|
+
readonly kind: "INPUT_OBJECT";
|
|
6045
|
+
readonly name: "CommunicationSort";
|
|
6046
|
+
readonly inputFields: readonly [{
|
|
6047
|
+
readonly name: "direction";
|
|
6048
|
+
readonly type: {
|
|
6049
|
+
readonly kind: "NON_NULL";
|
|
6050
|
+
readonly ofType: {
|
|
6051
|
+
readonly kind: "ENUM";
|
|
6052
|
+
readonly name: "SortDirection";
|
|
6053
|
+
};
|
|
6054
|
+
};
|
|
6055
|
+
}, {
|
|
6056
|
+
readonly name: "field";
|
|
6057
|
+
readonly type: {
|
|
6058
|
+
readonly kind: "NON_NULL";
|
|
6059
|
+
readonly ofType: {
|
|
6060
|
+
readonly kind: "ENUM";
|
|
6061
|
+
readonly name: "SortableCommunicationFields";
|
|
6062
|
+
};
|
|
6063
|
+
};
|
|
6064
|
+
}];
|
|
6065
|
+
readonly isOneOf: false;
|
|
6066
|
+
}, {
|
|
6067
|
+
readonly kind: "ENUM";
|
|
6068
|
+
readonly name: "CommunicationType";
|
|
6069
|
+
readonly enumValues: readonly [{
|
|
6070
|
+
readonly name: "NOTIFICATION";
|
|
6071
|
+
readonly isDeprecated: false;
|
|
6072
|
+
}, {
|
|
6073
|
+
readonly name: "REMINDER";
|
|
6074
|
+
readonly isDeprecated: false;
|
|
6075
|
+
}];
|
|
5828
6076
|
}, {
|
|
5829
6077
|
readonly kind: "OBJECT";
|
|
5830
6078
|
readonly name: "Customer";
|
|
@@ -7498,6 +7746,9 @@ declare const introspection: {
|
|
|
7498
7746
|
}, {
|
|
7499
7747
|
readonly name: "SMTP";
|
|
7500
7748
|
readonly isDeprecated: false;
|
|
7749
|
+
}, {
|
|
7750
|
+
readonly name: "WEBHOOK";
|
|
7751
|
+
readonly isDeprecated: false;
|
|
7501
7752
|
}];
|
|
7502
7753
|
}, {
|
|
7503
7754
|
readonly kind: "OBJECT";
|
|
@@ -9105,6 +9356,22 @@ declare const introspection: {
|
|
|
9105
9356
|
};
|
|
9106
9357
|
}];
|
|
9107
9358
|
readonly isOneOf: false;
|
|
9359
|
+
}, {
|
|
9360
|
+
readonly kind: "OBJECT";
|
|
9361
|
+
readonly name: "Enterprise";
|
|
9362
|
+
readonly fields: readonly [{
|
|
9363
|
+
readonly name: "name";
|
|
9364
|
+
readonly type: {
|
|
9365
|
+
readonly kind: "NON_NULL";
|
|
9366
|
+
readonly ofType: {
|
|
9367
|
+
readonly kind: "SCALAR";
|
|
9368
|
+
readonly name: "String";
|
|
9369
|
+
};
|
|
9370
|
+
};
|
|
9371
|
+
readonly args: readonly [];
|
|
9372
|
+
readonly isDeprecated: false;
|
|
9373
|
+
}];
|
|
9374
|
+
readonly interfaces: readonly [];
|
|
9108
9375
|
}, {
|
|
9109
9376
|
readonly kind: "INPUT_OBJECT";
|
|
9110
9377
|
readonly name: "EnterpriseSettingTranslationInput";
|
|
@@ -9199,6 +9466,17 @@ declare const introspection: {
|
|
|
9199
9466
|
};
|
|
9200
9467
|
readonly args: readonly [];
|
|
9201
9468
|
readonly isDeprecated: false;
|
|
9469
|
+
}, {
|
|
9470
|
+
readonly name: "allowedMeetingRoomProviders";
|
|
9471
|
+
readonly type: {
|
|
9472
|
+
readonly kind: "NON_NULL";
|
|
9473
|
+
readonly ofType: {
|
|
9474
|
+
readonly kind: "OBJECT";
|
|
9475
|
+
readonly name: "AllowedMeetingRoomProvidersEnterpriseSetting";
|
|
9476
|
+
};
|
|
9477
|
+
};
|
|
9478
|
+
readonly args: readonly [];
|
|
9479
|
+
readonly isDeprecated: false;
|
|
9202
9480
|
}, {
|
|
9203
9481
|
readonly name: "allowedPluginDomains";
|
|
9204
9482
|
readonly type: {
|
|
@@ -9794,6 +10072,12 @@ declare const introspection: {
|
|
|
9794
10072
|
readonly kind: "INPUT_OBJECT";
|
|
9795
10073
|
readonly name: "allowedExternalCalendarAccountProvidersInput";
|
|
9796
10074
|
};
|
|
10075
|
+
}, {
|
|
10076
|
+
readonly name: "allowedMeetingRoomProviders";
|
|
10077
|
+
readonly type: {
|
|
10078
|
+
readonly kind: "INPUT_OBJECT";
|
|
10079
|
+
readonly name: "allowedMeetingRoomProvidersInput";
|
|
10080
|
+
};
|
|
9797
10081
|
}, {
|
|
9798
10082
|
readonly name: "allowedPluginDomains";
|
|
9799
10083
|
readonly type: {
|
|
@@ -14446,6 +14730,112 @@ declare const introspection: {
|
|
|
14446
14730
|
};
|
|
14447
14731
|
}];
|
|
14448
14732
|
readonly isOneOf: false;
|
|
14733
|
+
}, {
|
|
14734
|
+
readonly kind: "INPUT_OBJECT";
|
|
14735
|
+
readonly name: "LocalMeetingRoomCreateInput";
|
|
14736
|
+
readonly inputFields: readonly [{
|
|
14737
|
+
readonly name: "active";
|
|
14738
|
+
readonly type: {
|
|
14739
|
+
readonly kind: "NON_NULL";
|
|
14740
|
+
readonly ofType: {
|
|
14741
|
+
readonly kind: "SCALAR";
|
|
14742
|
+
readonly name: "Boolean";
|
|
14743
|
+
};
|
|
14744
|
+
};
|
|
14745
|
+
}, {
|
|
14746
|
+
readonly name: "capacity";
|
|
14747
|
+
readonly type: {
|
|
14748
|
+
readonly kind: "NON_NULL";
|
|
14749
|
+
readonly ofType: {
|
|
14750
|
+
readonly kind: "SCALAR";
|
|
14751
|
+
readonly name: "Int";
|
|
14752
|
+
};
|
|
14753
|
+
};
|
|
14754
|
+
}, {
|
|
14755
|
+
readonly name: "email";
|
|
14756
|
+
readonly type: {
|
|
14757
|
+
readonly kind: "SCALAR";
|
|
14758
|
+
readonly name: "String";
|
|
14759
|
+
};
|
|
14760
|
+
}, {
|
|
14761
|
+
readonly name: "externalId";
|
|
14762
|
+
readonly type: {
|
|
14763
|
+
readonly kind: "SCALAR";
|
|
14764
|
+
readonly name: "String";
|
|
14765
|
+
};
|
|
14766
|
+
}, {
|
|
14767
|
+
readonly name: "isWheelChairAccessible";
|
|
14768
|
+
readonly type: {
|
|
14769
|
+
readonly kind: "NON_NULL";
|
|
14770
|
+
readonly ofType: {
|
|
14771
|
+
readonly kind: "SCALAR";
|
|
14772
|
+
readonly name: "Boolean";
|
|
14773
|
+
};
|
|
14774
|
+
};
|
|
14775
|
+
}, {
|
|
14776
|
+
readonly name: "name";
|
|
14777
|
+
readonly type: {
|
|
14778
|
+
readonly kind: "NON_NULL";
|
|
14779
|
+
readonly ofType: {
|
|
14780
|
+
readonly kind: "SCALAR";
|
|
14781
|
+
readonly name: "String";
|
|
14782
|
+
};
|
|
14783
|
+
};
|
|
14784
|
+
}, {
|
|
14785
|
+
readonly name: "timeZone";
|
|
14786
|
+
readonly type: {
|
|
14787
|
+
readonly kind: "SCALAR";
|
|
14788
|
+
readonly name: "String";
|
|
14789
|
+
};
|
|
14790
|
+
}];
|
|
14791
|
+
readonly isOneOf: false;
|
|
14792
|
+
}, {
|
|
14793
|
+
readonly kind: "INPUT_OBJECT";
|
|
14794
|
+
readonly name: "LocalMeetingRoomPatchInput";
|
|
14795
|
+
readonly inputFields: readonly [{
|
|
14796
|
+
readonly name: "active";
|
|
14797
|
+
readonly type: {
|
|
14798
|
+
readonly kind: "SCALAR";
|
|
14799
|
+
readonly name: "Boolean";
|
|
14800
|
+
};
|
|
14801
|
+
}, {
|
|
14802
|
+
readonly name: "capacity";
|
|
14803
|
+
readonly type: {
|
|
14804
|
+
readonly kind: "SCALAR";
|
|
14805
|
+
readonly name: "Int";
|
|
14806
|
+
};
|
|
14807
|
+
}, {
|
|
14808
|
+
readonly name: "email";
|
|
14809
|
+
readonly type: {
|
|
14810
|
+
readonly kind: "SCALAR";
|
|
14811
|
+
readonly name: "String";
|
|
14812
|
+
};
|
|
14813
|
+
}, {
|
|
14814
|
+
readonly name: "externalId";
|
|
14815
|
+
readonly type: {
|
|
14816
|
+
readonly kind: "SCALAR";
|
|
14817
|
+
readonly name: "String";
|
|
14818
|
+
};
|
|
14819
|
+
}, {
|
|
14820
|
+
readonly name: "isWheelChairAccessible";
|
|
14821
|
+
readonly type: {
|
|
14822
|
+
readonly kind: "SCALAR";
|
|
14823
|
+
readonly name: "Boolean";
|
|
14824
|
+
};
|
|
14825
|
+
}, {
|
|
14826
|
+
readonly name: "name";
|
|
14827
|
+
readonly type: {
|
|
14828
|
+
readonly kind: "SCALAR";
|
|
14829
|
+
readonly name: "String";
|
|
14830
|
+
};
|
|
14831
|
+
}, {
|
|
14832
|
+
readonly name: "timeZone";
|
|
14833
|
+
readonly type: {
|
|
14834
|
+
readonly kind: "SCALAR";
|
|
14835
|
+
readonly name: "String";
|
|
14836
|
+
};
|
|
14837
|
+
}];
|
|
14838
|
+
readonly isOneOf: false;
|
|
14449
14839
|
}, {
|
|
14450
14840
|
readonly kind: "OBJECT";
|
|
14451
14841
|
readonly name: "LocalizedNamesEnterpriseSetting";
|
|
@@ -15231,6 +15621,14 @@ declare const introspection: {
|
|
|
15231
15621
|
};
|
|
15232
15622
|
readonly args: readonly [];
|
|
15233
15623
|
readonly isDeprecated: false;
|
|
15624
|
+
}, {
|
|
15625
|
+
readonly name: "phoneNumber";
|
|
15626
|
+
readonly type: {
|
|
15627
|
+
readonly kind: "SCALAR";
|
|
15628
|
+
readonly name: "String";
|
|
15629
|
+
};
|
|
15630
|
+
readonly args: readonly [];
|
|
15631
|
+
readonly isDeprecated: false;
|
|
15234
15632
|
}, {
|
|
15235
15633
|
readonly name: "resourceId";
|
|
15236
15634
|
readonly type: {
|
|
@@ -15391,6 +15789,12 @@ declare const introspection: {
|
|
|
15391
15789
|
readonly kind: "SCALAR";
|
|
15392
15790
|
readonly name: "ID";
|
|
15393
15791
|
};
|
|
15792
|
+
}, {
|
|
15793
|
+
readonly name: "phoneNumber";
|
|
15794
|
+
readonly type: {
|
|
15795
|
+
readonly kind: "SCALAR";
|
|
15796
|
+
readonly name: "String";
|
|
15797
|
+
};
|
|
15394
15798
|
}, {
|
|
15395
15799
|
readonly name: "resourceId";
|
|
15396
15800
|
readonly type: {
|
|
@@ -15633,6 +16037,12 @@ declare const introspection: {
|
|
|
15633
16037
|
readonly kind: "SCALAR";
|
|
15634
16038
|
readonly name: "ID";
|
|
15635
16039
|
};
|
|
16040
|
+
}, {
|
|
16041
|
+
readonly name: "phoneNumber";
|
|
16042
|
+
readonly type: {
|
|
16043
|
+
readonly kind: "SCALAR";
|
|
16044
|
+
readonly name: "String";
|
|
16045
|
+
};
|
|
15636
16046
|
}, {
|
|
15637
16047
|
readonly name: "resourceId";
|
|
15638
16048
|
readonly type: {
|
|
@@ -16224,7 +16634,7 @@ declare const introspection: {
|
|
|
16224
16634
|
readonly kind: "NON_NULL";
|
|
16225
16635
|
readonly ofType: {
|
|
16226
16636
|
readonly kind: "ENUM";
|
|
16227
|
-
readonly name: "
|
|
16637
|
+
readonly name: "MeetingRoomProvider";
|
|
16228
16638
|
};
|
|
16229
16639
|
};
|
|
16230
16640
|
readonly args: readonly [];
|
|
@@ -16682,6 +17092,16 @@ declare const introspection: {
|
|
|
16682
17092
|
};
|
|
16683
17093
|
}];
|
|
16684
17094
|
readonly isOneOf: false;
|
|
17095
|
+
}, {
|
|
17096
|
+
readonly kind: "ENUM";
|
|
17097
|
+
readonly name: "MeetingRoomProvider";
|
|
17098
|
+
readonly enumValues: readonly [{
|
|
17099
|
+
readonly name: "LOCAL";
|
|
17100
|
+
readonly isDeprecated: false;
|
|
17101
|
+
}, {
|
|
17102
|
+
readonly name: "OFFICE365";
|
|
17103
|
+
readonly isDeprecated: false;
|
|
17104
|
+
}];
|
|
16685
17105
|
}, {
|
|
16686
17106
|
readonly kind: "OBJECT";
|
|
16687
17107
|
readonly name: "MeetingRoomSchedulingSetting";
|
|
@@ -17871,6 +18291,26 @@ declare const introspection: {
|
|
|
17871
18291
|
};
|
|
17872
18292
|
}];
|
|
17873
18293
|
readonly isDeprecated: false;
|
|
18294
|
+
}, {
|
|
18295
|
+
readonly name: "createLocalMeetingRoom";
|
|
18296
|
+
readonly type: {
|
|
18297
|
+
readonly kind: "NON_NULL";
|
|
18298
|
+
readonly ofType: {
|
|
18299
|
+
readonly kind: "OBJECT";
|
|
18300
|
+
readonly name: "MeetingRoom";
|
|
18301
|
+
};
|
|
18302
|
+
};
|
|
18303
|
+
readonly args: readonly [{
|
|
18304
|
+
readonly name: "input";
|
|
18305
|
+
readonly type: {
|
|
18306
|
+
readonly kind: "NON_NULL";
|
|
18307
|
+
readonly ofType: {
|
|
18308
|
+
readonly kind: "INPUT_OBJECT";
|
|
18309
|
+
readonly name: "LocalMeetingRoomCreateInput";
|
|
18310
|
+
};
|
|
18311
|
+
};
|
|
18312
|
+
}];
|
|
18313
|
+
readonly isDeprecated: false;
|
|
17874
18314
|
}, {
|
|
17875
18315
|
readonly name: "createManagedExternalCalendarEvent";
|
|
17876
18316
|
readonly type: {
|
|
@@ -18033,6 +18473,28 @@ declare const introspection: {
|
|
|
18033
18473
|
};
|
|
18034
18474
|
}];
|
|
18035
18475
|
readonly isDeprecated: false;
|
|
18476
|
+
}, {
|
|
18477
|
+
readonly name: "createSamlIntegration";
|
|
18478
|
+
readonly type: {
|
|
18479
|
+
readonly kind: "NON_NULL";
|
|
18480
|
+
readonly ofType: {
|
|
18481
|
+
readonly kind: "OBJECT";
|
|
18482
|
+
readonly name: "SamlIntegration";
|
|
18483
|
+
};
|
|
18484
|
+
};
|
|
18485
|
+
readonly args: readonly [];
|
|
18486
|
+
readonly isDeprecated: false;
|
|
18487
|
+
}, {
|
|
18488
|
+
readonly name: "createScimToken";
|
|
18489
|
+
readonly type: {
|
|
18490
|
+
readonly kind: "NON_NULL";
|
|
18491
|
+
readonly ofType: {
|
|
18492
|
+
readonly kind: "SCALAR";
|
|
18493
|
+
readonly name: "String";
|
|
18494
|
+
};
|
|
18495
|
+
};
|
|
18496
|
+
readonly args: readonly [];
|
|
18497
|
+
readonly isDeprecated: false;
|
|
18036
18498
|
}, {
|
|
18037
18499
|
readonly name: "createSessionConfigSessionEvent";
|
|
18038
18500
|
readonly type: {
|
|
@@ -18199,6 +18661,26 @@ declare const introspection: {
|
|
|
18199
18661
|
};
|
|
18200
18662
|
}];
|
|
18201
18663
|
readonly isDeprecated: false;
|
|
18664
|
+
}, {
|
|
18665
|
+
readonly name: "createUnavailabilityEvent";
|
|
18666
|
+
readonly type: {
|
|
18667
|
+
readonly kind: "NON_NULL";
|
|
18668
|
+
readonly ofType: {
|
|
18669
|
+
readonly kind: "OBJECT";
|
|
18670
|
+
readonly name: "Unavailability";
|
|
18671
|
+
};
|
|
18672
|
+
};
|
|
18673
|
+
readonly args: readonly [{
|
|
18674
|
+
readonly name: "input";
|
|
18675
|
+
readonly type: {
|
|
18676
|
+
readonly kind: "NON_NULL";
|
|
18677
|
+
readonly ofType: {
|
|
18678
|
+
readonly kind: "INPUT_OBJECT";
|
|
18679
|
+
readonly name: "UnavailabilityEventCreateInput";
|
|
18680
|
+
};
|
|
18681
|
+
};
|
|
18682
|
+
}];
|
|
18683
|
+
readonly isDeprecated: false;
|
|
18202
18684
|
}, {
|
|
18203
18685
|
readonly name: "createUploadFileLink";
|
|
18204
18686
|
readonly type: {
|
|
@@ -18540,6 +19022,26 @@ declare const introspection: {
|
|
|
18540
19022
|
};
|
|
18541
19023
|
}];
|
|
18542
19024
|
readonly isDeprecated: false;
|
|
19025
|
+
}, {
|
|
19026
|
+
readonly name: "deleteLocalMeetingRoom";
|
|
19027
|
+
readonly type: {
|
|
19028
|
+
readonly kind: "NON_NULL";
|
|
19029
|
+
readonly ofType: {
|
|
19030
|
+
readonly kind: "OBJECT";
|
|
19031
|
+
readonly name: "MeetingRoom";
|
|
19032
|
+
};
|
|
19033
|
+
};
|
|
19034
|
+
readonly args: readonly [{
|
|
19035
|
+
readonly name: "id";
|
|
19036
|
+
readonly type: {
|
|
19037
|
+
readonly kind: "NON_NULL";
|
|
19038
|
+
readonly ofType: {
|
|
19039
|
+
readonly kind: "SCALAR";
|
|
19040
|
+
readonly name: "ID";
|
|
19041
|
+
};
|
|
19042
|
+
};
|
|
19043
|
+
}];
|
|
19044
|
+
readonly isDeprecated: false;
|
|
18543
19045
|
}, {
|
|
18544
19046
|
readonly name: "deleteManagedExternalCalendarEvent";
|
|
18545
19047
|
readonly type: {
|
|
@@ -18658,6 +19160,17 @@ declare const introspection: {
|
|
|
18658
19160
|
};
|
|
18659
19161
|
}];
|
|
18660
19162
|
readonly isDeprecated: false;
|
|
19163
|
+
}, {
|
|
19164
|
+
readonly name: "deleteSamlIntegration";
|
|
19165
|
+
readonly type: {
|
|
19166
|
+
readonly kind: "NON_NULL";
|
|
19167
|
+
readonly ofType: {
|
|
19168
|
+
readonly kind: "OBJECT";
|
|
19169
|
+
readonly name: "SamlIntegration";
|
|
19170
|
+
};
|
|
19171
|
+
};
|
|
19172
|
+
readonly args: readonly [];
|
|
19173
|
+
readonly isDeprecated: false;
|
|
18661
19174
|
}, {
|
|
18662
19175
|
readonly name: "deleteStorageAccountConfig";
|
|
18663
19176
|
readonly type: {
|
|
@@ -19400,6 +19913,35 @@ declare const introspection: {
|
|
|
19400
19913
|
};
|
|
19401
19914
|
}];
|
|
19402
19915
|
readonly isDeprecated: false;
|
|
19916
|
+
}, {
|
|
19917
|
+
readonly name: "patchLocalMeetingRoom";
|
|
19918
|
+
readonly type: {
|
|
19919
|
+
readonly kind: "NON_NULL";
|
|
19920
|
+
readonly ofType: {
|
|
19921
|
+
readonly kind: "OBJECT";
|
|
19922
|
+
readonly name: "MeetingRoom";
|
|
19923
|
+
};
|
|
19924
|
+
};
|
|
19925
|
+
readonly args: readonly [{
|
|
19926
|
+
readonly name: "id";
|
|
19927
|
+
readonly type: {
|
|
19928
|
+
readonly kind: "NON_NULL";
|
|
19929
|
+
readonly ofType: {
|
|
19930
|
+
readonly kind: "SCALAR";
|
|
19931
|
+
readonly name: "ID";
|
|
19932
|
+
};
|
|
19933
|
+
};
|
|
19934
|
+
}, {
|
|
19935
|
+
readonly name: "input";
|
|
19936
|
+
readonly type: {
|
|
19937
|
+
readonly kind: "NON_NULL";
|
|
19938
|
+
readonly ofType: {
|
|
19939
|
+
readonly kind: "INPUT_OBJECT";
|
|
19940
|
+
readonly name: "LocalMeetingRoomPatchInput";
|
|
19941
|
+
};
|
|
19942
|
+
};
|
|
19943
|
+
}];
|
|
19944
|
+
readonly isDeprecated: false;
|
|
19403
19945
|
}, {
|
|
19404
19946
|
readonly name: "patchManagedExternalCalendarEvent";
|
|
19405
19947
|
readonly type: {
|
|
@@ -19635,6 +20177,26 @@ declare const introspection: {
|
|
|
19635
20177
|
};
|
|
19636
20178
|
}];
|
|
19637
20179
|
readonly isDeprecated: false;
|
|
20180
|
+
}, {
|
|
20181
|
+
readonly name: "patchSamlIntegration";
|
|
20182
|
+
readonly type: {
|
|
20183
|
+
readonly kind: "NON_NULL";
|
|
20184
|
+
readonly ofType: {
|
|
20185
|
+
readonly kind: "OBJECT";
|
|
20186
|
+
readonly name: "SamlIntegration";
|
|
20187
|
+
};
|
|
20188
|
+
};
|
|
20189
|
+
readonly args: readonly [{
|
|
20190
|
+
readonly name: "input";
|
|
20191
|
+
readonly type: {
|
|
20192
|
+
readonly kind: "NON_NULL";
|
|
20193
|
+
readonly ofType: {
|
|
20194
|
+
readonly kind: "INPUT_OBJECT";
|
|
20195
|
+
readonly name: "SamlIntegrationPatchInput";
|
|
20196
|
+
};
|
|
20197
|
+
};
|
|
20198
|
+
}];
|
|
20199
|
+
readonly isDeprecated: false;
|
|
19638
20200
|
}, {
|
|
19639
20201
|
readonly name: "patchStaticTranslationOverrides";
|
|
19640
20202
|
readonly type: {
|
|
@@ -21384,6 +21946,66 @@ declare const introspection: {
|
|
|
21384
21946
|
};
|
|
21385
21947
|
}];
|
|
21386
21948
|
readonly isDeprecated: false;
|
|
21949
|
+
}, {
|
|
21950
|
+
readonly name: "toggleRedirectToSaml";
|
|
21951
|
+
readonly type: {
|
|
21952
|
+
readonly kind: "NON_NULL";
|
|
21953
|
+
readonly ofType: {
|
|
21954
|
+
readonly kind: "SCALAR";
|
|
21955
|
+
readonly name: "Boolean";
|
|
21956
|
+
};
|
|
21957
|
+
};
|
|
21958
|
+
readonly args: readonly [{
|
|
21959
|
+
readonly name: "shouldRedirectToSaml";
|
|
21960
|
+
readonly type: {
|
|
21961
|
+
readonly kind: "NON_NULL";
|
|
21962
|
+
readonly ofType: {
|
|
21963
|
+
readonly kind: "SCALAR";
|
|
21964
|
+
readonly name: "Boolean";
|
|
21965
|
+
};
|
|
21966
|
+
};
|
|
21967
|
+
}];
|
|
21968
|
+
readonly isDeprecated: false;
|
|
21969
|
+
}, {
|
|
21970
|
+
readonly name: "uploadSamlIdentityProviderMetadataByFile";
|
|
21971
|
+
readonly type: {
|
|
21972
|
+
readonly kind: "NON_NULL";
|
|
21973
|
+
readonly ofType: {
|
|
21974
|
+
readonly kind: "OBJECT";
|
|
21975
|
+
readonly name: "SamlIntegration";
|
|
21976
|
+
};
|
|
21977
|
+
};
|
|
21978
|
+
readonly args: readonly [{
|
|
21979
|
+
readonly name: "metadataXml";
|
|
21980
|
+
readonly type: {
|
|
21981
|
+
readonly kind: "NON_NULL";
|
|
21982
|
+
readonly ofType: {
|
|
21983
|
+
readonly kind: "SCALAR";
|
|
21984
|
+
readonly name: "String";
|
|
21985
|
+
};
|
|
21986
|
+
};
|
|
21987
|
+
}];
|
|
21988
|
+
readonly isDeprecated: false;
|
|
21989
|
+
}, {
|
|
21990
|
+
readonly name: "uploadSamlIdentityProviderMetadataByUrl";
|
|
21991
|
+
readonly type: {
|
|
21992
|
+
readonly kind: "NON_NULL";
|
|
21993
|
+
readonly ofType: {
|
|
21994
|
+
readonly kind: "OBJECT";
|
|
21995
|
+
readonly name: "SamlIntegration";
|
|
21996
|
+
};
|
|
21997
|
+
};
|
|
21998
|
+
readonly args: readonly [{
|
|
21999
|
+
readonly name: "metadataUrl";
|
|
22000
|
+
readonly type: {
|
|
22001
|
+
readonly kind: "NON_NULL";
|
|
22002
|
+
readonly ofType: {
|
|
22003
|
+
readonly kind: "SCALAR";
|
|
22004
|
+
readonly name: "String";
|
|
22005
|
+
};
|
|
22006
|
+
};
|
|
22007
|
+
}];
|
|
22008
|
+
readonly isDeprecated: false;
|
|
21387
22009
|
}, {
|
|
21388
22010
|
readonly name: "upsertMicrosoftGraphAPIEmailConfiguration";
|
|
21389
22011
|
readonly type: {
|
|
@@ -22917,6 +23539,88 @@ declare const introspection: {
|
|
|
22917
23539
|
readonly isDeprecated: false;
|
|
22918
23540
|
}];
|
|
22919
23541
|
readonly interfaces: readonly [];
|
|
23542
|
+
}, {
|
|
23543
|
+
readonly kind: "OBJECT";
|
|
23544
|
+
readonly name: "PexipInfinityCall";
|
|
23545
|
+
readonly fields: readonly [{
|
|
23546
|
+
readonly name: "conferenceNode";
|
|
23547
|
+
readonly type: {
|
|
23548
|
+
readonly kind: "NON_NULL";
|
|
23549
|
+
readonly ofType: {
|
|
23550
|
+
readonly kind: "SCALAR";
|
|
23551
|
+
readonly name: "String";
|
|
23552
|
+
};
|
|
23553
|
+
};
|
|
23554
|
+
readonly args: readonly [];
|
|
23555
|
+
readonly isDeprecated: false;
|
|
23556
|
+
}, {
|
|
23557
|
+
readonly name: "dialInCode";
|
|
23558
|
+
readonly type: {
|
|
23559
|
+
readonly kind: "NON_NULL";
|
|
23560
|
+
readonly ofType: {
|
|
23561
|
+
readonly kind: "SCALAR";
|
|
23562
|
+
readonly name: "String";
|
|
23563
|
+
};
|
|
23564
|
+
};
|
|
23565
|
+
readonly args: readonly [];
|
|
23566
|
+
readonly isDeprecated: false;
|
|
23567
|
+
}, {
|
|
23568
|
+
readonly name: "dialInNumber";
|
|
23569
|
+
readonly type: {
|
|
23570
|
+
readonly kind: "NON_NULL";
|
|
23571
|
+
readonly ofType: {
|
|
23572
|
+
readonly kind: "SCALAR";
|
|
23573
|
+
readonly name: "String";
|
|
23574
|
+
};
|
|
23575
|
+
};
|
|
23576
|
+
readonly args: readonly [];
|
|
23577
|
+
readonly isDeprecated: false;
|
|
23578
|
+
}, {
|
|
23579
|
+
readonly name: "id";
|
|
23580
|
+
readonly type: {
|
|
23581
|
+
readonly kind: "NON_NULL";
|
|
23582
|
+
readonly ofType: {
|
|
23583
|
+
readonly kind: "SCALAR";
|
|
23584
|
+
readonly name: "ID";
|
|
23585
|
+
};
|
|
23586
|
+
};
|
|
23587
|
+
readonly args: readonly [];
|
|
23588
|
+
readonly isDeprecated: false;
|
|
23589
|
+
}, {
|
|
23590
|
+
readonly name: "pin";
|
|
23591
|
+
readonly type: {
|
|
23592
|
+
readonly kind: "NON_NULL";
|
|
23593
|
+
readonly ofType: {
|
|
23594
|
+
readonly kind: "SCALAR";
|
|
23595
|
+
readonly name: "String";
|
|
23596
|
+
};
|
|
23597
|
+
};
|
|
23598
|
+
readonly args: readonly [];
|
|
23599
|
+
readonly isDeprecated: false;
|
|
23600
|
+
}, {
|
|
23601
|
+
readonly name: "vmrId";
|
|
23602
|
+
readonly type: {
|
|
23603
|
+
readonly kind: "NON_NULL";
|
|
23604
|
+
readonly ofType: {
|
|
23605
|
+
readonly kind: "SCALAR";
|
|
23606
|
+
readonly name: "Int";
|
|
23607
|
+
};
|
|
23608
|
+
};
|
|
23609
|
+
readonly args: readonly [];
|
|
23610
|
+
readonly isDeprecated: false;
|
|
23611
|
+
}, {
|
|
23612
|
+
readonly name: "vmrName";
|
|
23613
|
+
readonly type: {
|
|
23614
|
+
readonly kind: "NON_NULL";
|
|
23615
|
+
readonly ofType: {
|
|
23616
|
+
readonly kind: "SCALAR";
|
|
23617
|
+
readonly name: "String";
|
|
23618
|
+
};
|
|
23619
|
+
};
|
|
23620
|
+
readonly args: readonly [];
|
|
23621
|
+
readonly isDeprecated: false;
|
|
23622
|
+
}];
|
|
23623
|
+
readonly interfaces: readonly [];
|
|
22920
23624
|
}, {
|
|
22921
23625
|
readonly kind: "OBJECT";
|
|
22922
23626
|
readonly name: "PexipVPaaSParticipant";
|
|
@@ -23504,6 +24208,50 @@ declare const introspection: {
|
|
|
23504
24208
|
readonly kind: "SCALAR";
|
|
23505
24209
|
readonly name: "String";
|
|
23506
24210
|
};
|
|
24211
|
+
}, {
|
|
24212
|
+
readonly name: "version";
|
|
24213
|
+
readonly type: {
|
|
24214
|
+
readonly kind: "SCALAR";
|
|
24215
|
+
readonly name: "Int";
|
|
24216
|
+
};
|
|
24217
|
+
}];
|
|
24218
|
+
readonly isDeprecated: false;
|
|
24219
|
+
}, {
|
|
24220
|
+
readonly name: "appointmentCommunications";
|
|
24221
|
+
readonly type: {
|
|
24222
|
+
readonly kind: "NON_NULL";
|
|
24223
|
+
readonly ofType: {
|
|
24224
|
+
readonly kind: "LIST";
|
|
24225
|
+
readonly ofType: {
|
|
24226
|
+
readonly kind: "NON_NULL";
|
|
24227
|
+
readonly ofType: {
|
|
24228
|
+
readonly kind: "OBJECT";
|
|
24229
|
+
readonly name: "Communication";
|
|
24230
|
+
};
|
|
24231
|
+
};
|
|
24232
|
+
};
|
|
24233
|
+
};
|
|
24234
|
+
readonly args: readonly [{
|
|
24235
|
+
readonly name: "appointmentId";
|
|
24236
|
+
readonly type: {
|
|
24237
|
+
readonly kind: "NON_NULL";
|
|
24238
|
+
readonly ofType: {
|
|
24239
|
+
readonly kind: "SCALAR";
|
|
24240
|
+
readonly name: "ID";
|
|
24241
|
+
};
|
|
24242
|
+
};
|
|
24243
|
+
}, {
|
|
24244
|
+
readonly name: "sort";
|
|
24245
|
+
readonly type: {
|
|
24246
|
+
readonly kind: "LIST";
|
|
24247
|
+
readonly ofType: {
|
|
24248
|
+
readonly kind: "NON_NULL";
|
|
24249
|
+
readonly ofType: {
|
|
24250
|
+
readonly kind: "INPUT_OBJECT";
|
|
24251
|
+
readonly name: "CommunicationSort";
|
|
24252
|
+
};
|
|
24253
|
+
};
|
|
24254
|
+
};
|
|
23507
24255
|
}];
|
|
23508
24256
|
readonly isDeprecated: false;
|
|
23509
24257
|
}, {
|
|
@@ -27174,6 +27922,26 @@ declare const introspection: {
|
|
|
27174
27922
|
};
|
|
27175
27923
|
}];
|
|
27176
27924
|
readonly isDeprecated: false;
|
|
27925
|
+
}, {
|
|
27926
|
+
readonly name: "pexipInfinityCall";
|
|
27927
|
+
readonly type: {
|
|
27928
|
+
readonly kind: "NON_NULL";
|
|
27929
|
+
readonly ofType: {
|
|
27930
|
+
readonly kind: "OBJECT";
|
|
27931
|
+
readonly name: "PexipInfinityCall";
|
|
27932
|
+
};
|
|
27933
|
+
};
|
|
27934
|
+
readonly args: readonly [{
|
|
27935
|
+
readonly name: "token";
|
|
27936
|
+
readonly type: {
|
|
27937
|
+
readonly kind: "NON_NULL";
|
|
27938
|
+
readonly ofType: {
|
|
27939
|
+
readonly kind: "SCALAR";
|
|
27940
|
+
readonly name: "String";
|
|
27941
|
+
};
|
|
27942
|
+
};
|
|
27943
|
+
}];
|
|
27944
|
+
readonly isDeprecated: false;
|
|
27177
27945
|
}, {
|
|
27178
27946
|
readonly name: "question";
|
|
27179
27947
|
readonly type: {
|
|
@@ -27339,6 +28107,14 @@ declare const introspection: {
|
|
|
27339
28107
|
};
|
|
27340
28108
|
}];
|
|
27341
28109
|
readonly isDeprecated: false;
|
|
28110
|
+
}, {
|
|
28111
|
+
readonly name: "samlIntegration";
|
|
28112
|
+
readonly type: {
|
|
28113
|
+
readonly kind: "OBJECT";
|
|
28114
|
+
readonly name: "SamlIntegration";
|
|
28115
|
+
};
|
|
28116
|
+
readonly args: readonly [];
|
|
28117
|
+
readonly isDeprecated: false;
|
|
27342
28118
|
}, {
|
|
27343
28119
|
readonly name: "schedulableEmployees";
|
|
27344
28120
|
readonly type: {
|
|
@@ -28324,6 +29100,84 @@ declare const introspection: {
|
|
|
28324
29100
|
};
|
|
28325
29101
|
}];
|
|
28326
29102
|
readonly isDeprecated: false;
|
|
29103
|
+
}, {
|
|
29104
|
+
readonly name: "scheduledAppointmentCommunications";
|
|
29105
|
+
readonly type: {
|
|
29106
|
+
readonly kind: "NON_NULL";
|
|
29107
|
+
readonly ofType: {
|
|
29108
|
+
readonly kind: "LIST";
|
|
29109
|
+
readonly ofType: {
|
|
29110
|
+
readonly kind: "NON_NULL";
|
|
29111
|
+
readonly ofType: {
|
|
29112
|
+
readonly kind: "OBJECT";
|
|
29113
|
+
readonly name: "ScheduledCommunication";
|
|
29114
|
+
};
|
|
29115
|
+
};
|
|
29116
|
+
};
|
|
29117
|
+
};
|
|
29118
|
+
readonly args: readonly [{
|
|
29119
|
+
readonly name: "appointmentId";
|
|
29120
|
+
readonly type: {
|
|
29121
|
+
readonly kind: "NON_NULL";
|
|
29122
|
+
readonly ofType: {
|
|
29123
|
+
readonly kind: "SCALAR";
|
|
29124
|
+
readonly name: "ID";
|
|
29125
|
+
};
|
|
29126
|
+
};
|
|
29127
|
+
}, {
|
|
29128
|
+
readonly name: "communicationType";
|
|
29129
|
+
readonly type: {
|
|
29130
|
+
readonly kind: "LIST";
|
|
29131
|
+
readonly ofType: {
|
|
29132
|
+
readonly kind: "NON_NULL";
|
|
29133
|
+
readonly ofType: {
|
|
29134
|
+
readonly kind: "ENUM";
|
|
29135
|
+
readonly name: "CommunicationType";
|
|
29136
|
+
};
|
|
29137
|
+
};
|
|
29138
|
+
};
|
|
29139
|
+
}, {
|
|
29140
|
+
readonly name: "sort";
|
|
29141
|
+
readonly type: {
|
|
29142
|
+
readonly kind: "LIST";
|
|
29143
|
+
readonly ofType: {
|
|
29144
|
+
readonly kind: "NON_NULL";
|
|
29145
|
+
readonly ofType: {
|
|
29146
|
+
readonly kind: "INPUT_OBJECT";
|
|
29147
|
+
readonly name: "ScheduledCommunicationSort";
|
|
29148
|
+
};
|
|
29149
|
+
};
|
|
29150
|
+
};
|
|
29151
|
+
}];
|
|
29152
|
+
readonly isDeprecated: false;
|
|
29153
|
+
}, {
|
|
29154
|
+
readonly name: "scimEndpoint";
|
|
29155
|
+
readonly type: {
|
|
29156
|
+
readonly kind: "NON_NULL";
|
|
29157
|
+
readonly ofType: {
|
|
29158
|
+
readonly kind: "SCALAR";
|
|
29159
|
+
readonly name: "String";
|
|
29160
|
+
};
|
|
29161
|
+
};
|
|
29162
|
+
readonly args: readonly [];
|
|
29163
|
+
readonly isDeprecated: false;
|
|
29164
|
+
}, {
|
|
29165
|
+
readonly name: "scimTokens";
|
|
29166
|
+
readonly type: {
|
|
29167
|
+
readonly kind: "NON_NULL";
|
|
29168
|
+
readonly ofType: {
|
|
29169
|
+
readonly kind: "LIST";
|
|
29170
|
+
readonly ofType: {
|
|
29171
|
+
readonly kind: "NON_NULL";
|
|
29172
|
+
readonly ofType: {
|
|
29173
|
+
readonly kind: "OBJECT";
|
|
29174
|
+
readonly name: "ScimToken";
|
|
29175
|
+
};
|
|
29176
|
+
};
|
|
29177
|
+
};
|
|
29178
|
+
};
|
|
29179
|
+
readonly args: readonly [];
|
|
29180
|
+
readonly isDeprecated: false;
|
|
28327
29181
|
}, {
|
|
28328
29182
|
readonly name: "searchRegions";
|
|
28329
29183
|
readonly type: {
|
|
@@ -29372,6 +30226,24 @@ declare const introspection: {
|
|
|
29372
30226
|
};
|
|
29373
30227
|
};
|
|
29374
30228
|
readonly args: readonly [{
|
|
30229
|
+
readonly name: "active";
|
|
30230
|
+
readonly type: {
|
|
30231
|
+
readonly kind: "SCALAR";
|
|
30232
|
+
readonly name: "Boolean";
|
|
30233
|
+
};
|
|
30234
|
+
}, {
|
|
30235
|
+
readonly name: "eventType";
|
|
30236
|
+
readonly type: {
|
|
30237
|
+
readonly kind: "LIST";
|
|
30238
|
+
readonly ofType: {
|
|
30239
|
+
readonly kind: "NON_NULL";
|
|
30240
|
+
readonly ofType: {
|
|
30241
|
+
readonly kind: "ENUM";
|
|
30242
|
+
readonly name: "WebhookEventType";
|
|
30243
|
+
};
|
|
30244
|
+
};
|
|
30245
|
+
};
|
|
30246
|
+
}, {
|
|
29375
30247
|
readonly name: "withDeleted";
|
|
29376
30248
|
readonly type: {
|
|
29377
30249
|
readonly kind: "SCALAR";
|
|
@@ -30406,6 +31278,9 @@ declare const introspection: {
|
|
|
30406
31278
|
}, {
|
|
30407
31279
|
readonly name: "OFFICE_RELATION";
|
|
30408
31280
|
readonly isDeprecated: false;
|
|
31281
|
+
}, {
|
|
31282
|
+
readonly name: "SCIM_TOKEN";
|
|
31283
|
+
readonly isDeprecated: false;
|
|
30409
31284
|
}, {
|
|
30410
31285
|
readonly name: "SUBJECT";
|
|
30411
31286
|
readonly isDeprecated: false;
|
|
@@ -30413,6 +31288,458 @@ declare const introspection: {
|
|
|
30413
31288
|
readonly name: "SUBJECT_GROUP";
|
|
30414
31289
|
readonly isDeprecated: false;
|
|
30415
31290
|
}];
|
|
31291
|
+
}, {
|
|
31292
|
+
readonly kind: "OBJECT";
|
|
31293
|
+
readonly name: "SamlIntegration";
|
|
31294
|
+
readonly fields: readonly [{
|
|
31295
|
+
readonly name: "active";
|
|
31296
|
+
readonly type: {
|
|
31297
|
+
readonly kind: "NON_NULL";
|
|
31298
|
+
readonly ofType: {
|
|
31299
|
+
readonly kind: "SCALAR";
|
|
31300
|
+
readonly name: "Boolean";
|
|
31301
|
+
};
|
|
31302
|
+
};
|
|
31303
|
+
readonly args: readonly [];
|
|
31304
|
+
readonly isDeprecated: false;
|
|
31305
|
+
}, {
|
|
31306
|
+
readonly name: "forceAuthentication";
|
|
31307
|
+
readonly type: {
|
|
31308
|
+
readonly kind: "NON_NULL";
|
|
31309
|
+
readonly ofType: {
|
|
31310
|
+
readonly kind: "SCALAR";
|
|
31311
|
+
readonly name: "Boolean";
|
|
31312
|
+
};
|
|
31313
|
+
};
|
|
31314
|
+
readonly args: readonly [];
|
|
31315
|
+
readonly isDeprecated: false;
|
|
31316
|
+
}, {
|
|
31317
|
+
readonly name: "identityProviderMetadataUrl";
|
|
31318
|
+
readonly type: {
|
|
31319
|
+
readonly kind: "SCALAR";
|
|
31320
|
+
readonly name: "String";
|
|
31321
|
+
};
|
|
31322
|
+
readonly args: readonly [];
|
|
31323
|
+
readonly isDeprecated: false;
|
|
31324
|
+
}, {
|
|
31325
|
+
readonly name: "identityProviderSignatureKey";
|
|
31326
|
+
readonly type: {
|
|
31327
|
+
readonly kind: "OBJECT";
|
|
31328
|
+
readonly name: "SamlIntegrationIdentityProviderKey";
|
|
31329
|
+
};
|
|
31330
|
+
readonly args: readonly [];
|
|
31331
|
+
readonly isDeprecated: false;
|
|
31332
|
+
}, {
|
|
31333
|
+
readonly name: "serviceProviderEncryptionKeys";
|
|
31334
|
+
readonly type: {
|
|
31335
|
+
readonly kind: "NON_NULL";
|
|
31336
|
+
readonly ofType: {
|
|
31337
|
+
readonly kind: "LIST";
|
|
31338
|
+
readonly ofType: {
|
|
31339
|
+
readonly kind: "NON_NULL";
|
|
31340
|
+
readonly ofType: {
|
|
31341
|
+
readonly kind: "OBJECT";
|
|
31342
|
+
readonly name: "SamlIntegrationServiceProviderKey";
|
|
31343
|
+
};
|
|
31344
|
+
};
|
|
31345
|
+
};
|
|
31346
|
+
};
|
|
31347
|
+
readonly args: readonly [];
|
|
31348
|
+
readonly isDeprecated: false;
|
|
31349
|
+
}, {
|
|
31350
|
+
readonly name: "serviceProviderMetadataUrl";
|
|
31351
|
+
readonly type: {
|
|
31352
|
+
readonly kind: "NON_NULL";
|
|
31353
|
+
readonly ofType: {
|
|
31354
|
+
readonly kind: "SCALAR";
|
|
31355
|
+
readonly name: "String";
|
|
31356
|
+
};
|
|
31357
|
+
};
|
|
31358
|
+
readonly args: readonly [];
|
|
31359
|
+
readonly isDeprecated: false;
|
|
31360
|
+
}, {
|
|
31361
|
+
readonly name: "serviceProviderSignatureKeys";
|
|
31362
|
+
readonly type: {
|
|
31363
|
+
readonly kind: "NON_NULL";
|
|
31364
|
+
readonly ofType: {
|
|
31365
|
+
readonly kind: "LIST";
|
|
31366
|
+
readonly ofType: {
|
|
31367
|
+
readonly kind: "NON_NULL";
|
|
31368
|
+
readonly ofType: {
|
|
31369
|
+
readonly kind: "OBJECT";
|
|
31370
|
+
readonly name: "SamlIntegrationServiceProviderKey";
|
|
31371
|
+
};
|
|
31372
|
+
};
|
|
31373
|
+
};
|
|
31374
|
+
};
|
|
31375
|
+
readonly args: readonly [];
|
|
31376
|
+
readonly isDeprecated: false;
|
|
31377
|
+
}, {
|
|
31378
|
+
readonly name: "signServiceProviderMetadata";
|
|
31379
|
+
readonly type: {
|
|
31380
|
+
readonly kind: "NON_NULL";
|
|
31381
|
+
readonly ofType: {
|
|
31382
|
+
readonly kind: "SCALAR";
|
|
31383
|
+
readonly name: "Boolean";
|
|
31384
|
+
};
|
|
31385
|
+
};
|
|
31386
|
+
readonly args: readonly [];
|
|
31387
|
+
readonly isDeprecated: false;
|
|
31388
|
+
}, {
|
|
31389
|
+
readonly name: "singleLogoutServiceUrl";
|
|
31390
|
+
readonly type: {
|
|
31391
|
+
readonly kind: "SCALAR";
|
|
31392
|
+
readonly name: "String";
|
|
31393
|
+
};
|
|
31394
|
+
readonly args: readonly [];
|
|
31395
|
+
readonly isDeprecated: false;
|
|
31396
|
+
}, {
|
|
31397
|
+
readonly name: "singleSignOnServiceUrl";
|
|
31398
|
+
readonly type: {
|
|
31399
|
+
readonly kind: "SCALAR";
|
|
31400
|
+
readonly name: "String";
|
|
31401
|
+
};
|
|
31402
|
+
readonly args: readonly [];
|
|
31403
|
+
readonly isDeprecated: false;
|
|
31404
|
+
}, {
|
|
31405
|
+
readonly name: "validateSignature";
|
|
31406
|
+
readonly type: {
|
|
31407
|
+
readonly kind: "NON_NULL";
|
|
31408
|
+
readonly ofType: {
|
|
31409
|
+
readonly kind: "SCALAR";
|
|
31410
|
+
readonly name: "Boolean";
|
|
31411
|
+
};
|
|
31412
|
+
};
|
|
31413
|
+
readonly args: readonly [];
|
|
31414
|
+
readonly isDeprecated: false;
|
|
31415
|
+
}, {
|
|
31416
|
+
readonly name: "wantAssertionsEncrypted";
|
|
31417
|
+
readonly type: {
|
|
31418
|
+
readonly kind: "NON_NULL";
|
|
31419
|
+
readonly ofType: {
|
|
31420
|
+
readonly kind: "SCALAR";
|
|
31421
|
+
readonly name: "Boolean";
|
|
31422
|
+
};
|
|
31423
|
+
};
|
|
31424
|
+
readonly args: readonly [];
|
|
31425
|
+
readonly isDeprecated: false;
|
|
31426
|
+
}, {
|
|
31427
|
+
readonly name: "wantAssertionsSigned";
|
|
31428
|
+
readonly type: {
|
|
31429
|
+
readonly kind: "NON_NULL";
|
|
31430
|
+
readonly ofType: {
|
|
31431
|
+
readonly kind: "SCALAR";
|
|
31432
|
+
readonly name: "Boolean";
|
|
31433
|
+
};
|
|
31434
|
+
};
|
|
31435
|
+
readonly args: readonly [];
|
|
31436
|
+
readonly isDeprecated: false;
|
|
31437
|
+
}, {
|
|
31438
|
+
readonly name: "wantAuthnRequestsSigned";
|
|
31439
|
+
readonly type: {
|
|
31440
|
+
readonly kind: "NON_NULL";
|
|
31441
|
+
readonly ofType: {
|
|
31442
|
+
readonly kind: "SCALAR";
|
|
31443
|
+
readonly name: "Boolean";
|
|
31444
|
+
};
|
|
31445
|
+
};
|
|
31446
|
+
readonly args: readonly [];
|
|
31447
|
+
readonly isDeprecated: false;
|
|
31448
|
+
}];
|
|
31449
|
+
readonly interfaces: readonly [];
|
|
31450
|
+
}, {
|
|
31451
|
+
readonly kind: "OBJECT";
|
|
31452
|
+
readonly name: "SamlIntegrationIdentityProviderKey";
|
|
31453
|
+
readonly fields: readonly [{
|
|
31454
|
+
readonly name: "certificate";
|
|
31455
|
+
readonly type: {
|
|
31456
|
+
readonly kind: "NON_NULL";
|
|
31457
|
+
readonly ofType: {
|
|
31458
|
+
readonly kind: "SCALAR";
|
|
31459
|
+
readonly name: "String";
|
|
31460
|
+
};
|
|
31461
|
+
};
|
|
31462
|
+
readonly args: readonly [];
|
|
31463
|
+
readonly isDeprecated: false;
|
|
31464
|
+
}, {
|
|
31465
|
+
readonly name: "expiresAt";
|
|
31466
|
+
readonly type: {
|
|
31467
|
+
readonly kind: "NON_NULL";
|
|
31468
|
+
readonly ofType: {
|
|
31469
|
+
readonly kind: "SCALAR";
|
|
31470
|
+
readonly name: "ISO8601";
|
|
31471
|
+
};
|
|
31472
|
+
};
|
|
31473
|
+
readonly args: readonly [];
|
|
31474
|
+
readonly isDeprecated: false;
|
|
31475
|
+
}];
|
|
31476
|
+
readonly interfaces: readonly [];
|
|
31477
|
+
}, {
|
|
31478
|
+
readonly kind: "ENUM";
|
|
31479
|
+
readonly name: "SamlIntegrationKeyStatus";
|
|
31480
|
+
readonly enumValues: readonly [{
|
|
31481
|
+
readonly name: "ACTIVE";
|
|
31482
|
+
readonly isDeprecated: false;
|
|
31483
|
+
}, {
|
|
31484
|
+
readonly name: "DISABLED";
|
|
31485
|
+
readonly isDeprecated: false;
|
|
31486
|
+
}, {
|
|
31487
|
+
readonly name: "PASSIVE";
|
|
31488
|
+
readonly isDeprecated: false;
|
|
31489
|
+
}];
|
|
31490
|
+
}, {
|
|
31491
|
+
readonly kind: "INPUT_OBJECT";
|
|
31492
|
+
readonly name: "SamlIntegrationPatchInput";
|
|
31493
|
+
readonly inputFields: readonly [{
|
|
31494
|
+
readonly name: "active";
|
|
31495
|
+
readonly type: {
|
|
31496
|
+
readonly kind: "SCALAR";
|
|
31497
|
+
readonly name: "Boolean";
|
|
31498
|
+
};
|
|
31499
|
+
}, {
|
|
31500
|
+
readonly name: "forceAuthentication";
|
|
31501
|
+
readonly type: {
|
|
31502
|
+
readonly kind: "SCALAR";
|
|
31503
|
+
readonly name: "Boolean";
|
|
31504
|
+
};
|
|
31505
|
+
}, {
|
|
31506
|
+
readonly name: "signServiceProviderMetadata";
|
|
31507
|
+
readonly type: {
|
|
31508
|
+
readonly kind: "SCALAR";
|
|
31509
|
+
readonly name: "Boolean";
|
|
31510
|
+
};
|
|
31511
|
+
}, {
|
|
31512
|
+
readonly name: "validateSignature";
|
|
31513
|
+
readonly type: {
|
|
31514
|
+
readonly kind: "SCALAR";
|
|
31515
|
+
readonly name: "Boolean";
|
|
31516
|
+
};
|
|
31517
|
+
}, {
|
|
31518
|
+
readonly name: "wantAssertionsEncrypted";
|
|
31519
|
+
readonly type: {
|
|
31520
|
+
readonly kind: "SCALAR";
|
|
31521
|
+
readonly name: "Boolean";
|
|
31522
|
+
};
|
|
31523
|
+
}, {
|
|
31524
|
+
readonly name: "wantAssertionsSigned";
|
|
31525
|
+
readonly type: {
|
|
31526
|
+
readonly kind: "SCALAR";
|
|
31527
|
+
readonly name: "Boolean";
|
|
31528
|
+
};
|
|
31529
|
+
}, {
|
|
31530
|
+
readonly name: "wantAuthnRequestsSigned";
|
|
31531
|
+
readonly type: {
|
|
31532
|
+
readonly kind: "SCALAR";
|
|
31533
|
+
readonly name: "Boolean";
|
|
31534
|
+
};
|
|
31535
|
+
}];
|
|
31536
|
+
readonly isOneOf: false;
|
|
31537
|
+
}, {
|
|
31538
|
+
readonly kind: "OBJECT";
|
|
31539
|
+
readonly name: "SamlIntegrationServiceProviderKey";
|
|
31540
|
+
readonly fields: readonly [{
|
|
31541
|
+
readonly name: "algorithm";
|
|
31542
|
+
readonly type: {
|
|
31543
|
+
readonly kind: "NON_NULL";
|
|
31544
|
+
readonly ofType: {
|
|
31545
|
+
readonly kind: "SCALAR";
|
|
31546
|
+
readonly name: "String";
|
|
31547
|
+
};
|
|
31548
|
+
};
|
|
31549
|
+
readonly args: readonly [];
|
|
31550
|
+
readonly isDeprecated: false;
|
|
31551
|
+
}, {
|
|
31552
|
+
readonly name: "certificate";
|
|
31553
|
+
readonly type: {
|
|
31554
|
+
readonly kind: "NON_NULL";
|
|
31555
|
+
readonly ofType: {
|
|
31556
|
+
readonly kind: "SCALAR";
|
|
31557
|
+
readonly name: "String";
|
|
31558
|
+
};
|
|
31559
|
+
};
|
|
31560
|
+
readonly args: readonly [];
|
|
31561
|
+
readonly isDeprecated: false;
|
|
31562
|
+
}, {
|
|
31563
|
+
readonly name: "expiresAt";
|
|
31564
|
+
readonly type: {
|
|
31565
|
+
readonly kind: "NON_NULL";
|
|
31566
|
+
readonly ofType: {
|
|
31567
|
+
readonly kind: "SCALAR";
|
|
31568
|
+
readonly name: "ISO8601";
|
|
31569
|
+
};
|
|
31570
|
+
};
|
|
31571
|
+
readonly args: readonly [];
|
|
31572
|
+
readonly isDeprecated: false;
|
|
31573
|
+
}, {
|
|
31574
|
+
readonly name: "id";
|
|
31575
|
+
readonly type: {
|
|
31576
|
+
readonly kind: "NON_NULL";
|
|
31577
|
+
readonly ofType: {
|
|
31578
|
+
readonly kind: "SCALAR";
|
|
31579
|
+
readonly name: "String";
|
|
31580
|
+
};
|
|
31581
|
+
};
|
|
31582
|
+
readonly args: readonly [];
|
|
31583
|
+
readonly isDeprecated: false;
|
|
31584
|
+
}, {
|
|
31585
|
+
readonly name: "publicKey";
|
|
31586
|
+
readonly type: {
|
|
31587
|
+
readonly kind: "NON_NULL";
|
|
31588
|
+
readonly ofType: {
|
|
31589
|
+
readonly kind: "SCALAR";
|
|
31590
|
+
readonly name: "String";
|
|
31591
|
+
};
|
|
31592
|
+
};
|
|
31593
|
+
readonly args: readonly [];
|
|
31594
|
+
readonly isDeprecated: false;
|
|
31595
|
+
}, {
|
|
31596
|
+
readonly name: "status";
|
|
31597
|
+
readonly type: {
|
|
31598
|
+
readonly kind: "NON_NULL";
|
|
31599
|
+
readonly ofType: {
|
|
31600
|
+
readonly kind: "ENUM";
|
|
31601
|
+
readonly name: "SamlIntegrationKeyStatus";
|
|
31602
|
+
};
|
|
31603
|
+
};
|
|
31604
|
+
readonly args: readonly [];
|
|
31605
|
+
readonly isDeprecated: false;
|
|
31606
|
+
}];
|
|
31607
|
+
readonly interfaces: readonly [];
|
|
31608
|
+
}, {
|
|
31609
|
+
readonly kind: "OBJECT";
|
|
31610
|
+
readonly name: "ScheduledCommunication";
|
|
31611
|
+
readonly fields: readonly [{
|
|
31612
|
+
readonly name: "channel";
|
|
31613
|
+
readonly type: {
|
|
31614
|
+
readonly kind: "NON_NULL";
|
|
31615
|
+
readonly ofType: {
|
|
31616
|
+
readonly kind: "ENUM";
|
|
31617
|
+
readonly name: "CommunicationChannel";
|
|
31618
|
+
};
|
|
31619
|
+
};
|
|
31620
|
+
readonly args: readonly [];
|
|
31621
|
+
readonly isDeprecated: false;
|
|
31622
|
+
}, {
|
|
31623
|
+
readonly name: "communicationReceiver";
|
|
31624
|
+
readonly type: {
|
|
31625
|
+
readonly kind: "NON_NULL";
|
|
31626
|
+
readonly ofType: {
|
|
31627
|
+
readonly kind: "UNION";
|
|
31628
|
+
readonly name: "CommunicationReceiver";
|
|
31629
|
+
};
|
|
31630
|
+
};
|
|
31631
|
+
readonly args: readonly [];
|
|
31632
|
+
readonly isDeprecated: false;
|
|
31633
|
+
}, {
|
|
31634
|
+
readonly name: "communicationType";
|
|
31635
|
+
readonly type: {
|
|
31636
|
+
readonly kind: "NON_NULL";
|
|
31637
|
+
readonly ofType: {
|
|
31638
|
+
readonly kind: "ENUM";
|
|
31639
|
+
readonly name: "CommunicationType";
|
|
31640
|
+
};
|
|
31641
|
+
};
|
|
31642
|
+
readonly args: readonly [];
|
|
31643
|
+
readonly isDeprecated: false;
|
|
31644
|
+
}, {
|
|
31645
|
+
readonly name: "correlationId";
|
|
31646
|
+
readonly type: {
|
|
31647
|
+
readonly kind: "NON_NULL";
|
|
31648
|
+
readonly ofType: {
|
|
31649
|
+
readonly kind: "SCALAR";
|
|
31650
|
+
readonly name: "String";
|
|
31651
|
+
};
|
|
31652
|
+
};
|
|
31653
|
+
readonly args: readonly [];
|
|
31654
|
+
readonly isDeprecated: false;
|
|
31655
|
+
}, {
|
|
31656
|
+
readonly name: "createdAt";
|
|
31657
|
+
readonly type: {
|
|
31658
|
+
readonly kind: "NON_NULL";
|
|
31659
|
+
readonly ofType: {
|
|
31660
|
+
readonly kind: "SCALAR";
|
|
31661
|
+
readonly name: "ISO8601";
|
|
31662
|
+
};
|
|
31663
|
+
};
|
|
31664
|
+
readonly args: readonly [];
|
|
31665
|
+
readonly isDeprecated: false;
|
|
31666
|
+
}, {
|
|
31667
|
+
readonly name: "eventType";
|
|
31668
|
+
readonly type: {
|
|
31669
|
+
readonly kind: "NON_NULL";
|
|
31670
|
+
readonly ofType: {
|
|
31671
|
+
readonly kind: "SCALAR";
|
|
31672
|
+
readonly name: "String";
|
|
31673
|
+
};
|
|
31674
|
+
};
|
|
31675
|
+
readonly args: readonly [];
|
|
31676
|
+
readonly isDeprecated: false;
|
|
31677
|
+
}, {
|
|
31678
|
+
readonly name: "resourceId";
|
|
31679
|
+
readonly type: {
|
|
31680
|
+
readonly kind: "NON_NULL";
|
|
31681
|
+
readonly ofType: {
|
|
31682
|
+
readonly kind: "SCALAR";
|
|
31683
|
+
readonly name: "Int";
|
|
31684
|
+
};
|
|
31685
|
+
};
|
|
31686
|
+
readonly args: readonly [];
|
|
31687
|
+
readonly isDeprecated: false;
|
|
31688
|
+
}, {
|
|
31689
|
+
readonly name: "resourceType";
|
|
31690
|
+
readonly type: {
|
|
31691
|
+
readonly kind: "NON_NULL";
|
|
31692
|
+
readonly ofType: {
|
|
31693
|
+
readonly kind: "ENUM";
|
|
31694
|
+
readonly name: "CommunicationResourceType";
|
|
31695
|
+
};
|
|
31696
|
+
};
|
|
31697
|
+
readonly args: readonly [];
|
|
31698
|
+
readonly isDeprecated: false;
|
|
31699
|
+
}, {
|
|
31700
|
+
readonly name: "resourceVersion";
|
|
31701
|
+
readonly type: {
|
|
31702
|
+
readonly kind: "SCALAR";
|
|
31703
|
+
readonly name: "Int";
|
|
31704
|
+
};
|
|
31705
|
+
readonly args: readonly [];
|
|
31706
|
+
readonly isDeprecated: false;
|
|
31707
|
+
}, {
|
|
31708
|
+
readonly name: "scheduledAt";
|
|
31709
|
+
readonly type: {
|
|
31710
|
+
readonly kind: "NON_NULL";
|
|
31711
|
+
readonly ofType: {
|
|
31712
|
+
readonly kind: "SCALAR";
|
|
31713
|
+
readonly name: "ISO8601";
|
|
31714
|
+
};
|
|
31715
|
+
};
|
|
31716
|
+
readonly args: readonly [];
|
|
31717
|
+
readonly isDeprecated: false;
|
|
31718
|
+
}];
|
|
31719
|
+
readonly interfaces: readonly [];
|
|
31720
|
+
}, {
|
|
31721
|
+
readonly kind: "INPUT_OBJECT";
|
|
31722
|
+
readonly name: "ScheduledCommunicationSort";
|
|
31723
|
+
readonly inputFields: readonly [{
|
|
31724
|
+
readonly name: "direction";
|
|
31725
|
+
readonly type: {
|
|
31726
|
+
readonly kind: "NON_NULL";
|
|
31727
|
+
readonly ofType: {
|
|
31728
|
+
readonly kind: "ENUM";
|
|
31729
|
+
readonly name: "SortDirection";
|
|
31730
|
+
};
|
|
31731
|
+
};
|
|
31732
|
+
}, {
|
|
31733
|
+
readonly name: "field";
|
|
31734
|
+
readonly type: {
|
|
31735
|
+
readonly kind: "NON_NULL";
|
|
31736
|
+
readonly ofType: {
|
|
31737
|
+
readonly kind: "ENUM";
|
|
31738
|
+
readonly name: "SortableScheduledCommunicationFields";
|
|
31739
|
+
};
|
|
31740
|
+
};
|
|
31741
|
+
}];
|
|
31742
|
+
readonly isOneOf: false;
|
|
30416
31743
|
}, {
|
|
30417
31744
|
readonly kind: "OBJECT";
|
|
30418
31745
|
readonly name: "ScimIntegration";
|
|
@@ -30473,6 +31800,63 @@ declare const introspection: {
|
|
|
30473
31800
|
readonly kind: "INTERFACE";
|
|
30474
31801
|
readonly name: "BaseIntegration";
|
|
30475
31802
|
}];
|
|
31803
|
+
}, {
|
|
31804
|
+
readonly kind: "OBJECT";
|
|
31805
|
+
readonly name: "ScimToken";
|
|
31806
|
+
readonly fields: readonly [{
|
|
31807
|
+
readonly name: "createdAt";
|
|
31808
|
+
readonly type: {
|
|
31809
|
+
readonly kind: "NON_NULL";
|
|
31810
|
+
readonly ofType: {
|
|
31811
|
+
readonly kind: "SCALAR";
|
|
31812
|
+
readonly name: "ISO8601";
|
|
31813
|
+
};
|
|
31814
|
+
};
|
|
31815
|
+
readonly args: readonly [];
|
|
31816
|
+
readonly isDeprecated: false;
|
|
31817
|
+
}, {
|
|
31818
|
+
readonly name: "deletedAt";
|
|
31819
|
+
readonly type: {
|
|
31820
|
+
readonly kind: "SCALAR";
|
|
31821
|
+
readonly name: "ISO8601";
|
|
31822
|
+
};
|
|
31823
|
+
readonly args: readonly [];
|
|
31824
|
+
readonly isDeprecated: false;
|
|
31825
|
+
}, {
|
|
31826
|
+
readonly name: "expiresAt";
|
|
31827
|
+
readonly type: {
|
|
31828
|
+
readonly kind: "NON_NULL";
|
|
31829
|
+
readonly ofType: {
|
|
31830
|
+
readonly kind: "SCALAR";
|
|
31831
|
+
readonly name: "ISO8601";
|
|
31832
|
+
};
|
|
31833
|
+
};
|
|
31834
|
+
readonly args: readonly [];
|
|
31835
|
+
readonly isDeprecated: false;
|
|
31836
|
+
}, {
|
|
31837
|
+
readonly name: "id";
|
|
31838
|
+
readonly type: {
|
|
31839
|
+
readonly kind: "NON_NULL";
|
|
31840
|
+
readonly ofType: {
|
|
31841
|
+
readonly kind: "SCALAR";
|
|
31842
|
+
readonly name: "ID";
|
|
31843
|
+
};
|
|
31844
|
+
};
|
|
31845
|
+
readonly args: readonly [];
|
|
31846
|
+
readonly isDeprecated: false;
|
|
31847
|
+
}, {
|
|
31848
|
+
readonly name: "updatedAt";
|
|
31849
|
+
readonly type: {
|
|
31850
|
+
readonly kind: "NON_NULL";
|
|
31851
|
+
readonly ofType: {
|
|
31852
|
+
readonly kind: "SCALAR";
|
|
31853
|
+
readonly name: "ISO8601";
|
|
31854
|
+
};
|
|
31855
|
+
};
|
|
31856
|
+
readonly args: readonly [];
|
|
31857
|
+
readonly isDeprecated: false;
|
|
31858
|
+
}];
|
|
31859
|
+
readonly interfaces: readonly [];
|
|
30476
31860
|
}, {
|
|
30477
31861
|
readonly kind: "INPUT_OBJECT";
|
|
30478
31862
|
readonly name: "SecondaryParticipantInput";
|
|
@@ -31226,6 +32610,13 @@ declare const introspection: {
|
|
|
31226
32610
|
readonly name: "updatedAt";
|
|
31227
32611
|
readonly isDeprecated: false;
|
|
31228
32612
|
}];
|
|
32613
|
+
}, {
|
|
32614
|
+
readonly kind: "ENUM";
|
|
32615
|
+
readonly name: "SortableCommunicationFields";
|
|
32616
|
+
readonly enumValues: readonly [{
|
|
32617
|
+
readonly name: "processedAt";
|
|
32618
|
+
readonly isDeprecated: false;
|
|
32619
|
+
}];
|
|
31229
32620
|
}, {
|
|
31230
32621
|
readonly kind: "ENUM";
|
|
31231
32622
|
readonly name: "SortableCustomerFields";
|
|
@@ -31440,6 +32831,13 @@ declare const introspection: {
|
|
|
31440
32831
|
readonly name: "parentId";
|
|
31441
32832
|
readonly isDeprecated: false;
|
|
31442
32833
|
}];
|
|
32834
|
+
}, {
|
|
32835
|
+
readonly kind: "ENUM";
|
|
32836
|
+
readonly name: "SortableScheduledCommunicationFields";
|
|
32837
|
+
readonly enumValues: readonly [{
|
|
32838
|
+
readonly name: "scheduledAt";
|
|
32839
|
+
readonly isDeprecated: false;
|
|
32840
|
+
}];
|
|
31443
32841
|
}, {
|
|
31444
32842
|
readonly kind: "ENUM";
|
|
31445
32843
|
readonly name: "SortableSubjectFields";
|
|
@@ -33646,6 +35044,9 @@ declare const introspection: {
|
|
|
33646
35044
|
}, {
|
|
33647
35045
|
readonly name: "TWILIO";
|
|
33648
35046
|
readonly isDeprecated: false;
|
|
35047
|
+
}, {
|
|
35048
|
+
readonly name: "WEBHOOK";
|
|
35049
|
+
readonly isDeprecated: false;
|
|
33649
35050
|
}];
|
|
33650
35051
|
}, {
|
|
33651
35052
|
readonly kind: "OBJECT";
|
|
@@ -34940,6 +36341,38 @@ declare const introspection: {
|
|
|
34940
36341
|
readonly isDeprecated: false;
|
|
34941
36342
|
}];
|
|
34942
36343
|
readonly interfaces: readonly [];
|
|
36344
|
+
}, {
|
|
36345
|
+
readonly kind: "INPUT_OBJECT";
|
|
36346
|
+
readonly name: "UnavailabilityEventCreateInput";
|
|
36347
|
+
readonly inputFields: readonly [{
|
|
36348
|
+
readonly name: "employeeId";
|
|
36349
|
+
readonly type: {
|
|
36350
|
+
readonly kind: "NON_NULL";
|
|
36351
|
+
readonly ofType: {
|
|
36352
|
+
readonly kind: "SCALAR";
|
|
36353
|
+
readonly name: "ID";
|
|
36354
|
+
};
|
|
36355
|
+
};
|
|
36356
|
+
}, {
|
|
36357
|
+
readonly name: "end";
|
|
36358
|
+
readonly type: {
|
|
36359
|
+
readonly kind: "NON_NULL";
|
|
36360
|
+
readonly ofType: {
|
|
36361
|
+
readonly kind: "SCALAR";
|
|
36362
|
+
readonly name: "ISO8601";
|
|
36363
|
+
};
|
|
36364
|
+
};
|
|
36365
|
+
}, {
|
|
36366
|
+
readonly name: "start";
|
|
36367
|
+
readonly type: {
|
|
36368
|
+
readonly kind: "NON_NULL";
|
|
36369
|
+
readonly ofType: {
|
|
36370
|
+
readonly kind: "SCALAR";
|
|
36371
|
+
readonly name: "ISO8601";
|
|
36372
|
+
};
|
|
36373
|
+
};
|
|
36374
|
+
}];
|
|
36375
|
+
readonly isOneOf: false;
|
|
34943
36376
|
}, {
|
|
34944
36377
|
readonly kind: "INPUT_OBJECT";
|
|
34945
36378
|
readonly name: "UnavailabilityRevertInput";
|
|
@@ -35243,6 +36676,9 @@ declare const introspection: {
|
|
|
35243
36676
|
}, {
|
|
35244
36677
|
readonly name: "PEXIP";
|
|
35245
36678
|
readonly isDeprecated: false;
|
|
36679
|
+
}, {
|
|
36680
|
+
readonly name: "PEXIP_INFINITY";
|
|
36681
|
+
readonly isDeprecated: false;
|
|
35246
36682
|
}, {
|
|
35247
36683
|
readonly name: "STATIC";
|
|
35248
36684
|
readonly isDeprecated: false;
|
|
@@ -36051,6 +37487,9 @@ declare const introspection: {
|
|
|
36051
37487
|
}, {
|
|
36052
37488
|
readonly name: "callback_request_update";
|
|
36053
37489
|
readonly isDeprecated: false;
|
|
37490
|
+
}, {
|
|
37491
|
+
readonly name: "communication_send";
|
|
37492
|
+
readonly isDeprecated: false;
|
|
36054
37493
|
}];
|
|
36055
37494
|
}, {
|
|
36056
37495
|
readonly kind: "INPUT_OBJECT";
|
|
@@ -36132,6 +37571,29 @@ declare const introspection: {
|
|
|
36132
37571
|
};
|
|
36133
37572
|
}];
|
|
36134
37573
|
readonly isOneOf: false;
|
|
37574
|
+
}, {
|
|
37575
|
+
readonly kind: "INPUT_OBJECT";
|
|
37576
|
+
readonly name: "allowedMeetingRoomProvidersInput";
|
|
37577
|
+
readonly inputFields: readonly [{
|
|
37578
|
+
readonly name: "manageable";
|
|
37579
|
+
readonly type: {
|
|
37580
|
+
readonly kind: "SCALAR";
|
|
37581
|
+
readonly name: "Boolean";
|
|
37582
|
+
};
|
|
37583
|
+
}, {
|
|
37584
|
+
readonly name: "value";
|
|
37585
|
+
readonly type: {
|
|
37586
|
+
readonly kind: "LIST";
|
|
37587
|
+
readonly ofType: {
|
|
37588
|
+
readonly kind: "NON_NULL";
|
|
37589
|
+
readonly ofType: {
|
|
37590
|
+
readonly kind: "ENUM";
|
|
37591
|
+
readonly name: "MeetingRoomProvider";
|
|
37592
|
+
};
|
|
37593
|
+
};
|
|
37594
|
+
};
|
|
37595
|
+
}];
|
|
37596
|
+
readonly isOneOf: false;
|
|
36135
37597
|
}, {
|
|
36136
37598
|
readonly kind: "INPUT_OBJECT";
|
|
36137
37599
|
readonly name: "allowedPluginDomainsInput";
|