@pexip-engage-public/graphql 1.0.65-canary-20250311160309 → 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.
@@ -2279,6 +2279,61 @@ const introspection = {
2279
2279
  }
2280
2280
  ]
2281
2281
  },
2282
+ {
2283
+ "kind": "OBJECT",
2284
+ "name": "AppointmentIdentity",
2285
+ "fields": [
2286
+ {
2287
+ "name": "backofficeUrl",
2288
+ "type": {
2289
+ "kind": "NON_NULL",
2290
+ "ofType": {
2291
+ "kind": "SCALAR",
2292
+ "name": "String"
2293
+ }
2294
+ },
2295
+ "args": [],
2296
+ "isDeprecated": false
2297
+ },
2298
+ {
2299
+ "name": "id",
2300
+ "type": {
2301
+ "kind": "NON_NULL",
2302
+ "ofType": {
2303
+ "kind": "SCALAR",
2304
+ "name": "Int"
2305
+ }
2306
+ },
2307
+ "args": [],
2308
+ "isDeprecated": false
2309
+ },
2310
+ {
2311
+ "name": "participantType",
2312
+ "type": {
2313
+ "kind": "NON_NULL",
2314
+ "ofType": {
2315
+ "kind": "ENUM",
2316
+ "name": "ParticipantType"
2317
+ }
2318
+ },
2319
+ "args": [],
2320
+ "isDeprecated": false
2321
+ },
2322
+ {
2323
+ "name": "pluginUrl",
2324
+ "type": {
2325
+ "kind": "NON_NULL",
2326
+ "ofType": {
2327
+ "kind": "SCALAR",
2328
+ "name": "String"
2329
+ }
2330
+ },
2331
+ "args": [],
2332
+ "isDeprecated": false
2333
+ }
2334
+ ],
2335
+ "interfaces": []
2336
+ },
2282
2337
  {
2283
2338
  "kind": "INPUT_OBJECT",
2284
2339
  "name": "AppointmentInviteInput",
@@ -20025,6 +20080,30 @@ const introspection = {
20025
20080
  ],
20026
20081
  "isDeprecated": false
20027
20082
  },
20083
+ {
20084
+ "name": "createSamlIntegration",
20085
+ "type": {
20086
+ "kind": "NON_NULL",
20087
+ "ofType": {
20088
+ "kind": "OBJECT",
20089
+ "name": "SamlIntegration"
20090
+ }
20091
+ },
20092
+ "args": [],
20093
+ "isDeprecated": false
20094
+ },
20095
+ {
20096
+ "name": "createScimToken",
20097
+ "type": {
20098
+ "kind": "NON_NULL",
20099
+ "ofType": {
20100
+ "kind": "SCALAR",
20101
+ "name": "String"
20102
+ }
20103
+ },
20104
+ "args": [],
20105
+ "isDeprecated": false
20106
+ },
20028
20107
  {
20029
20108
  "name": "createSessionConfigSessionEvent",
20030
20109
  "type": {
@@ -20741,6 +20820,18 @@ const introspection = {
20741
20820
  ],
20742
20821
  "isDeprecated": false
20743
20822
  },
20823
+ {
20824
+ "name": "deleteSamlIntegration",
20825
+ "type": {
20826
+ "kind": "NON_NULL",
20827
+ "ofType": {
20828
+ "kind": "OBJECT",
20829
+ "name": "SamlIntegration"
20830
+ }
20831
+ },
20832
+ "args": [],
20833
+ "isDeprecated": false
20834
+ },
20744
20835
  {
20745
20836
  "name": "deleteStorageAccountConfig",
20746
20837
  "type": {
@@ -21003,7 +21094,7 @@ const introspection = {
21003
21094
  }
21004
21095
  }
21005
21096
  ],
21006
- "isDeprecated": false
21097
+ "isDeprecated": true
21007
21098
  },
21008
21099
  {
21009
21100
  "name": "generateVideoUrl",
@@ -21852,6 +21943,29 @@ const introspection = {
21852
21943
  ],
21853
21944
  "isDeprecated": false
21854
21945
  },
