@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/skedify/frontend-mono/issues"
@@ -1563,6 +1563,13 @@ const introspection = {
1563
1563
  "name": "String"
1564
1564
  }
1565
1565
  },
1566
+ {
1567
+ "name": "token",
1568
+ "type": {
1569
+ "kind": "SCALAR",
1570
+ "name": "String"
1571
+ }
1572
+ },
1566
1573
  {
1567
1574
  "name": "userCommunication",
1568
1575
  "type": {
@@ -1612,6 +1619,13 @@ const introspection = {
1612
1619
  "name": "ISO8601"
1613
1620
  }
1614
1621
  },
1622
+ {
1623
+ "name": "token",
1624
+ "type": {
1625
+ "kind": "SCALAR",
1626
+ "name": "String"
1627
+ }
1628
+ },
1615
1629
  {
1616
1630
  "name": "userCommunication",
1617
1631
  "type": {
@@ -2917,6 +2931,13 @@ const introspection = {
2917
2931
  "name": "JSONObject"
2918
2932
  }
2919
2933
  },
2934
+ {
2935
+ "name": "token",
2936
+ "type": {
2937
+ "kind": "SCALAR",
2938
+ "name": "String"
2939
+ }
2940
+ },
2920
2941
  {
2921
2942
  "name": "userCommunication",
2922
2943
  "type": {
@@ -3047,6 +3068,13 @@ const introspection = {
3047
3068
  }
3048
3069
  }
3049
3070
  },
3071
+ {
3072
+ "name": "token",
3073
+ "type": {
3074
+ "kind": "SCALAR",
3075
+ "name": "String"
3076
+ }
3077
+ },
3050
3078
  {
3051
3079
  "name": "userCommunication",
3052
3080
  "type": {
@@ -19176,6 +19204,13 @@ const introspection = {
19176
19204
  }
19177
19205
  }
19178
19206
  }
19207
+ },
19208
+ {
19209
+ "name": "token",
19210
+ "type": {
19211
+ "kind": "SCALAR",
19212
+ "name": "String"
19213
+ }
19179
19214
  }
19180
19215
  ],
19181
19216
  "isDeprecated": false
@@ -20081,30 +20116,6 @@ const introspection = {
20081
20116
  ],
20082
20117
  "isDeprecated": false
20083
20118
  },
20084
- {
20085
- "name": "createSamlIntegration",
20086
- "type": {
20087
- "kind": "NON_NULL",
20088
- "ofType": {
20089
- "kind": "OBJECT",
20090
- "name": "SamlIntegration"
20091
- }
20092
- },
20093
- "args": [],
20094
- "isDeprecated": false
20095
- },
20096
- {
20097
- "name": "createScimToken",
20098
- "type": {
20099
- "kind": "NON_NULL",
20100
- "ofType": {
20101
- "kind": "SCALAR",
20102
- "name": "String"
20103
- }
20104
- },
20105
- "args": [],
20106
- "isDeprecated": false
20107
- },
20108
20119
  {
20109
20120
  "name": "createSessionConfigSessionEvent",
20110
20121
  "type": {
@@ -20821,18 +20832,6 @@ const introspection = {
20821
20832
  ],
20822
20833
  "isDeprecated": false
20823
20834
  },
20824
- {
20825
- "name": "deleteSamlIntegration",
20826
- "type": {
20827
- "kind": "NON_NULL",
20828
- "ofType": {
20829
- "kind": "OBJECT",
20830
- "name": "SamlIntegration"
20831
- }
20832
- },
20833
- "args": [],
20834
- "isDeprecated": false
20835
- },
20836
20835
  {
20837
20836
  "name": "deleteStorageAccountConfig",
20838
20837
  "type": {
@@ -21944,29 +21943,6 @@ const introspection = {
21944
21943
  ],
21945
21944
  "isDeprecated": false
21946
21945
  },
21947
- {
21948
- "name": "patchSamlIntegration",
21949
- "type": {
21950
- "kind": "NON_NULL",
21951
- "ofType": {
21952
- "kind": "OBJECT",
21953
- "name": "SamlIntegration"
21954
- }
21955
- },
21956
- "args": [
21957
- {
21958
- "name": "input",
21959
- "type": {
21960
- "kind": "NON_NULL",
21961
- "ofType": {
21962
- "kind": "INPUT_OBJECT",
21963
- "name": "SamlIntegrationPatchInput"
21964
- }
21965
- }
21966
- }
21967
- ],
21968
- "isDeprecated": false
21969
- },
21970
21946
  {
21971
21947
  "name": "patchStaticTranslationOverrides",
21972
21948
  "type": {
@@ -23148,6 +23124,13 @@ const introspection = {
23148
23124
  "name": "SecondaryParticipantInput"
23149
23125
  }
23150
23126
  }
23127
+ },
23128
+ {
23129
+ "name": "token",
23130
+ "type": {
23131
+ "kind": "SCALAR",
23132
+ "name": "String"
23133
+ }
23151
23134
  }
23152
23135
  ],
23153
23136
  "isDeprecated": false
@@ -23926,29 +23909,6 @@ const introspection = {
23926
23909
  ],
23927
23910
  "isDeprecated": false
23928
23911
  },
