@pexip-engage-public/graphql 1.6.7 → 1.6.8
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 +8 -0
- package/dist/graphql-env.d.ts +47 -186
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +52 -209
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +9 -24
- package/dist/schema.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +52 -209
- package/src/schema.ts +10 -31
package/CHANGELOG.md
CHANGED
package/dist/graphql-env.d.ts
CHANGED
|
@@ -20716,26 +20716,6 @@ declare const introspection: {
|
|
|
20716
20716
|
};
|
|
20717
20717
|
}];
|
|
20718
20718
|
readonly "isDeprecated": false;
|
|
20719
|
-
}, {
|
|
20720
|
-
readonly "name": "createVPaaSMeeting";
|
|
20721
|
-
readonly "type": {
|
|
20722
|
-
readonly "kind": "NON_NULL";
|
|
20723
|
-
readonly "ofType": {
|
|
20724
|
-
readonly "kind": "OBJECT";
|
|
20725
|
-
readonly "name": "PexipVPaaSParticipant";
|
|
20726
|
-
};
|
|
20727
|
-
};
|
|
20728
|
-
readonly "args": readonly [{
|
|
20729
|
-
readonly "name": "token";
|
|
20730
|
-
readonly "type": {
|
|
20731
|
-
readonly "kind": "NON_NULL";
|
|
20732
|
-
readonly "ofType": {
|
|
20733
|
-
readonly "kind": "SCALAR";
|
|
20734
|
-
readonly "name": "String";
|
|
20735
|
-
};
|
|
20736
|
-
};
|
|
20737
|
-
}];
|
|
20738
|
-
readonly "isDeprecated": false;
|
|
20739
20719
|
}, {
|
|
20740
20720
|
readonly "name": "createWebhookConfiguration";
|
|
20741
20721
|
readonly "type": {
|
|
@@ -24081,17 +24061,6 @@ declare const introspection: {
|
|
|
24081
24061
|
};
|
|
24082
24062
|
}];
|
|
24083
24063
|
readonly "isDeprecated": false;
|
|
24084
|
-
}, {
|
|
24085
|
-
readonly "name": "startAvailabilityInsights";
|
|
24086
|
-
readonly "type": {
|
|
24087
|
-
readonly "kind": "NON_NULL";
|
|
24088
|
-
readonly "ofType": {
|
|
24089
|
-
readonly "kind": "SCALAR";
|
|
24090
|
-
readonly "name": "Boolean";
|
|
24091
|
-
};
|
|
24092
|
-
};
|
|
24093
|
-
readonly "args": readonly [];
|
|
24094
|
-
readonly "isDeprecated": false;
|
|
24095
24064
|
}, {
|
|
24096
24065
|
readonly "name": "syncFutureEventsToExternalCalendar";
|
|
24097
24066
|
readonly "type": {
|
|
@@ -25970,55 +25939,6 @@ declare const introspection: {
|
|
|
25970
25939
|
readonly "isDeprecated": false;
|
|
25971
25940
|
}];
|
|
25972
25941
|
readonly "interfaces": readonly [];
|
|
25973
|
-
}, {
|
|
25974
|
-
readonly "kind": "OBJECT";
|
|
25975
|
-
readonly "name": "PexipVPaaSParticipant";
|
|
25976
|
-
readonly "fields": readonly [{
|
|
25977
|
-
readonly "name": "pexipVPaaSApiAddress";
|
|
25978
|
-
readonly "type": {
|
|
25979
|
-
readonly "kind": "NON_NULL";
|
|
25980
|
-
readonly "ofType": {
|
|
25981
|
-
readonly "kind": "SCALAR";
|
|
25982
|
-
readonly "name": "String";
|
|
25983
|
-
};
|
|
25984
|
-
};
|
|
25985
|
-
readonly "args": readonly [];
|
|
25986
|
-
readonly "isDeprecated": false;
|
|
25987
|
-
}, {
|
|
25988
|
-
readonly "name": "pexipVPaaSMeetingId";
|
|
25989
|
-
readonly "type": {
|
|
25990
|
-
readonly "kind": "NON_NULL";
|
|
25991
|
-
readonly "ofType": {
|
|
25992
|
-
readonly "kind": "SCALAR";
|
|
25993
|
-
readonly "name": "String";
|
|
25994
|
-
};
|
|
25995
|
-
};
|
|
25996
|
-
readonly "args": readonly [];
|
|
25997
|
-
readonly "isDeprecated": false;
|
|
25998
|
-
}, {
|
|
25999
|
-
readonly "name": "pexipVPaaSParticipantId";
|
|
26000
|
-
readonly "type": {
|
|
26001
|
-
readonly "kind": "NON_NULL";
|
|
26002
|
-
readonly "ofType": {
|
|
26003
|
-
readonly "kind": "SCALAR";
|
|
26004
|
-
readonly "name": "String";
|
|
26005
|
-
};
|
|
26006
|
-
};
|
|
26007
|
-
readonly "args": readonly [];
|
|
26008
|
-
readonly "isDeprecated": false;
|
|
26009
|
-
}, {
|
|
26010
|
-
readonly "name": "pexipVPaaSParticipantSecret";
|
|
26011
|
-
readonly "type": {
|
|
26012
|
-
readonly "kind": "NON_NULL";
|
|
26013
|
-
readonly "ofType": {
|
|
26014
|
-
readonly "kind": "SCALAR";
|
|
26015
|
-
readonly "name": "String";
|
|
26016
|
-
};
|
|
26017
|
-
};
|
|
26018
|
-
readonly "args": readonly [];
|
|
26019
|
-
readonly "isDeprecated": false;
|
|
26020
|
-
}];
|
|
26021
|
-
readonly "interfaces": readonly [];
|
|
26022
25942
|
}, {
|
|
26023
25943
|
readonly "kind": "OBJECT";
|
|
26024
25944
|
readonly "name": "PrimaryBrandColorEnterpriseSetting";
|
|
@@ -34511,6 +34431,12 @@ declare const introspection: {
|
|
|
34511
34431
|
}, {
|
|
34512
34432
|
readonly "name": "OFFICE_RELATION";
|
|
34513
34433
|
readonly "isDeprecated": false;
|
|
34434
|
+
}, {
|
|
34435
|
+
readonly "name": "SAML_INTEGRATION";
|
|
34436
|
+
readonly "isDeprecated": false;
|
|
34437
|
+
}, {
|
|
34438
|
+
readonly "name": "SAML_KEY_PROVIDER";
|
|
34439
|
+
readonly "isDeprecated": false;
|
|
34514
34440
|
}, {
|
|
34515
34441
|
readonly "name": "SCIM_TOKEN";
|
|
34516
34442
|
readonly "isDeprecated": false;
|
|
@@ -34555,15 +34481,7 @@ declare const introspection: {
|
|
|
34555
34481
|
readonly "args": readonly [];
|
|
34556
34482
|
readonly "isDeprecated": false;
|
|
34557
34483
|
}, {
|
|
34558
|
-
readonly "name": "
|
|
34559
|
-
readonly "type": {
|
|
34560
|
-
readonly "kind": "OBJECT";
|
|
34561
|
-
readonly "name": "SamlIntegrationIdentityProviderKey";
|
|
34562
|
-
};
|
|
34563
|
-
readonly "args": readonly [];
|
|
34564
|
-
readonly "isDeprecated": false;
|
|
34565
|
-
}, {
|
|
34566
|
-
readonly "name": "serviceProviderEncryptionKeys";
|
|
34484
|
+
readonly "name": "identityProviderSignatureKeys";
|
|
34567
34485
|
readonly "type": {
|
|
34568
34486
|
readonly "kind": "NON_NULL";
|
|
34569
34487
|
readonly "ofType": {
|
|
@@ -34572,7 +34490,7 @@ declare const introspection: {
|
|
|
34572
34490
|
readonly "kind": "NON_NULL";
|
|
34573
34491
|
readonly "ofType": {
|
|
34574
34492
|
readonly "kind": "OBJECT";
|
|
34575
|
-
readonly "name": "
|
|
34493
|
+
readonly "name": "SamlIntegrationIdentityProviderKey";
|
|
34576
34494
|
};
|
|
34577
34495
|
};
|
|
34578
34496
|
};
|
|
@@ -34590,23 +34508,6 @@ declare const introspection: {
|
|
|
34590
34508
|
};
|
|
34591
34509
|
readonly "args": readonly [];
|
|
34592
34510
|
readonly "isDeprecated": false;
|
|
34593
|
-
}, {
|
|
34594
|
-
readonly "name": "serviceProviderSignatureKeys";
|
|
34595
|
-
readonly "type": {
|
|
34596
|
-
readonly "kind": "NON_NULL";
|
|
34597
|
-
readonly "ofType": {
|
|
34598
|
-
readonly "kind": "LIST";
|
|
34599
|
-
readonly "ofType": {
|
|
34600
|
-
readonly "kind": "NON_NULL";
|
|
34601
|
-
readonly "ofType": {
|
|
34602
|
-
readonly "kind": "OBJECT";
|
|
34603
|
-
readonly "name": "SamlIntegrationServiceProviderKey";
|
|
34604
|
-
};
|
|
34605
|
-
};
|
|
34606
|
-
};
|
|
34607
|
-
};
|
|
34608
|
-
readonly "args": readonly [];
|
|
34609
|
-
readonly "isDeprecated": false;
|
|
34610
34511
|
}, {
|
|
34611
34512
|
readonly "name": "signServiceProviderMetadata";
|
|
34612
34513
|
readonly "type": {
|
|
@@ -34707,19 +34608,6 @@ declare const introspection: {
|
|
|
34707
34608
|
readonly "isDeprecated": false;
|
|
34708
34609
|
}];
|
|
34709
34610
|
readonly "interfaces": readonly [];
|
|
34710
|
-
}, {
|
|
34711
|
-
readonly "kind": "ENUM";
|
|
34712
|
-
readonly "name": "SamlIntegrationKeyStatus";
|
|
34713
|
-
readonly "enumValues": readonly [{
|
|
34714
|
-
readonly "name": "ACTIVE";
|
|
34715
|
-
readonly "isDeprecated": false;
|
|
34716
|
-
}, {
|
|
34717
|
-
readonly "name": "DISABLED";
|
|
34718
|
-
readonly "isDeprecated": false;
|
|
34719
|
-
}, {
|
|
34720
|
-
readonly "name": "PASSIVE";
|
|
34721
|
-
readonly "isDeprecated": false;
|
|
34722
|
-
}];
|
|
34723
34611
|
}, {
|
|
34724
34612
|
readonly "kind": "INPUT_OBJECT";
|
|
34725
34613
|
readonly "name": "SamlIntegrationPatchInput";
|
|
@@ -34775,42 +34663,20 @@ declare const introspection: {
|
|
|
34775
34663
|
readonly "isOneOf": false;
|
|
34776
34664
|
}, {
|
|
34777
34665
|
readonly "kind": "OBJECT";
|
|
34778
|
-
readonly "name": "
|
|
34666
|
+
readonly "name": "SamlKeyProvider";
|
|
34779
34667
|
readonly "fields": readonly [{
|
|
34780
|
-
readonly "name": "
|
|
34781
|
-
readonly "type": {
|
|
34782
|
-
readonly "kind": "NON_NULL";
|
|
34783
|
-
readonly "ofType": {
|
|
34784
|
-
readonly "kind": "SCALAR";
|
|
34785
|
-
readonly "name": "String";
|
|
34786
|
-
};
|
|
34787
|
-
};
|
|
34788
|
-
readonly "args": readonly [];
|
|
34789
|
-
readonly "isDeprecated": false;
|
|
34790
|
-
}, {
|
|
34791
|
-
readonly "name": "certificate";
|
|
34792
|
-
readonly "type": {
|
|
34793
|
-
readonly "kind": "NON_NULL";
|
|
34794
|
-
readonly "ofType": {
|
|
34795
|
-
readonly "kind": "SCALAR";
|
|
34796
|
-
readonly "name": "String";
|
|
34797
|
-
};
|
|
34798
|
-
};
|
|
34799
|
-
readonly "args": readonly [];
|
|
34800
|
-
readonly "isDeprecated": false;
|
|
34801
|
-
}, {
|
|
34802
|
-
readonly "name": "expiresAt";
|
|
34668
|
+
readonly "name": "active";
|
|
34803
34669
|
readonly "type": {
|
|
34804
34670
|
readonly "kind": "NON_NULL";
|
|
34805
34671
|
readonly "ofType": {
|
|
34806
34672
|
readonly "kind": "SCALAR";
|
|
34807
|
-
readonly "name": "
|
|
34673
|
+
readonly "name": "Boolean";
|
|
34808
34674
|
};
|
|
34809
34675
|
};
|
|
34810
34676
|
readonly "args": readonly [];
|
|
34811
34677
|
readonly "isDeprecated": false;
|
|
34812
34678
|
}, {
|
|
34813
|
-
readonly "name": "
|
|
34679
|
+
readonly "name": "algorithm";
|
|
34814
34680
|
readonly "type": {
|
|
34815
34681
|
readonly "kind": "NON_NULL";
|
|
34816
34682
|
readonly "ofType": {
|
|
@@ -34821,34 +34687,15 @@ declare const introspection: {
|
|
|
34821
34687
|
readonly "args": readonly [];
|
|
34822
34688
|
readonly "isDeprecated": false;
|
|
34823
34689
|
}, {
|
|
34824
|
-
readonly "name": "
|
|
34690
|
+
readonly "name": "certificate";
|
|
34825
34691
|
readonly "type": {
|
|
34826
|
-
readonly "kind": "
|
|
34827
|
-
readonly "
|
|
34828
|
-
readonly "kind": "SCALAR";
|
|
34829
|
-
readonly "name": "String";
|
|
34830
|
-
};
|
|
34692
|
+
readonly "kind": "SCALAR";
|
|
34693
|
+
readonly "name": "String";
|
|
34831
34694
|
};
|
|
34832
34695
|
readonly "args": readonly [];
|
|
34833
34696
|
readonly "isDeprecated": false;
|
|
34834
34697
|
}, {
|
|
34835
|
-
readonly "name": "
|
|
34836
|
-
readonly "type": {
|
|
34837
|
-
readonly "kind": "NON_NULL";
|
|
34838
|
-
readonly "ofType": {
|
|
34839
|
-
readonly "kind": "ENUM";
|
|
34840
|
-
readonly "name": "SamlIntegrationKeyStatus";
|
|
34841
|
-
};
|
|
34842
|
-
};
|
|
34843
|
-
readonly "args": readonly [];
|
|
34844
|
-
readonly "isDeprecated": false;
|
|
34845
|
-
}];
|
|
34846
|
-
readonly "interfaces": readonly [];
|
|
34847
|
-
}, {
|
|
34848
|
-
readonly "kind": "OBJECT";
|
|
34849
|
-
readonly "name": "SamlKeyProvider";
|
|
34850
|
-
readonly "fields": readonly [{
|
|
34851
|
-
readonly "name": "active";
|
|
34698
|
+
readonly "name": "enabled";
|
|
34852
34699
|
readonly "type": {
|
|
34853
34700
|
readonly "kind": "NON_NULL";
|
|
34854
34701
|
readonly "ofType": {
|
|
@@ -34859,24 +34706,10 @@ declare const introspection: {
|
|
|
34859
34706
|
readonly "args": readonly [];
|
|
34860
34707
|
readonly "isDeprecated": false;
|
|
34861
34708
|
}, {
|
|
34862
|
-
readonly "name": "
|
|
34863
|
-
readonly "type": {
|
|
34864
|
-
readonly "kind": "NON_NULL";
|
|
34865
|
-
readonly "ofType": {
|
|
34866
|
-
readonly "kind": "SCALAR";
|
|
34867
|
-
readonly "name": "String";
|
|
34868
|
-
};
|
|
34869
|
-
};
|
|
34870
|
-
readonly "args": readonly [];
|
|
34871
|
-
readonly "isDeprecated": false;
|
|
34872
|
-
}, {
|
|
34873
|
-
readonly "name": "enabled";
|
|
34709
|
+
readonly "name": "expiresAt";
|
|
34874
34710
|
readonly "type": {
|
|
34875
|
-
readonly "kind": "
|
|
34876
|
-
readonly "
|
|
34877
|
-
readonly "kind": "SCALAR";
|
|
34878
|
-
readonly "name": "Boolean";
|
|
34879
|
-
};
|
|
34711
|
+
readonly "kind": "SCALAR";
|
|
34712
|
+
readonly "name": "ISO8601";
|
|
34880
34713
|
};
|
|
34881
34714
|
readonly "args": readonly [];
|
|
34882
34715
|
readonly "isDeprecated": false;
|
|
@@ -34930,6 +34763,12 @@ declare const introspection: {
|
|
|
34930
34763
|
readonly "kind": "INPUT_OBJECT";
|
|
34931
34764
|
readonly "name": "SamlKeyProviderPatchInput";
|
|
34932
34765
|
readonly "inputFields": readonly [{
|
|
34766
|
+
readonly "name": "active";
|
|
34767
|
+
readonly "type": {
|
|
34768
|
+
readonly "kind": "SCALAR";
|
|
34769
|
+
readonly "name": "Boolean";
|
|
34770
|
+
};
|
|
34771
|
+
}, {
|
|
34933
34772
|
readonly "name": "enabled";
|
|
34934
34773
|
readonly "type": {
|
|
34935
34774
|
readonly "kind": "SCALAR";
|
|
@@ -40983,6 +40822,17 @@ declare const introspection: {
|
|
|
40983
40822
|
};
|
|
40984
40823
|
readonly "args": readonly [];
|
|
40985
40824
|
readonly "isDeprecated": false;
|
|
40825
|
+
}, {
|
|
40826
|
+
readonly "name": "deliveryId";
|
|
40827
|
+
readonly "type": {
|
|
40828
|
+
readonly "kind": "NON_NULL";
|
|
40829
|
+
readonly "ofType": {
|
|
40830
|
+
readonly "kind": "SCALAR";
|
|
40831
|
+
readonly "name": "String";
|
|
40832
|
+
};
|
|
40833
|
+
};
|
|
40834
|
+
readonly "args": readonly [];
|
|
40835
|
+
readonly "isDeprecated": false;
|
|
40986
40836
|
}, {
|
|
40987
40837
|
readonly "name": "duration";
|
|
40988
40838
|
readonly "type": {
|
|
@@ -41010,6 +40860,17 @@ declare const introspection: {
|
|
|
41010
40860
|
};
|
|
41011
40861
|
readonly "args": readonly [];
|
|
41012
40862
|
readonly "isDeprecated": false;
|
|
40863
|
+
}, {
|
|
40864
|
+
readonly "name": "redelivery";
|
|
40865
|
+
readonly "type": {
|
|
40866
|
+
readonly "kind": "NON_NULL";
|
|
40867
|
+
readonly "ofType": {
|
|
40868
|
+
readonly "kind": "SCALAR";
|
|
40869
|
+
readonly "name": "Boolean";
|
|
40870
|
+
};
|
|
40871
|
+
};
|
|
40872
|
+
readonly "args": readonly [];
|
|
40873
|
+
readonly "isDeprecated": false;
|
|
41013
40874
|
}, {
|
|
41014
40875
|
readonly "name": "resourceId";
|
|
41015
40876
|
readonly "type": {
|