@pexip-engage-public/graphql 1.5.2 → 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 +15 -0
- package/dist/get-api-client.js.map +1 -1
- package/dist/graphql-env.d.ts +373 -28
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +425 -31
- 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 +373 -28
- package/dist/graphql.d.ts.map +1 -1
- package/dist/schema.d.ts +63 -7
- 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 +425 -31
- package/src/schema.ts +84 -5
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.
|
|
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": {
|
|
@@ -37749,6 +38000,26 @@ const introspection = {
|
|
|
37749
38000
|
],
|
|
37750
38001
|
"isDeprecated": false
|
|
37751
38002
|
},
|
|
38003
|
+
{
|
|
38004
|
+
"name": "webhookDeliveryPayload",
|
|
38005
|
+
"type": {
|
|
38006
|
+
"kind": "OBJECT",
|
|
38007
|
+
"name": "WebhookDeliveryPayload"
|
|
38008
|
+
},
|
|
38009
|
+
"args": [
|
|
38010
|
+
{
|
|
38011
|
+
"name": "webhookId",
|
|
38012
|
+
"type": {
|
|
38013
|
+
"kind": "NON_NULL",
|
|
38014
|
+
"ofType": {
|
|
38015
|
+
"kind": "SCALAR",
|
|
38016
|
+
"name": "String"
|
|
38017
|
+
}
|
|
38018
|
+
}
|
|
38019
|
+
}
|
|
38020
|
+
],
|
|
38021
|
+
"isDeprecated": false
|
|
38022
|
+
},
|
|
37752
38023
|
{
|
|
37753
38024
|
"name": "workLocations",
|
|
37754
38025
|
"type": {
|
|
@@ -39254,6 +39525,118 @@ const introspection = {
|
|
|
39254
39525
|
],
|
|
39255
39526
|
"interfaces": []
|
|
39256
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
|
+
},
|
|
39257
39640
|
{
|
|
39258
39641
|
"kind": "OBJECT",
|
|
39259
39642
|
"name": "ScheduledCommunication",
|
|
@@ -44395,6 +44778,10 @@ const introspection = {
|
|
|
44395
44778
|
"kind": "ENUM",
|
|
44396
44779
|
"name": "UIFeature",
|
|
44397
44780
|
"enumValues": [
|
|
44781
|
+
{
|
|
44782
|
+
"name": "ALLOW_AVAILABILITY_TIME_RANGE_OVERLAP",
|
|
44783
|
+
"isDeprecated": false
|
|
44784
|
+
},
|
|
44398
44785
|
{
|
|
44399
44786
|
"name": "APPOINTMENT_COMPLETION",
|
|
44400
44787
|
"isDeprecated": false
|
|
@@ -46300,18 +46687,6 @@ const introspection = {
|
|
|
46300
46687
|
"args": [],
|
|
46301
46688
|
"isDeprecated": false
|
|
46302
46689
|
},
|
|
46303
|
-
{
|
|
46304
|
-
"name": "requestData",
|
|
46305
|
-
"type": {
|
|
46306
|
-
"kind": "NON_NULL",
|
|
46307
|
-
"ofType": {
|
|
46308
|
-
"kind": "SCALAR",
|
|
46309
|
-
"name": "String"
|
|
46310
|
-
}
|
|
46311
|
-
},
|
|
46312
|
-
"args": [],
|
|
46313
|
-
"isDeprecated": false
|
|
46314
|
-
},
|
|
46315
46690
|
{
|
|
46316
46691
|
"name": "resourceId",
|
|
46317
46692
|
"type": {
|
|
@@ -46324,24 +46699,6 @@ const introspection = {
|
|
|
46324
46699
|
"args": [],
|
|
46325
46700
|
"isDeprecated": false
|
|
46326
46701
|
},
|
|
46327
|
-
{
|
|
46328
|
-
"name": "responseData",
|
|
46329
|
-
"type": {
|
|
46330
|
-
"kind": "SCALAR",
|
|
46331
|
-
"name": "String"
|
|
46332
|
-
},
|
|
46333
|
-
"args": [],
|
|
46334
|
-
"isDeprecated": false
|
|
46335
|
-
},
|
|
46336
|
-
{
|
|
46337
|
-
"name": "responseHeaders",
|
|
46338
|
-
"type": {
|
|
46339
|
-
"kind": "SCALAR",
|
|
46340
|
-
"name": "String"
|
|
46341
|
-
},
|
|
46342
|
-
"args": [],
|
|
46343
|
-
"isDeprecated": false
|
|
46344
|
-
},
|
|
46345
46702
|
{
|
|
46346
46703
|
"name": "statusCode",
|
|
46347
46704
|
"type": {
|
|
@@ -46482,6 +46839,43 @@ const introspection = {
|
|
|
46482
46839
|
],
|
|
46483
46840
|
"interfaces": []
|
|
46484
46841
|
},
|
|
46842
|
+
{
|
|
46843
|
+
"kind": "OBJECT",
|
|
46844
|
+
"name": "WebhookDeliveryPayload",
|
|
46845
|
+
"fields": [
|
|
46846
|
+
{
|
|
46847
|
+
"name": "requestData",
|
|
46848
|
+
"type": {
|
|
46849
|
+
"kind": "NON_NULL",
|
|
46850
|
+
"ofType": {
|
|
46851
|
+
"kind": "SCALAR",
|
|
46852
|
+
"name": "String"
|
|
46853
|
+
}
|
|
46854
|
+
},
|
|
46855
|
+
"args": [],
|
|
46856
|
+
"isDeprecated": false
|
|
46857
|
+
},
|
|
46858
|
+
{
|
|
46859
|
+
"name": "responseData",
|
|
46860
|
+
"type": {
|
|
46861
|
+
"kind": "SCALAR",
|
|
46862
|
+
"name": "String"
|
|
46863
|
+
},
|
|
46864
|
+
"args": [],
|
|
46865
|
+
"isDeprecated": false
|
|
46866
|
+
},
|
|
46867
|
+
{
|
|
46868
|
+
"name": "responseHeaders",
|
|
46869
|
+
"type": {
|
|
46870
|
+
"kind": "SCALAR",
|
|
46871
|
+
"name": "String"
|
|
46872
|
+
},
|
|
46873
|
+
"args": [],
|
|
46874
|
+
"isDeprecated": false
|
|
46875
|
+
}
|
|
46876
|
+
],
|
|
46877
|
+
"interfaces": []
|
|
46878
|
+
},
|
|
46485
46879
|
{
|
|
46486
46880
|
"kind": "ENUM",
|
|
46487
46881
|
"name": "WebhookEventType",
|