23929
- {
23930
- "name": "uploadSamlIdentityProviderMetadata",
23931
- "type": {
23932
- "kind": "NON_NULL",
23933
- "ofType": {
23934
- "kind": "OBJECT",
23935
- "name": "SamlIntegration"
23936
- }
23937
- },
23938
- "args": [
23939
- {
23940
- "name": "metadataUrl",
23941
- "type": {
23942
- "kind": "NON_NULL",
23943
- "ofType": {
23944
- "kind": "SCALAR",
23945
- "name": "String"
23946
- }
23947
- }
23948
- }
23949
- ],
23950
- "isDeprecated": false
23951
- },
23952
23912
  {
23953
23913
  "name": "upsertMicrosoftGraphAPIEmailConfiguration",
23954
23914
  "type": {
@@ -25816,6 +25776,13 @@ const introspection = {
25816
25776
  }
25817
25777
  }
25818
25778
  }
25779
+ },
25780
+ {
25781
+ "name": "token",
25782
+ "type": {
25783
+ "kind": "SCALAR",
25784
+ "name": "String"
25785
+ }
25819
25786
  }
25820
25787
  ],
25821
25788
  "isOneOf": false
@@ -30397,18 +30364,6 @@ const introspection = {
30397
30364
  ],
30398
30365
  "isDeprecated": false
30399
30366
  },