21946
+ {
21947
+ "name": "patchSamlIntegration",
21948
+ "type": {
21949
+ "kind": "NON_NULL",
21950
+ "ofType": {
21951
+ "kind": "OBJECT",
21952
+ "name": "SamlIntegration"
21953
+ }
21954
+ },
21955
+ "args": [
21956
+ {
21957
+ "name": "input",
21958
+ "type": {
21959
+ "kind": "NON_NULL",
21960
+ "ofType": {
21961
+ "kind": "INPUT_OBJECT",
21962
+ "name": "SamlIntegrationPatchInput"
21963
+ }
21964
+ }
21965
+ }
21966
+ ],
21967
+ "isDeprecated": false
21968
+ },
21855
21969
  {
21856
21970
  "name": "patchStaticTranslationOverrides",
21857
21971
  "type": {
@@ -23811,6 +23925,29 @@ const introspection = {
23811
23925
  ],
23812
23926
  "isDeprecated": false
23813
23927
  },
23928
+ {
23929
+ "name": "uploadSamlIdentityProviderMetadata",
23930
+ "type": {
23931
+ "kind": "NON_NULL",
23932
+ "ofType": {
23933
+ "kind": "OBJECT",
23934
+ "name": "SamlIntegration"
23935
+ }
23936
+ },
23937
+ "args": [
23938
+ {
23939
+ "name": "metadataUrl",
23940
+ "type": {
23941
+ "kind": "NON_NULL",
23942
+ "ofType": {
23943
+ "kind": "SCALAR",
23944
+ "name": "String"
23945
+ }
23946
+ }
23947
+ }
23948
+ ],
23949
+ "isDeprecated": false
23950
+ },
23814
23951
  {
23815
23952
  "name": "upsertMicrosoftGraphAPIEmailConfiguration",
23816
23953
  "type": {
@@ -26833,6 +26970,20 @@ const introspection = {
26833
26970
  "name": "String"
26834
26971
  }
26835
26972
  },
26973
+ {
26974
+ "name": "createdFrom",
26975
+ "type": {
26976
+ "kind": "SCALAR",
26977
+ "name": "ISO8601"
26978
+ }
26979
+ },
26980
+ {
26981
+ "name": "createdTo",
26982
+ "type": {
26983
+ "kind": "SCALAR",
26984
+ "name": "ISO8601"
26985
+ }
26986
+ },
26836
26987
  {
26837
26988
  "name": "customerId",
26838
26989
  "type": {
@@ -28529,6 +28680,39 @@ const introspection = {
28529
28680
  ],
28530
28681
  "isDeprecated": false
28531
28682
  },
28683
+ {
28684
+ "name": "identifyAppointment",
28685
+ "type": {
28686
+ "kind": "NON_NULL",
28687
+ "ofType": {
28688
+ "kind": "OBJECT",
28689
+ "name": "AppointmentIdentity"
28690
+ }
28691
+ },
28692
+ "args": [
28693
+ {
28694
+ "name": "intent",
28695
+ "type": {
28696
+ "kind": "NON_NULL",
28697
+ "ofType": {
28698
+ "kind": "ENUM",
28699
+ "name": "Intent"
28700
+ }
28701
+ }
28702
+ },
28703
+ {
28704
+ "name": "token",
28705
+ "type": {
28706
+ "kind": "NON_NULL",
28707
+ "ofType": {
28708
+ "kind": "SCALAR",
28709
+ "name": "String"
28710
+ }
28711
+ }
28712
+ }
28713
+ ],
28714
+ "isDeprecated": false
28715
+ },
28532
28716
  {
28533
28717
  "name": "integration",
28534
28718
  "type": {
@@ -30212,6 +30396,18 @@ const introspection = {
30212
30396
  ],
30213
30397
  "isDeprecated": false
30214
30398
  },
30399
+ {
30400
+ "name": "samlIntegration",
30401
+ "type": {
30402
+ "kind": "NON_NULL",
30403
+ "ofType": {
30404
+ "kind": "OBJECT",
30405
+ "name": "SamlIntegration"
30406
+ }
30407
+ },
30408
+ "args": [],
30409
+ "isDeprecated": false
30410
+ },
30215
30411
  {
30216
30412
  "name": "schedulableEmployees",
30217
30413
  "type": {
@@ -31302,6 +31498,24 @@ const introspection = {
31302
31498
  ],
31303
31499
  "isDeprecated": false
31304
31500
  },
31501
+ {
31502
+ "name": "scimTokens",
31503
+ "type": {
31504
+ "kind": "NON_NULL",
31505
+ "ofType": {
31506
+ "kind": "LIST",
31507
+ "ofType": {
31508
+ "kind": "NON_NULL",
31509
+ "ofType": {
31510
+ "kind": "OBJECT",
31511
+ "name": "ScimToken"
31512
+ }
31513
+ }
31514
+ }
31515
+ },
31516
+ "args": [],
31517
+ "isDeprecated": false
31518
+ },
31305
31519
  {
31306
31520
  "name": "searchRegions",
31307
31521
  "type": {
@@ -33653,6 +33867,10 @@ const introspection = {
33653
33867
  "name": "OFFICE_RELATION",
33654
33868
  "isDeprecated": false
33655
33869
  },
33870
+ {
33871
+ "name": "SCIM_TOKEN",
33872
+ "isDeprecated": false
33873
+ },
33656
33874
  {
33657
33875
  "name": "SUBJECT",
33658
33876
  "isDeprecated": false
@@ -33665,7 +33883,7 @@ const introspection = {
33665
33883
  },
33666
33884
  {
33667
33885
  "kind": "OBJECT",
33668
- "name": "ScimIntegration",
33886
+ "name": "SamlIntegration",
33669
33887
  "fields": [
33670
33888
  {
33671
33889
  "name": "active",
@@ -33680,7 +33898,7 @@ const introspection = {
33680
33898
  "isDeprecated": false
33681
33899
  },
33682
33900
  {
33683
- "name": "authToken",
33901
+ "name": "identityProviderMetadataUrl",
33684
33902
  "type": {
33685
33903
  "kind": "SCALAR",
33686
33904
  "name": "String"
@@ -33689,41 +33907,362 @@ const introspection = {
33689
33907
  "isDeprecated": false
33690
33908
  },
33691
33909
  {
33692
- "name": "id",
33910
+ "name": "identityProviderSignatureKey",
33911
+ "type": {
33912
+ "kind": "OBJECT",
33913
+ "name": "SamlIntegrationIdentityProviderKey"
33914
+ },
33915
+ "args": [],
33916
+ "isDeprecated": false
33917
+ },
33918
+ {
33919
+ "name": "serviceProviderEncryptionKeys",
33920
+ "type": {
33921
+ "kind": "NON_NULL",
33922
+ "ofType": {
33923
+ "kind": "LIST",
33924
+ "ofType": {
33925
+ "kind": "NON_NULL",
33926
+ "ofType": {
33927
+ "kind": "OBJECT",
33928
+ "name": "SamlIntegrationServiceProviderKey"
33929
+ }
33930
+ }
33931
+ }
33932
+ },
33933
+ "args": [],
33934
+ "isDeprecated": false
33935
+ },
33936
+ {
33937
+ "name": "serviceProviderMetadataUrl",
33693
33938
  "type": {
33694
33939
  "kind": "NON_NULL",
33695
33940
  "ofType": {
33696
33941
  "kind": "SCALAR",
33697
- "name": "ID"
33942
+ "name": "String"
33698
33943
  }
33699
33944
  },
33700
33945
  "args": [],
33701
33946
  "isDeprecated": false
33702
33947
  },
33703
33948
  {
33704
- "name": "integrationType",
33949
+ "name": "serviceProviderSignatureKeys",
33705
33950
  "type": {
33706
33951
  "kind": "NON_NULL",
33707
33952
  "ofType": {
33708
- "kind": "ENUM",
33709
- "name": "IntegrationType"
33953
+ "kind": "LIST",
33954
+ "ofType": {
33955
+ "kind": "NON_NULL",
33956
+ "ofType": {
33957
+ "kind": "OBJECT",
33958
+ "name": "SamlIntegrationServiceProviderKey"
33959
+ }
33960
+ }
33710
33961
  }
33711
33962
  },
33712
33963
  "args": [],
33713
33964
  "isDeprecated": false
33714
33965
  },
33715
33966
  {
33716
- "name": "name",
33967
+ "name": "singleLogoutServiceUrl",
33968
+ "type": {
33969
+ "kind": "SCALAR",
33970
+ "name": "String"
33971
+ },
33972
+ "args": [],
33973
+ "isDeprecated": false
33974
+ },
33975
+ {
33976
+ "name": "singleSignOnServiceUrl",
33977
+ "type": {
33978
+ "kind": "SCALAR",
33979
+ "name": "String"
33980
+ },
33981
+ "args": [],
33982
+ "isDeprecated": false
33983
+ },
33984
+ {
33985
+ "name": "validateSignature",
33717
33986
  "type": {
33718
33987
  "kind": "NON_NULL",
33719
33988
  "ofType": {
33720
33989
  "kind": "SCALAR",
33721
- "name": "String"
33990
+ "name": "Boolean"
33722
33991
  }
33723
33992
  },
33724
33993
  "args": [],
33725
33994
  "isDeprecated": false
33726
- }
33995
+ },
33996
+ {
33997
+ "name": "wantAssertionsEncrypted",
33998
+ "type": {
33999
+ "kind": "NON_NULL",
34000
+ "ofType": {
34001
+ "kind": "SCALAR",
34002
+ "name": "Boolean"
34003
+ }
34004
+ },
34005
+ "args": [],
34006
+ "isDeprecated": false
34007
+ },
34008
+ {
34009
+ "name": "wantAssertionsSigned",
34010
+ "type": {
34011
+ "kind": "NON_NULL",
34012
+ "ofType": {
34013
+ "kind": "SCALAR",
34014
+ "name": "Boolean"
34015
+ }
34016
+ },
34017
+ "args": [],
34018
+ "isDeprecated": false
34019
+ },
34020
+ {
34021
+ "name": "wantAuthnRequestsSigned",
34022
+ "type": {
34023
+ "kind": "NON_NULL",
34024
+ "ofType": {
34025
+ "kind": "SCALAR",
34026
+ "name": "Boolean"
34027
+ }
34028
+ },
34029
+ "args": [],
34030
+ "isDeprecated": false
34031
+ }
34032
+ ],
34033
+ "interfaces": []
34034
+ },
34035
+ {
34036
+ "kind": "OBJECT",
34037
+ "name": "SamlIntegrationIdentityProviderKey",
34038
+ "fields": [
34039
+ {
34040
+ "name": "certificate",
34041
+ "type": {
34042
+ "kind": "NON_NULL",
34043
+ "ofType": {
34044
+ "kind": "SCALAR",
34045
+ "name": "String"
34046
+ }
34047
+ },
34048
+ "args": [],
34049
+ "isDeprecated": false
34050
+ },
34051
+ {
34052
+ "name": "expiresAt",
34053
+ "type": {
34054
+ "kind": "NON_NULL",
34055
+ "ofType": {
34056
+ "kind": "SCALAR",
34057
+ "name": "ISO8601"
34058
+ }
34059
+ },
34060
+ "args": [],
34061
+ "isDeprecated": false
34062
+ }
34063
+ ],
34064
+ "interfaces": []
34065
+ },
34066
+ {
34067
+ "kind": "ENUM",
34068
+ "name": "SamlIntegrationKeyStatus",
34069
+ "enumValues": [
34070
+ {
34071
+ "name": "ACTIVE",
34072
+ "isDeprecated": false
34073
+ },
34074
+ {
34075
+ "name": "DISABLED",
34076
+ "isDeprecated": false
34077
+ },
34078
+ {
34079
+ "name": "PASSIVE",
34080
+ "isDeprecated": false
34081
+ }
34082
+ ]
34083
+ },
34084
+ {
34085
+ "kind": "INPUT_OBJECT",
34086
+ "name": "SamlIntegrationPatchInput",
34087
+ "inputFields": [
34088
+ {
34089
+ "name": "active",
34090
+ "type": {
34091
+ "kind": "SCALAR",
34092
+ "name": "Boolean"
34093
+ }
34094
+ },
34095
+ {
34096
+ "name": "validateSignature",
34097
+ "type": {
34098
+ "kind": "SCALAR",
34099
+ "name": "Boolean"
34100
+ }
34101
+ },
34102
+ {
34103
+ "name": "wantAssertionsEncrypted",
34104
+ "type": {
34105
+ "kind": "SCALAR",
34106
+ "name": "Boolean"
34107
+ }
34108
+ },
34109
+ {
34110
+ "name": "wantAssertionsSigned",
34111
+ "type": {
34112
+ "kind": "SCALAR",
34113
+ "name": "Boolean"
34114
+ }
34115
+ },
34116
+ {
34117
+ "name": "wantAuthnRequestsSigned",
34118
+ "type": {
34119
+ "kind": "SCALAR",
34120
+ "name": "Boolean"
34121
+ }
34122
+ }
34123
+ ],
34124
+ "isOneOf": false
34125
+ },
34126
+ {
34127
+ "kind": "OBJECT",
34128
+ "name": "SamlIntegrationServiceProviderKey",
34129
+ "fields": [
34130
+ {
34131
+ "name": "algorithm",
34132
+ "type": {
34133
+ "kind": "NON_NULL",
34134
+ "ofType": {
34135
+ "kind": "SCALAR",
34136
+ "name": "String"
34137
+ }
34138
+ },
34139
+ "args": [],
34140
+ "isDeprecated": false
34141
+ },
34142
+ {
34143
+ "name": "certificate",
34144
+ "type": {
34145
+ "kind": "NON_NULL",
34146
+ "ofType": {
34147
+ "kind": "SCALAR",
34148
+ "name": "String"
34149
+ }
34150
+ },
34151
+ "args": [],
34152
+ "isDeprecated": false
34153
+ },
34154
+ {
34155
+ "name": "expiresAt",
34156
+ "type": {
34157
+ "kind": "NON_NULL",
34158
+ "ofType": {
34159
+ "kind": "SCALAR",
34160
+ "name": "ISO8601"
34161
+ }
34162
+ },
34163
+ "args": [],
34164
+ "isDeprecated": false
34165
+ },
34166
+ {
34167
+ "name": "id",
34168
+ "type": {
34169
+ "kind": "NON_NULL",
34170
+ "ofType": {
34171
+ "kind": "SCALAR",
34172
+ "name": "String"
34173
+ }
34174
+ },
34175
+ "args": [],
34176
+ "isDeprecated": false
34177
+ },
34178
+ {
34179
+ "name": "publicKey",
34180
+ "type": {
34181
+ "kind": "NON_NULL",
34182
+ "ofType": {
34183
+ "kind": "SCALAR",
34184
+ "name": "String"
34185
+ }
34186
+ },
34187
+ "args": [],
34188
+ "isDeprecated": false
34189
+ },
34190
+ {
34191
+ "name": "status",
34192
+ "type": {
34193
+ "kind": "NON_NULL",
34194
+ "ofType": {
34195
+ "kind": "ENUM",
34196
+ "name": "SamlIntegrationKeyStatus"
34197
+ }
34198
+ },
34199
+ "args": [],
34200
+ "isDeprecated": false
34201
+ }
34202
+ ],
34203
+ "interfaces": []
34204
+ },
34205
+ {
34206
+ "kind": "OBJECT",
34207
+ "name": "ScimIntegration",
34208
+ "fields": [
34209
+ {
34210
+ "name": "active",
34211
+ "type": {
34212
+ "kind": "NON_NULL",
34213
+ "ofType": {
34214
+ "kind": "SCALAR",
34215
+ "name": "Boolean"
34216
+ }
34217
+ },
34218
+ "args": [],
34219
+ "isDeprecated": false
34220
+ },
34221
+ {
34222
+ "name": "authToken",
34223
+ "type": {
34224
+ "kind": "SCALAR",
34225
+ "name": "String"
34226
+ },
34227
+ "args": [],
34228
+ "isDeprecated": false
34229
+ },
34230
+ {
34231
+ "name": "id",
34232
+ "type": {
34233
+ "kind": "NON_NULL",
34234
+ "ofType": {
34235
+ "kind": "SCALAR",
34236
+ "name": "ID"
34237
+ }
34238
+ },
34239
+ "args": [],
34240
+ "isDeprecated": false
34241
+ },
34242
+ {
34243
+ "name": "integrationType",
34244
+ "type": {
34245
+ "kind": "NON_NULL",
34246
+ "ofType": {
34247
+ "kind": "ENUM",
34248
+ "name": "IntegrationType"
34249
+ }
34250
+ },
34251
+ "args": [],
34252
+ "isDeprecated": false
34253
+ },
34254
+ {
34255
+ "name": "name",
34256
+ "type": {
34257
+ "kind": "NON_NULL",
34258
+ "ofType": {
34259
+ "kind": "SCALAR",
34260
+ "name": "String"
34261
+ }
34262
+ },
34263
+ "args": [],
34264
+ "isDeprecated": false
34265
+ }
33727
34266
  ],
33728
34267
  "interfaces": [
33729
34268
  {
@@ -33732,6 +34271,70 @@ const introspection = {
33732
34271
  }
33733
34272
  ]
33734
34273
  },
34274
+ {
34275
+ "kind": "OBJECT",
34276
+ "name": "ScimToken",
34277
+ "fields": [
34278
+ {
34279
+ "name": "createdAt",
34280
+ "type": {
34281
+ "kind": "NON_NULL",
34282
+ "ofType": {
34283
+ "kind": "SCALAR",
34284
+ "name": "ISO8601"
34285
+ }
34286
+ },
34287
+ "args": [],
34288
+ "isDeprecated": false
34289
+ },
34290
+ {
34291
+ "name": "deletedAt",
34292
+ "type": {
34293
+ "kind": "SCALAR",
34294
+ "name": "ISO8601"
34295
+ },
34296
+ "args": [],
34297
+ "isDeprecated": false
34298
+ },
34299
+ {
34300
+ "name": "expiresAt",
34301
+ "type": {
34302
+ "kind": "NON_NULL",
34303
+ "ofType": {
34304
+ "kind": "SCALAR",
34305
+ "name": "ISO8601"
34306
+ }
34307
+ },
34308
+ "args": [],
34309
+ "isDeprecated": false
34310
+ },
34311
+ {
34312
+ "name": "id",
34313
+ "type": {
34314
+ "kind": "NON_NULL",
34315
+ "ofType": {
34316
+ "kind": "SCALAR",
34317
+ "name": "ID"
34318
+ }
34319
+ },
34320
+ "args": [],
34321
+ "isDeprecated": false
34322
+ },
34323
+ {
34324
+ "name": "updatedAt",
34325
+ "type": {
34326
+ "kind": "NON_NULL",
34327
+ "ofType": {
34328
+ "kind": "SCALAR",
34329
+ "name": "ISO8601"
34330
+ }
34331
+ },
34332
+ "args": [],
34333
+ "isDeprecated": false
34334
+ }
34335
+ ],
34336
+ "interfaces": []
34337
+ },
33735
34338
  {
33736
34339
  "kind": "INPUT_OBJECT",
33737
34340
  "name": "SecondaryParticipantInput",