@pexip-engage-public/graphql 1.1.14-canary-20251008093334 → 1.1.14
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 +1 -4
- package/dist/graphql-env.d.ts +0 -968
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +162 -1232
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +1 -110
- package/dist/schema.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/graphql-env.ts +162 -1232
- package/src/schema.ts +1 -124
package/src/graphql-env.ts
CHANGED
|
@@ -6984,650 +6984,6 @@ 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
|
-
},
|
|
7631
6987
|
{
|
|
7632
6988
|
"kind": "OBJECT",
|
|
7633
6989
|
"name": "Customer",
|
|
@@ -9077,232 +8433,70 @@ const introspection = {
|
|
|
9077
8433
|
{
|
|
9078
8434
|
"name": "value",
|
|
9079
8435
|
"type": {
|
|
9080
|
-
"kind": "SCALAR",
|
|
9081
|
-
"name": "String"
|
|
9082
|
-
},
|
|
9083
|
-
"args": [],
|
|
9084
|
-
"isDeprecated": false
|
|
9085
|
-
}
|
|
9086
|
-
],
|
|
9087
|
-
"interfaces": []
|
|
9088
|
-
},
|
|
9089
|
-
{
|
|
9090
|
-
"kind": "OBJECT",
|
|
9091
|
-
"name": "DefaultReturnPathDomainEnterpriseSetting",
|
|
9092
|
-
"fields": [
|
|
9093
|
-
{
|
|
9094
|
-
"name": "createdAt",
|
|
9095
|
-
"type": {
|
|
9096
|
-
"kind": "NON_NULL",
|
|
9097
|
-
"ofType": {
|
|
9098
|
-
"kind": "SCALAR",
|
|
9099
|
-
"name": "ISO8601"
|
|
9100
|
-
}
|
|
9101
|
-
},
|
|
9102
|
-
"args": [],
|
|
9103
|
-
"isDeprecated": false
|
|
9104
|
-
},
|
|
9105
|
-
{
|
|
9106
|
-
"name": "manageable",
|
|
9107
|
-
"type": {
|
|
9108
|
-
"kind": "NON_NULL",
|
|
9109
|
-
"ofType": {
|
|
9110
|
-
"kind": "SCALAR",
|
|
9111
|
-
"name": "Boolean"
|
|
9112
|
-
}
|
|
9113
|
-
},
|
|
9114
|
-
"args": [],
|
|
9115
|
-
"isDeprecated": false
|
|
9116
|
-
},
|
|
9117
|
-
{
|
|
9118
|
-
"name": "updatedAt",
|
|
9119
|
-
"type": {
|
|
9120
|
-
"kind": "NON_NULL",
|
|
9121
|
-
"ofType": {
|
|
9122
|
-
"kind": "SCALAR",
|
|
9123
|
-
"name": "ISO8601"
|
|
9124
|
-
}
|
|
9125
|
-
},
|
|
9126
|
-
"args": [],
|
|
9127
|
-
"isDeprecated": false
|
|
9128
|
-
},
|
|
9129
|
-
{
|
|
9130
|
-
"name": "value",
|
|
9131
|
-
"type": {
|
|
9132
|
-
"kind": "SCALAR",
|
|
9133
|
-
"name": "String"
|
|
9134
|
-
},
|
|
9135
|
-
"args": [],
|
|
9136
|
-
"isDeprecated": false
|
|
9137
|
-
}
|
|
9138
|
-
],
|
|
9139
|
-
"interfaces": []
|
|
9140
|
-
},
|
|
9141
|
-
{
|
|
9142
|
-
"kind": "OBJECT",
|
|
9143
|
-
"name": "DefaultSenderEmailAddressEnterpriseSetting",
|
|
9144
|
-
"fields": [
|
|
9145
|
-
{
|
|
9146
|
-
"name": "createdAt",
|
|
9147
|
-
"type": {
|
|
9148
|
-
"kind": "NON_NULL",
|
|
9149
|
-
"ofType": {
|
|
9150
|
-
"kind": "SCALAR",
|
|
9151
|
-
"name": "ISO8601"
|
|
9152
|
-
}
|
|
9153
|
-
},
|
|
9154
|
-
"args": [],
|
|
9155
|
-
"isDeprecated": false
|
|
9156
|
-
},
|
|
9157
|
-
{
|
|
9158
|
-
"name": "manageable",
|
|
9159
|
-
"type": {
|
|
9160
|
-
"kind": "NON_NULL",
|
|
9161
|
-
"ofType": {
|
|
9162
|
-
"kind": "SCALAR",
|
|
9163
|
-
"name": "Boolean"
|
|
9164
|
-
}
|
|
9165
|
-
},
|
|
9166
|
-
"args": [],
|
|
9167
|
-
"isDeprecated": false
|
|
9168
|
-
},
|
|
9169
|
-
{
|
|
9170
|
-
"name": "updatedAt",
|
|
9171
|
-
"type": {
|
|
9172
|
-
"kind": "NON_NULL",
|
|
9173
|
-
"ofType": {
|
|
9174
|
-
"kind": "SCALAR",
|
|
9175
|
-
"name": "ISO8601"
|
|
9176
|
-
}
|
|
9177
|
-
},
|
|
9178
|
-
"args": [],
|
|
9179
|
-
"isDeprecated": false
|
|
9180
|
-
},
|
|
9181
|
-
{
|
|
9182
|
-
"name": "value",
|
|
9183
|
-
"type": {
|
|
9184
|
-
"kind": "NON_NULL",
|
|
9185
|
-
"ofType": {
|
|
9186
|
-
"kind": "SCALAR",
|
|
9187
|
-
"name": "String"
|
|
9188
|
-
}
|
|
9189
|
-
},
|
|
9190
|
-
"args": [],
|
|
9191
|
-
"isDeprecated": false
|
|
9192
|
-
}
|
|
9193
|
-
],
|
|
9194
|
-
"interfaces": []
|
|
9195
|
-
},
|
|
9196
|
-
{
|
|
9197
|
-
"kind": "OBJECT",
|
|
9198
|
-
"name": "DefaultSubjectIdEnterpriseSetting",
|
|
9199
|
-
"fields": [
|
|
9200
|
-
{
|
|
9201
|
-
"name": "createdAt",
|
|
9202
|
-
"type": {
|
|
9203
|
-
"kind": "NON_NULL",
|
|
9204
|
-
"ofType": {
|
|
9205
|
-
"kind": "SCALAR",
|
|
9206
|
-
"name": "ISO8601"
|
|
9207
|
-
}
|
|
9208
|
-
},
|
|
9209
|
-
"args": [],
|
|
9210
|
-
"isDeprecated": false
|
|
9211
|
-
},
|
|
9212
|
-
{
|
|
9213
|
-
"name": "manageable",
|
|
9214
|
-
"type": {
|
|
9215
|
-
"kind": "NON_NULL",
|
|
9216
|
-
"ofType": {
|
|
9217
|
-
"kind": "SCALAR",
|
|
9218
|
-
"name": "Boolean"
|
|
9219
|
-
}
|
|
9220
|
-
},
|
|
9221
|
-
"args": [],
|
|
9222
|
-
"isDeprecated": false
|
|
9223
|
-
},
|
|
9224
|
-
{
|
|
9225
|
-
"name": "updatedAt",
|
|
9226
|
-
"type": {
|
|
9227
|
-
"kind": "NON_NULL",
|
|
9228
|
-
"ofType": {
|
|
9229
|
-
"kind": "SCALAR",
|
|
9230
|
-
"name": "ISO8601"
|
|
9231
|
-
}
|
|
9232
|
-
},
|
|
9233
|
-
"args": [],
|
|
9234
|
-
"isDeprecated": false
|
|
9235
|
-
},
|
|
9236
|
-
{
|
|
9237
|
-
"name": "value",
|
|
9238
|
-
"type": {
|
|
9239
|
-
"kind": "SCALAR",
|
|
9240
|
-
"name": "ID"
|
|
9241
|
-
},
|
|
9242
|
-
"args": [],
|
|
9243
|
-
"isDeprecated": false
|
|
9244
|
-
}
|
|
9245
|
-
],
|
|
9246
|
-
"interfaces": []
|
|
9247
|
-
},
|
|
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": {
|
|
8436
|
+
"kind": "SCALAR",
|
|
8437
|
+
"name": "String"
|
|
8438
|
+
},
|
|
8439
|
+
"args": [],
|
|
8440
|
+
"isDeprecated": false
|
|
8441
|
+
}
|
|
8442
|
+
],
|
|
8443
|
+
"interfaces": []
|
|
8444
|
+
},
|
|
8445
|
+
{
|
|
8446
|
+
"kind": "OBJECT",
|
|
8447
|
+
"name": "DefaultReturnPathDomainEnterpriseSetting",
|
|
8448
|
+
"fields": [
|
|
8449
|
+
{
|
|
8450
|
+
"name": "createdAt",
|
|
8451
|
+
"type": {
|
|
9291
8452
|
"kind": "NON_NULL",
|
|
9292
8453
|
"ofType": {
|
|
9293
8454
|
"kind": "SCALAR",
|
|
9294
|
-
"name": "
|
|
8455
|
+
"name": "ISO8601"
|
|
8456
|
+
}
|
|
8457
|
+
},
|
|
8458
|
+
"args": [],
|
|
8459
|
+
"isDeprecated": false
|
|
8460
|
+
},
|
|
8461
|
+
{
|
|
8462
|
+
"name": "manageable",
|
|
8463
|
+
"type": {
|
|
8464
|
+
"kind": "NON_NULL",
|
|
8465
|
+
"ofType": {
|
|
8466
|
+
"kind": "SCALAR",
|
|
8467
|
+
"name": "Boolean"
|
|
9295
8468
|
}
|
|
9296
8469
|
},
|
|
9297
8470
|
"args": [],
|
|
9298
8471
|
"isDeprecated": false
|
|
8472
|
+
},
|
|
8473
|
+
{
|
|
8474
|
+
"name": "updatedAt",
|
|
8475
|
+
"type": {
|
|
8476
|
+
"kind": "NON_NULL",
|
|
8477
|
+
"ofType": {
|
|
8478
|
+
"kind": "SCALAR",
|
|
8479
|
+
"name": "ISO8601"
|
|
8480
|
+
}
|
|
8481
|
+
},
|
|
8482
|
+
"args": [],
|
|
8483
|
+
"isDeprecated": false
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "value",
|
|
8487
|
+
"type": {
|
|
8488
|
+
"kind": "SCALAR",
|
|
8489
|
+
"name": "String"
|
|
8490
|
+
},
|
|
8491
|
+
"args": [],
|
|
8492
|
+
"isDeprecated": false
|
|
9299
8493
|
}
|
|
9300
8494
|
],
|
|
9301
8495
|
"interfaces": []
|
|
9302
8496
|
},
|
|
9303
8497
|
{
|
|
9304
8498
|
"kind": "OBJECT",
|
|
9305
|
-
"name": "
|
|
8499
|
+
"name": "DefaultSenderEmailAddressEnterpriseSetting",
|
|
9306
8500
|
"fields": [
|
|
9307
8501
|
{
|
|
9308
8502
|
"name": "createdAt",
|
|
@@ -9357,7 +8551,7 @@ const introspection = {
|
|
|
9357
8551
|
},
|
|
9358
8552
|
{
|
|
9359
8553
|
"kind": "OBJECT",
|
|
9360
|
-
"name": "
|
|
8554
|
+
"name": "DefaultSubjectIdEnterpriseSetting",
|
|
9361
8555
|
"fields": [
|
|
9362
8556
|
{
|
|
9363
8557
|
"name": "createdAt",
|
|
@@ -9407,6 +8601,116 @@ const introspection = {
|
|
|
9407
8601
|
],
|
|
9408
8602
|
"interfaces": []
|
|
9409
8603
|
},
|
|
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
|
+
},
|
|
9410
8714
|
{
|
|
9411
8715
|
"kind": "OBJECT",
|
|
9412
8716
|
"name": "DefinedAvailability",
|
|
@@ -11889,27 +11193,6 @@ const introspection = {
|
|
|
11889
11193
|
"args": [],
|
|
11890
11194
|
"isDeprecated": false
|
|
11891
11195
|
},
|
|
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
|
-
},
|
|
11913
11196
|
{
|
|
11914
11197
|
"name": "emailProvider",
|
|
11915
11198
|
"type": {
|
|
@@ -12380,13 +11663,6 @@ const introspection = {
|
|
|
12380
11663
|
"name": "defaultTimeZoneInput"
|
|
12381
11664
|
}
|
|
12382
11665
|
},
|
|
12383
|
-
{
|
|
12384
|
-
"name": "defaultUnavailabilityFormId",
|
|
12385
|
-
"type": {
|
|
12386
|
-
"kind": "INPUT_OBJECT",
|
|
12387
|
-
"name": "defaultUnavailabilityFormIdInput"
|
|
12388
|
-
}
|
|
12389
|
-
},
|
|
12390
11666
|
{
|
|
12391
11667
|
"name": "emailProvider",
|
|
12392
11668
|
"type": {
|
|
@@ -15066,10 +14342,6 @@ const introspection = {
|
|
|
15066
14342
|
{
|
|
15067
14343
|
"name": "SUBJECT_QUESTIONNAIRE",
|
|
15068
14344
|
"isDeprecated": false
|
|
15069
|
-
},
|
|
15070
|
-
{
|
|
15071
|
-
"name": "UNAVAILABILITY",
|
|
15072
|
-
"isDeprecated": false
|
|
15073
14345
|
}
|
|
15074
14346
|
]
|
|
15075
14347
|
},
|
|
@@ -21236,29 +20508,6 @@ const introspection = {
|
|
|
21236
20508
|
],
|
|
21237
20509
|
"isDeprecated": false
|
|
21238
20510
|
},
|
|
21239
|
-
{
|
|
21240
|
-
"name": "createContext",
|
|
21241
|
-
"type": {
|
|
21242
|
-
"kind": "NON_NULL",
|
|
21243
|
-
"ofType": {
|
|
21244
|
-
"kind": "OBJECT",
|
|
21245
|
-
"name": "Context"
|
|
21246
|
-
}
|
|
21247
|
-
},
|
|
21248
|
-
"args": [
|
|
21249
|
-
{
|
|
21250
|
-
"name": "input",
|
|
21251
|
-
"type": {
|
|
21252
|
-
"kind": "NON_NULL",
|
|
21253
|
-
"ofType": {
|
|
21254
|
-
"kind": "INPUT_OBJECT",
|
|
21255
|
-
"name": "ContextInput"
|
|
21256
|
-
}
|
|
21257
|
-
}
|
|
21258
|
-
}
|
|
21259
|
-
],
|
|
21260
|
-
"isDeprecated": false
|
|
21261
|
-
},
|
|
21262
20511
|
{
|
|
21263
20512
|
"name": "createCustomer",
|
|
21264
20513
|
"type": {
|
|
@@ -25756,29 +25005,6 @@ const introspection = {
|
|
|
25756
25005
|
],
|
|
25757
25006
|
"isDeprecated": false
|
|
25758
25007
|
},
|
|
25759
|
-
{
|
|
25760
|
-
"name": "scheduleAppointment",
|
|
25761
|
-
"type": {
|
|
25762
|
-
"kind": "NON_NULL",
|
|
25763
|
-
"ofType": {
|
|
25764
|
-
"kind": "OBJECT",
|
|
25765
|
-
"name": "Appointment"
|
|
25766
|
-
}
|
|
25767
|
-
},
|
|
25768
|
-
"args": [
|
|
25769
|
-
{
|
|
25770
|
-
"name": "appointmentCreateInput",
|
|
25771
|
-
"type": {
|
|
25772
|
-
"kind": "NON_NULL",
|
|
25773
|
-
"ofType": {
|
|
25774
|
-
"kind": "INPUT_OBJECT",
|
|
25775
|
-
"name": "AppointmentCreateInput"
|
|
25776
|
-
}
|
|
25777
|
-
}
|
|
25778
|
-
}
|
|
25779
|
-
],
|
|
25780
|
-
"isDeprecated": false
|
|
25781
|
-
},
|
|
25782
25008
|
{
|
|
25783
25009
|
"name": "syncFutureEventsToExternalCalendar",
|
|
25784
25010
|
"type": {
|
|
@@ -29663,33 +28889,6 @@ const introspection = {
|
|
|
29663
28889
|
],
|
|
29664
28890
|
"isDeprecated": false
|
|
29665
28891
|
},
|
|
29666
|
-
{
|
|
29667
|
-
"name": "context",
|
|
29668
|
-
"type": {
|
|
29669
|
-
"kind": "NON_NULL",
|
|
29670
|
-
"ofType": {
|
|
29671
|
-
"kind": "OBJECT",
|
|
29672
|
-
"name": "Context"
|
|
29673
|
-
}
|
|
29674
|
-
},
|
|
29675
|
-
"args": [
|
|
29676
|
-
{
|
|
29677
|
-
"name": "externalId",
|
|
29678
|
-
"type": {
|
|
29679
|
-
"kind": "SCALAR",
|
|
29680
|
-
"name": "String"
|
|
29681
|
-
}
|
|
29682
|
-
},
|
|
29683
|
-
{
|
|
29684
|
-
"name": "id",
|
|
29685
|
-
"type": {
|
|
29686
|
-
"kind": "SCALAR",
|
|
29687
|
-
"name": "String"
|
|
29688
|
-
}
|
|
29689
|
-
}
|
|
29690
|
-
],
|
|
29691
|
-
"isDeprecated": false
|
|
29692
|
-
},
|
|
29693
28892
|
{
|
|
29694
28893
|
"name": "customer",
|
|
29695
28894
|
"type": {
|
|
@@ -35650,15 +34849,6 @@ const introspection = {
|
|
|
35650
34849
|
"args": [],
|
|
35651
34850
|
"isDeprecated": false
|
|
35652
34851
|
},
|
|
35653
|
-
{
|
|
35654
|
-
"name": "name",
|
|
35655
|
-
"type": {
|
|
35656
|
-
"kind": "SCALAR",
|
|
35657
|
-
"name": "String"
|
|
35658
|
-
},
|
|
35659
|
-
"args": [],
|
|
35660
|
-
"isDeprecated": false
|
|
35661
|
-
},
|
|
35662
34852
|
{
|
|
35663
34853
|
"name": "order",
|
|
35664
34854
|
"type": {
|
|
@@ -35829,13 +35019,6 @@ const introspection = {
|
|
|
35829
35019
|
"name": "InputType"
|
|
35830
35020
|
}
|
|
35831
35021
|
},
|
|
35832
|
-
{
|
|
35833
|
-
"name": "name",
|
|
35834
|
-
"type": {
|
|
35835
|
-
"kind": "SCALAR",
|
|
35836
|
-
"name": "String"
|
|
35837
|
-
}
|
|
35838
|
-
},
|
|
35839
35022
|
{
|
|
35840
35023
|
"name": "order",
|
|
35841
35024
|
"type": {
|
|
@@ -35937,13 +35120,6 @@ const introspection = {
|
|
|
35937
35120
|
}
|
|
35938
35121
|
}
|
|
35939
35122
|
},
|
|
35940
|
-
{
|
|
35941
|
-
"name": "name",
|
|
35942
|
-
"type": {
|
|
35943
|
-
"kind": "SCALAR",
|
|
35944
|
-
"name": "String"
|
|
35945
|
-
}
|
|
35946
|
-
},
|
|
35947
35123
|
{
|
|
35948
35124
|
"name": "order",
|
|
35949
35125
|
"type": {
|
|
@@ -42294,24 +41470,6 @@ const introspection = {
|
|
|
42294
41470
|
"args": [],
|
|
42295
41471
|
"isDeprecated": false
|
|
42296
41472
|
},
|
|
42297
|
-
{
|
|
42298
|
-
"name": "answers",
|
|
42299
|
-
"type": {
|
|
42300
|
-
"kind": "NON_NULL",
|
|
42301
|
-
"ofType": {
|
|
42302
|
-
"kind": "LIST",
|
|
42303
|
-
"ofType": {
|
|
42304
|
-
"kind": "NON_NULL",
|
|
42305
|
-
"ofType": {
|
|
42306
|
-
"kind": "OBJECT",
|
|
42307
|
-
"name": "UnavailabilityAnswer"
|
|
42308
|
-
}
|
|
42309
|
-
}
|
|
42310
|
-
}
|
|
42311
|
-
},
|
|
42312
|
-
"args": [],
|
|
42313
|
-
"isDeprecated": false
|
|
42314
|
-
},
|
|
42315
41473
|
{
|
|
42316
41474
|
"name": "createdAt",
|
|
42317
41475
|
"type": {
|
|
@@ -42426,174 +41584,6 @@ const introspection = {
|
|
|
42426
41584
|
],
|
|
42427
41585
|
"interfaces": []
|
|
42428
41586
|
},
|
|
42429
|
-
{
|
|
42430
|
-
"kind": "OBJECT",
|
|
42431
|
-
"name": "UnavailabilityAnswer",
|
|
42432
|
-
"fields": [
|
|
42433
|
-
{
|
|
42434
|
-
"name": "answerType",
|
|
42435
|
-
"type": {
|
|
42436
|
-
"kind": "NON_NULL",
|
|
42437
|
-
"ofType": {
|
|
42438
|
-
"kind": "ENUM",
|
|
42439
|
-
"name": "FormType"
|
|
42440
|
-
}
|
|
42441
|
-
},
|
|
42442
|
-
"args": [],
|
|
42443
|
-
"isDeprecated": false
|
|
42444
|
-
},
|
|
42445
|
-
{
|
|
42446
|
-
"name": "createdAt",
|
|
42447
|
-
"type": {
|
|
42448
|
-
"kind": "NON_NULL",
|
|
42449
|
-
"ofType": {
|
|
42450
|
-
"kind": "SCALAR",
|
|
42451
|
-
"name": "ISO8601"
|
|
42452
|
-
}
|
|
42453
|
-
},
|
|
42454
|
-
"args": [],
|
|
42455
|
-
"isDeprecated": false
|
|
42456
|
-
},
|
|
42457
|
-
{
|
|
42458
|
-
"name": "files",
|
|
42459
|
-
"type": {
|
|
42460
|
-
"kind": "LIST",
|
|
42461
|
-
"ofType": {
|
|
42462
|
-
"kind": "NON_NULL",
|
|
42463
|
-
"ofType": {
|
|
42464
|
-
"kind": "OBJECT",
|
|
42465
|
-
"name": "File"
|
|
42466
|
-
}
|
|
42467
|
-
}
|
|
42468
|
-
},
|
|
42469
|
-
"args": [],
|
|
42470
|
-
"isDeprecated": false
|
|
42471
|
-
},
|
|
42472
|
-
{
|
|
42473
|
-
"name": "form",
|
|
42474
|
-
"type": {
|
|
42475
|
-
"kind": "NON_NULL",
|
|
42476
|
-
"ofType": {
|
|
42477
|
-
"kind": "OBJECT",
|
|
42478
|
-
"name": "Form"
|
|
42479
|
-
}
|
|
42480
|
-
},
|
|
42481
|
-
"args": [],
|
|
42482
|
-
"isDeprecated": false
|
|
42483
|
-
},
|
|
42484
|
-
{
|
|
42485
|
-
"name": "id",
|
|
42486
|
-
"type": {
|
|
42487
|
-
"kind": "NON_NULL",
|
|
42488
|
-
"ofType": {
|
|
42489
|
-
"kind": "SCALAR",
|
|
42490
|
-
"name": "ID"
|
|
42491
|
-
}
|
|
42492
|
-
},
|
|
42493
|
-
"args": [],
|
|
42494
|
-
"isDeprecated": false
|
|
42495
|
-
},
|
|
42496
|
-
{
|
|
42497
|
-
"name": "question",
|
|
42498
|
-
"type": {
|
|
42499
|
-
"kind": "NON_NULL",
|
|
42500
|
-
"ofType": {
|
|
42501
|
-
"kind": "OBJECT",
|
|
42502
|
-
"name": "Question"
|
|
42503
|
-
}
|
|
42504
|
-
},
|
|
42505
|
-
"args": [],
|
|
42506
|
-
"isDeprecated": false
|
|
42507
|
-
},
|
|
42508
|
-
{
|
|
42509
|
-
"name": "selectedAnswerOptions",
|
|
42510
|
-
"type": {
|
|
42511
|
-
"kind": "LIST",
|
|
42512
|
-
"ofType": {
|
|
42513
|
-
"kind": "NON_NULL",
|
|
42514
|
-
"ofType": {
|
|
42515
|
-
"kind": "OBJECT",
|
|
42516
|
-
"name": "AnswerOption"
|
|
42517
|
-
}
|
|
42518
|
-
}
|
|
42519
|
-
},
|
|
42520
|
-
"args": [],
|
|
42521
|
-
"isDeprecated": false
|
|
42522
|
-
},
|
|
42523
|
-
{
|
|
42524
|
-
"name": "updatedAt",
|
|
42525
|
-
"type": {
|
|
42526
|
-
"kind": "NON_NULL",
|
|
42527
|
-
"ofType": {
|
|
42528
|
-
"kind": "SCALAR",
|
|
42529
|
-
"name": "ISO8601"
|
|
42530
|
-
}
|
|
42531
|
-
},
|
|
42532
|
-
"args": [],
|
|
42533
|
-
"isDeprecated": false
|
|
42534
|
-
},
|
|
42535
|
-
{
|
|
42536
|
-
"name": "value",
|
|
42537
|
-
"type": {
|
|
42538
|
-
"kind": "SCALAR",
|
|
42539
|
-
"name": "String"
|
|
42540
|
-
},
|
|
42541
|
-
"args": [],
|
|
42542
|
-
"isDeprecated": false
|
|
42543
|
-
}
|
|
42544
|
-
],
|
|
42545
|
-
"interfaces": []
|
|
42546
|
-
},
|
|
42547
|
-
{
|
|
42548
|
-
"kind": "INPUT_OBJECT",
|
|
42549
|
-
"name": "UnavailabilityAnswerInput",
|
|
42550
|
-
"inputFields": [
|
|
42551
|
-
{
|
|
42552
|
-
"name": "fileIds",
|
|
42553
|
-
"type": {
|
|
42554
|
-
"kind": "LIST",
|
|
42555
|
-
"ofType": {
|
|
42556
|
-
"kind": "NON_NULL",
|
|
42557
|
-
"ofType": {
|
|
42558
|
-
"kind": "SCALAR",
|
|
42559
|
-
"name": "String"
|
|
42560
|
-
}
|
|
42561
|
-
}
|
|
42562
|
-
}
|
|
42563
|
-
},
|
|
42564
|
-
{
|
|
42565
|
-
"name": "questionId",
|
|
42566
|
-
"type": {
|
|
42567
|
-
"kind": "NON_NULL",
|
|
42568
|
-
"ofType": {
|
|
42569
|
-
"kind": "SCALAR",
|
|
42570
|
-
"name": "ID"
|
|
42571
|
-
}
|
|
42572
|
-
}
|
|
42573
|
-
},
|
|
42574
|
-
{
|
|
42575
|
-
"name": "selectedAnswerOptionIds",
|
|
42576
|
-
"type": {
|
|
42577
|
-
"kind": "LIST",
|
|
42578
|
-
"ofType": {
|
|
42579
|
-
"kind": "NON_NULL",
|
|
42580
|
-
"ofType": {
|
|
42581
|
-
"kind": "SCALAR",
|
|
42582
|
-
"name": "ID"
|
|
42583
|
-
}
|
|
42584
|
-
}
|
|
42585
|
-
}
|
|
42586
|
-
},
|
|
42587
|
-
{
|
|
42588
|
-
"name": "value",
|
|
42589
|
-
"type": {
|
|
42590
|
-
"kind": "SCALAR",
|
|
42591
|
-
"name": "String"
|
|
42592
|
-
}
|
|
42593
|
-
}
|
|
42594
|
-
],
|
|
42595
|
-
"isOneOf": false
|
|
42596
|
-
},
|
|
42597
41587
|
{
|
|
42598
41588
|
"kind": "OBJECT",
|
|
42599
41589
|
"name": "UnavailabilityConnection",
|
|
@@ -42647,19 +41637,6 @@ const introspection = {
|
|
|
42647
41637
|
"kind": "INPUT_OBJECT",
|
|
42648
41638
|
"name": "UnavailabilityCreateInput",
|
|
42649
41639
|
"inputFields": [
|
|
42650
|
-
{
|
|
42651
|
-
"name": "answers",
|
|
42652
|
-
"type": {
|
|
42653
|
-
"kind": "LIST",
|
|
42654
|
-
"ofType": {
|
|
42655
|
-
"kind": "NON_NULL",
|
|
42656
|
-
"ofType": {
|
|
42657
|
-
"kind": "INPUT_OBJECT",
|
|
42658
|
-
"name": "UnavailabilityAnswerInput"
|
|
42659
|
-
}
|
|
42660
|
-
}
|
|
42661
|
-
}
|
|
42662
|
-
},
|
|
42663
41640
|
{
|
|
42664
41641
|
"name": "employeeId",
|
|
42665
41642
|
"type": {
|
|
@@ -42728,19 +41705,6 @@ const introspection = {
|
|
|
42728
41705
|
"kind": "INPUT_OBJECT",
|
|
42729
41706
|
"name": "UnavailabilityEventCreateInput",
|
|
42730
41707
|
"inputFields": [
|
|
42731
|
-
{
|
|
42732
|
-
"name": "answers",
|
|
42733
|
-
"type": {
|
|
42734
|
-
"kind": "LIST",
|
|
42735
|
-
"ofType": {
|
|
42736
|
-
"kind": "NON_NULL",
|
|
42737
|
-
"ofType": {
|
|
42738
|
-
"kind": "INPUT_OBJECT",
|
|
42739
|
-
"name": "UnavailabilityAnswerInput"
|
|
42740
|
-
}
|
|
42741
|
-
}
|
|
42742
|
-
}
|
|
42743
|
-
},
|
|
42744
41708
|
{
|
|
42745
41709
|
"name": "employeeId",
|
|
42746
41710
|
"type": {
|
|
@@ -42778,19 +41742,6 @@ const introspection = {
|
|
|
42778
41742
|
"kind": "INPUT_OBJECT",
|
|
42779
41743
|
"name": "UnavailabilityRevertInput",
|
|
42780
41744
|
"inputFields": [
|
|
42781
|
-
{
|
|
42782
|
-
"name": "answers",
|
|
42783
|
-
"type": {
|
|
42784
|
-
"kind": "LIST",
|
|
42785
|
-
"ofType": {
|
|
42786
|
-
"kind": "NON_NULL",
|
|
42787
|
-
"ofType": {
|
|
42788
|
-
"kind": "INPUT_OBJECT",
|
|
42789
|
-
"name": "UnavailabilityAnswerInput"
|
|
42790
|
-
}
|
|
42791
|
-
}
|
|
42792
|
-
}
|
|
42793
|
-
},
|
|
42794
41745
|
{
|
|
42795
41746
|
"name": "employeeId",
|
|
42796
41747
|
"type": {
|
|
@@ -44731,27 +43682,6 @@ const introspection = {
|
|
|
44731
43682
|
],
|
|
44732
43683
|
"isOneOf": false
|
|
44733
43684
|
},
|
|
44734
|
-
{
|
|
44735
|
-
"kind": "INPUT_OBJECT",
|
|
44736
|
-
"name": "defaultUnavailabilityFormIdInput",
|
|
44737
|
-
"inputFields": [
|
|
44738
|
-
{
|
|
44739
|
-
"name": "manageable",
|
|
44740
|
-
"type": {
|
|
44741
|
-
"kind": "SCALAR",
|
|
44742
|
-
"name": "Boolean"
|
|
44743
|
-
}
|
|
44744
|
-
},
|
|
44745
|
-
{
|
|
44746
|
-
"name": "value",
|
|
44747
|
-
"type": {
|
|
44748
|
-
"kind": "SCALAR",
|
|
44749
|
-
"name": "ID"
|
|
44750
|
-
}
|
|
44751
|
-
}
|
|
44752
|
-
],
|
|
44753
|
-
"isOneOf": false
|
|
44754
|
-
},
|
|
44755
43685
|
{
|
|
44756
43686
|
"kind": "INPUT_OBJECT",
|
|
44757
43687
|
"name": "emailProviderInput",
|