@pexip-engage-public/graphql 1.0.65 → 1.0.66-canary-20250320122540
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 +535 -1
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +614 -11
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +69 -1
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +614 -11
- package/src/schema.ts +85 -0
package/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -2009,6 +2009,55 @@ declare const introspection: {
|
|
|
2009
2009
|
readonly name: "SECONDARY_PARTICIPANT_REMOVED";
|
|
2010
2010
|
readonly isDeprecated: false;
|
|
2011
2011
|
}];
|
|
2012
|
+
}, {
|
|
2013
|
+
readonly kind: "OBJECT";
|
|
2014
|
+
readonly name: "AppointmentIdentity";
|
|
2015
|
+
readonly fields: readonly [{
|
|
2016
|
+
readonly name: "backofficeUrl";
|
|
2017
|
+
readonly type: {
|
|
2018
|
+
readonly kind: "NON_NULL";
|
|
2019
|
+
readonly ofType: {
|
|
2020
|
+
readonly kind: "SCALAR";
|
|
2021
|
+
readonly name: "String";
|
|
2022
|
+
};
|
|
2023
|
+
};
|
|
2024
|
+
readonly args: readonly [];
|
|
2025
|
+
readonly isDeprecated: false;
|
|
2026
|
+
}, {
|
|
2027
|
+
readonly name: "id";
|
|
2028
|
+
readonly type: {
|
|
2029
|
+
readonly kind: "NON_NULL";
|
|
2030
|
+
readonly ofType: {
|
|
2031
|
+
readonly kind: "SCALAR";
|
|
2032
|
+
readonly name: "Int";
|
|
2033
|
+
};
|
|
2034
|
+
};
|
|
2035
|
+
readonly args: readonly [];
|
|
2036
|
+
readonly isDeprecated: false;
|
|
2037
|
+
}, {
|
|
2038
|
+
readonly name: "participantType";
|
|
2039
|
+
readonly type: {
|
|
2040
|
+
readonly kind: "NON_NULL";
|
|
2041
|
+
readonly ofType: {
|
|
2042
|
+
readonly kind: "ENUM";
|
|
2043
|
+
readonly name: "ParticipantType";
|
|
2044
|
+
};
|
|
2045
|
+
};
|
|
2046
|
+
readonly args: readonly [];
|
|
2047
|
+
readonly isDeprecated: false;
|
|
2048
|
+
}, {
|
|
2049
|
+
readonly name: "pluginUrl";
|
|
2050
|
+
readonly type: {
|
|
2051
|
+
readonly kind: "NON_NULL";
|
|
2052
|
+
readonly ofType: {
|
|
2053
|
+
readonly kind: "SCALAR";
|
|
2054
|
+
readonly name: "String";
|
|
2055
|
+
};
|
|
2056
|
+
};
|
|
2057
|
+
readonly args: readonly [];
|
|
2058
|
+
readonly isDeprecated: false;
|
|
2059
|
+
}];
|
|
2060
|
+
readonly interfaces: readonly [];
|
|
2012
2061
|
}, {
|
|
2013
2062
|
readonly kind: "INPUT_OBJECT";
|
|
2014
2063
|
readonly name: "AppointmentInviteInput";
|
|
@@ -17590,6 +17639,28 @@ declare const introspection: {
|
|
|
17590
17639
|
};
|
|
17591
17640
|
}];
|
|
17592
17641
|
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;
|
|
17593
17664
|
}, {
|
|
17594
17665
|
readonly name: "createSessionConfigSessionEvent";
|
|
17595
17666
|
readonly type: {
|
|
@@ -18215,6 +18286,17 @@ declare const introspection: {
|
|
|
18215
18286
|
};
|
|
18216
18287
|
}];
|
|
18217
18288
|
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;
|
|
18218
18300
|
}, {
|
|
18219
18301
|
readonly name: "deleteStorageAccountConfig";
|
|
18220
18302
|
readonly type: {
|
|
@@ -18446,7 +18528,7 @@ declare const introspection: {
|
|
|
18446
18528
|
};
|
|
18447
18529
|
};
|
|
18448
18530
|
}];
|
|
18449
|
-
readonly isDeprecated:
|
|
18531
|
+
readonly isDeprecated: true;
|
|
18450
18532
|
}, {
|
|
18451
18533
|
readonly name: "generateVideoUrl";
|
|
18452
18534
|
readonly type: {
|
|
@@ -19192,6 +19274,26 @@ declare const introspection: {
|
|
|
19192
19274
|
};
|
|
19193
19275
|
}];
|
|
19194
19276
|
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;
|
|
19195
19297
|
}, {
|
|
19196
19298
|
readonly name: "patchStaticTranslationOverrides";
|
|
19197
19299
|
readonly type: {
|
|
@@ -20935,6 +21037,26 @@ declare const introspection: {
|
|
|
20935
21037
|
};
|
|
20936
21038
|
}];
|
|
20937
21039
|
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;
|
|
20938
21060
|
}, {
|
|
20939
21061
|
readonly name: "upsertMicrosoftGraphAPIEmailConfiguration";
|
|
20940
21062
|
readonly type: {
|
|
@@ -23616,6 +23738,18 @@ declare const introspection: {
|
|
|
23616
23738
|
readonly kind: "SCALAR";
|
|
23617
23739
|
readonly name: "String";
|
|
23618
23740
|
};
|
|
23741
|
+
}, {
|
|
23742
|
+
readonly name: "createdFrom";
|
|
23743
|
+
readonly type: {
|
|
23744
|
+
readonly kind: "SCALAR";
|
|
23745
|
+
readonly name: "ISO8601";
|
|
23746
|
+
};
|
|
23747
|
+
}, {
|
|
23748
|
+
readonly name: "createdTo";
|
|
23749
|
+
readonly type: {
|
|
23750
|
+
readonly kind: "SCALAR";
|
|
23751
|
+
readonly name: "ISO8601";
|
|
23752
|
+
};
|
|
23619
23753
|
}, {
|
|
23620
23754
|
readonly name: "customerId";
|
|
23621
23755
|
readonly type: {
|
|
@@ -25124,6 +25258,35 @@ declare const introspection: {
|
|
|
25124
25258
|
};
|
|
25125
25259
|
}];
|
|
25126
25260
|
readonly isDeprecated: false;
|
|
25261
|
+
}, {
|
|
25262
|
+
readonly name: "identifyAppointment";
|
|
25263
|
+
readonly type: {
|
|
25264
|
+
readonly kind: "NON_NULL";
|
|
25265
|
+
readonly ofType: {
|
|
25266
|
+
readonly kind: "OBJECT";
|
|
25267
|
+
readonly name: "AppointmentIdentity";
|
|
25268
|
+
};
|
|
25269
|
+
};
|
|
25270
|
+
readonly args: readonly [{
|
|
25271
|
+
readonly name: "intent";
|
|
25272
|
+
readonly type: {
|
|
25273
|
+
readonly kind: "NON_NULL";
|
|
25274
|
+
readonly ofType: {
|
|
25275
|
+
readonly kind: "ENUM";
|
|
25276
|
+
readonly name: "Intent";
|
|
25277
|
+
};
|
|
25278
|
+
};
|
|
25279
|
+
}, {
|
|
25280
|
+
readonly name: "token";
|
|
25281
|
+
readonly type: {
|
|
25282
|
+
readonly kind: "NON_NULL";
|
|
25283
|
+
readonly ofType: {
|
|
25284
|
+
readonly kind: "SCALAR";
|
|
25285
|
+
readonly name: "String";
|
|
25286
|
+
};
|
|
25287
|
+
};
|
|
25288
|
+
}];
|
|
25289
|
+
readonly isDeprecated: false;
|
|
25127
25290
|
}, {
|
|
25128
25291
|
readonly name: "integration";
|
|
25129
25292
|
readonly type: {
|
|
@@ -26612,6 +26775,17 @@ declare const introspection: {
|
|
|
26612
26775
|
};
|
|
26613
26776
|
}];
|
|
26614
26777
|
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;
|
|
26615
26789
|
}, {
|
|
26616
26790
|
readonly name: "schedulableEmployees";
|
|
26617
26791
|
readonly type: {
|
|
@@ -27597,6 +27771,23 @@ declare const introspection: {
|
|
|
27597
27771
|
};
|
|
27598
27772
|
}];
|
|
27599
27773
|
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;
|
|
27600
27791
|
}, {
|
|
27601
27792
|
readonly name: "searchRegions";
|
|
27602
27793
|
readonly type: {
|
|
@@ -29679,6 +29870,9 @@ declare const introspection: {
|
|
|
29679
29870
|
}, {
|
|
29680
29871
|
readonly name: "OFFICE_RELATION";
|
|
29681
29872
|
readonly isDeprecated: false;
|
|
29873
|
+
}, {
|
|
29874
|
+
readonly name: "SCIM_TOKEN";
|
|
29875
|
+
readonly isDeprecated: false;
|
|
29682
29876
|
}, {
|
|
29683
29877
|
readonly name: "SUBJECT";
|
|
29684
29878
|
readonly isDeprecated: false;
|
|
@@ -29686,6 +29880,289 @@ declare const introspection: {
|
|
|
29686
29880
|
readonly name: "SUBJECT_GROUP";
|
|
29687
29881
|
readonly isDeprecated: false;
|
|
29688
29882
|
}];
|
|
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 [];
|
|
29689
30166
|
}, {
|
|
29690
30167
|
readonly kind: "OBJECT";
|
|
29691
30168
|
readonly name: "ScimIntegration";
|
|
@@ -29746,6 +30223,63 @@ declare const introspection: {
|
|
|
29746
30223
|
readonly kind: "INTERFACE";
|
|
29747
30224
|
readonly name: "BaseIntegration";
|
|
29748
30225
|
}];
|
|
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 [];
|
|
29749
30283
|
}, {
|
|
29750
30284
|
readonly kind: "INPUT_OBJECT";
|
|
29751
30285
|
readonly name: "SecondaryParticipantInput";
|