@pexip-engage-public/graphql 1.0.66 → 1.0.67
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 +6 -0
- package/dist/graphql-env.d.ts +42 -444
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +49 -501
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +8 -55
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +49 -501
- package/src/schema.ts +7 -68
package/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -1389,6 +1389,12 @@ declare const introspection: {
|
|
|
1389
1389
|
readonly kind: "SCALAR";
|
|
1390
1390
|
readonly name: "String";
|
|
1391
1391
|
};
|
|
1392
|
+
}, {
|
|
1393
|
+
readonly name: "token";
|
|
1394
|
+
readonly type: {
|
|
1395
|
+
readonly kind: "SCALAR";
|
|
1396
|
+
readonly name: "String";
|
|
1397
|
+
};
|
|
1392
1398
|
}, {
|
|
1393
1399
|
readonly name: "userCommunication";
|
|
1394
1400
|
readonly type: {
|
|
@@ -1431,6 +1437,12 @@ declare const introspection: {
|
|
|
1431
1437
|
readonly kind: "SCALAR";
|
|
1432
1438
|
readonly name: "ISO8601";
|
|
1433
1439
|
};
|
|
1440
|
+
}, {
|
|
1441
|
+
readonly name: "token";
|
|
1442
|
+
readonly type: {
|
|
1443
|
+
readonly kind: "SCALAR";
|
|
1444
|
+
readonly name: "String";
|
|
1445
|
+
};
|
|
1434
1446
|
}, {
|
|
1435
1447
|
readonly name: "userCommunication";
|
|
1436
1448
|
readonly type: {
|
|
@@ -2573,6 +2585,12 @@ declare const introspection: {
|
|
|
2573
2585
|
readonly kind: "SCALAR";
|
|
2574
2586
|
readonly name: "JSONObject";
|
|
2575
2587
|
};
|
|
2588
|
+
}, {
|
|
2589
|
+
readonly name: "token";
|
|
2590
|
+
readonly type: {
|
|
2591
|
+
readonly kind: "SCALAR";
|
|
2592
|
+
readonly name: "String";
|
|
2593
|
+
};
|
|
2576
2594
|
}, {
|
|
2577
2595
|
readonly name: "userCommunication";
|
|
2578
2596
|
readonly type: {
|
|
@@ -2683,6 +2701,12 @@ declare const introspection: {
|
|
|
2683
2701
|
readonly name: "ISO8601";
|
|
2684
2702
|
};
|
|
2685
2703
|
};
|
|
2704
|
+
}, {
|
|
2705
|
+
readonly name: "token";
|
|
2706
|
+
readonly type: {
|
|
2707
|
+
readonly kind: "SCALAR";
|
|
2708
|
+
readonly name: "String";
|
|
2709
|
+
};
|
|
2686
2710
|
}, {
|
|
2687
2711
|
readonly name: "userCommunication";
|
|
2688
2712
|
readonly type: {
|
|
@@ -16850,6 +16874,12 @@ declare const introspection: {
|
|
|
16850
16874
|
};
|
|
16851
16875
|
};
|
|
16852
16876
|
};
|
|
16877
|
+
}, {
|
|
16878
|
+
readonly name: "token";
|
|
16879
|
+
readonly type: {
|
|
16880
|
+
readonly kind: "SCALAR";
|
|
16881
|
+
readonly name: "String";
|
|
16882
|
+
};
|
|
16853
16883
|
}];
|
|
16854
16884
|
readonly isDeprecated: false;
|
|
16855
16885
|
}, {
|
|
@@ -17639,28 +17669,6 @@ declare const introspection: {
|
|
|
17639
17669
|
};
|
|
17640
17670
|
}];
|
|
17641
17671
|
readonly isDeprecated: false;
|
|
17642
|
-
}, {
|
|
17643
|
-
readonly name: "createSamlIntegration";
|
|
17644
|
-
readonly type: {
|
|
17645
|
-
readonly kind: "NON_NULL";
|
|
17646
|
-
readonly ofType: {
|
|
17647
|
-
readonly kind: "OBJECT";
|
|
17648
|
-
readonly name: "SamlIntegration";
|
|
17649
|
-
};
|
|
17650
|
-
};
|
|
17651
|
-
readonly args: readonly [];
|
|
17652
|
-
readonly isDeprecated: false;
|
|
17653
|
-
}, {
|
|
17654
|
-
readonly name: "createScimToken";
|
|
17655
|
-
readonly type: {
|
|
17656
|
-
readonly kind: "NON_NULL";
|
|
17657
|
-
readonly ofType: {
|
|
17658
|
-
readonly kind: "SCALAR";
|
|
17659
|
-
readonly name: "String";
|
|
17660
|
-
};
|
|
17661
|
-
};
|
|
17662
|
-
readonly args: readonly [];
|
|
17663
|
-
readonly isDeprecated: false;
|
|
17664
17672
|
}, {
|
|
17665
17673
|
readonly name: "createSessionConfigSessionEvent";
|
|
17666
17674
|
readonly type: {
|
|
@@ -18286,17 +18294,6 @@ declare const introspection: {
|
|
|
18286
18294
|
};
|
|
18287
18295
|
}];
|
|
18288
18296
|
readonly isDeprecated: false;
|
|
18289
|
-
}, {
|
|
18290
|
-
readonly name: "deleteSamlIntegration";
|
|
18291
|
-
readonly type: {
|
|
18292
|
-
readonly kind: "NON_NULL";
|
|
18293
|
-
readonly ofType: {
|
|
18294
|
-
readonly kind: "OBJECT";
|
|
18295
|
-
readonly name: "SamlIntegration";
|
|
18296
|
-
};
|
|
18297
|
-
};
|
|
18298
|
-
readonly args: readonly [];
|
|
18299
|
-
readonly isDeprecated: false;
|
|
18300
18297
|
}, {
|
|
18301
18298
|
readonly name: "deleteStorageAccountConfig";
|
|
18302
18299
|
readonly type: {
|
|
@@ -19274,26 +19271,6 @@ declare const introspection: {
|
|
|
19274
19271
|
};
|
|
19275
19272
|
}];
|
|
19276
19273
|
readonly isDeprecated: false;
|
|
19277
|
-
}, {
|
|
19278
|
-
readonly name: "patchSamlIntegration";
|
|
19279
|
-
readonly type: {
|
|
19280
|
-
readonly kind: "NON_NULL";
|
|
19281
|
-
readonly ofType: {
|
|
19282
|
-
readonly kind: "OBJECT";
|
|
19283
|
-
readonly name: "SamlIntegration";
|
|
19284
|
-
};
|
|
19285
|
-
};
|
|
19286
|
-
readonly args: readonly [{
|
|
19287
|
-
readonly name: "input";
|
|
19288
|
-
readonly type: {
|
|
19289
|
-
readonly kind: "NON_NULL";
|
|
19290
|
-
readonly ofType: {
|
|
19291
|
-
readonly kind: "INPUT_OBJECT";
|
|
19292
|
-
readonly name: "SamlIntegrationPatchInput";
|
|
19293
|
-
};
|
|
19294
|
-
};
|
|
19295
|
-
}];
|
|
19296
|
-
readonly isDeprecated: false;
|
|
19297
19274
|
}, {
|
|
19298
19275
|
readonly name: "patchStaticTranslationOverrides";
|
|
19299
19276
|
readonly type: {
|
|
@@ -20356,6 +20333,12 @@ declare const introspection: {
|
|
|
20356
20333
|
readonly name: "SecondaryParticipantInput";
|
|
20357
20334
|
};
|
|
20358
20335
|
};
|
|
20336
|
+
}, {
|
|
20337
|
+
readonly name: "token";
|
|
20338
|
+
readonly type: {
|
|
20339
|
+
readonly kind: "SCALAR";
|
|
20340
|
+
readonly name: "String";
|
|
20341
|
+
};
|
|
20359
20342
|
}];
|
|
20360
20343
|
readonly isDeprecated: false;
|
|
20361
20344
|
}, {
|
|
@@ -21037,26 +21020,6 @@ declare const introspection: {
|
|
|
21037
21020
|
};
|
|
21038
21021
|
}];
|
|
21039
21022
|
readonly isDeprecated: false;
|
|
21040
|
-
}, {
|
|
21041
|
-
readonly name: "uploadSamlIdentityProviderMetadata";
|
|
21042
|
-
readonly type: {
|
|
21043
|
-
readonly kind: "NON_NULL";
|
|
21044
|
-
readonly ofType: {
|
|
21045
|
-
readonly kind: "OBJECT";
|
|
21046
|
-
readonly name: "SamlIntegration";
|
|
21047
|
-
};
|
|
21048
|
-
};
|
|
21049
|
-
readonly args: readonly [{
|
|
21050
|
-
readonly name: "metadataUrl";
|
|
21051
|
-
readonly type: {
|
|
21052
|
-
readonly kind: "NON_NULL";
|
|
21053
|
-
readonly ofType: {
|
|
21054
|
-
readonly kind: "SCALAR";
|
|
21055
|
-
readonly name: "String";
|
|
21056
|
-
};
|
|
21057
|
-
};
|
|
21058
|
-
}];
|
|
21059
|
-
readonly isDeprecated: false;
|
|
21060
21023
|
}, {
|
|
21061
21024
|
readonly name: "upsertMicrosoftGraphAPIEmailConfiguration";
|
|
21062
21025
|
readonly type: {
|
|
@@ -22706,6 +22669,12 @@ declare const introspection: {
|
|
|
22706
22669
|
};
|
|
22707
22670
|
};
|
|
22708
22671
|
};
|
|
22672
|
+
}, {
|
|
22673
|
+
readonly name: "token";
|
|
22674
|
+
readonly type: {
|
|
22675
|
+
readonly kind: "SCALAR";
|
|
22676
|
+
readonly name: "String";
|
|
22677
|
+
};
|
|
22709
22678
|
}];
|
|
22710
22679
|
readonly isOneOf: false;
|
|
22711
22680
|
}, {
|
|
@@ -26775,17 +26744,6 @@ declare const introspection: {
|
|
|
26775
26744
|
};
|
|
26776
26745
|
}];
|
|
26777
26746
|
readonly isDeprecated: false;
|
|
26778
|
-
}, {
|
|
26779
|
-
readonly name: "samlIntegration";
|
|
26780
|
-
readonly type: {
|
|
26781
|
-
readonly kind: "NON_NULL";
|
|
26782
|
-
readonly ofType: {
|
|
26783
|
-
readonly kind: "OBJECT";
|
|
26784
|
-
readonly name: "SamlIntegration";
|
|
26785
|
-
};
|
|
26786
|
-
};
|
|
26787
|
-
readonly args: readonly [];
|
|
26788
|
-
readonly isDeprecated: false;
|
|
26789
26747
|
}, {
|
|
26790
26748
|
readonly name: "schedulableEmployees";
|
|
26791
26749
|
readonly type: {
|
|
@@ -27771,23 +27729,6 @@ declare const introspection: {
|
|
|
27771
27729
|
};
|
|
27772
27730
|
}];
|
|
27773
27731
|
readonly isDeprecated: false;
|
|
27774
|
-
}, {
|
|
27775
|
-
readonly name: "scimTokens";
|
|
27776
|
-
readonly type: {
|
|
27777
|
-
readonly kind: "NON_NULL";
|
|
27778
|
-
readonly ofType: {
|
|
27779
|
-
readonly kind: "LIST";
|
|
27780
|
-
readonly ofType: {
|
|
27781
|
-
readonly kind: "NON_NULL";
|
|
27782
|
-
readonly ofType: {
|
|
27783
|
-
readonly kind: "OBJECT";
|
|
27784
|
-
readonly name: "ScimToken";
|
|
27785
|
-
};
|
|
27786
|
-
};
|
|
27787
|
-
};
|
|
27788
|
-
};
|
|
27789
|
-
readonly args: readonly [];
|
|
27790
|
-
readonly isDeprecated: false;
|
|
27791
27732
|
}, {
|
|
27792
27733
|
readonly name: "searchRegions";
|
|
27793
27734
|
readonly type: {
|
|
@@ -29870,9 +29811,6 @@ declare const introspection: {
|
|
|
29870
29811
|
}, {
|
|
29871
29812
|
readonly name: "OFFICE_RELATION";
|
|
29872
29813
|
readonly isDeprecated: false;
|
|
29873
|
-
}, {
|
|
29874
|
-
readonly name: "SCIM_TOKEN";
|
|
29875
|
-
readonly isDeprecated: false;
|
|
29876
29814
|
}, {
|
|
29877
29815
|
readonly name: "SUBJECT";
|
|
29878
29816
|
readonly isDeprecated: false;
|
|
@@ -29880,289 +29818,6 @@ declare const introspection: {
|
|
|
29880
29818
|
readonly name: "SUBJECT_GROUP";
|
|
29881
29819
|
readonly isDeprecated: false;
|
|
29882
29820
|
}];
|
|
29883
|
-
}, {
|
|
29884
|
-
readonly kind: "OBJECT";
|
|
29885
|
-
readonly name: "SamlIntegration";
|
|
29886
|
-
readonly fields: readonly [{
|
|
29887
|
-
readonly name: "active";
|
|
29888
|
-
readonly type: {
|
|
29889
|
-
readonly kind: "NON_NULL";
|
|
29890
|
-
readonly ofType: {
|
|
29891
|
-
readonly kind: "SCALAR";
|
|
29892
|
-
readonly name: "Boolean";
|
|
29893
|
-
};
|
|
29894
|
-
};
|
|
29895
|
-
readonly args: readonly [];
|
|
29896
|
-
readonly isDeprecated: false;
|
|
29897
|
-
}, {
|
|
29898
|
-
readonly name: "identityProviderMetadataUrl";
|
|
29899
|
-
readonly type: {
|
|
29900
|
-
readonly kind: "SCALAR";
|
|
29901
|
-
readonly name: "String";
|
|
29902
|
-
};
|
|
29903
|
-
readonly args: readonly [];
|
|
29904
|
-
readonly isDeprecated: false;
|
|
29905
|
-
}, {
|
|
29906
|
-
readonly name: "identityProviderSignatureKey";
|
|
29907
|
-
readonly type: {
|
|
29908
|
-
readonly kind: "OBJECT";
|
|
29909
|
-
readonly name: "SamlIntegrationIdentityProviderKey";
|
|
29910
|
-
};
|
|
29911
|
-
readonly args: readonly [];
|
|
29912
|
-
readonly isDeprecated: false;
|
|
29913
|
-
}, {
|
|
29914
|
-
readonly name: "serviceProviderEncryptionKeys";
|
|
29915
|
-
readonly type: {
|
|
29916
|
-
readonly kind: "NON_NULL";
|
|
29917
|
-
readonly ofType: {
|
|
29918
|
-
readonly kind: "LIST";
|
|
29919
|
-
readonly ofType: {
|
|
29920
|
-
readonly kind: "NON_NULL";
|
|
29921
|
-
readonly ofType: {
|
|
29922
|
-
readonly kind: "OBJECT";
|
|
29923
|
-
readonly name: "SamlIntegrationServiceProviderKey";
|
|
29924
|
-
};
|
|
29925
|
-
};
|
|
29926
|
-
};
|
|
29927
|
-
};
|
|
29928
|
-
readonly args: readonly [];
|
|
29929
|
-
readonly isDeprecated: false;
|
|
29930
|
-
}, {
|
|
29931
|
-
readonly name: "serviceProviderMetadataUrl";
|
|
29932
|
-
readonly type: {
|
|
29933
|
-
readonly kind: "NON_NULL";
|
|
29934
|
-
readonly ofType: {
|
|
29935
|
-
readonly kind: "SCALAR";
|
|
29936
|
-
readonly name: "String";
|
|
29937
|
-
};
|
|
29938
|
-
};
|
|
29939
|
-
readonly args: readonly [];
|
|
29940
|
-
readonly isDeprecated: false;
|
|
29941
|
-
}, {
|
|
29942
|
-
readonly name: "serviceProviderSignatureKeys";
|
|
29943
|
-
readonly type: {
|
|
29944
|
-
readonly kind: "NON_NULL";
|
|
29945
|
-
readonly ofType: {
|
|
29946
|
-
readonly kind: "LIST";
|
|
29947
|
-
readonly ofType: {
|
|
29948
|
-
readonly kind: "NON_NULL";
|
|
29949
|
-
readonly ofType: {
|
|
29950
|
-
readonly kind: "OBJECT";
|
|
29951
|
-
readonly name: "SamlIntegrationServiceProviderKey";
|
|
29952
|
-
};
|
|
29953
|
-
};
|
|
29954
|
-
};
|
|
29955
|
-
};
|
|
29956
|
-
readonly args: readonly [];
|
|
29957
|
-
readonly isDeprecated: false;
|
|
29958
|
-
}, {
|
|
29959
|
-
readonly name: "singleLogoutServiceUrl";
|
|
29960
|
-
readonly type: {
|
|
29961
|
-
readonly kind: "SCALAR";
|
|
29962
|
-
readonly name: "String";
|
|
29963
|
-
};
|
|
29964
|
-
readonly args: readonly [];
|
|
29965
|
-
readonly isDeprecated: false;
|
|
29966
|
-
}, {
|
|
29967
|
-
readonly name: "singleSignOnServiceUrl";
|
|
29968
|
-
readonly type: {
|
|
29969
|
-
readonly kind: "SCALAR";
|
|
29970
|
-
readonly name: "String";
|
|
29971
|
-
};
|
|
29972
|
-
readonly args: readonly [];
|
|
29973
|
-
readonly isDeprecated: false;
|
|
29974
|
-
}, {
|
|
29975
|
-
readonly name: "validateSignature";
|
|
29976
|
-
readonly type: {
|
|
29977
|
-
readonly kind: "NON_NULL";
|
|
29978
|
-
readonly ofType: {
|
|
29979
|
-
readonly kind: "SCALAR";
|
|
29980
|
-
readonly name: "Boolean";
|
|
29981
|
-
};
|
|
29982
|
-
};
|
|
29983
|
-
readonly args: readonly [];
|
|
29984
|
-
readonly isDeprecated: false;
|
|
29985
|
-
}, {
|
|
29986
|
-
readonly name: "wantAssertionsEncrypted";
|
|
29987
|
-
readonly type: {
|
|
29988
|
-
readonly kind: "NON_NULL";
|
|
29989
|
-
readonly ofType: {
|
|
29990
|
-
readonly kind: "SCALAR";
|
|
29991
|
-
readonly name: "Boolean";
|
|
29992
|
-
};
|
|
29993
|
-
};
|
|
29994
|
-
readonly args: readonly [];
|
|
29995
|
-
readonly isDeprecated: false;
|
|
29996
|
-
}, {
|
|
29997
|
-
readonly name: "wantAssertionsSigned";
|
|
29998
|
-
readonly type: {
|
|
29999
|
-
readonly kind: "NON_NULL";
|
|
30000
|
-
readonly ofType: {
|
|
30001
|
-
readonly kind: "SCALAR";
|
|
30002
|
-
readonly name: "Boolean";
|
|
30003
|
-
};
|
|
30004
|
-
};
|
|
30005
|
-
readonly args: readonly [];
|
|
30006
|
-
readonly isDeprecated: false;
|
|
30007
|
-
}, {
|
|
30008
|
-
readonly name: "wantAuthnRequestsSigned";
|
|
30009
|
-
readonly type: {
|
|
30010
|
-
readonly kind: "NON_NULL";
|
|
30011
|
-
readonly ofType: {
|
|
30012
|
-
readonly kind: "SCALAR";
|
|
30013
|
-
readonly name: "Boolean";
|
|
30014
|
-
};
|
|
30015
|
-
};
|
|
30016
|
-
readonly args: readonly [];
|
|
30017
|
-
readonly isDeprecated: false;
|
|
30018
|
-
}];
|
|
30019
|
-
readonly interfaces: readonly [];
|
|
30020
|
-
}, {
|
|
30021
|
-
readonly kind: "OBJECT";
|
|
30022
|
-
readonly name: "SamlIntegrationIdentityProviderKey";
|
|
30023
|
-
readonly fields: readonly [{
|
|
30024
|
-
readonly name: "certificate";
|
|
30025
|
-
readonly type: {
|
|
30026
|
-
readonly kind: "NON_NULL";
|
|
30027
|
-
readonly ofType: {
|
|
30028
|
-
readonly kind: "SCALAR";
|
|
30029
|
-
readonly name: "String";
|
|
30030
|
-
};
|
|
30031
|
-
};
|
|
30032
|
-
readonly args: readonly [];
|
|
30033
|
-
readonly isDeprecated: false;
|
|
30034
|
-
}, {
|
|
30035
|
-
readonly name: "expiresAt";
|
|
30036
|
-
readonly type: {
|
|
30037
|
-
readonly kind: "NON_NULL";
|
|
30038
|
-
readonly ofType: {
|
|
30039
|
-
readonly kind: "SCALAR";
|
|
30040
|
-
readonly name: "ISO8601";
|
|
30041
|
-
};
|
|
30042
|
-
};
|
|
30043
|
-
readonly args: readonly [];
|
|
30044
|
-
readonly isDeprecated: false;
|
|
30045
|
-
}];
|
|
30046
|
-
readonly interfaces: readonly [];
|
|
30047
|
-
}, {
|
|
30048
|
-
readonly kind: "ENUM";
|
|
30049
|
-
readonly name: "SamlIntegrationKeyStatus";
|
|
30050
|
-
readonly enumValues: readonly [{
|
|
30051
|
-
readonly name: "ACTIVE";
|
|
30052
|
-
readonly isDeprecated: false;
|
|
30053
|
-
}, {
|
|
30054
|
-
readonly name: "DISABLED";
|
|
30055
|
-
readonly isDeprecated: false;
|
|
30056
|
-
}, {
|
|
30057
|
-
readonly name: "PASSIVE";
|
|
30058
|
-
readonly isDeprecated: false;
|
|
30059
|
-
}];
|
|
30060
|
-
}, {
|
|
30061
|
-
readonly kind: "INPUT_OBJECT";
|
|
30062
|
-
readonly name: "SamlIntegrationPatchInput";
|
|
30063
|
-
readonly inputFields: readonly [{
|
|
30064
|
-
readonly name: "active";
|
|
30065
|
-
readonly type: {
|
|
30066
|
-
readonly kind: "SCALAR";
|
|
30067
|
-
readonly name: "Boolean";
|
|
30068
|
-
};
|
|
30069
|
-
}, {
|
|
30070
|
-
readonly name: "validateSignature";
|
|
30071
|
-
readonly type: {
|
|
30072
|
-
readonly kind: "SCALAR";
|
|
30073
|
-
readonly name: "Boolean";
|
|
30074
|
-
};
|
|
30075
|
-
}, {
|
|
30076
|
-
readonly name: "wantAssertionsEncrypted";
|
|
30077
|
-
readonly type: {
|
|
30078
|
-
readonly kind: "SCALAR";
|
|
30079
|
-
readonly name: "Boolean";
|
|
30080
|
-
};
|
|
30081
|
-
}, {
|
|
30082
|
-
readonly name: "wantAssertionsSigned";
|
|
30083
|
-
readonly type: {
|
|
30084
|
-
readonly kind: "SCALAR";
|
|
30085
|
-
readonly name: "Boolean";
|
|
30086
|
-
};
|
|
30087
|
-
}, {
|
|
30088
|
-
readonly name: "wantAuthnRequestsSigned";
|
|
30089
|
-
readonly type: {
|
|
30090
|
-
readonly kind: "SCALAR";
|
|
30091
|
-
readonly name: "Boolean";
|
|
30092
|
-
};
|
|
30093
|
-
}];
|
|
30094
|
-
readonly isOneOf: false;
|
|
30095
|
-
}, {
|
|
30096
|
-
readonly kind: "OBJECT";
|
|
30097
|
-
readonly name: "SamlIntegrationServiceProviderKey";
|
|
30098
|
-
readonly fields: readonly [{
|
|
30099
|
-
readonly name: "algorithm";
|
|
30100
|
-
readonly type: {
|
|
30101
|
-
readonly kind: "NON_NULL";
|
|
30102
|
-
readonly ofType: {
|
|
30103
|
-
readonly kind: "SCALAR";
|
|
30104
|
-
readonly name: "String";
|
|
30105
|
-
};
|
|
30106
|
-
};
|
|
30107
|
-
readonly args: readonly [];
|
|
30108
|
-
readonly isDeprecated: false;
|
|
30109
|
-
}, {
|
|
30110
|
-
readonly name: "certificate";
|
|
30111
|
-
readonly type: {
|
|
30112
|
-
readonly kind: "NON_NULL";
|
|
30113
|
-
readonly ofType: {
|
|
30114
|
-
readonly kind: "SCALAR";
|
|
30115
|
-
readonly name: "String";
|
|
30116
|
-
};
|
|
30117
|
-
};
|
|
30118
|
-
readonly args: readonly [];
|
|
30119
|
-
readonly isDeprecated: false;
|
|
30120
|
-
}, {
|
|
30121
|
-
readonly name: "expiresAt";
|
|
30122
|
-
readonly type: {
|
|
30123
|
-
readonly kind: "NON_NULL";
|
|
30124
|
-
readonly ofType: {
|
|
30125
|
-
readonly kind: "SCALAR";
|
|
30126
|
-
readonly name: "ISO8601";
|
|
30127
|
-
};
|
|
30128
|
-
};
|
|
30129
|
-
readonly args: readonly [];
|
|
30130
|
-
readonly isDeprecated: false;
|
|
30131
|
-
}, {
|
|
30132
|
-
readonly name: "id";
|
|
30133
|
-
readonly type: {
|
|
30134
|
-
readonly kind: "NON_NULL";
|
|
30135
|
-
readonly ofType: {
|
|
30136
|
-
readonly kind: "SCALAR";
|
|
30137
|
-
readonly name: "String";
|
|
30138
|
-
};
|
|
30139
|
-
};
|
|
30140
|
-
readonly args: readonly [];
|
|
30141
|
-
readonly isDeprecated: false;
|
|
30142
|
-
}, {
|
|
30143
|
-
readonly name: "publicKey";
|
|
30144
|
-
readonly type: {
|
|
30145
|
-
readonly kind: "NON_NULL";
|
|
30146
|
-
readonly ofType: {
|
|
30147
|
-
readonly kind: "SCALAR";
|
|
30148
|
-
readonly name: "String";
|
|
30149
|
-
};
|
|
30150
|
-
};
|
|
30151
|
-
readonly args: readonly [];
|
|
30152
|
-
readonly isDeprecated: false;
|
|
30153
|
-
}, {
|
|
30154
|
-
readonly name: "status";
|
|
30155
|
-
readonly type: {
|
|
30156
|
-
readonly kind: "NON_NULL";
|
|
30157
|
-
readonly ofType: {
|
|
30158
|
-
readonly kind: "ENUM";
|
|
30159
|
-
readonly name: "SamlIntegrationKeyStatus";
|
|
30160
|
-
};
|
|
30161
|
-
};
|
|
30162
|
-
readonly args: readonly [];
|
|
30163
|
-
readonly isDeprecated: false;
|
|
30164
|
-
}];
|
|
30165
|
-
readonly interfaces: readonly [];
|
|
30166
29821
|
}, {
|
|
30167
29822
|
readonly kind: "OBJECT";
|
|
30168
29823
|
readonly name: "ScimIntegration";
|
|
@@ -30223,63 +29878,6 @@ declare const introspection: {
|
|
|
30223
29878
|
readonly kind: "INTERFACE";
|
|
30224
29879
|
readonly name: "BaseIntegration";
|
|
30225
29880
|
}];
|
|
30226
|
-
}, {
|
|
30227
|
-
readonly kind: "OBJECT";
|
|
30228
|
-
readonly name: "ScimToken";
|
|
30229
|
-
readonly fields: readonly [{
|
|
30230
|
-
readonly name: "createdAt";
|
|
30231
|
-
readonly type: {
|
|
30232
|
-
readonly kind: "NON_NULL";
|
|
30233
|
-
readonly ofType: {
|
|
30234
|
-
readonly kind: "SCALAR";
|
|
30235
|
-
readonly name: "ISO8601";
|
|
30236
|
-
};
|
|
30237
|
-
};
|
|
30238
|
-
readonly args: readonly [];
|
|
30239
|
-
readonly isDeprecated: false;
|
|
30240
|
-
}, {
|
|
30241
|
-
readonly name: "deletedAt";
|
|
30242
|
-
readonly type: {
|
|
30243
|
-
readonly kind: "SCALAR";
|
|
30244
|
-
readonly name: "ISO8601";
|
|
30245
|
-
};
|
|
30246
|
-
readonly args: readonly [];
|
|
30247
|
-
readonly isDeprecated: false;
|
|
30248
|
-
}, {
|
|
30249
|
-
readonly name: "expiresAt";
|
|
30250
|
-
readonly type: {
|
|
30251
|
-
readonly kind: "NON_NULL";
|
|
30252
|
-
readonly ofType: {
|
|
30253
|
-
readonly kind: "SCALAR";
|
|
30254
|
-
readonly name: "ISO8601";
|
|
30255
|
-
};
|
|
30256
|
-
};
|
|
30257
|
-
readonly args: readonly [];
|
|
30258
|
-
readonly isDeprecated: false;
|
|
30259
|
-
}, {
|
|
30260
|
-
readonly name: "id";
|
|
30261
|
-
readonly type: {
|
|
30262
|
-
readonly kind: "NON_NULL";
|
|
30263
|
-
readonly ofType: {
|
|
30264
|
-
readonly kind: "SCALAR";
|
|
30265
|
-
readonly name: "ID";
|
|
30266
|
-
};
|
|
30267
|
-
};
|
|
30268
|
-
readonly args: readonly [];
|
|
30269
|
-
readonly isDeprecated: false;
|
|
30270
|
-
}, {
|
|
30271
|
-
readonly name: "updatedAt";
|
|
30272
|
-
readonly type: {
|
|
30273
|
-
readonly kind: "NON_NULL";
|
|
30274
|
-
readonly ofType: {
|
|
30275
|
-
readonly kind: "SCALAR";
|
|
30276
|
-
readonly name: "ISO8601";
|
|
30277
|
-
};
|
|
30278
|
-
};
|
|
30279
|
-
readonly args: readonly [];
|
|
30280
|
-
readonly isDeprecated: false;
|
|
30281
|
-
}];
|
|
30282
|
-
readonly interfaces: readonly [];
|
|
30283
29881
|
}, {
|
|
30284
29882
|
readonly kind: "INPUT_OBJECT";
|
|
30285
29883
|
readonly name: "SecondaryParticipantInput";
|