30400
- {
30401
- "name": "samlIntegration",
30402
- "type": {
30403
- "kind": "NON_NULL",
30404
- "ofType": {
30405
- "kind": "OBJECT",
30406
- "name": "SamlIntegration"
30407
- }
30408
- },
30409
- "args": [],
30410
- "isDeprecated": false
30411
- },
30412
30367
  {
30413
30368
  "name": "schedulableEmployees",
30414
30369
  "type": {
@@ -31499,24 +31454,6 @@ const introspection = {
31499
31454
  ],
31500
31455
  "isDeprecated": false
31501
31456
  },
31502
- {
31503
- "name": "scimTokens",
31504
- "type": {
31505
- "kind": "NON_NULL",
31506
- "ofType": {
31507
- "kind": "LIST",
31508
- "ofType": {
31509
- "kind": "NON_NULL",
31510
- "ofType": {
31511
- "kind": "OBJECT",
31512
- "name": "ScimToken"
31513
- }
31514
- }
31515
- }
31516
- },
31517
- "args": [],
31518
- "isDeprecated": false
31519
- },
31520
31457
  {
31521
31458
  "name": "searchRegions",
31522
31459
  "type": {
@@ -33868,10 +33805,6 @@ const introspection = {
33868
33805
  "name": "OFFICE_RELATION",
33869
33806
  "isDeprecated": false
33870
33807
  },
33871
- {
33872
- "name": "SCIM_TOKEN",
33873
- "isDeprecated": false
33874
- },
33875
33808
  {
33876
33809
  "name": "SUBJECT",
33877
33810
  "isDeprecated": false
@@ -33882,327 +33815,6 @@ const introspection = {
33882
33815
  }
33883
33816
  ]
33884
33817
  },
33885
- {
33886
- "kind": "OBJECT",
33887
- "name": "SamlIntegration",
33888
- "fields": [
33889
- {
33890
- "name": "active",
33891
- "type": {
33892
- "kind": "NON_NULL",
33893
- "ofType": {
33894
- "kind": "SCALAR",
33895
- "name": "Boolean"
33896
- }
33897
- },
33898
- "args": [],
33899
- "isDeprecated": false
33900
- },
33901
- {
33902
- "name": "identityProviderMetadataUrl",
33903
- "type": {
33904
- "kind": "SCALAR",
33905
- "name": "String"
33906
- },
33907
- "args": [],
33908
- "isDeprecated": false
33909
- },
33910
- {
33911
- "name": "identityProviderSignatureKey",
33912
- "type": {
33913
- "kind": "OBJECT",
33914
- "name": "SamlIntegrationIdentityProviderKey"
33915
- },
33916
- "args": [],
33917
- "isDeprecated": false
33918
- },
33919
- {
33920
- "name": "serviceProviderEncryptionKeys",
33921
- "type": {
33922
- "kind": "NON_NULL",
33923
- "ofType": {
33924
- "kind": "LIST",
33925
- "ofType": {
33926
- "kind": "NON_NULL",
33927
- "ofType": {
33928
- "kind": "OBJECT",
33929
- "name": "SamlIntegrationServiceProviderKey"
33930
- }
33931
- }
33932
- }
33933
- },
33934
- "args": [],
33935
- "isDeprecated": false
33936
- },
33937
- {
33938
- "name": "serviceProviderMetadataUrl",
33939
- "type": {
33940
- "kind": "NON_NULL",
33941
- "ofType": {
33942
- "kind": "SCALAR",
33943
- "name": "String"
33944
- }
33945
- },
33946
- "args": [],
33947
- "isDeprecated": false
33948
- },
33949
- {
33950
- "name": "serviceProviderSignatureKeys",
33951
- "type": {
33952
- "kind": "NON_NULL",
33953
- "ofType": {
33954
- "kind": "LIST",
33955
- "ofType": {
33956
- "kind": "NON_NULL",
33957
- "ofType": {
33958
- "kind": "OBJECT",
33959
- "name": "SamlIntegrationServiceProviderKey"
33960
- }
33961
- }
33962
- }
33963
- },
33964
- "args": [],
33965
- "isDeprecated": false
33966
- },
33967
- {
33968
- "name": "singleLogoutServiceUrl",
33969
- "type": {
33970
- "kind": "SCALAR",
33971
- "name": "String"
33972
- },
33973
- "args": [],
33974
- "isDeprecated": false
33975
- },
33976
- {
33977
- "name": "singleSignOnServiceUrl",
33978
- "type": {
33979
- "kind": "SCALAR",
33980
- "name": "String"
33981
- },
33982
- "args": [],
33983
- "isDeprecated": false
33984
- },
33985
- {
33986
- "name": "validateSignature",
33987
- "type": {
33988
- "kind": "NON_NULL",
33989
- "ofType": {
33990
- "kind": "SCALAR",
33991
- "name": "Boolean"
33992
- }
33993
- },
33994
- "args": [],
33995
- "isDeprecated": false
33996
- },
33997
- {
33998
- "name": "wantAssertionsEncrypted",
33999
- "type": {
34000
- "kind": "NON_NULL",
34001
- "ofType": {
34002
- "kind": "SCALAR",
34003
- "name": "Boolean"
34004
- }
34005
- },
34006
- "args": [],
34007
- "isDeprecated": false
34008
- },
34009
- {
34010
- "name": "wantAssertionsSigned",
34011
- "type": {
34012
- "kind": "NON_NULL",
34013
- "ofType": {
34014
- "kind": "SCALAR",
34015
- "name": "Boolean"
34016
- }
34017
- },
34018
- "args": [],
34019
- "isDeprecated": false
34020
- },
34021
- {
34022
- "name": "wantAuthnRequestsSigned",
34023
- "type": {
34024
- "kind": "NON_NULL",
34025
- "ofType": {
34026
- "kind": "SCALAR",
34027
- "name": "Boolean"
34028
- }
34029
- },
34030
- "args": [],
34031
- "isDeprecated": false
34032
- }
34033
- ],
34034
- "interfaces": []
34035
- },
34036
- {
34037
- "kind": "OBJECT",
34038
- "name": "SamlIntegrationIdentityProviderKey",
34039
- "fields": [
34040
- {
34041
- "name": "certificate",
34042
- "type": {
34043
- "kind": "NON_NULL",
34044
- "ofType": {
34045
- "kind": "SCALAR",
34046
- "name": "String"
34047
- }
34048
- },
34049
- "args": [],
34050
- "isDeprecated": false
34051
- },
34052
- {
34053
- "name": "expiresAt",
34054
- "type": {
34055
- "kind": "NON_NULL",
34056
- "ofType": {
34057
- "kind": "SCALAR",
34058
- "name": "ISO8601"
34059
- }
34060
- },
34061
- "args": [],
34062
- "isDeprecated": false
34063
- }
34064
- ],
34065
- "interfaces": []
34066
- },
34067
- {
34068
- "kind": "ENUM",
34069
- "name": "SamlIntegrationKeyStatus",
34070
- "enumValues": [
34071
- {
34072
- "name": "ACTIVE",
34073
- "isDeprecated": false
34074
- },
34075
- {
34076
- "name": "DISABLED",
34077
- "isDeprecated": false
34078
- },
34079
- {
34080
- "name": "PASSIVE",
34081
- "isDeprecated": false
34082
- }
34083
- ]
34084
- },
34085
- {
34086
- "kind": "INPUT_OBJECT",
34087
- "name": "SamlIntegrationPatchInput",
34088
- "inputFields": [
34089
- {
34090
- "name": "active",
34091
- "type": {
34092
- "kind": "SCALAR",
34093
- "name": "Boolean"
34094
- }
34095
- },
34096
- {
34097
- "name": "validateSignature",
34098
- "type": {
34099
- "kind": "SCALAR",
34100
- "name": "Boolean"
34101
- }
34102
- },
34103
- {
34104
- "name": "wantAssertionsEncrypted",
34105
- "type": {
34106
- "kind": "SCALAR",
34107
- "name": "Boolean"
34108
- }
34109
- },
34110
- {
34111
- "name": "wantAssertionsSigned",
34112
- "type": {
34113
- "kind": "SCALAR",
34114
- "name": "Boolean"
34115
- }
34116
- },
34117
- {
34118
- "name": "wantAuthnRequestsSigned",
34119
- "type": {
34120
- "kind": "SCALAR",
34121
- "name": "Boolean"
34122
- }
34123
- }
34124
- ],
34125
- "isOneOf": false
34126
- },
34127
- {
34128
- "kind": "OBJECT",
34129
- "name": "SamlIntegrationServiceProviderKey",
34130
- "fields": [
34131
- {
34132
- "name": "algorithm",
34133
- "type": {
34134
- "kind": "NON_NULL",
34135
- "ofType": {
34136
- "kind": "SCALAR",
34137
- "name": "String"
34138
- }
34139
- },
34140
- "args": [],
34141
- "isDeprecated": false
34142
- },
34143
- {
34144
- "name": "certificate",
34145
- "type": {
34146
- "kind": "NON_NULL",
34147
- "ofType": {
34148
- "kind": "SCALAR",
34149
- "name": "String"
34150
- }
34151
- },
34152
- "args": [],
34153
- "isDeprecated": false
34154
- },
34155
- {
34156
- "name": "expiresAt",
34157
- "type": {
34158
- "kind": "NON_NULL",
34159
- "ofType": {
34160
- "kind": "SCALAR",
34161
- "name": "ISO8601"
34162
- }
34163
- },
34164
- "args": [],
34165
- "isDeprecated": false
34166
- },
34167
- {
34168
- "name": "id",
34169
- "type": {
34170
- "kind": "NON_NULL",
34171
- "ofType": {
34172
- "kind": "SCALAR",
34173
- "name": "String"
34174
- }
34175
- },
34176
- "args": [],
34177
- "isDeprecated": false
34178
- },
34179
- {
34180
- "name": "publicKey",
34181
- "type": {
34182
- "kind": "NON_NULL",
34183
- "ofType": {
34184
- "kind": "SCALAR",
34185
- "name": "String"
34186
- }
34187
- },
34188
- "args": [],
34189
- "isDeprecated": false
34190
- },
34191
- {
34192
- "name": "status",
34193
- "type": {
34194
- "kind": "NON_NULL",
34195
- "ofType": {
34196
- "kind": "ENUM",
34197
- "name": "SamlIntegrationKeyStatus"
34198
- }
34199
- },
34200
- "args": [],
34201
- "isDeprecated": false
34202
- }
34203
- ],
34204
- "interfaces": []
34205
- },
34206
33818
  {
34207
33819
  "kind": "OBJECT",
34208
33820
  "name": "ScimIntegration",
@@ -34272,70 +33884,6 @@ const introspection = {
34272
33884
  }
34273
33885
  ]
34274
33886
  },
34275
- {
34276
- "kind": "OBJECT",
34277
- "name": "ScimToken",
34278
- "fields": [
34279
- {
34280
- "name": "createdAt",
34281
- "type": {
34282
- "kind": "NON_NULL",
34283
- "ofType": {
34284
- "kind": "SCALAR",
34285
- "name": "ISO8601"
34286
- }
34287
- },
34288
- "args": [],
34289
- "isDeprecated": false
34290
- },
34291
- {
34292
- "name": "deletedAt",
34293
- "type": {
34294
- "kind": "SCALAR",
34295
- "name": "ISO8601"
34296
- },
34297
- "args": [],
34298
- "isDeprecated": false
34299
- },
34300
- {
34301
- "name": "expiresAt",
34302
- "type": {
34303
- "kind": "NON_NULL",
34304
- "ofType": {
34305
- "kind": "SCALAR",
34306
- "name": "ISO8601"
34307
- }
34308
- },
34309
- "args": [],
34310
- "isDeprecated": false
34311
- },
34312
- {
34313
- "name": "id",
34314
- "type": {
34315
- "kind": "NON_NULL",
34316
- "ofType": {
34317
- "kind": "SCALAR",
34318
- "name": "ID"
34319
- }
34320
- },
34321
- "args": [],
34322
- "isDeprecated": false
34323
- },
34324
- {
34325
- "name": "updatedAt",
34326
- "type": {
34327
- "kind": "NON_NULL",
34328
- "ofType": {
34329
- "kind": "SCALAR",
34330
- "name": "ISO8601"
34331
- }
34332
- },
34333
- "args": [],
34334
- "isDeprecated": false
34335
- }
34336
- ],
34337
- "interfaces": []
34338
- },
34339
33887
  {
34340
33888
  "kind": "INPUT_OBJECT",
34341
33889
  "name": "SecondaryParticipantInput",