@pexip-engage-public/graphql 1.0.73-canary-20250527085440 → 1.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/graphql-env.d.ts +859 -1
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1107 -129
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +127 -2
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +1107 -129
- package/src/schema.ts +160 -1
package/dist/graphql-env.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";
|
|
@@ -9411,6 +9466,17 @@ declare const introspection: {
|
|
|
9411
9466
|
};
|
|
9412
9467
|
readonly args: readonly [];
|
|
9413
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;
|
|
9414
9480
|
}, {
|
|
9415
9481
|
readonly name: "allowedPluginDomains";
|
|
9416
9482
|
readonly type: {
|
|
@@ -10006,6 +10072,12 @@ declare const introspection: {
|
|
|
10006
10072
|
readonly kind: "INPUT_OBJECT";
|
|
10007
10073
|
readonly name: "allowedExternalCalendarAccountProvidersInput";
|
|
10008
10074
|
};
|
|
10075
|
+
}, {
|
|
10076
|
+
readonly name: "allowedMeetingRoomProviders";
|
|
10077
|
+
readonly type: {
|
|
10078
|
+
readonly kind: "INPUT_OBJECT";
|
|
10079
|
+
readonly name: "allowedMeetingRoomProvidersInput";
|
|
10080
|
+
};
|
|
10009
10081
|
}, {
|
|
10010
10082
|
readonly name: "allowedPluginDomains";
|
|
10011
10083
|
readonly type: {
|
|
@@ -14658,6 +14730,112 @@ declare const introspection: {
|
|
|
14658
14730
|
};
|
|
14659
14731
|
}];
|
|
14660
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;
|
|
14661
14839
|
}, {
|
|
14662
14840
|
readonly kind: "OBJECT";
|
|
14663
14841
|
readonly name: "LocalizedNamesEnterpriseSetting";
|
|
@@ -16456,7 +16634,7 @@ declare const introspection: {
|
|
|
16456
16634
|
readonly kind: "NON_NULL";
|
|
16457
16635
|
readonly ofType: {
|
|
16458
16636
|
readonly kind: "ENUM";
|
|
16459
|
-
readonly name: "
|
|
16637
|
+
readonly name: "MeetingRoomProvider";
|
|
16460
16638
|
};
|
|
16461
16639
|
};
|
|
16462
16640
|
readonly args: readonly [];
|
|
@@ -16914,6 +17092,16 @@ declare const introspection: {
|
|
|
16914
17092
|
};
|
|
16915
17093
|
}];
|
|
16916
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
|
+
}];
|
|
16917
17105
|
}, {
|
|
16918
17106
|
readonly kind: "OBJECT";
|
|
16919
17107
|
readonly name: "MeetingRoomSchedulingSetting";
|
|
@@ -18103,6 +18291,26 @@ declare const introspection: {
|
|
|
18103
18291
|
};
|
|
18104
18292
|
}];
|
|
18105
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;
|
|
18106
18314
|
}, {
|
|
18107
18315
|
readonly name: "createManagedExternalCalendarEvent";
|
|
18108
18316
|
readonly type: {
|
|
@@ -18265,6 +18473,28 @@ declare const introspection: {
|
|
|
18265
18473
|
};
|
|
18266
18474
|
}];
|
|
18267
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;
|
|
18268
18498
|
}, {
|
|
18269
18499
|
readonly name: "createSessionConfigSessionEvent";
|
|
18270
18500
|
readonly type: {
|
|
@@ -18431,6 +18661,26 @@ declare const introspection: {
|
|
|
18431
18661
|
};
|
|
18432
18662
|
}];
|
|
18433
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;
|
|
18434
18684
|
}, {
|
|
18435
18685
|
readonly name: "createUploadFileLink";
|
|
18436
18686
|
readonly type: {
|
|
@@ -18772,6 +19022,26 @@ declare const introspection: {
|
|
|
18772
19022
|
};
|
|
18773
19023
|
}];
|
|
18774
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;
|
|
18775
19045
|
}, {
|
|
18776
19046
|
readonly name: "deleteManagedExternalCalendarEvent";
|
|
18777
19047
|
readonly type: {
|
|
@@ -18890,6 +19160,17 @@ declare const introspection: {
|
|
|
18890
19160
|
};
|
|
18891
19161
|
}];
|
|
18892
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;
|
|
18893
19174
|
}, {
|
|
18894
19175
|
readonly name: "deleteStorageAccountConfig";
|
|
18895
19176
|
readonly type: {
|
|
@@ -19632,6 +19913,35 @@ declare const introspection: {
|
|
|
19632
19913
|
};
|
|
19633
19914
|
}];
|
|
19634
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;
|
|
19635
19945
|
}, {
|
|
19636
19946
|
readonly name: "patchManagedExternalCalendarEvent";
|
|
19637
19947
|
readonly type: {
|
|
@@ -19867,6 +20177,26 @@ declare const introspection: {
|
|
|
19867
20177
|
};
|
|
19868
20178
|
}];
|
|
19869
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;
|
|
19870
20200
|
}, {
|
|
19871
20201
|
readonly name: "patchStaticTranslationOverrides";
|
|
19872
20202
|
readonly type: {
|
|
@@ -21616,6 +21946,66 @@ declare const introspection: {
|
|
|
21616
21946
|
};
|
|
21617
21947
|
}];
|
|
21618
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;
|
|
21619
22009
|
}, {
|
|
21620
22010
|
readonly name: "upsertMicrosoftGraphAPIEmailConfiguration";
|
|
21621
22011
|
readonly type: {
|
|
@@ -27717,6 +28107,14 @@ declare const introspection: {
|
|
|
27717
28107
|
};
|
|
27718
28108
|
}];
|
|
27719
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;
|
|
27720
28118
|
}, {
|
|
27721
28119
|
readonly name: "schedulableEmployees";
|
|
27722
28120
|
readonly type: {
|
|
@@ -28752,6 +29150,34 @@ declare const introspection: {
|
|
|
28752
29150
|
};
|
|
28753
29151
|
}];
|
|
28754
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;
|
|
28755
29181
|
}, {
|
|
28756
29182
|
readonly name: "searchRegions";
|
|
28757
29183
|
readonly type: {
|
|
@@ -30852,6 +31278,9 @@ declare const introspection: {
|
|
|
30852
31278
|
}, {
|
|
30853
31279
|
readonly name: "OFFICE_RELATION";
|
|
30854
31280
|
readonly isDeprecated: false;
|
|
31281
|
+
}, {
|
|
31282
|
+
readonly name: "SCIM_TOKEN";
|
|
31283
|
+
readonly isDeprecated: false;
|
|
30855
31284
|
}, {
|
|
30856
31285
|
readonly name: "SUBJECT";
|
|
30857
31286
|
readonly isDeprecated: false;
|
|
@@ -30859,6 +31288,323 @@ declare const introspection: {
|
|
|
30859
31288
|
readonly name: "SUBJECT_GROUP";
|
|
30860
31289
|
readonly isDeprecated: false;
|
|
30861
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 [];
|
|
30862
31608
|
}, {
|
|
30863
31609
|
readonly kind: "OBJECT";
|
|
30864
31610
|
readonly name: "ScheduledCommunication";
|
|
@@ -31054,6 +31800,63 @@ declare const introspection: {
|
|
|
31054
31800
|
readonly kind: "INTERFACE";
|
|
31055
31801
|
readonly name: "BaseIntegration";
|
|
31056
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 [];
|
|
31057
31860
|
}, {
|
|
31058
31861
|
readonly kind: "INPUT_OBJECT";
|
|
31059
31862
|
readonly name: "SecondaryParticipantInput";
|
|
@@ -35538,6 +36341,38 @@ declare const introspection: {
|
|
|
35538
36341
|
readonly isDeprecated: false;
|
|
35539
36342
|
}];
|
|
35540
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;
|
|
35541
36376
|
}, {
|
|
35542
36377
|
readonly kind: "INPUT_OBJECT";
|
|
35543
36378
|
readonly name: "UnavailabilityRevertInput";
|
|
@@ -36736,6 +37571,29 @@ declare const introspection: {
|
|
|
36736
37571
|
};
|
|
36737
37572
|
}];
|
|
36738
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;
|
|
36739
37597
|
}, {
|
|
36740
37598
|
readonly kind: "INPUT_OBJECT";
|
|
36741
37599
|
readonly name: "allowedPluginDomainsInput";
|