@pexip-engage-public/graphql 1.6.0 → 1.6.1
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 +9 -0
- package/dist/get-api-client.js.map +1 -1
- package/dist/graphql-env.d.ts +324 -17
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +368 -19
- package/dist/graphql-env.js.map +1 -1
- package/dist/graphql-error-codes.js.map +1 -1
- package/dist/graphql-error-handler.js.map +1 -1
- package/dist/graphql.d.ts +324 -17
- package/dist/graphql.d.ts.map +1 -1
- package/dist/schema.d.ts +54 -6
- package/dist/schema.d.ts.map +1 -1
- package/dist/type-guards.js.map +1 -1
- package/package.json +4 -4
- package/src/graphql-env.ts +368 -19
- package/src/schema.ts +72 -4
package/dist/type-guards.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type-guards.js","sourceRoot":"","sources":["../src/type-guards.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAGxE,MAAM,SAAS,GAAG,eAAe,CAAW;IAC1C,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;CACT,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,SAAS,GAAG,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE
|
|
1
|
+
{"version":3,"file":"type-guards.js","sourceRoot":"","sources":["../src/type-guards.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAGxE,MAAM,SAAS,GAAG,eAAe,CAAW;IAC1C,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;CACT,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,SAAS,GAAG,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE;IACrD,4CAA4C;IAC5C,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,IAAI;QAAE,OAAO,KAAK,CAAC;IAE3C,OAAO,IAAI,CAAC;AACd,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,SAAS;CACV,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
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"
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"graphql-request": "^7.4.0",
|
|
43
43
|
"lz-string": "^1.5.0",
|
|
44
44
|
"zod": "^4.3.6",
|
|
45
|
-
"@pexip-engage-public/utils": "0.2.
|
|
45
|
+
"@pexip-engage-public/utils": "0.2.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@graphql-codegen/cli": "^6.1.
|
|
48
|
+
"@graphql-codegen/cli": "^6.1.2",
|
|
49
49
|
"@graphql-codegen/typescript": "^5.0.8",
|
|
50
50
|
"@graphql-inspector/cli": "^6.0.7",
|
|
51
|
-
"@pexip-engage/tsconfig": "0.1.
|
|
51
|
+
"@pexip-engage/tsconfig": "0.1.2"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "tsgo",
|
package/src/graphql-env.ts
CHANGED
|
@@ -1328,6 +1328,10 @@ const introspection = {
|
|
|
1328
1328
|
"kind": "ENUM",
|
|
1329
1329
|
"name": "AnonymizableEntity",
|
|
1330
1330
|
"enumValues": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "APPOINTMENT",
|
|
1333
|
+
"isDeprecated": false
|
|
1334
|
+
},
|
|
1331
1335
|
{
|
|
1332
1336
|
"name": "CUSTOMER",
|
|
1333
1337
|
"isDeprecated": false
|
|
@@ -8799,6 +8803,19 @@ const introspection = {
|
|
|
8799
8803
|
}
|
|
8800
8804
|
}
|
|
8801
8805
|
}
|
|
8806
|
+
},
|
|
8807
|
+
{
|
|
8808
|
+
"name": "userOSFamily",
|
|
8809
|
+
"type": {
|
|
8810
|
+
"kind": "LIST",
|
|
8811
|
+
"ofType": {
|
|
8812
|
+
"kind": "NON_NULL",
|
|
8813
|
+
"ofType": {
|
|
8814
|
+
"kind": "SCALAR",
|
|
8815
|
+
"name": "String"
|
|
8816
|
+
}
|
|
8817
|
+
}
|
|
8818
|
+
}
|
|
8802
8819
|
}
|
|
8803
8820
|
],
|
|
8804
8821
|
"isOneOf": false
|
|
@@ -23267,6 +23284,26 @@ const introspection = {
|
|
|
23267
23284
|
],
|
|
23268
23285
|
"isDeprecated": false
|
|
23269
23286
|
},
|
|
23287
|
+
{
|
|
23288
|
+
"name": "createSamlEncryptionKeyProvider",
|
|
23289
|
+
"type": {
|
|
23290
|
+
"kind": "NON_NULL",
|
|
23291
|
+
"ofType": {
|
|
23292
|
+
"kind": "OBJECT",
|
|
23293
|
+
"name": "SamlKeyProvider"
|
|
23294
|
+
}
|
|
23295
|
+
},
|
|
23296
|
+
"args": [
|
|
23297
|
+
{
|
|
23298
|
+
"name": "priority",
|
|
23299
|
+
"type": {
|
|
23300
|
+
"kind": "SCALAR",
|
|
23301
|
+
"name": "Int"
|
|
23302
|
+
}
|
|
23303
|
+
}
|
|
23304
|
+
],
|
|
23305
|
+
"isDeprecated": false
|
|
23306
|
+
},
|
|
23270
23307
|
{
|
|
23271
23308
|
"name": "createSamlIntegration",
|
|
23272
23309
|
"type": {
|
|
@@ -23279,6 +23316,26 @@ const introspection = {
|
|
|
23279
23316
|
"args": [],
|
|
23280
23317
|
"isDeprecated": false
|
|
23281
23318
|
},
|
|
23319
|
+
{
|
|
23320
|
+
"name": "createSamlSignatureKeyProvider",
|
|
23321
|
+
"type": {
|
|
23322
|
+
"kind": "NON_NULL",
|
|
23323
|
+
"ofType": {
|
|
23324
|
+
"kind": "OBJECT",
|
|
23325
|
+
"name": "SamlKeyProvider"
|
|
23326
|
+
}
|
|
23327
|
+
},
|
|
23328
|
+
"args": [
|
|
23329
|
+
{
|
|
23330
|
+
"name": "priority",
|
|
23331
|
+
"type": {
|
|
23332
|
+
"kind": "SCALAR",
|
|
23333
|
+
"name": "Int"
|
|
23334
|
+
}
|
|
23335
|
+
}
|
|
23336
|
+
],
|
|
23337
|
+
"isDeprecated": false
|
|
23338
|
+
},
|
|
23282
23339
|
{
|
|
23283
23340
|
"name": "createScimToken",
|
|
23284
23341
|
"type": {
|
|
@@ -24053,6 +24110,29 @@ const introspection = {
|
|
|
24053
24110
|
],
|
|
24054
24111
|
"isDeprecated": false
|
|
24055
24112
|
},
|
|
24113
|
+
{
|
|
24114
|
+
"name": "deleteSamlEncryptionKeyProvider",
|
|
24115
|
+
"type": {
|
|
24116
|
+
"kind": "NON_NULL",
|
|
24117
|
+
"ofType": {
|
|
24118
|
+
"kind": "SCALAR",
|
|
24119
|
+
"name": "Boolean"
|
|
24120
|
+
}
|
|
24121
|
+
},
|
|
24122
|
+
"args": [
|
|
24123
|
+
{
|
|
24124
|
+
"name": "id",
|
|
24125
|
+
"type": {
|
|
24126
|
+
"kind": "NON_NULL",
|
|
24127
|
+
"ofType": {
|
|
24128
|
+
"kind": "SCALAR",
|
|
24129
|
+
"name": "String"
|
|
24130
|
+
}
|
|
24131
|
+
}
|
|
24132
|
+
}
|
|
24133
|
+
],
|
|
24134
|
+
"isDeprecated": false
|
|
24135
|
+
},
|
|
24056
24136
|
{
|
|
24057
24137
|
"name": "deleteSamlIntegration",
|
|
24058
24138
|
"type": {
|
|
@@ -24065,6 +24145,29 @@ const introspection = {
|
|
|
24065
24145
|
"args": [],
|
|
24066
24146
|
"isDeprecated": false
|
|
24067
24147
|
},
|
|
24148
|
+
{
|
|
24149
|
+
"name": "deleteSamlSignatureKeyProvider",
|
|
24150
|
+
"type": {
|
|
24151
|
+
"kind": "NON_NULL",
|
|
24152
|
+
"ofType": {
|
|
24153
|
+
"kind": "SCALAR",
|
|
24154
|
+
"name": "Boolean"
|
|
24155
|
+
}
|
|
24156
|
+
},
|
|
24157
|
+
"args": [
|
|
24158
|
+
{
|
|
24159
|
+
"name": "id",
|
|
24160
|
+
"type": {
|
|
24161
|
+
"kind": "NON_NULL",
|
|
24162
|
+
"ofType": {
|
|
24163
|
+
"kind": "SCALAR",
|
|
24164
|
+
"name": "String"
|
|
24165
|
+
}
|
|
24166
|
+
}
|
|
24167
|
+
}
|
|
24168
|
+
],
|
|
24169
|
+
"isDeprecated": false
|
|
24170
|
+
},
|
|
24068
24171
|
{
|
|
24069
24172
|
"name": "deleteStorageAccountConfig",
|
|
24070
24173
|
"type": {
|
|
@@ -25232,6 +25335,39 @@ const introspection = {
|
|
|
25232
25335
|
],
|
|
25233
25336
|
"isDeprecated": false
|
|
25234
25337
|
},
|
|
25338
|
+
{
|
|
25339
|
+
"name": "patchSamlEncryptionKeyProvider",
|
|
25340
|
+
"type": {
|
|
25341
|
+
"kind": "NON_NULL",
|
|
25342
|
+
"ofType": {
|
|
25343
|
+
"kind": "OBJECT",
|
|
25344
|
+
"name": "SamlKeyProvider"
|
|
25345
|
+
}
|
|
25346
|
+
},
|
|
25347
|
+
"args": [
|
|
25348
|
+
{
|
|
25349
|
+
"name": "id",
|
|
25350
|
+
"type": {
|
|
25351
|
+
"kind": "NON_NULL",
|
|
25352
|
+
"ofType": {
|
|
25353
|
+
"kind": "SCALAR",
|
|
25354
|
+
"name": "String"
|
|
25355
|
+
}
|
|
25356
|
+
}
|
|
25357
|
+
},
|
|
25358
|
+
{
|
|
25359
|
+
"name": "input",
|
|
25360
|
+
"type": {
|
|
25361
|
+
"kind": "NON_NULL",
|
|
25362
|
+
"ofType": {
|
|
25363
|
+
"kind": "INPUT_OBJECT",
|
|
25364
|
+
"name": "SamlKeyProviderPatchInput"
|
|
25365
|
+
}
|
|
25366
|
+
}
|
|
25367
|
+
}
|
|
25368
|
+
],
|
|
25369
|
+
"isDeprecated": false
|
|
25370
|
+
},
|
|
25235
25371
|
{
|
|
25236
25372
|
"name": "patchSamlIntegration",
|
|
25237
25373
|
"type": {
|
|
@@ -25255,6 +25391,39 @@ const introspection = {
|
|
|
25255
25391
|
],
|
|
25256
25392
|
"isDeprecated": false
|
|
25257
25393
|
},
|
|
25394
|
+
{
|
|
25395
|
+
"name": "patchSamlSignatureKeyProvider",
|
|
25396
|
+
"type": {
|
|
25397
|
+
"kind": "NON_NULL",
|
|
25398
|
+
"ofType": {
|
|
25399
|
+
"kind": "OBJECT",
|
|
25400
|
+
"name": "SamlKeyProvider"
|
|
25401
|
+
}
|
|
25402
|
+
},
|
|
25403
|
+
"args": [
|
|
25404
|
+
{
|
|
25405
|
+
"name": "id",
|
|
25406
|
+
"type": {
|
|
25407
|
+
"kind": "NON_NULL",
|
|
25408
|
+
"ofType": {
|
|
25409
|
+
"kind": "SCALAR",
|
|
25410
|
+
"name": "String"
|
|
25411
|
+
}
|
|
25412
|
+
}
|
|
25413
|
+
},
|
|
25414
|
+
{
|
|
25415
|
+
"name": "input",
|
|
25416
|
+
"type": {
|
|
25417
|
+
"kind": "NON_NULL",
|
|
25418
|
+
"ofType": {
|
|
25419
|
+
"kind": "INPUT_OBJECT",
|
|
25420
|
+
"name": "SamlKeyProviderPatchInput"
|
|
25421
|
+
}
|
|
25422
|
+
}
|
|
25423
|
+
}
|
|
25424
|
+
],
|
|
25425
|
+
"isDeprecated": false
|
|
25426
|
+
},
|
|
25258
25427
|
{
|
|
25259
25428
|
"name": "patchStaticTranslationOverrides",
|
|
25260
25429
|
"type": {
|
|
@@ -31981,7 +32150,7 @@ const introspection = {
|
|
|
31981
32150
|
"isDeprecated": false
|
|
31982
32151
|
},
|
|
31983
32152
|
{
|
|
31984
|
-
"name": "
|
|
32153
|
+
"name": "conversionAnalyticsUserOSFamilyChart",
|
|
31985
32154
|
"type": {
|
|
31986
32155
|
"kind": "NON_NULL",
|
|
31987
32156
|
"ofType": {
|
|
@@ -35228,6 +35397,47 @@ const introspection = {
|
|
|
35228
35397
|
],
|
|
35229
35398
|
"isDeprecated": false
|
|
35230
35399
|
},
|
|
35400
|
+
{
|
|
35401
|
+
"name": "samlEncryptionKeyProvider",
|
|
35402
|
+
"type": {
|
|
35403
|
+
"kind": "NON_NULL",
|
|
35404
|
+
"ofType": {
|
|
35405
|
+
"kind": "OBJECT",
|
|
35406
|
+
"name": "SamlKeyProvider"
|
|
35407
|
+
}
|
|
35408
|
+
},
|
|
35409
|
+
"args": [
|
|
35410
|
+
{
|
|
35411
|
+
"name": "id",
|
|
35412
|
+
"type": {
|
|
35413
|
+
"kind": "NON_NULL",
|
|
35414
|
+
"ofType": {
|
|
35415
|
+
"kind": "SCALAR",
|
|
35416
|
+
"name": "String"
|
|
35417
|
+
}
|
|
35418
|
+
}
|
|
35419
|
+
}
|
|
35420
|
+
],
|
|
35421
|
+
"isDeprecated": false
|
|
35422
|
+
},
|
|
35423
|
+
{
|
|
35424
|
+
"name": "samlEncryptionKeyProviders",
|
|
35425
|
+
"type": {
|
|
35426
|
+
"kind": "NON_NULL",
|
|
35427
|
+
"ofType": {
|
|
35428
|
+
"kind": "LIST",
|
|
35429
|
+
"ofType": {
|
|
35430
|
+
"kind": "NON_NULL",
|
|
35431
|
+
"ofType": {
|
|
35432
|
+
"kind": "OBJECT",
|
|
35433
|
+
"name": "SamlKeyProvider"
|
|
35434
|
+
}
|
|
35435
|
+
}
|
|
35436
|
+
}
|
|
35437
|
+
},
|
|
35438
|
+
"args": [],
|
|
35439
|
+
"isDeprecated": false
|
|
35440
|
+
},
|
|
35231
35441
|
{
|
|
35232
35442
|
"name": "samlIntegration",
|
|
35233
35443
|
"type": {
|
|
@@ -35237,6 +35447,47 @@ const introspection = {
|
|
|
35237
35447
|
"args": [],
|
|
35238
35448
|
"isDeprecated": false
|
|
35239
35449
|
},
|
|
35450
|
+
{
|
|
35451
|
+
"name": "samlSignatureKeyProvider",
|
|
35452
|
+
"type": {
|
|
35453
|
+
"kind": "NON_NULL",
|
|
35454
|
+
"ofType": {
|
|
35455
|
+
"kind": "OBJECT",
|
|
35456
|
+
"name": "SamlKeyProvider"
|
|
35457
|
+
}
|
|
35458
|
+
},
|
|
35459
|
+
"args": [
|
|
35460
|
+
{
|
|
35461
|
+
"name": "id",
|
|
35462
|
+
"type": {
|
|
35463
|
+
"kind": "NON_NULL",
|
|
35464
|
+
"ofType": {
|
|
35465
|
+
"kind": "SCALAR",
|
|
35466
|
+
"name": "String"
|
|
35467
|
+
}
|
|
35468
|
+
}
|
|
35469
|
+
}
|
|
35470
|
+
],
|
|
35471
|
+
"isDeprecated": false
|
|
35472
|
+
},
|
|
35473
|
+
{
|
|
35474
|
+
"name": "samlSignatureKeyProviders",
|
|
35475
|
+
"type": {
|
|
35476
|
+
"kind": "NON_NULL",
|
|
35477
|
+
"ofType": {
|
|
35478
|
+
"kind": "LIST",
|
|
35479
|
+
"ofType": {
|
|
35480
|
+
"kind": "NON_NULL",
|
|
35481
|
+
"ofType": {
|
|
35482
|
+
"kind": "OBJECT",
|
|
35483
|
+
"name": "SamlKeyProvider"
|
|
35484
|
+
}
|
|
35485
|
+
}
|
|
35486
|
+
}
|
|
35487
|
+
},
|
|
35488
|
+
"args": [],
|
|
35489
|
+
"isDeprecated": false
|
|
35490
|
+
},
|
|
35240
35491
|
{
|
|
35241
35492
|
"name": "schedulableEmployees",
|
|
35242
35493
|
"type": {
|
|
@@ -39274,6 +39525,118 @@ const introspection = {
|
|
|
39274
39525
|
],
|
|
39275
39526
|
"interfaces": []
|
|
39276
39527
|
},
|
|
39528
|
+
{
|
|
39529
|
+
"kind": "OBJECT",
|
|
39530
|
+
"name": "SamlKeyProvider",
|
|
39531
|
+
"fields": [
|
|
39532
|
+
{
|
|
39533
|
+
"name": "active",
|
|
39534
|
+
"type": {
|
|
39535
|
+
"kind": "NON_NULL",
|
|
39536
|
+
"ofType": {
|
|
39537
|
+
"kind": "SCALAR",
|
|
39538
|
+
"name": "Boolean"
|
|
39539
|
+
}
|
|
39540
|
+
},
|
|
39541
|
+
"args": [],
|
|
39542
|
+
"isDeprecated": false
|
|
39543
|
+
},
|
|
39544
|
+
{
|
|
39545
|
+
"name": "algorithm",
|
|
39546
|
+
"type": {
|
|
39547
|
+
"kind": "NON_NULL",
|
|
39548
|
+
"ofType": {
|
|
39549
|
+
"kind": "SCALAR",
|
|
39550
|
+
"name": "String"
|
|
39551
|
+
}
|
|
39552
|
+
},
|
|
39553
|
+
"args": [],
|
|
39554
|
+
"isDeprecated": false
|
|
39555
|
+
},
|
|
39556
|
+
{
|
|
39557
|
+
"name": "enabled",
|
|
39558
|
+
"type": {
|
|
39559
|
+
"kind": "NON_NULL",
|
|
39560
|
+
"ofType": {
|
|
39561
|
+
"kind": "SCALAR",
|
|
39562
|
+
"name": "Boolean"
|
|
39563
|
+
}
|
|
39564
|
+
},
|
|
39565
|
+
"args": [],
|
|
39566
|
+
"isDeprecated": false
|
|
39567
|
+
},
|
|
39568
|
+
{
|
|
39569
|
+
"name": "id",
|
|
39570
|
+
"type": {
|
|
39571
|
+
"kind": "NON_NULL",
|
|
39572
|
+
"ofType": {
|
|
39573
|
+
"kind": "SCALAR",
|
|
39574
|
+
"name": "String"
|
|
39575
|
+
}
|
|
39576
|
+
},
|
|
39577
|
+
"args": [],
|
|
39578
|
+
"isDeprecated": false
|
|
39579
|
+
},
|
|
39580
|
+
{
|
|
39581
|
+
"name": "keySize",
|
|
39582
|
+
"type": {
|
|
39583
|
+
"kind": "NON_NULL",
|
|
39584
|
+
"ofType": {
|
|
39585
|
+
"kind": "SCALAR",
|
|
39586
|
+
"name": "Int"
|
|
39587
|
+
}
|
|
39588
|
+
},
|
|
39589
|
+
"args": [],
|
|
39590
|
+
"isDeprecated": false
|
|
39591
|
+
},
|
|
39592
|
+
{
|
|
39593
|
+
"name": "name",
|
|
39594
|
+
"type": {
|
|
39595
|
+
"kind": "NON_NULL",
|
|
39596
|
+
"ofType": {
|
|
39597
|
+
"kind": "SCALAR",
|
|
39598
|
+
"name": "String"
|
|
39599
|
+
}
|
|
39600
|
+
},
|
|
39601
|
+
"args": [],
|
|
39602
|
+
"isDeprecated": false
|
|
39603
|
+
},
|
|
39604
|
+
{
|
|
39605
|
+
"name": "priority",
|
|
39606
|
+
"type": {
|
|
39607
|
+
"kind": "NON_NULL",
|
|
39608
|
+
"ofType": {
|
|
39609
|
+
"kind": "SCALAR",
|
|
39610
|
+
"name": "Int"
|
|
39611
|
+
}
|
|
39612
|
+
},
|
|
39613
|
+
"args": [],
|
|
39614
|
+
"isDeprecated": false
|
|
39615
|
+
}
|
|
39616
|
+
],
|
|
39617
|
+
"interfaces": []
|
|
39618
|
+
},
|
|
39619
|
+
{
|
|
39620
|
+
"kind": "INPUT_OBJECT",
|
|
39621
|
+
"name": "SamlKeyProviderPatchInput",
|
|
39622
|
+
"inputFields": [
|
|
39623
|
+
{
|
|
39624
|
+
"name": "enabled",
|
|
39625
|
+
"type": {
|
|
39626
|
+
"kind": "SCALAR",
|
|
39627
|
+
"name": "Boolean"
|
|
39628
|
+
}
|
|
39629
|
+
},
|
|
39630
|
+
{
|
|
39631
|
+
"name": "priority",
|
|
39632
|
+
"type": {
|
|
39633
|
+
"kind": "SCALAR",
|
|
39634
|
+
"name": "Int"
|
|
39635
|
+
}
|
|
39636
|
+
}
|
|
39637
|
+
],
|
|
39638
|
+
"isOneOf": false
|
|
39639
|
+
},
|
|
39277
39640
|
{
|
|
39278
39641
|
"kind": "OBJECT",
|
|
39279
39642
|
"name": "ScheduledCommunication",
|
|
@@ -44415,6 +44778,10 @@ const introspection = {
|
|
|
44415
44778
|
"kind": "ENUM",
|
|
44416
44779
|
"name": "UIFeature",
|
|
44417
44780
|
"enumValues": [
|
|
44781
|
+
{
|
|
44782
|
+
"name": "ALLOW_AVAILABILITY_TIME_RANGE_OVERLAP",
|
|
44783
|
+
"isDeprecated": false
|
|
44784
|
+
},
|
|
44418
44785
|
{
|
|
44419
44786
|
"name": "APPOINTMENT_COMPLETION",
|
|
44420
44787
|
"isDeprecated": false
|
|
@@ -46332,24 +46699,6 @@ const introspection = {
|
|
|
46332
46699
|
"args": [],
|
|
46333
46700
|
"isDeprecated": false
|
|
46334
46701
|
},
|
|
46335
|
-
{
|
|
46336
|
-
"name": "responseData",
|
|
46337
|
-
"type": {
|
|
46338
|
-
"kind": "SCALAR",
|
|
46339
|
-
"name": "String"
|
|
46340
|
-
},
|
|
46341
|
-
"args": [],
|
|
46342
|
-
"isDeprecated": false
|
|
46343
|
-
},
|
|
46344
|
-
{
|
|
46345
|
-
"name": "responseHeaders",
|
|
46346
|
-
"type": {
|
|
46347
|
-
"kind": "SCALAR",
|
|
46348
|
-
"name": "String"
|
|
46349
|
-
},
|
|
46350
|
-
"args": [],
|
|
46351
|
-
"isDeprecated": false
|
|
46352
|
-
},
|
|
46353
46702
|
{
|
|
46354
46703
|
"name": "statusCode",
|
|
46355
46704
|
"type": {
|
package/src/schema.ts
CHANGED
|
@@ -208,6 +208,7 @@ export type AllowedPluginDomainsEnterpriseSetting = {
|
|
|
208
208
|
};
|
|
209
209
|
|
|
210
210
|
export type AnonymizableEntity =
|
|
211
|
+
| 'APPOINTMENT'
|
|
211
212
|
| 'CUSTOMER';
|
|
212
213
|
|
|
213
214
|
export type AnswerOption = {
|
|
@@ -1242,6 +1243,7 @@ export type ConversionAnalyticsChartFilters = {
|
|
|
1242
1243
|
sourceTag?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1243
1244
|
subjectGroupId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1244
1245
|
subjectId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1246
|
+
userOSFamily?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1245
1247
|
};
|
|
1246
1248
|
|
|
1247
1249
|
export type ConversionAnalyticsCountByCreatedAtChart = {
|
|
@@ -3292,7 +3294,9 @@ export type Mutation = {
|
|
|
3292
3294
|
createOffice: Office;
|
|
3293
3295
|
createOfficeRelation: OfficeRelation;
|
|
3294
3296
|
createQuestion: Question;
|
|
3297
|
+
createSamlEncryptionKeyProvider: SamlKeyProvider;
|
|
3295
3298
|
createSamlIntegration: SamlIntegration;
|
|
3299
|
+
createSamlSignatureKeyProvider: SamlKeyProvider;
|
|
3296
3300
|
createScimToken: Scalars['String']['output'];
|
|
3297
3301
|
createSessionConfigSessionEvent: Scalars['Boolean']['output'];
|
|
3298
3302
|
createSessionDataSessionEvent: Scalars['Boolean']['output'];
|
|
@@ -3330,7 +3334,9 @@ export type Mutation = {
|
|
|
3330
3334
|
deleteOffice: Office;
|
|
3331
3335
|
deleteOfficeRelation: OfficeRelation;
|
|
3332
3336
|
deleteQuestion: Question;
|
|
3337
|
+
deleteSamlEncryptionKeyProvider: Scalars['Boolean']['output'];
|
|
3333
3338
|
deleteSamlIntegration: SamlIntegration;
|
|
3339
|
+
deleteSamlSignatureKeyProvider: Scalars['Boolean']['output'];
|
|
3334
3340
|
deleteStorageAccountConfig: StorageAccountConfig;
|
|
3335
3341
|
deleteSubject: Subject;
|
|
3336
3342
|
deleteSubjectGroup: SubjectGroup;
|
|
@@ -3371,7 +3377,9 @@ export type Mutation = {
|
|
|
3371
3377
|
patchOffice: Office;
|
|
3372
3378
|
patchOfficeCallbackRequestSetting: OfficeCallbackRequestSetting;
|
|
3373
3379
|
patchQuestion: Question;
|
|
3380
|
+
patchSamlEncryptionKeyProvider: SamlKeyProvider;
|
|
3374
3381
|
patchSamlIntegration: SamlIntegration;
|
|
3382
|
+
patchSamlSignatureKeyProvider: SamlKeyProvider;
|
|
3375
3383
|
patchStaticTranslationOverrides: Array<StaticTranslationOverride>;
|
|
3376
3384
|
patchStorageAccountConfig: StorageAccountConfig;
|
|
3377
3385
|
patchSubject: Subject;
|
|
@@ -3674,6 +3682,16 @@ export type MutationCreateQuestionArgs = {
|
|
|
3674
3682
|
};
|
|
3675
3683
|
|
|
3676
3684
|
|
|
3685
|
+
export type MutationCreateSamlEncryptionKeyProviderArgs = {
|
|
3686
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
3687
|
+
};
|
|
3688
|
+
|
|
3689
|
+
|
|
3690
|
+
export type MutationCreateSamlSignatureKeyProviderArgs = {
|
|
3691
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
3692
|
+
};
|
|
3693
|
+
|
|
3694
|
+
|
|
3677
3695
|
export type MutationCreateSessionConfigSessionEventArgs = {
|
|
3678
3696
|
input: SessionConfigSessionEvent;
|
|
3679
3697
|
};
|
|
@@ -3833,6 +3851,16 @@ export type MutationDeleteQuestionArgs = {
|
|
|
3833
3851
|
};
|
|
3834
3852
|
|
|
3835
3853
|
|
|
3854
|
+
export type MutationDeleteSamlEncryptionKeyProviderArgs = {
|
|
3855
|
+
id: Scalars['String']['input'];
|
|
3856
|
+
};
|
|
3857
|
+
|
|
3858
|
+
|
|
3859
|
+
export type MutationDeleteSamlSignatureKeyProviderArgs = {
|
|
3860
|
+
id: Scalars['String']['input'];
|
|
3861
|
+
};
|
|
3862
|
+
|
|
3863
|
+
|
|
3836
3864
|
export type MutationDeleteSubjectArgs = {
|
|
3837
3865
|
id: Scalars['ID']['input'];
|
|
3838
3866
|
};
|
|
@@ -4049,11 +4077,23 @@ export type MutationPatchQuestionArgs = {
|
|
|
4049
4077
|
};
|
|
4050
4078
|
|
|
4051
4079
|
|
|
4080
|
+
export type MutationPatchSamlEncryptionKeyProviderArgs = {
|
|
4081
|
+
id: Scalars['String']['input'];
|
|
4082
|
+
input: SamlKeyProviderPatchInput;
|
|
4083
|
+
};
|
|
4084
|
+
|
|
4085
|
+
|
|
4052
4086
|
export type MutationPatchSamlIntegrationArgs = {
|
|
4053
4087
|
input: SamlIntegrationPatchInput;
|
|
4054
4088
|
};
|
|
4055
4089
|
|
|
4056
4090
|
|
|
4091
|
+
export type MutationPatchSamlSignatureKeyProviderArgs = {
|
|
4092
|
+
id: Scalars['String']['input'];
|
|
4093
|
+
input: SamlKeyProviderPatchInput;
|
|
4094
|
+
};
|
|
4095
|
+
|
|
4096
|
+
|
|
4057
4097
|
export type MutationPatchStaticTranslationOverridesArgs = {
|
|
4058
4098
|
staticTranslationOverridesPatchInput: Array<StaticTranslationOverridePatchInput>;
|
|
4059
4099
|
};
|
|
@@ -4767,7 +4807,7 @@ export type Query = {
|
|
|
4767
4807
|
conversionAnalyticsSubjectGroupChart: Chart;
|
|
4768
4808
|
conversionAnalyticsUserBrowserChart: Chart;
|
|
4769
4809
|
conversionAnalyticsUserDeviceChart: Chart;
|
|
4770
|
-
|
|
4810
|
+
conversionAnalyticsUserOSFamilyChart: Chart;
|
|
4771
4811
|
customer: Customer;
|
|
4772
4812
|
customers: CustomerConnection;
|
|
4773
4813
|
definedAvailability: Array<DefinedAvailability>;
|
|
@@ -4826,7 +4866,11 @@ export type Query = {
|
|
|
4826
4866
|
question: Question;
|
|
4827
4867
|
questions: Array<Question>;
|
|
4828
4868
|
regions: RegionConnection;
|
|
4869
|
+
samlEncryptionKeyProvider: SamlKeyProvider;
|
|
4870
|
+
samlEncryptionKeyProviders: Array<SamlKeyProvider>;
|
|
4829
4871
|
samlIntegration?: Maybe<SamlIntegration>;
|
|
4872
|
+
samlSignatureKeyProvider: SamlKeyProvider;
|
|
4873
|
+
samlSignatureKeyProviders: Array<SamlKeyProvider>;
|
|
4830
4874
|
schedulableEmployees: Array<Employee>;
|
|
4831
4875
|
schedulableMeetingRooms: Array<MeetingRoom>;
|
|
4832
4876
|
schedulableMeetingTypes: Array<MeetingType>;
|
|
@@ -5232,7 +5276,7 @@ export type QueryConversionAnalyticsUserDeviceChartArgs = {
|
|
|
5232
5276
|
};
|
|
5233
5277
|
|
|
5234
5278
|
|
|
5235
|
-
export type
|
|
5279
|
+
export type QueryConversionAnalyticsUserOsFamilyChartArgs = {
|
|
5236
5280
|
filters: ConversionAnalyticsChartFilters;
|
|
5237
5281
|
};
|
|
5238
5282
|
|
|
@@ -5708,6 +5752,16 @@ export type QueryRegionsArgs = {
|
|
|
5708
5752
|
};
|
|
5709
5753
|
|
|
5710
5754
|
|
|
5755
|
+
export type QuerySamlEncryptionKeyProviderArgs = {
|
|
5756
|
+
id: Scalars['String']['input'];
|
|
5757
|
+
};
|
|
5758
|
+
|
|
5759
|
+
|
|
5760
|
+
export type QuerySamlSignatureKeyProviderArgs = {
|
|
5761
|
+
id: Scalars['String']['input'];
|
|
5762
|
+
};
|
|
5763
|
+
|
|
5764
|
+
|
|
5711
5765
|
export type QuerySchedulableEmployeesArgs = {
|
|
5712
5766
|
employeeExternalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5713
5767
|
employeeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -6223,6 +6277,21 @@ export type SamlIntegrationServiceProviderKey = {
|
|
|
6223
6277
|
status: SamlIntegrationKeyStatus;
|
|
6224
6278
|
};
|
|
6225
6279
|
|
|
6280
|
+
export type SamlKeyProvider = {
|
|
6281
|
+
active: Scalars['Boolean']['output'];
|
|
6282
|
+
algorithm: Scalars['String']['output'];
|
|
6283
|
+
enabled: Scalars['Boolean']['output'];
|
|
6284
|
+
id: Scalars['String']['output'];
|
|
6285
|
+
keySize: Scalars['Int']['output'];
|
|
6286
|
+
name: Scalars['String']['output'];
|
|
6287
|
+
priority: Scalars['Int']['output'];
|
|
6288
|
+
};
|
|
6289
|
+
|
|
6290
|
+
export type SamlKeyProviderPatchInput = {
|
|
6291
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6292
|
+
priority?: InputMaybe<Scalars['Int']['input']>;
|
|
6293
|
+
};
|
|
6294
|
+
|
|
6226
6295
|
export type ScheduledCommunication = {
|
|
6227
6296
|
channel: CommunicationChannel;
|
|
6228
6297
|
communicationReceiver: CommunicationReceiver;
|
|
@@ -7077,6 +7146,7 @@ export type TranslationObjectInput = {
|
|
|
7077
7146
|
};
|
|
7078
7147
|
|
|
7079
7148
|
export type UiFeature =
|
|
7149
|
+
| 'ALLOW_AVAILABILITY_TIME_RANGE_OVERLAP'
|
|
7080
7150
|
| 'APPOINTMENT_COMPLETION'
|
|
7081
7151
|
| 'APPOINTMENT_CREATION'
|
|
7082
7152
|
| 'APPOINTMENT_CREATION_CUSTOMER_EDIT'
|
|
@@ -7377,8 +7447,6 @@ export type WebhookDelivery = {
|
|
|
7377
7447
|
error?: Maybe<Scalars['String']['output']>;
|
|
7378
7448
|
event: Scalars['String']['output'];
|
|
7379
7449
|
resourceId: Scalars['String']['output'];
|
|
7380
|
-
responseData?: Maybe<Scalars['String']['output']>;
|
|
7381
|
-
responseHeaders?: Maybe<Scalars['String']['output']>;
|
|
7382
7450
|
statusCode?: Maybe<Scalars['Float']['output']>;
|
|
7383
7451
|
success: Scalars['Boolean']['output'];
|
|
7384
7452
|
updatedAt: Scalars['ISO8601']['output'];
|