@pexip-engage-public/graphql 1.1.14 → 1.1.15-canary-20251009124159
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 +1017 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1236 -110
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +118 -1
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +1236 -110
- package/src/schema.ts +134 -1
package/src/graphql-env.ts
CHANGED
|
@@ -6984,6 +6984,650 @@ const introspection = {
|
|
|
6984
6984
|
}
|
|
6985
6985
|
]
|
|
6986
6986
|
},
|
|
6987
|
+
{
|
|
6988
|
+
"kind": "OBJECT",
|
|
6989
|
+
"name": "Context",
|
|
6990
|
+
"fields": [
|
|
6991
|
+
{
|
|
6992
|
+
"name": "createdAt",
|
|
6993
|
+
"type": {
|
|
6994
|
+
"kind": "NON_NULL",
|
|
6995
|
+
"ofType": {
|
|
6996
|
+
"kind": "SCALAR",
|
|
6997
|
+
"name": "ISO8601"
|
|
6998
|
+
}
|
|
6999
|
+
},
|
|
7000
|
+
"args": [],
|
|
7001
|
+
"isDeprecated": false
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"name": "expiresAt",
|
|
7005
|
+
"type": {
|
|
7006
|
+
"kind": "SCALAR",
|
|
7007
|
+
"name": "ISO8601"
|
|
7008
|
+
},
|
|
7009
|
+
"args": [],
|
|
7010
|
+
"isDeprecated": false
|
|
7011
|
+
},
|
|
7012
|
+
{
|
|
7013
|
+
"name": "externalId",
|
|
7014
|
+
"type": {
|
|
7015
|
+
"kind": "SCALAR",
|
|
7016
|
+
"name": "String"
|
|
7017
|
+
},
|
|
7018
|
+
"args": [],
|
|
7019
|
+
"isDeprecated": false
|
|
7020
|
+
},
|
|
7021
|
+
{
|
|
7022
|
+
"name": "id",
|
|
7023
|
+
"type": {
|
|
7024
|
+
"kind": "NON_NULL",
|
|
7025
|
+
"ofType": {
|
|
7026
|
+
"kind": "SCALAR",
|
|
7027
|
+
"name": "String"
|
|
7028
|
+
}
|
|
7029
|
+
},
|
|
7030
|
+
"args": [],
|
|
7031
|
+
"isDeprecated": false
|
|
7032
|
+
},
|
|
7033
|
+
{
|
|
7034
|
+
"name": "lastAccessedAt",
|
|
7035
|
+
"type": {
|
|
7036
|
+
"kind": "SCALAR",
|
|
7037
|
+
"name": "ISO8601"
|
|
7038
|
+
},
|
|
7039
|
+
"args": [],
|
|
7040
|
+
"isDeprecated": false
|
|
7041
|
+
},
|
|
7042
|
+
{
|
|
7043
|
+
"name": "output",
|
|
7044
|
+
"type": {
|
|
7045
|
+
"kind": "NON_NULL",
|
|
7046
|
+
"ofType": {
|
|
7047
|
+
"kind": "OBJECT",
|
|
7048
|
+
"name": "ContextOutput"
|
|
7049
|
+
}
|
|
7050
|
+
},
|
|
7051
|
+
"args": [],
|
|
7052
|
+
"isDeprecated": false
|
|
7053
|
+
},
|
|
7054
|
+
{
|
|
7055
|
+
"name": "updatedAt",
|
|
7056
|
+
"type": {
|
|
7057
|
+
"kind": "NON_NULL",
|
|
7058
|
+
"ofType": {
|
|
7059
|
+
"kind": "SCALAR",
|
|
7060
|
+
"name": "ISO8601"
|
|
7061
|
+
}
|
|
7062
|
+
},
|
|
7063
|
+
"args": [],
|
|
7064
|
+
"isDeprecated": false
|
|
7065
|
+
}
|
|
7066
|
+
],
|
|
7067
|
+
"interfaces": []
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
"kind": "INPUT_OBJECT",
|
|
7071
|
+
"name": "ContextInput",
|
|
7072
|
+
"inputFields": [
|
|
7073
|
+
{
|
|
7074
|
+
"name": "appointmentExternalId",
|
|
7075
|
+
"type": {
|
|
7076
|
+
"kind": "SCALAR",
|
|
7077
|
+
"name": "String"
|
|
7078
|
+
}
|
|
7079
|
+
},
|
|
7080
|
+
{
|
|
7081
|
+
"name": "customerExternalIds",
|
|
7082
|
+
"type": {
|
|
7083
|
+
"kind": "LIST",
|
|
7084
|
+
"ofType": {
|
|
7085
|
+
"kind": "NON_NULL",
|
|
7086
|
+
"ofType": {
|
|
7087
|
+
"kind": "SCALAR",
|
|
7088
|
+
"name": "String"
|
|
7089
|
+
}
|
|
7090
|
+
}
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"name": "customerIds",
|
|
7095
|
+
"type": {
|
|
7096
|
+
"kind": "LIST",
|
|
7097
|
+
"ofType": {
|
|
7098
|
+
"kind": "NON_NULL",
|
|
7099
|
+
"ofType": {
|
|
7100
|
+
"kind": "SCALAR",
|
|
7101
|
+
"name": "ID"
|
|
7102
|
+
}
|
|
7103
|
+
}
|
|
7104
|
+
}
|
|
7105
|
+
},
|
|
7106
|
+
{
|
|
7107
|
+
"name": "customers",
|
|
7108
|
+
"type": {
|
|
7109
|
+
"kind": "LIST",
|
|
7110
|
+
"ofType": {
|
|
7111
|
+
"kind": "NON_NULL",
|
|
7112
|
+
"ofType": {
|
|
7113
|
+
"kind": "INPUT_OBJECT",
|
|
7114
|
+
"name": "CustomerCreateInput"
|
|
7115
|
+
}
|
|
7116
|
+
}
|
|
7117
|
+
}
|
|
7118
|
+
},
|
|
7119
|
+
{
|
|
7120
|
+
"name": "employeeExternalIds",
|
|
7121
|
+
"type": {
|
|
7122
|
+
"kind": "LIST",
|
|
7123
|
+
"ofType": {
|
|
7124
|
+
"kind": "NON_NULL",
|
|
7125
|
+
"ofType": {
|
|
7126
|
+
"kind": "SCALAR",
|
|
7127
|
+
"name": "String"
|
|
7128
|
+
}
|
|
7129
|
+
}
|
|
7130
|
+
}
|
|
7131
|
+
},
|
|
7132
|
+
{
|
|
7133
|
+
"name": "employeeIds",
|
|
7134
|
+
"type": {
|
|
7135
|
+
"kind": "LIST",
|
|
7136
|
+
"ofType": {
|
|
7137
|
+
"kind": "NON_NULL",
|
|
7138
|
+
"ofType": {
|
|
7139
|
+
"kind": "SCALAR",
|
|
7140
|
+
"name": "ID"
|
|
7141
|
+
}
|
|
7142
|
+
}
|
|
7143
|
+
}
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"name": "end",
|
|
7147
|
+
"type": {
|
|
7148
|
+
"kind": "SCALAR",
|
|
7149
|
+
"name": "ISO8601"
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
7152
|
+
{
|
|
7153
|
+
"name": "leadSegmentCodes",
|
|
7154
|
+
"type": {
|
|
7155
|
+
"kind": "LIST",
|
|
7156
|
+
"ofType": {
|
|
7157
|
+
"kind": "NON_NULL",
|
|
7158
|
+
"ofType": {
|
|
7159
|
+
"kind": "SCALAR",
|
|
7160
|
+
"name": "String"
|
|
7161
|
+
}
|
|
7162
|
+
}
|
|
7163
|
+
}
|
|
7164
|
+
},
|
|
7165
|
+
{
|
|
7166
|
+
"name": "leadSegmentIds",
|
|
7167
|
+
"type": {
|
|
7168
|
+
"kind": "LIST",
|
|
7169
|
+
"ofType": {
|
|
7170
|
+
"kind": "NON_NULL",
|
|
7171
|
+
"ofType": {
|
|
7172
|
+
"kind": "SCALAR",
|
|
7173
|
+
"name": "ID"
|
|
7174
|
+
}
|
|
7175
|
+
}
|
|
7176
|
+
}
|
|
7177
|
+
},
|
|
7178
|
+
{
|
|
7179
|
+
"name": "listingExternalIds",
|
|
7180
|
+
"type": {
|
|
7181
|
+
"kind": "LIST",
|
|
7182
|
+
"ofType": {
|
|
7183
|
+
"kind": "NON_NULL",
|
|
7184
|
+
"ofType": {
|
|
7185
|
+
"kind": "SCALAR",
|
|
7186
|
+
"name": "String"
|
|
7187
|
+
}
|
|
7188
|
+
}
|
|
7189
|
+
}
|
|
7190
|
+
},
|
|
7191
|
+
{
|
|
7192
|
+
"name": "listingIds",
|
|
7193
|
+
"type": {
|
|
7194
|
+
"kind": "LIST",
|
|
7195
|
+
"ofType": {
|
|
7196
|
+
"kind": "NON_NULL",
|
|
7197
|
+
"ofType": {
|
|
7198
|
+
"kind": "SCALAR",
|
|
7199
|
+
"name": "ID"
|
|
7200
|
+
}
|
|
7201
|
+
}
|
|
7202
|
+
}
|
|
7203
|
+
},
|
|
7204
|
+
{
|
|
7205
|
+
"name": "meetingRoomIds",
|
|
7206
|
+
"type": {
|
|
7207
|
+
"kind": "LIST",
|
|
7208
|
+
"ofType": {
|
|
7209
|
+
"kind": "NON_NULL",
|
|
7210
|
+
"ofType": {
|
|
7211
|
+
"kind": "SCALAR",
|
|
7212
|
+
"name": "ID"
|
|
7213
|
+
}
|
|
7214
|
+
}
|
|
7215
|
+
}
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"name": "meetingTypes",
|
|
7219
|
+
"type": {
|
|
7220
|
+
"kind": "LIST",
|
|
7221
|
+
"ofType": {
|
|
7222
|
+
"kind": "NON_NULL",
|
|
7223
|
+
"ofType": {
|
|
7224
|
+
"kind": "ENUM",
|
|
7225
|
+
"name": "MeetingType"
|
|
7226
|
+
}
|
|
7227
|
+
}
|
|
7228
|
+
}
|
|
7229
|
+
},
|
|
7230
|
+
{
|
|
7231
|
+
"name": "metadata",
|
|
7232
|
+
"type": {
|
|
7233
|
+
"kind": "SCALAR",
|
|
7234
|
+
"name": "JSONObject"
|
|
7235
|
+
}
|
|
7236
|
+
},
|
|
7237
|
+
{
|
|
7238
|
+
"name": "officeExternalIds",
|
|
7239
|
+
"type": {
|
|
7240
|
+
"kind": "LIST",
|
|
7241
|
+
"ofType": {
|
|
7242
|
+
"kind": "NON_NULL",
|
|
7243
|
+
"ofType": {
|
|
7244
|
+
"kind": "SCALAR",
|
|
7245
|
+
"name": "String"
|
|
7246
|
+
}
|
|
7247
|
+
}
|
|
7248
|
+
}
|
|
7249
|
+
},
|
|
7250
|
+
{
|
|
7251
|
+
"name": "officeIds",
|
|
7252
|
+
"type": {
|
|
7253
|
+
"kind": "LIST",
|
|
7254
|
+
"ofType": {
|
|
7255
|
+
"kind": "NON_NULL",
|
|
7256
|
+
"ofType": {
|
|
7257
|
+
"kind": "SCALAR",
|
|
7258
|
+
"name": "ID"
|
|
7259
|
+
}
|
|
7260
|
+
}
|
|
7261
|
+
}
|
|
7262
|
+
},
|
|
7263
|
+
{
|
|
7264
|
+
"name": "secondaryCustomerExternalIds",
|
|
7265
|
+
"type": {
|
|
7266
|
+
"kind": "LIST",
|
|
7267
|
+
"ofType": {
|
|
7268
|
+
"kind": "NON_NULL",
|
|
7269
|
+
"ofType": {
|
|
7270
|
+
"kind": "SCALAR",
|
|
7271
|
+
"name": "String"
|
|
7272
|
+
}
|
|
7273
|
+
}
|
|
7274
|
+
}
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"name": "secondaryCustomerIds",
|
|
7278
|
+
"type": {
|
|
7279
|
+
"kind": "LIST",
|
|
7280
|
+
"ofType": {
|
|
7281
|
+
"kind": "NON_NULL",
|
|
7282
|
+
"ofType": {
|
|
7283
|
+
"kind": "SCALAR",
|
|
7284
|
+
"name": "ID"
|
|
7285
|
+
}
|
|
7286
|
+
}
|
|
7287
|
+
}
|
|
7288
|
+
},
|
|
7289
|
+
{
|
|
7290
|
+
"name": "secondaryCustomers",
|
|
7291
|
+
"type": {
|
|
7292
|
+
"kind": "LIST",
|
|
7293
|
+
"ofType": {
|
|
7294
|
+
"kind": "NON_NULL",
|
|
7295
|
+
"ofType": {
|
|
7296
|
+
"kind": "INPUT_OBJECT",
|
|
7297
|
+
"name": "CustomerCreateInput"
|
|
7298
|
+
}
|
|
7299
|
+
}
|
|
7300
|
+
}
|
|
7301
|
+
},
|
|
7302
|
+
{
|
|
7303
|
+
"name": "secondaryEmployeeExternalIds",
|
|
7304
|
+
"type": {
|
|
7305
|
+
"kind": "LIST",
|
|
7306
|
+
"ofType": {
|
|
7307
|
+
"kind": "NON_NULL",
|
|
7308
|
+
"ofType": {
|
|
7309
|
+
"kind": "SCALAR",
|
|
7310
|
+
"name": "String"
|
|
7311
|
+
}
|
|
7312
|
+
}
|
|
7313
|
+
}
|
|
7314
|
+
},
|
|
7315
|
+
{
|
|
7316
|
+
"name": "secondaryEmployeeIds",
|
|
7317
|
+
"type": {
|
|
7318
|
+
"kind": "LIST",
|
|
7319
|
+
"ofType": {
|
|
7320
|
+
"kind": "NON_NULL",
|
|
7321
|
+
"ofType": {
|
|
7322
|
+
"kind": "SCALAR",
|
|
7323
|
+
"name": "ID"
|
|
7324
|
+
}
|
|
7325
|
+
}
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"name": "start",
|
|
7330
|
+
"type": {
|
|
7331
|
+
"kind": "SCALAR",
|
|
7332
|
+
"name": "ISO8601"
|
|
7333
|
+
}
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"name": "subjectExternalIds",
|
|
7337
|
+
"type": {
|
|
7338
|
+
"kind": "LIST",
|
|
7339
|
+
"ofType": {
|
|
7340
|
+
"kind": "NON_NULL",
|
|
7341
|
+
"ofType": {
|
|
7342
|
+
"kind": "SCALAR",
|
|
7343
|
+
"name": "String"
|
|
7344
|
+
}
|
|
7345
|
+
}
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"name": "subjectGroupExternalIds",
|
|
7350
|
+
"type": {
|
|
7351
|
+
"kind": "LIST",
|
|
7352
|
+
"ofType": {
|
|
7353
|
+
"kind": "NON_NULL",
|
|
7354
|
+
"ofType": {
|
|
7355
|
+
"kind": "SCALAR",
|
|
7356
|
+
"name": "String"
|
|
7357
|
+
}
|
|
7358
|
+
}
|
|
7359
|
+
}
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"name": "subjectGroupIds",
|
|
7363
|
+
"type": {
|
|
7364
|
+
"kind": "LIST",
|
|
7365
|
+
"ofType": {
|
|
7366
|
+
"kind": "NON_NULL",
|
|
7367
|
+
"ofType": {
|
|
7368
|
+
"kind": "SCALAR",
|
|
7369
|
+
"name": "ID"
|
|
7370
|
+
}
|
|
7371
|
+
}
|
|
7372
|
+
}
|
|
7373
|
+
},
|
|
7374
|
+
{
|
|
7375
|
+
"name": "subjectIds",
|
|
7376
|
+
"type": {
|
|
7377
|
+
"kind": "LIST",
|
|
7378
|
+
"ofType": {
|
|
7379
|
+
"kind": "NON_NULL",
|
|
7380
|
+
"ofType": {
|
|
7381
|
+
"kind": "SCALAR",
|
|
7382
|
+
"name": "ID"
|
|
7383
|
+
}
|
|
7384
|
+
}
|
|
7385
|
+
}
|
|
7386
|
+
}
|
|
7387
|
+
],
|
|
7388
|
+
"isOneOf": false
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
"kind": "OBJECT",
|
|
7392
|
+
"name": "ContextOutput",
|
|
7393
|
+
"fields": [
|
|
7394
|
+
{
|
|
7395
|
+
"name": "appointmentExternalId",
|
|
7396
|
+
"type": {
|
|
7397
|
+
"kind": "SCALAR",
|
|
7398
|
+
"name": "String"
|
|
7399
|
+
},
|
|
7400
|
+
"args": [],
|
|
7401
|
+
"isDeprecated": false
|
|
7402
|
+
},
|
|
7403
|
+
{
|
|
7404
|
+
"name": "customerIds",
|
|
7405
|
+
"type": {
|
|
7406
|
+
"kind": "NON_NULL",
|
|
7407
|
+
"ofType": {
|
|
7408
|
+
"kind": "LIST",
|
|
7409
|
+
"ofType": {
|
|
7410
|
+
"kind": "NON_NULL",
|
|
7411
|
+
"ofType": {
|
|
7412
|
+
"kind": "SCALAR",
|
|
7413
|
+
"name": "ID"
|
|
7414
|
+
}
|
|
7415
|
+
}
|
|
7416
|
+
}
|
|
7417
|
+
},
|
|
7418
|
+
"args": [],
|
|
7419
|
+
"isDeprecated": false
|
|
7420
|
+
},
|
|
7421
|
+
{
|
|
7422
|
+
"name": "employeeIds",
|
|
7423
|
+
"type": {
|
|
7424
|
+
"kind": "NON_NULL",
|
|
7425
|
+
"ofType": {
|
|
7426
|
+
"kind": "LIST",
|
|
7427
|
+
"ofType": {
|
|
7428
|
+
"kind": "NON_NULL",
|
|
7429
|
+
"ofType": {
|
|
7430
|
+
"kind": "SCALAR",
|
|
7431
|
+
"name": "ID"
|
|
7432
|
+
}
|
|
7433
|
+
}
|
|
7434
|
+
}
|
|
7435
|
+
},
|
|
7436
|
+
"args": [],
|
|
7437
|
+
"isDeprecated": false
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"name": "end",
|
|
7441
|
+
"type": {
|
|
7442
|
+
"kind": "SCALAR",
|
|
7443
|
+
"name": "ISO8601"
|
|
7444
|
+
},
|
|
7445
|
+
"args": [],
|
|
7446
|
+
"isDeprecated": false
|
|
7447
|
+
},
|
|
7448
|
+
{
|
|
7449
|
+
"name": "leadSegmentIds",
|
|
7450
|
+
"type": {
|
|
7451
|
+
"kind": "NON_NULL",
|
|
7452
|
+
"ofType": {
|
|
7453
|
+
"kind": "LIST",
|
|
7454
|
+
"ofType": {
|
|
7455
|
+
"kind": "NON_NULL",
|
|
7456
|
+
"ofType": {
|
|
7457
|
+
"kind": "SCALAR",
|
|
7458
|
+
"name": "ID"
|
|
7459
|
+
}
|
|
7460
|
+
}
|
|
7461
|
+
}
|
|
7462
|
+
},
|
|
7463
|
+
"args": [],
|
|
7464
|
+
"isDeprecated": false
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"name": "listingIds",
|
|
7468
|
+
"type": {
|
|
7469
|
+
"kind": "NON_NULL",
|
|
7470
|
+
"ofType": {
|
|
7471
|
+
"kind": "LIST",
|
|
7472
|
+
"ofType": {
|
|
7473
|
+
"kind": "NON_NULL",
|
|
7474
|
+
"ofType": {
|
|
7475
|
+
"kind": "SCALAR",
|
|
7476
|
+
"name": "ID"
|
|
7477
|
+
}
|
|
7478
|
+
}
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7481
|
+
"args": [],
|
|
7482
|
+
"isDeprecated": false
|
|
7483
|
+
},
|
|
7484
|
+
{
|
|
7485
|
+
"name": "meetingRoomIds",
|
|
7486
|
+
"type": {
|
|
7487
|
+
"kind": "NON_NULL",
|
|
7488
|
+
"ofType": {
|
|
7489
|
+
"kind": "LIST",
|
|
7490
|
+
"ofType": {
|
|
7491
|
+
"kind": "NON_NULL",
|
|
7492
|
+
"ofType": {
|
|
7493
|
+
"kind": "SCALAR",
|
|
7494
|
+
"name": "ID"
|
|
7495
|
+
}
|
|
7496
|
+
}
|
|
7497
|
+
}
|
|
7498
|
+
},
|
|
7499
|
+
"args": [],
|
|
7500
|
+
"isDeprecated": false
|
|
7501
|
+
},
|
|
7502
|
+
{
|
|
7503
|
+
"name": "meetingTypes",
|
|
7504
|
+
"type": {
|
|
7505
|
+
"kind": "NON_NULL",
|
|
7506
|
+
"ofType": {
|
|
7507
|
+
"kind": "LIST",
|
|
7508
|
+
"ofType": {
|
|
7509
|
+
"kind": "NON_NULL",
|
|
7510
|
+
"ofType": {
|
|
7511
|
+
"kind": "ENUM",
|
|
7512
|
+
"name": "MeetingType"
|
|
7513
|
+
}
|
|
7514
|
+
}
|
|
7515
|
+
}
|
|
7516
|
+
},
|
|
7517
|
+
"args": [],
|
|
7518
|
+
"isDeprecated": false
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"name": "metadata",
|
|
7522
|
+
"type": {
|
|
7523
|
+
"kind": "SCALAR",
|
|
7524
|
+
"name": "JSONObject"
|
|
7525
|
+
},
|
|
7526
|
+
"args": [],
|
|
7527
|
+
"isDeprecated": false
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "officeIds",
|
|
7531
|
+
"type": {
|
|
7532
|
+
"kind": "NON_NULL",
|
|
7533
|
+
"ofType": {
|
|
7534
|
+
"kind": "LIST",
|
|
7535
|
+
"ofType": {
|
|
7536
|
+
"kind": "NON_NULL",
|
|
7537
|
+
"ofType": {
|
|
7538
|
+
"kind": "SCALAR",
|
|
7539
|
+
"name": "ID"
|
|
7540
|
+
}
|
|
7541
|
+
}
|
|
7542
|
+
}
|
|
7543
|
+
},
|
|
7544
|
+
"args": [],
|
|
7545
|
+
"isDeprecated": false
|
|
7546
|
+
},
|
|
7547
|
+
{
|
|
7548
|
+
"name": "secondaryCustomerIds",
|
|
7549
|
+
"type": {
|
|
7550
|
+
"kind": "NON_NULL",
|
|
7551
|
+
"ofType": {
|
|
7552
|
+
"kind": "LIST",
|
|
7553
|
+
"ofType": {
|
|
7554
|
+
"kind": "NON_NULL",
|
|
7555
|
+
"ofType": {
|
|
7556
|
+
"kind": "SCALAR",
|
|
7557
|
+
"name": "ID"
|
|
7558
|
+
}
|
|
7559
|
+
}
|
|
7560
|
+
}
|
|
7561
|
+
},
|
|
7562
|
+
"args": [],
|
|
7563
|
+
"isDeprecated": false
|
|
7564
|
+
},
|
|
7565
|
+
{
|
|
7566
|
+
"name": "secondaryEmployeeIds",
|
|
7567
|
+
"type": {
|
|
7568
|
+
"kind": "NON_NULL",
|
|
7569
|
+
"ofType": {
|
|
7570
|
+
"kind": "LIST",
|
|
7571
|
+
"ofType": {
|
|
7572
|
+
"kind": "NON_NULL",
|
|
7573
|
+
"ofType": {
|
|
7574
|
+
"kind": "SCALAR",
|
|
7575
|
+
"name": "ID"
|
|
7576
|
+
}
|
|
7577
|
+
}
|
|
7578
|
+
}
|
|
7579
|
+
},
|
|
7580
|
+
"args": [],
|
|
7581
|
+
"isDeprecated": false
|
|
7582
|
+
},
|
|
7583
|
+
{
|
|
7584
|
+
"name": "start",
|
|
7585
|
+
"type": {
|
|
7586
|
+
"kind": "SCALAR",
|
|
7587
|
+
"name": "ISO8601"
|
|
7588
|
+
},
|
|
7589
|
+
"args": [],
|
|
7590
|
+
"isDeprecated": false
|
|
7591
|
+
},
|
|
7592
|
+
{
|
|
7593
|
+
"name": "subjectGroupIds",
|
|
7594
|
+
"type": {
|
|
7595
|
+
"kind": "NON_NULL",
|
|
7596
|
+
"ofType": {
|
|
7597
|
+
"kind": "LIST",
|
|
7598
|
+
"ofType": {
|
|
7599
|
+
"kind": "NON_NULL",
|
|
7600
|
+
"ofType": {
|
|
7601
|
+
"kind": "SCALAR",
|
|
7602
|
+
"name": "ID"
|
|
7603
|
+
}
|
|
7604
|
+
}
|
|
7605
|
+
}
|
|
7606
|
+
},
|
|
7607
|
+
"args": [],
|
|
7608
|
+
"isDeprecated": false
|
|
7609
|
+
},
|
|
7610
|
+
{
|
|
7611
|
+
"name": "subjectIds",
|
|
7612
|
+
"type": {
|
|
7613
|
+
"kind": "NON_NULL",
|
|
7614
|
+
"ofType": {
|
|
7615
|
+
"kind": "LIST",
|
|
7616
|
+
"ofType": {
|
|
7617
|
+
"kind": "NON_NULL",
|
|
7618
|
+
"ofType": {
|
|
7619
|
+
"kind": "SCALAR",
|
|
7620
|
+
"name": "ID"
|
|
7621
|
+
}
|
|
7622
|
+
}
|
|
7623
|
+
}
|
|
7624
|
+
},
|
|
7625
|
+
"args": [],
|
|
7626
|
+
"isDeprecated": false
|
|
7627
|
+
}
|
|
7628
|
+
],
|
|
7629
|
+
"interfaces": []
|
|
7630
|
+
},
|
|
6987
7631
|
{
|
|
6988
7632
|
"kind": "OBJECT",
|
|
6989
7633
|
"name": "Customer",
|
|
@@ -8601,116 +9245,168 @@ const introspection = {
|
|
|
8601
9245
|
],
|
|
8602
9246
|
"interfaces": []
|
|
8603
9247
|
},
|
|
8604
|
-
{
|
|
8605
|
-
"kind": "OBJECT",
|
|
8606
|
-
"name": "DefaultTermsAndConditionsUrlEnterpriseSetting",
|
|
8607
|
-
"fields": [
|
|
8608
|
-
{
|
|
8609
|
-
"name": "createdAt",
|
|
8610
|
-
"type": {
|
|
8611
|
-
"kind": "NON_NULL",
|
|
8612
|
-
"ofType": {
|
|
8613
|
-
"kind": "SCALAR",
|
|
8614
|
-
"name": "ISO8601"
|
|
8615
|
-
}
|
|
8616
|
-
},
|
|
8617
|
-
"args": [],
|
|
8618
|
-
"isDeprecated": false
|
|
8619
|
-
},
|
|
8620
|
-
{
|
|
8621
|
-
"name": "manageable",
|
|
8622
|
-
"type": {
|
|
8623
|
-
"kind": "NON_NULL",
|
|
8624
|
-
"ofType": {
|
|
8625
|
-
"kind": "SCALAR",
|
|
8626
|
-
"name": "Boolean"
|
|
8627
|
-
}
|
|
8628
|
-
},
|
|
8629
|
-
"args": [],
|
|
8630
|
-
"isDeprecated": false
|
|
8631
|
-
},
|
|
8632
|
-
{
|
|
8633
|
-
"name": "updatedAt",
|
|
8634
|
-
"type": {
|
|
8635
|
-
"kind": "NON_NULL",
|
|
8636
|
-
"ofType": {
|
|
8637
|
-
"kind": "SCALAR",
|
|
8638
|
-
"name": "ISO8601"
|
|
8639
|
-
}
|
|
8640
|
-
},
|
|
8641
|
-
"args": [],
|
|
8642
|
-
"isDeprecated": false
|
|
8643
|
-
},
|
|
8644
|
-
{
|
|
8645
|
-
"name": "value",
|
|
8646
|
-
"type": {
|
|
8647
|
-
"kind": "NON_NULL",
|
|
8648
|
-
"ofType": {
|
|
8649
|
-
"kind": "SCALAR",
|
|
8650
|
-
"name": "String"
|
|
8651
|
-
}
|
|
8652
|
-
},
|
|
8653
|
-
"args": [],
|
|
8654
|
-
"isDeprecated": false
|
|
8655
|
-
}
|
|
8656
|
-
],
|
|
8657
|
-
"interfaces": []
|
|
8658
|
-
},
|
|
8659
|
-
{
|
|
8660
|
-
"kind": "OBJECT",
|
|
8661
|
-
"name": "DefaultTimeZoneEnterpriseSetting",
|
|
8662
|
-
"fields": [
|
|
8663
|
-
{
|
|
8664
|
-
"name": "createdAt",
|
|
8665
|
-
"type": {
|
|
8666
|
-
"kind": "NON_NULL",
|
|
8667
|
-
"ofType": {
|
|
8668
|
-
"kind": "SCALAR",
|
|
8669
|
-
"name": "ISO8601"
|
|
8670
|
-
}
|
|
8671
|
-
},
|
|
8672
|
-
"args": [],
|
|
8673
|
-
"isDeprecated": false
|
|
8674
|
-
},
|
|
8675
|
-
{
|
|
8676
|
-
"name": "manageable",
|
|
8677
|
-
"type": {
|
|
8678
|
-
"kind": "NON_NULL",
|
|
8679
|
-
"ofType": {
|
|
8680
|
-
"kind": "SCALAR",
|
|
8681
|
-
"name": "Boolean"
|
|
8682
|
-
}
|
|
8683
|
-
},
|
|
8684
|
-
"args": [],
|
|
8685
|
-
"isDeprecated": false
|
|
8686
|
-
},
|
|
8687
|
-
{
|
|
8688
|
-
"name": "updatedAt",
|
|
8689
|
-
"type": {
|
|
8690
|
-
"kind": "NON_NULL",
|
|
8691
|
-
"ofType": {
|
|
8692
|
-
"kind": "SCALAR",
|
|
8693
|
-
"name": "ISO8601"
|
|
8694
|
-
}
|
|
8695
|
-
},
|
|
8696
|
-
"args": [],
|
|
8697
|
-
"isDeprecated": false
|
|
8698
|
-
},
|
|
8699
|
-
{
|
|
8700
|
-
"name": "value",
|
|
8701
|
-
"type": {
|
|
8702
|
-
"kind": "NON_NULL",
|
|
8703
|
-
"ofType": {
|
|
8704
|
-
"kind": "SCALAR",
|
|
8705
|
-
"name": "String"
|
|
8706
|
-
}
|
|
8707
|
-
},
|
|
8708
|
-
"args": [],
|
|
8709
|
-
"isDeprecated": false
|
|
8710
|
-
}
|
|
8711
|
-
],
|
|
8712
|
-
"interfaces": []
|
|
8713
|
-
},
|
|
9248
|
+
{
|
|
9249
|
+
"kind": "OBJECT",
|
|
9250
|
+
"name": "DefaultTermsAndConditionsUrlEnterpriseSetting",
|
|
9251
|
+
"fields": [
|
|
9252
|
+
{
|
|
9253
|
+
"name": "createdAt",
|
|
9254
|
+
"type": {
|
|
9255
|
+
"kind": "NON_NULL",
|
|
9256
|
+
"ofType": {
|
|
9257
|
+
"kind": "SCALAR",
|
|
9258
|
+
"name": "ISO8601"
|
|
9259
|
+
}
|
|
9260
|
+
},
|
|
9261
|
+
"args": [],
|
|
9262
|
+
"isDeprecated": false
|
|
9263
|
+
},
|
|
9264
|
+
{
|
|
9265
|
+
"name": "manageable",
|
|
9266
|
+
"type": {
|
|
9267
|
+
"kind": "NON_NULL",
|
|
9268
|
+
"ofType": {
|
|
9269
|
+
"kind": "SCALAR",
|
|
9270
|
+
"name": "Boolean"
|
|
9271
|
+
}
|
|
9272
|
+
},
|
|
9273
|
+
"args": [],
|
|
9274
|
+
"isDeprecated": false
|
|
9275
|
+
},
|
|
9276
|
+
{
|
|
9277
|
+
"name": "updatedAt",
|
|
9278
|
+
"type": {
|
|
9279
|
+
"kind": "NON_NULL",
|
|
9280
|
+
"ofType": {
|
|
9281
|
+
"kind": "SCALAR",
|
|
9282
|
+
"name": "ISO8601"
|
|
9283
|
+
}
|
|
9284
|
+
},
|
|
9285
|
+
"args": [],
|
|
9286
|
+
"isDeprecated": false
|
|
9287
|
+
},
|
|
9288
|
+
{
|
|
9289
|
+
"name": "value",
|
|
9290
|
+
"type": {
|
|
9291
|
+
"kind": "NON_NULL",
|
|
9292
|
+
"ofType": {
|
|
9293
|
+
"kind": "SCALAR",
|
|
9294
|
+
"name": "String"
|
|
9295
|
+
}
|
|
9296
|
+
},
|
|
9297
|
+
"args": [],
|
|
9298
|
+
"isDeprecated": false
|
|
9299
|
+
}
|
|
9300
|
+
],
|
|
9301
|
+
"interfaces": []
|
|
9302
|
+
},
|
|
9303
|
+
{
|
|
9304
|
+
"kind": "OBJECT",
|
|
9305
|
+
"name": "DefaultTimeZoneEnterpriseSetting",
|
|
9306
|
+
"fields": [
|
|
9307
|
+
{
|
|
9308
|
+
"name": "createdAt",
|
|
9309
|
+
"type": {
|
|
9310
|
+
"kind": "NON_NULL",
|
|
9311
|
+
"ofType": {
|
|
9312
|
+
"kind": "SCALAR",
|
|
9313
|
+
"name": "ISO8601"
|
|
9314
|
+
}
|
|
9315
|
+
},
|
|
9316
|
+
"args": [],
|
|
9317
|
+
"isDeprecated": false
|
|
9318
|
+
},
|
|
9319
|
+
{
|
|
9320
|
+
"name": "manageable",
|
|
9321
|
+
"type": {
|
|
9322
|
+
"kind": "NON_NULL",
|
|
9323
|
+
"ofType": {
|
|
9324
|
+
"kind": "SCALAR",
|
|
9325
|
+
"name": "Boolean"
|
|
9326
|
+
}
|
|
9327
|
+
},
|
|
9328
|
+
"args": [],
|
|
9329
|
+
"isDeprecated": false
|
|
9330
|
+
},
|
|
9331
|
+
{
|
|
9332
|
+
"name": "updatedAt",
|
|
9333
|
+
"type": {
|
|
9334
|
+
"kind": "NON_NULL",
|
|
9335
|
+
"ofType": {
|
|
9336
|
+
"kind": "SCALAR",
|
|
9337
|
+
"name": "ISO8601"
|
|
9338
|
+
}
|
|
9339
|
+
},
|
|
9340
|
+
"args": [],
|
|
9341
|
+
"isDeprecated": false
|
|
9342
|
+
},
|
|
9343
|
+
{
|
|
9344
|
+
"name": "value",
|
|
9345
|
+
"type": {
|
|
9346
|
+
"kind": "NON_NULL",
|
|
9347
|
+
"ofType": {
|
|
9348
|
+
"kind": "SCALAR",
|
|
9349
|
+
"name": "String"
|
|
9350
|
+
}
|
|
9351
|
+
},
|
|
9352
|
+
"args": [],
|
|
9353
|
+
"isDeprecated": false
|
|
9354
|
+
}
|
|
9355
|
+
],
|
|
9356
|
+
"interfaces": []
|
|
9357
|
+
},
|
|
9358
|
+
{
|
|
9359
|
+
"kind": "OBJECT",
|
|
9360
|
+
"name": "DefaultUnavailabilityFormIdEnterpriseSetting",
|
|
9361
|
+
"fields": [
|
|
9362
|
+
{
|
|
9363
|
+
"name": "createdAt",
|
|
9364
|
+
"type": {
|
|
9365
|
+
"kind": "NON_NULL",
|
|
9366
|
+
"ofType": {
|
|
9367
|
+
"kind": "SCALAR",
|
|
9368
|
+
"name": "ISO8601"
|
|
9369
|
+
}
|
|
9370
|
+
},
|
|
9371
|
+
"args": [],
|
|
9372
|
+
"isDeprecated": false
|
|
9373
|
+
},
|
|
9374
|
+
{
|
|
9375
|
+
"name": "manageable",
|
|
9376
|
+
"type": {
|
|
9377
|
+
"kind": "NON_NULL",
|
|
9378
|
+
"ofType": {
|
|
9379
|
+
"kind": "SCALAR",
|
|
9380
|
+
"name": "Boolean"
|
|
9381
|
+
}
|
|
9382
|
+
},
|
|
9383
|
+
"args": [],
|
|
9384
|
+
"isDeprecated": false
|
|
9385
|
+
},
|
|
9386
|
+
{
|
|
9387
|
+
"name": "updatedAt",
|
|
9388
|
+
"type": {
|
|
9389
|
+
"kind": "NON_NULL",
|
|
9390
|
+
"ofType": {
|
|
9391
|
+
"kind": "SCALAR",
|
|
9392
|
+
"name": "ISO8601"
|
|
9393
|
+
}
|
|
9394
|
+
},
|
|
9395
|
+
"args": [],
|
|
9396
|
+
"isDeprecated": false
|
|
9397
|
+
},
|
|
9398
|
+
{
|
|
9399
|
+
"name": "value",
|
|
9400
|
+
"type": {
|
|
9401
|
+
"kind": "SCALAR",
|
|
9402
|
+
"name": "ID"
|
|
9403
|
+
},
|
|
9404
|
+
"args": [],
|
|
9405
|
+
"isDeprecated": false
|
|
9406
|
+
}
|
|
9407
|
+
],
|
|
9408
|
+
"interfaces": []
|
|
9409
|
+
},
|
|
8714
9410
|
{
|
|
8715
9411
|
"kind": "OBJECT",
|
|
8716
9412
|
"name": "DefinedAvailability",
|
|
@@ -11193,6 +11889,27 @@ const introspection = {
|
|
|
11193
11889
|
"args": [],
|
|
11194
11890
|
"isDeprecated": false
|
|
11195
11891
|
},
|
|
11892
|
+
{
|
|
11893
|
+
"name": "defaultUnavailabilityForm",
|
|
11894
|
+
"type": {
|
|
11895
|
+
"kind": "OBJECT",
|
|
11896
|
+
"name": "Form"
|
|
11897
|
+
},
|
|
11898
|
+
"args": [],
|
|
11899
|
+
"isDeprecated": false
|
|
11900
|
+
},
|
|
11901
|
+
{
|
|
11902
|
+
"name": "defaultUnavailabilityFormId",
|
|
11903
|
+
"type": {
|
|
11904
|
+
"kind": "NON_NULL",
|
|
11905
|
+
"ofType": {
|
|
11906
|
+
"kind": "OBJECT",
|
|
11907
|
+
"name": "DefaultUnavailabilityFormIdEnterpriseSetting"
|
|
11908
|
+
}
|
|
11909
|
+
},
|
|
11910
|
+
"args": [],
|
|
11911
|
+
"isDeprecated": false
|
|
11912
|
+
},
|
|
11196
11913
|
{
|
|
11197
11914
|
"name": "emailProvider",
|
|
11198
11915
|
"type": {
|
|
@@ -11663,6 +12380,13 @@ const introspection = {
|
|
|
11663
12380
|
"name": "defaultTimeZoneInput"
|
|
11664
12381
|
}
|
|
11665
12382
|
},
|
|
12383
|
+
{
|
|
12384
|
+
"name": "defaultUnavailabilityFormId",
|
|
12385
|
+
"type": {
|
|
12386
|
+
"kind": "INPUT_OBJECT",
|
|
12387
|
+
"name": "defaultUnavailabilityFormIdInput"
|
|
12388
|
+
}
|
|
12389
|
+
},
|
|
11666
12390
|
{
|
|
11667
12391
|
"name": "emailProvider",
|
|
11668
12392
|
"type": {
|
|
@@ -14342,6 +15066,10 @@ const introspection = {
|
|
|
14342
15066
|
{
|
|
14343
15067
|
"name": "SUBJECT_QUESTIONNAIRE",
|
|
14344
15068
|
"isDeprecated": false
|
|
15069
|
+
},
|
|
15070
|
+
{
|
|
15071
|
+
"name": "UNAVAILABILITY",
|
|
15072
|
+
"isDeprecated": false
|
|
14345
15073
|
}
|
|
14346
15074
|
]
|
|
14347
15075
|
},
|
|
@@ -15763,6 +16491,15 @@ const introspection = {
|
|
|
15763
16491
|
"args": [],
|
|
15764
16492
|
"isDeprecated": false
|
|
15765
16493
|
},
|
|
16494
|
+
{
|
|
16495
|
+
"name": "internalNotes",
|
|
16496
|
+
"type": {
|
|
16497
|
+
"kind": "SCALAR",
|
|
16498
|
+
"name": "String"
|
|
16499
|
+
},
|
|
16500
|
+
"args": [],
|
|
16501
|
+
"isDeprecated": false
|
|
16502
|
+
},
|
|
15766
16503
|
{
|
|
15767
16504
|
"name": "listingTimeSlots",
|
|
15768
16505
|
"type": {
|
|
@@ -16015,6 +16752,13 @@ const introspection = {
|
|
|
16015
16752
|
"name": "String"
|
|
16016
16753
|
}
|
|
16017
16754
|
},
|
|
16755
|
+
{
|
|
16756
|
+
"name": "internalNotes",
|
|
16757
|
+
"type": {
|
|
16758
|
+
"kind": "SCALAR",
|
|
16759
|
+
"name": "String"
|
|
16760
|
+
}
|
|
16761
|
+
},
|
|
16018
16762
|
{
|
|
16019
16763
|
"name": "location",
|
|
16020
16764
|
"type": {
|
|
@@ -16104,6 +16848,13 @@ const introspection = {
|
|
|
16104
16848
|
"name": "String"
|
|
16105
16849
|
}
|
|
16106
16850
|
},
|
|
16851
|
+
{
|
|
16852
|
+
"name": "internalNotes",
|
|
16853
|
+
"type": {
|
|
16854
|
+
"kind": "SCALAR",
|
|
16855
|
+
"name": "String"
|
|
16856
|
+
}
|
|
16857
|
+
},
|
|
16107
16858
|
{
|
|
16108
16859
|
"name": "location",
|
|
16109
16860
|
"type": {
|
|
@@ -20508,6 +21259,29 @@ const introspection = {
|
|
|
20508
21259
|
],
|
|
20509
21260
|
"isDeprecated": false
|
|
20510
21261
|
},
|
|
21262
|
+
{
|
|
21263
|
+
"name": "createContext",
|
|
21264
|
+
"type": {
|
|
21265
|
+
"kind": "NON_NULL",
|
|
21266
|
+
"ofType": {
|
|
21267
|
+
"kind": "OBJECT",
|
|
21268
|
+
"name": "Context"
|
|
21269
|
+
}
|
|
21270
|
+
},
|
|
21271
|
+
"args": [
|
|
21272
|
+
{
|
|
21273
|
+
"name": "input",
|
|
21274
|
+
"type": {
|
|
21275
|
+
"kind": "NON_NULL",
|
|
21276
|
+
"ofType": {
|
|
21277
|
+
"kind": "INPUT_OBJECT",
|
|
21278
|
+
"name": "ContextInput"
|
|
21279
|
+
}
|
|
21280
|
+
}
|
|
21281
|
+
}
|
|
21282
|
+
],
|
|
21283
|
+
"isDeprecated": false
|
|
21284
|
+
},
|
|
20511
21285
|
{
|
|
20512
21286
|
"name": "createCustomer",
|
|
20513
21287
|
"type": {
|
|
@@ -20670,6 +21444,39 @@ const introspection = {
|
|
|
20670
21444
|
],
|
|
20671
21445
|
"isDeprecated": false
|
|
20672
21446
|
},
|
|
21447
|
+
{
|
|
21448
|
+
"name": "createDownloadUnavailabilityFileLink",
|
|
21449
|
+
"type": {
|
|
21450
|
+
"kind": "NON_NULL",
|
|
21451
|
+
"ofType": {
|
|
21452
|
+
"kind": "SCALAR",
|
|
21453
|
+
"name": "String"
|
|
21454
|
+
}
|
|
21455
|
+
},
|
|
21456
|
+
"args": [
|
|
21457
|
+
{
|
|
21458
|
+
"name": "fileId",
|
|
21459
|
+
"type": {
|
|
21460
|
+
"kind": "NON_NULL",
|
|
21461
|
+
"ofType": {
|
|
21462
|
+
"kind": "SCALAR",
|
|
21463
|
+
"name": "String"
|
|
21464
|
+
}
|
|
21465
|
+
}
|
|
21466
|
+
},
|
|
21467
|
+
{
|
|
21468
|
+
"name": "id",
|
|
21469
|
+
"type": {
|
|
21470
|
+
"kind": "NON_NULL",
|
|
21471
|
+
"ofType": {
|
|
21472
|
+
"kind": "SCALAR",
|
|
21473
|
+
"name": "ID"
|
|
21474
|
+
}
|
|
21475
|
+
}
|
|
21476
|
+
}
|
|
21477
|
+
],
|
|
21478
|
+
"isDeprecated": false
|
|
21479
|
+
},
|
|
20673
21480
|
{
|
|
20674
21481
|
"name": "createEmployee",
|
|
20675
21482
|
"type": {
|
|
@@ -25005,6 +25812,29 @@ const introspection = {
|
|
|
25005
25812
|
],
|
|
25006
25813
|
"isDeprecated": false
|
|
25007
25814
|
},
|
|
25815
|
+
{
|
|
25816
|
+
"name": "scheduleAppointment",
|
|
25817
|
+
"type": {
|
|
25818
|
+
"kind": "NON_NULL",
|
|
25819
|
+
"ofType": {
|
|
25820
|
+
"kind": "OBJECT",
|
|
25821
|
+
"name": "Appointment"
|
|
25822
|
+
}
|
|
25823
|
+
},
|
|
25824
|
+
"args": [
|
|
25825
|
+
{
|
|
25826
|
+
"name": "appointmentCreateInput",
|
|
25827
|
+
"type": {
|
|
25828
|
+
"kind": "NON_NULL",
|
|
25829
|
+
"ofType": {
|
|
25830
|
+
"kind": "INPUT_OBJECT",
|
|
25831
|
+
"name": "AppointmentCreateInput"
|
|
25832
|
+
}
|
|
25833
|
+
}
|
|
25834
|
+
}
|
|
25835
|
+
],
|
|
25836
|
+
"isDeprecated": false
|
|
25837
|
+
},
|
|
25008
25838
|
{
|
|
25009
25839
|
"name": "syncFutureEventsToExternalCalendar",
|
|
25010
25840
|
"type": {
|
|
@@ -28889,6 +29719,33 @@ const introspection = {
|
|
|
28889
29719
|
],
|
|
28890
29720
|
"isDeprecated": false
|
|
28891
29721
|
},
|
|
29722
|
+
{
|
|
29723
|
+
"name": "context",
|
|
29724
|
+
"type": {
|
|
29725
|
+
"kind": "NON_NULL",
|
|
29726
|
+
"ofType": {
|
|
29727
|
+
"kind": "OBJECT",
|
|
29728
|
+
"name": "Context"
|
|
29729
|
+
}
|
|
29730
|
+
},
|
|
29731
|
+
"args": [
|
|
29732
|
+
{
|
|
29733
|
+
"name": "externalId",
|
|
29734
|
+
"type": {
|
|
29735
|
+
"kind": "SCALAR",
|
|
29736
|
+
"name": "String"
|
|
29737
|
+
}
|
|
29738
|
+
},
|
|
29739
|
+
{
|
|
29740
|
+
"name": "id",
|
|
29741
|
+
"type": {
|
|
29742
|
+
"kind": "SCALAR",
|
|
29743
|
+
"name": "String"
|
|
29744
|
+
}
|
|
29745
|
+
}
|
|
29746
|
+
],
|
|
29747
|
+
"isDeprecated": false
|
|
29748
|
+
},
|
|
28892
29749
|
{
|
|
28893
29750
|
"name": "customer",
|
|
28894
29751
|
"type": {
|
|
@@ -34849,6 +35706,15 @@ const introspection = {
|
|
|
34849
35706
|
"args": [],
|
|
34850
35707
|
"isDeprecated": false
|
|
34851
35708
|
},
|
|
35709
|
+
{
|
|
35710
|
+
"name": "name",
|
|
35711
|
+
"type": {
|
|
35712
|
+
"kind": "SCALAR",
|
|
35713
|
+
"name": "String"
|
|
35714
|
+
},
|
|
35715
|
+
"args": [],
|
|
35716
|
+
"isDeprecated": false
|
|
35717
|
+
},
|
|
34852
35718
|
{
|
|
34853
35719
|
"name": "order",
|
|
34854
35720
|
"type": {
|
|
@@ -35019,6 +35885,13 @@ const introspection = {
|
|
|
35019
35885
|
"name": "InputType"
|
|
35020
35886
|
}
|
|
35021
35887
|
},
|
|
35888
|
+
{
|
|
35889
|
+
"name": "name",
|
|
35890
|
+
"type": {
|
|
35891
|
+
"kind": "SCALAR",
|
|
35892
|
+
"name": "String"
|
|
35893
|
+
}
|
|
35894
|
+
},
|
|
35022
35895
|
{
|
|
35023
35896
|
"name": "order",
|
|
35024
35897
|
"type": {
|
|
@@ -35120,6 +35993,13 @@ const introspection = {
|
|
|
35120
35993
|
}
|
|
35121
35994
|
}
|
|
35122
35995
|
},
|
|
35996
|
+
{
|
|
35997
|
+
"name": "name",
|
|
35998
|
+
"type": {
|
|
35999
|
+
"kind": "SCALAR",
|
|
36000
|
+
"name": "String"
|
|
36001
|
+
}
|
|
36002
|
+
},
|
|
35123
36003
|
{
|
|
35124
36004
|
"name": "order",
|
|
35125
36005
|
"type": {
|
|
@@ -41470,6 +42350,24 @@ const introspection = {
|
|
|
41470
42350
|
"args": [],
|
|
41471
42351
|
"isDeprecated": false
|
|
41472
42352
|
},
|
|
42353
|
+
{
|
|
42354
|
+
"name": "answers",
|
|
42355
|
+
"type": {
|
|
42356
|
+
"kind": "NON_NULL",
|
|
42357
|
+
"ofType": {
|
|
42358
|
+
"kind": "LIST",
|
|
42359
|
+
"ofType": {
|
|
42360
|
+
"kind": "NON_NULL",
|
|
42361
|
+
"ofType": {
|
|
42362
|
+
"kind": "OBJECT",
|
|
42363
|
+
"name": "UnavailabilityAnswer"
|
|
42364
|
+
}
|
|
42365
|
+
}
|
|
42366
|
+
}
|
|
42367
|
+
},
|
|
42368
|
+
"args": [],
|
|
42369
|
+
"isDeprecated": false
|
|
42370
|
+
},
|
|
41473
42371
|
{
|
|
41474
42372
|
"name": "createdAt",
|
|
41475
42373
|
"type": {
|
|
@@ -41584,6 +42482,174 @@ const introspection = {
|
|
|
41584
42482
|
],
|
|
41585
42483
|
"interfaces": []
|
|
41586
42484
|
},
|
|
42485
|
+
{
|
|
42486
|
+
"kind": "OBJECT",
|
|
42487
|
+
"name": "UnavailabilityAnswer",
|
|
42488
|
+
"fields": [
|
|
42489
|
+
{
|
|
42490
|
+
"name": "answerType",
|
|
42491
|
+
"type": {
|
|
42492
|
+
"kind": "NON_NULL",
|
|
42493
|
+
"ofType": {
|
|
42494
|
+
"kind": "ENUM",
|
|
42495
|
+
"name": "FormType"
|
|
42496
|
+
}
|
|
42497
|
+
},
|
|
42498
|
+
"args": [],
|
|
42499
|
+
"isDeprecated": false
|
|
42500
|
+
},
|
|
42501
|
+
{
|
|
42502
|
+
"name": "createdAt",
|
|
42503
|
+
"type": {
|
|
42504
|
+
"kind": "NON_NULL",
|
|
42505
|
+
"ofType": {
|
|
42506
|
+
"kind": "SCALAR",
|
|
42507
|
+
"name": "ISO8601"
|
|
42508
|
+
}
|
|
42509
|
+
},
|
|
42510
|
+
"args": [],
|
|
42511
|
+
"isDeprecated": false
|
|
42512
|
+
},
|
|
42513
|
+
{
|
|
42514
|
+
"name": "files",
|
|
42515
|
+
"type": {
|
|
42516
|
+
"kind": "LIST",
|
|
42517
|
+
"ofType": {
|
|
42518
|
+
"kind": "NON_NULL",
|
|
42519
|
+
"ofType": {
|
|
42520
|
+
"kind": "OBJECT",
|
|
42521
|
+
"name": "File"
|
|
42522
|
+
}
|
|
42523
|
+
}
|
|
42524
|
+
},
|
|
42525
|
+
"args": [],
|
|
42526
|
+
"isDeprecated": false
|
|
42527
|
+
},
|
|
42528
|
+
{
|
|
42529
|
+
"name": "form",
|
|
42530
|
+
"type": {
|
|
42531
|
+
"kind": "NON_NULL",
|
|
42532
|
+
"ofType": {
|
|
42533
|
+
"kind": "OBJECT",
|
|
42534
|
+
"name": "Form"
|
|
42535
|
+
}
|
|
42536
|
+
},
|
|
42537
|
+
"args": [],
|
|
42538
|
+
"isDeprecated": false
|
|
42539
|
+
},
|
|
42540
|
+
{
|
|
42541
|
+
"name": "id",
|
|
42542
|
+
"type": {
|
|
42543
|
+
"kind": "NON_NULL",
|
|
42544
|
+
"ofType": {
|
|
42545
|
+
"kind": "SCALAR",
|
|
42546
|
+
"name": "ID"
|
|
42547
|
+
}
|
|
42548
|
+
},
|
|
42549
|
+
"args": [],
|
|
42550
|
+
"isDeprecated": false
|
|
42551
|
+
},
|
|
42552
|
+
{
|
|
42553
|
+
"name": "question",
|
|
42554
|
+
"type": {
|
|
42555
|
+
"kind": "NON_NULL",
|
|
42556
|
+
"ofType": {
|
|
42557
|
+
"kind": "OBJECT",
|
|
42558
|
+
"name": "Question"
|
|
42559
|
+
}
|
|
42560
|
+
},
|
|
42561
|
+
"args": [],
|
|
42562
|
+
"isDeprecated": false
|
|
42563
|
+
},
|
|
42564
|
+
{
|
|
42565
|
+
"name": "selectedAnswerOptions",
|
|
42566
|
+
"type": {
|
|
42567
|
+
"kind": "LIST",
|
|
42568
|
+
"ofType": {
|
|
42569
|
+
"kind": "NON_NULL",
|
|
42570
|
+
"ofType": {
|
|
42571
|
+
"kind": "OBJECT",
|
|
42572
|
+
"name": "AnswerOption"
|
|
42573
|
+
}
|
|
42574
|
+
}
|
|
42575
|
+
},
|
|
42576
|
+
"args": [],
|
|
42577
|
+
"isDeprecated": false
|
|
42578
|
+
},
|
|
42579
|
+
{
|
|
42580
|
+
"name": "updatedAt",
|
|
42581
|
+
"type": {
|
|
42582
|
+
"kind": "NON_NULL",
|
|
42583
|
+
"ofType": {
|
|
42584
|
+
"kind": "SCALAR",
|
|
42585
|
+
"name": "ISO8601"
|
|
42586
|
+
}
|
|
42587
|
+
},
|
|
42588
|
+
"args": [],
|
|
42589
|
+
"isDeprecated": false
|
|
42590
|
+
},
|
|
42591
|
+
{
|
|
42592
|
+
"name": "value",
|
|
42593
|
+
"type": {
|
|
42594
|
+
"kind": "SCALAR",
|
|
42595
|
+
"name": "String"
|
|
42596
|
+
},
|
|
42597
|
+
"args": [],
|
|
42598
|
+
"isDeprecated": false
|
|
42599
|
+
}
|
|
42600
|
+
],
|
|
42601
|
+
"interfaces": []
|
|
42602
|
+
},
|
|
42603
|
+
{
|
|
42604
|
+
"kind": "INPUT_OBJECT",
|
|
42605
|
+
"name": "UnavailabilityAnswerInput",
|
|
42606
|
+
"inputFields": [
|
|
42607
|
+
{
|
|
42608
|
+
"name": "fileIds",
|
|
42609
|
+
"type": {
|
|
42610
|
+
"kind": "LIST",
|
|
42611
|
+
"ofType": {
|
|
42612
|
+
"kind": "NON_NULL",
|
|
42613
|
+
"ofType": {
|
|
42614
|
+
"kind": "SCALAR",
|
|
42615
|
+
"name": "String"
|
|
42616
|
+
}
|
|
42617
|
+
}
|
|
42618
|
+
}
|
|
42619
|
+
},
|
|
42620
|
+
{
|
|
42621
|
+
"name": "questionId",
|
|
42622
|
+
"type": {
|
|
42623
|
+
"kind": "NON_NULL",
|
|
42624
|
+
"ofType": {
|
|
42625
|
+
"kind": "SCALAR",
|
|
42626
|
+
"name": "ID"
|
|
42627
|
+
}
|
|
42628
|
+
}
|
|
42629
|
+
},
|
|
42630
|
+
{
|
|
42631
|
+
"name": "selectedAnswerOptionIds",
|
|
42632
|
+
"type": {
|
|
42633
|
+
"kind": "LIST",
|
|
42634
|
+
"ofType": {
|
|
42635
|
+
"kind": "NON_NULL",
|
|
42636
|
+
"ofType": {
|
|
42637
|
+
"kind": "SCALAR",
|
|
42638
|
+
"name": "ID"
|
|
42639
|
+
}
|
|
42640
|
+
}
|
|
42641
|
+
}
|
|
42642
|
+
},
|
|
42643
|
+
{
|
|
42644
|
+
"name": "value",
|
|
42645
|
+
"type": {
|
|
42646
|
+
"kind": "SCALAR",
|
|
42647
|
+
"name": "String"
|
|
42648
|
+
}
|
|
42649
|
+
}
|
|
42650
|
+
],
|
|
42651
|
+
"isOneOf": false
|
|
42652
|
+
},
|
|
41587
42653
|
{
|
|
41588
42654
|
"kind": "OBJECT",
|
|
41589
42655
|
"name": "UnavailabilityConnection",
|
|
@@ -41637,6 +42703,19 @@ const introspection = {
|
|
|
41637
42703
|
"kind": "INPUT_OBJECT",
|
|
41638
42704
|
"name": "UnavailabilityCreateInput",
|
|
41639
42705
|
"inputFields": [
|
|
42706
|
+
{
|
|
42707
|
+
"name": "answers",
|
|
42708
|
+
"type": {
|
|
42709
|
+
"kind": "LIST",
|
|
42710
|
+
"ofType": {
|
|
42711
|
+
"kind": "NON_NULL",
|
|
42712
|
+
"ofType": {
|
|
42713
|
+
"kind": "INPUT_OBJECT",
|
|
42714
|
+
"name": "UnavailabilityAnswerInput"
|
|
42715
|
+
}
|
|
42716
|
+
}
|
|
42717
|
+
}
|
|
42718
|
+
},
|
|
41640
42719
|
{
|
|
41641
42720
|
"name": "employeeId",
|
|
41642
42721
|
"type": {
|
|
@@ -41705,6 +42784,19 @@ const introspection = {
|
|
|
41705
42784
|
"kind": "INPUT_OBJECT",
|
|
41706
42785
|
"name": "UnavailabilityEventCreateInput",
|
|
41707
42786
|
"inputFields": [
|
|
42787
|
+
{
|
|
42788
|
+
"name": "answers",
|
|
42789
|
+
"type": {
|
|
42790
|
+
"kind": "LIST",
|
|
42791
|
+
"ofType": {
|
|
42792
|
+
"kind": "NON_NULL",
|
|
42793
|
+
"ofType": {
|
|
42794
|
+
"kind": "INPUT_OBJECT",
|
|
42795
|
+
"name": "UnavailabilityAnswerInput"
|
|
42796
|
+
}
|
|
42797
|
+
}
|
|
42798
|
+
}
|
|
42799
|
+
},
|
|
41708
42800
|
{
|
|
41709
42801
|
"name": "employeeId",
|
|
41710
42802
|
"type": {
|
|
@@ -41742,6 +42834,19 @@ const introspection = {
|
|
|
41742
42834
|
"kind": "INPUT_OBJECT",
|
|
41743
42835
|
"name": "UnavailabilityRevertInput",
|
|
41744
42836
|
"inputFields": [
|
|
42837
|
+
{
|
|
42838
|
+
"name": "answers",
|
|
42839
|
+
"type": {
|
|
42840
|
+
"kind": "LIST",
|
|
42841
|
+
"ofType": {
|
|
42842
|
+
"kind": "NON_NULL",
|
|
42843
|
+
"ofType": {
|
|
42844
|
+
"kind": "INPUT_OBJECT",
|
|
42845
|
+
"name": "UnavailabilityAnswerInput"
|
|
42846
|
+
}
|
|
42847
|
+
}
|
|
42848
|
+
}
|
|
42849
|
+
},
|
|
41745
42850
|
{
|
|
41746
42851
|
"name": "employeeId",
|
|
41747
42852
|
"type": {
|
|
@@ -43682,6 +44787,27 @@ const introspection = {
|
|
|
43682
44787
|
],
|
|
43683
44788
|
"isOneOf": false
|
|
43684
44789
|
},
|
|
44790
|
+
{
|
|
44791
|
+
"kind": "INPUT_OBJECT",
|
|
44792
|
+
"name": "defaultUnavailabilityFormIdInput",
|
|
44793
|
+
"inputFields": [
|
|
44794
|
+
{
|
|
44795
|
+
"name": "manageable",
|
|
44796
|
+
"type": {
|
|
44797
|
+
"kind": "SCALAR",
|
|
44798
|
+
"name": "Boolean"
|
|
44799
|
+
}
|
|
44800
|
+
},
|
|
44801
|
+
{
|
|
44802
|
+
"name": "value",
|
|
44803
|
+
"type": {
|
|
44804
|
+
"kind": "SCALAR",
|
|
44805
|
+
"name": "ID"
|
|
44806
|
+
}
|
|
44807
|
+
}
|
|
44808
|
+
],
|
|
44809
|
+
"isOneOf": false
|
|
44810
|
+
},
|
|
43685
44811
|
{
|
|
43686
44812
|
"kind": "INPUT_OBJECT",
|
|
43687
44813
|
"name": "emailProviderInput",
|