@pexip-engage-public/graphql 1.1.14 → 1.1.15-canary-20251009092247
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 +968 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1232 -162
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +110 -1
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +1232 -162
- package/src/schema.ts +124 -1
package/dist/graphql-env.js
CHANGED
|
@@ -6983,6 +6983,650 @@ const introspection = {
|
|
|
6983
6983
|
}
|
|
6984
6984
|
]
|
|
6985
6985
|
},
|
|
6986
|
+
{
|
|
6987
|
+
"kind": "OBJECT",
|
|
6988
|
+
"name": "Context",
|
|
6989
|
+
"fields": [
|
|
6990
|
+
{
|
|
6991
|
+
"name": "createdAt",
|
|
6992
|
+
"type": {
|
|
6993
|
+
"kind": "NON_NULL",
|
|
6994
|
+
"ofType": {
|
|
6995
|
+
"kind": "SCALAR",
|
|
6996
|
+
"name": "ISO8601"
|
|
6997
|
+
}
|
|
6998
|
+
},
|
|
6999
|
+
"args": [],
|
|
7000
|
+
"isDeprecated": false
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"name": "expiresAt",
|
|
7004
|
+
"type": {
|
|
7005
|
+
"kind": "SCALAR",
|
|
7006
|
+
"name": "ISO8601"
|
|
7007
|
+
},
|
|
7008
|
+
"args": [],
|
|
7009
|
+
"isDeprecated": false
|
|
7010
|
+
},
|
|
7011
|
+
{
|
|
7012
|
+
"name": "externalId",
|
|
7013
|
+
"type": {
|
|
7014
|
+
"kind": "SCALAR",
|
|
7015
|
+
"name": "String"
|
|
7016
|
+
},
|
|
7017
|
+
"args": [],
|
|
7018
|
+
"isDeprecated": false
|
|
7019
|
+
},
|
|
7020
|
+
{
|
|
7021
|
+
"name": "id",
|
|
7022
|
+
"type": {
|
|
7023
|
+
"kind": "NON_NULL",
|
|
7024
|
+
"ofType": {
|
|
7025
|
+
"kind": "SCALAR",
|
|
7026
|
+
"name": "String"
|
|
7027
|
+
}
|
|
7028
|
+
},
|
|
7029
|
+
"args": [],
|
|
7030
|
+
"isDeprecated": false
|
|
7031
|
+
},
|
|
7032
|
+
{
|
|
7033
|
+
"name": "lastAccessedAt",
|
|
7034
|
+
"type": {
|
|
7035
|
+
"kind": "SCALAR",
|
|
7036
|
+
"name": "ISO8601"
|
|
7037
|
+
},
|
|
7038
|
+
"args": [],
|
|
7039
|
+
"isDeprecated": false
|
|
7040
|
+
},
|
|
7041
|
+
{
|
|
7042
|
+
"name": "output",
|
|
7043
|
+
"type": {
|
|
7044
|
+
"kind": "NON_NULL",
|
|
7045
|
+
"ofType": {
|
|
7046
|
+
"kind": "OBJECT",
|
|
7047
|
+
"name": "ContextOutput"
|
|
7048
|
+
}
|
|
7049
|
+
},
|
|
7050
|
+
"args": [],
|
|
7051
|
+
"isDeprecated": false
|
|
7052
|
+
},
|
|
7053
|
+
{
|
|
7054
|
+
"name": "updatedAt",
|
|
7055
|
+
"type": {
|
|
7056
|
+
"kind": "NON_NULL",
|
|
7057
|
+
"ofType": {
|
|
7058
|
+
"kind": "SCALAR",
|
|
7059
|
+
"name": "ISO8601"
|
|
7060
|
+
}
|
|
7061
|
+
},
|
|
7062
|
+
"args": [],
|
|
7063
|
+
"isDeprecated": false
|
|
7064
|
+
}
|
|
7065
|
+
],
|
|
7066
|
+
"interfaces": []
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"kind": "INPUT_OBJECT",
|
|
7070
|
+
"name": "ContextInput",
|
|
7071
|
+
"inputFields": [
|
|
7072
|
+
{
|
|
7073
|
+
"name": "appointmentExternalId",
|
|
7074
|
+
"type": {
|
|
7075
|
+
"kind": "SCALAR",
|
|
7076
|
+
"name": "String"
|
|
7077
|
+
}
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"name": "customerExternalIds",
|
|
7081
|
+
"type": {
|
|
7082
|
+
"kind": "LIST",
|
|
7083
|
+
"ofType": {
|
|
7084
|
+
"kind": "NON_NULL",
|
|
7085
|
+
"ofType": {
|
|
7086
|
+
"kind": "SCALAR",
|
|
7087
|
+
"name": "String"
|
|
7088
|
+
}
|
|
7089
|
+
}
|
|
7090
|
+
}
|
|
7091
|
+
},
|
|
7092
|
+
{
|
|
7093
|
+
"name": "customerIds",
|
|
7094
|
+
"type": {
|
|
7095
|
+
"kind": "LIST",
|
|
7096
|
+
"ofType": {
|
|
7097
|
+
"kind": "NON_NULL",
|
|
7098
|
+
"ofType": {
|
|
7099
|
+
"kind": "SCALAR",
|
|
7100
|
+
"name": "ID"
|
|
7101
|
+
}
|
|
7102
|
+
}
|
|
7103
|
+
}
|
|
7104
|
+
},
|
|
7105
|
+
{
|
|
7106
|
+
"name": "customers",
|
|
7107
|
+
"type": {
|
|
7108
|
+
"kind": "LIST",
|
|
7109
|
+
"ofType": {
|
|
7110
|
+
"kind": "NON_NULL",
|
|
7111
|
+
"ofType": {
|
|
7112
|
+
"kind": "INPUT_OBJECT",
|
|
7113
|
+
"name": "CustomerCreateInput"
|
|
7114
|
+
}
|
|
7115
|
+
}
|
|
7116
|
+
}
|
|
7117
|
+
},
|
|
7118
|
+
{
|
|
7119
|
+
"name": "employeeExternalIds",
|
|
7120
|
+
"type": {
|
|
7121
|
+
"kind": "LIST",
|
|
7122
|
+
"ofType": {
|
|
7123
|
+
"kind": "NON_NULL",
|
|
7124
|
+
"ofType": {
|
|
7125
|
+
"kind": "SCALAR",
|
|
7126
|
+
"name": "String"
|
|
7127
|
+
}
|
|
7128
|
+
}
|
|
7129
|
+
}
|
|
7130
|
+
},
|
|
7131
|
+
{
|
|
7132
|
+
"name": "employeeIds",
|
|
7133
|
+
"type": {
|
|
7134
|
+
"kind": "LIST",
|
|
7135
|
+
"ofType": {
|
|
7136
|
+
"kind": "NON_NULL",
|
|
7137
|
+
"ofType": {
|
|
7138
|
+
"kind": "SCALAR",
|
|
7139
|
+
"name": "ID"
|
|
7140
|
+
}
|
|
7141
|
+
}
|
|
7142
|
+
}
|
|
7143
|
+
},
|
|
7144
|
+
{
|
|
7145
|
+
"name": "end",
|
|
7146
|
+
"type": {
|
|
7147
|
+
"kind": "SCALAR",
|
|
7148
|
+
"name": "ISO8601"
|
|
7149
|
+
}
|
|
7150
|
+
},
|
|
7151
|
+
{
|
|
7152
|
+
"name": "leadSegmentCodes",
|
|
7153
|
+
"type": {
|
|
7154
|
+
"kind": "LIST",
|
|
7155
|
+
"ofType": {
|
|
7156
|
+
"kind": "NON_NULL",
|
|
7157
|
+
"ofType": {
|
|
7158
|
+
"kind": "SCALAR",
|
|
7159
|
+
"name": "String"
|
|
7160
|
+
}
|
|
7161
|
+
}
|
|
7162
|
+
}
|
|
7163
|
+
},
|
|
7164
|
+
{
|
|
7165
|
+
"name": "leadSegmentIds",
|
|
7166
|
+
"type": {
|
|
7167
|
+
"kind": "LIST",
|
|
7168
|
+
"ofType": {
|
|
7169
|
+
"kind": "NON_NULL",
|
|
7170
|
+
"ofType": {
|
|
7171
|
+
"kind": "SCALAR",
|
|
7172
|
+
"name": "ID"
|
|
7173
|
+
}
|
|
7174
|
+
}
|
|
7175
|
+
}
|
|
7176
|
+
},
|
|
7177
|
+
{
|
|
7178
|
+
"name": "listingExternalIds",
|
|
7179
|
+
"type": {
|
|
7180
|
+
"kind": "LIST",
|
|
7181
|
+
"ofType": {
|
|
7182
|
+
"kind": "NON_NULL",
|
|
7183
|
+
"ofType": {
|
|
7184
|
+
"kind": "SCALAR",
|
|
7185
|
+
"name": "String"
|
|
7186
|
+
}
|
|
7187
|
+
}
|
|
7188
|
+
}
|
|
7189
|
+
},
|
|
7190
|
+
{
|
|
7191
|
+
"name": "listingIds",
|
|
7192
|
+
"type": {
|
|
7193
|
+
"kind": "LIST",
|
|
7194
|
+
"ofType": {
|
|
7195
|
+
"kind": "NON_NULL",
|
|
7196
|
+
"ofType": {
|
|
7197
|
+
"kind": "SCALAR",
|
|
7198
|
+
"name": "ID"
|
|
7199
|
+
}
|
|
7200
|
+
}
|
|
7201
|
+
}
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
"name": "meetingRoomIds",
|
|
7205
|
+
"type": {
|
|
7206
|
+
"kind": "LIST",
|
|
7207
|
+
"ofType": {
|
|
7208
|
+
"kind": "NON_NULL",
|
|
7209
|
+
"ofType": {
|
|
7210
|
+
"kind": "SCALAR",
|
|
7211
|
+
"name": "ID"
|
|
7212
|
+
}
|
|
7213
|
+
}
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
7216
|
+
{
|
|
7217
|
+
"name": "meetingTypes",
|
|
7218
|
+
"type": {
|
|
7219
|
+
"kind": "LIST",
|
|
7220
|
+
"ofType": {
|
|
7221
|
+
"kind": "NON_NULL",
|
|
7222
|
+
"ofType": {
|
|
7223
|
+
"kind": "ENUM",
|
|
7224
|
+
"name": "MeetingType"
|
|
7225
|
+
}
|
|
7226
|
+
}
|
|
7227
|
+
}
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"name": "metadata",
|
|
7231
|
+
"type": {
|
|
7232
|
+
"kind": "SCALAR",
|
|
7233
|
+
"name": "JSONObject"
|
|
7234
|
+
}
|
|
7235
|
+
},
|
|
7236
|
+
{
|
|
7237
|
+
"name": "officeExternalIds",
|
|
7238
|
+
"type": {
|
|
7239
|
+
"kind": "LIST",
|
|
7240
|
+
"ofType": {
|
|
7241
|
+
"kind": "NON_NULL",
|
|
7242
|
+
"ofType": {
|
|
7243
|
+
"kind": "SCALAR",
|
|
7244
|
+
"name": "String"
|
|
7245
|
+
}
|
|
7246
|
+
}
|
|
7247
|
+
}
|
|
7248
|
+
},
|
|
7249
|
+
{
|
|
7250
|
+
"name": "officeIds",
|
|
7251
|
+
"type": {
|
|
7252
|
+
"kind": "LIST",
|
|
7253
|
+
"ofType": {
|
|
7254
|
+
"kind": "NON_NULL",
|
|
7255
|
+
"ofType": {
|
|
7256
|
+
"kind": "SCALAR",
|
|
7257
|
+
"name": "ID"
|
|
7258
|
+
}
|
|
7259
|
+
}
|
|
7260
|
+
}
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"name": "secondaryCustomerExternalIds",
|
|
7264
|
+
"type": {
|
|
7265
|
+
"kind": "LIST",
|
|
7266
|
+
"ofType": {
|
|
7267
|
+
"kind": "NON_NULL",
|
|
7268
|
+
"ofType": {
|
|
7269
|
+
"kind": "SCALAR",
|
|
7270
|
+
"name": "String"
|
|
7271
|
+
}
|
|
7272
|
+
}
|
|
7273
|
+
}
|
|
7274
|
+
},
|
|
7275
|
+
{
|
|
7276
|
+
"name": "secondaryCustomerIds",
|
|
7277
|
+
"type": {
|
|
7278
|
+
"kind": "LIST",
|
|
7279
|
+
"ofType": {
|
|
7280
|
+
"kind": "NON_NULL",
|
|
7281
|
+
"ofType": {
|
|
7282
|
+
"kind": "SCALAR",
|
|
7283
|
+
"name": "ID"
|
|
7284
|
+
}
|
|
7285
|
+
}
|
|
7286
|
+
}
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"name": "secondaryCustomers",
|
|
7290
|
+
"type": {
|
|
7291
|
+
"kind": "LIST",
|
|
7292
|
+
"ofType": {
|
|
7293
|
+
"kind": "NON_NULL",
|
|
7294
|
+
"ofType": {
|
|
7295
|
+
"kind": "INPUT_OBJECT",
|
|
7296
|
+
"name": "CustomerCreateInput"
|
|
7297
|
+
}
|
|
7298
|
+
}
|
|
7299
|
+
}
|
|
7300
|
+
},
|
|
7301
|
+
{
|
|
7302
|
+
"name": "secondaryEmployeeExternalIds",
|
|
7303
|
+
"type": {
|
|
7304
|
+
"kind": "LIST",
|
|
7305
|
+
"ofType": {
|
|
7306
|
+
"kind": "NON_NULL",
|
|
7307
|
+
"ofType": {
|
|
7308
|
+
"kind": "SCALAR",
|
|
7309
|
+
"name": "String"
|
|
7310
|
+
}
|
|
7311
|
+
}
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
{
|
|
7315
|
+
"name": "secondaryEmployeeIds",
|
|
7316
|
+
"type": {
|
|
7317
|
+
"kind": "LIST",
|
|
7318
|
+
"ofType": {
|
|
7319
|
+
"kind": "NON_NULL",
|
|
7320
|
+
"ofType": {
|
|
7321
|
+
"kind": "SCALAR",
|
|
7322
|
+
"name": "ID"
|
|
7323
|
+
}
|
|
7324
|
+
}
|
|
7325
|
+
}
|
|
7326
|
+
},
|
|
7327
|
+
{
|
|
7328
|
+
"name": "start",
|
|
7329
|
+
"type": {
|
|
7330
|
+
"kind": "SCALAR",
|
|
7331
|
+
"name": "ISO8601"
|
|
7332
|
+
}
|
|
7333
|
+
},
|
|
7334
|
+
{
|
|
7335
|
+
"name": "subjectExternalIds",
|
|
7336
|
+
"type": {
|
|
7337
|
+
"kind": "LIST",
|
|
7338
|
+
"ofType": {
|
|
7339
|
+
"kind": "NON_NULL",
|
|
7340
|
+
"ofType": {
|
|
7341
|
+
"kind": "SCALAR",
|
|
7342
|
+
"name": "String"
|
|
7343
|
+
}
|
|
7344
|
+
}
|
|
7345
|
+
}
|
|
7346
|
+
},
|
|
7347
|
+
{
|
|
7348
|
+
"name": "subjectGroupExternalIds",
|
|
7349
|
+
"type": {
|
|
7350
|
+
"kind": "LIST",
|
|
7351
|
+
"ofType": {
|
|
7352
|
+
"kind": "NON_NULL",
|
|
7353
|
+
"ofType": {
|
|
7354
|
+
"kind": "SCALAR",
|
|
7355
|
+
"name": "String"
|
|
7356
|
+
}
|
|
7357
|
+
}
|
|
7358
|
+
}
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
"name": "subjectGroupIds",
|
|
7362
|
+
"type": {
|
|
7363
|
+
"kind": "LIST",
|
|
7364
|
+
"ofType": {
|
|
7365
|
+
"kind": "NON_NULL",
|
|
7366
|
+
"ofType": {
|
|
7367
|
+
"kind": "SCALAR",
|
|
7368
|
+
"name": "ID"
|
|
7369
|
+
}
|
|
7370
|
+
}
|
|
7371
|
+
}
|
|
7372
|
+
},
|
|
7373
|
+
{
|
|
7374
|
+
"name": "subjectIds",
|
|
7375
|
+
"type": {
|
|
7376
|
+
"kind": "LIST",
|
|
7377
|
+
"ofType": {
|
|
7378
|
+
"kind": "NON_NULL",
|
|
7379
|
+
"ofType": {
|
|
7380
|
+
"kind": "SCALAR",
|
|
7381
|
+
"name": "ID"
|
|
7382
|
+
}
|
|
7383
|
+
}
|
|
7384
|
+
}
|
|
7385
|
+
}
|
|
7386
|
+
],
|
|
7387
|
+
"isOneOf": false
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"kind": "OBJECT",
|
|
7391
|
+
"name": "ContextOutput",
|
|
7392
|
+
"fields": [
|
|
7393
|
+
{
|
|
7394
|
+
"name": "appointmentExternalId",
|
|
7395
|
+
"type": {
|
|
7396
|
+
"kind": "SCALAR",
|
|
7397
|
+
"name": "String"
|
|
7398
|
+
},
|
|
7399
|
+
"args": [],
|
|
7400
|
+
"isDeprecated": false
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
"name": "customerIds",
|
|
7404
|
+
"type": {
|
|
7405
|
+
"kind": "NON_NULL",
|
|
7406
|
+
"ofType": {
|
|
7407
|
+
"kind": "LIST",
|
|
7408
|
+
"ofType": {
|
|
7409
|
+
"kind": "NON_NULL",
|
|
7410
|
+
"ofType": {
|
|
7411
|
+
"kind": "SCALAR",
|
|
7412
|
+
"name": "ID"
|
|
7413
|
+
}
|
|
7414
|
+
}
|
|
7415
|
+
}
|
|
7416
|
+
},
|
|
7417
|
+
"args": [],
|
|
7418
|
+
"isDeprecated": false
|
|
7419
|
+
},
|
|
7420
|
+
{
|
|
7421
|
+
"name": "employeeIds",
|
|
7422
|
+
"type": {
|
|
7423
|
+
"kind": "NON_NULL",
|
|
7424
|
+
"ofType": {
|
|
7425
|
+
"kind": "LIST",
|
|
7426
|
+
"ofType": {
|
|
7427
|
+
"kind": "NON_NULL",
|
|
7428
|
+
"ofType": {
|
|
7429
|
+
"kind": "SCALAR",
|
|
7430
|
+
"name": "ID"
|
|
7431
|
+
}
|
|
7432
|
+
}
|
|
7433
|
+
}
|
|
7434
|
+
},
|
|
7435
|
+
"args": [],
|
|
7436
|
+
"isDeprecated": false
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"name": "end",
|
|
7440
|
+
"type": {
|
|
7441
|
+
"kind": "SCALAR",
|
|
7442
|
+
"name": "ISO8601"
|
|
7443
|
+
},
|
|
7444
|
+
"args": [],
|
|
7445
|
+
"isDeprecated": false
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"name": "leadSegmentIds",
|
|
7449
|
+
"type": {
|
|
7450
|
+
"kind": "NON_NULL",
|
|
7451
|
+
"ofType": {
|
|
7452
|
+
"kind": "LIST",
|
|
7453
|
+
"ofType": {
|
|
7454
|
+
"kind": "NON_NULL",
|
|
7455
|
+
"ofType": {
|
|
7456
|
+
"kind": "SCALAR",
|
|
7457
|
+
"name": "ID"
|
|
7458
|
+
}
|
|
7459
|
+
}
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
"args": [],
|
|
7463
|
+
"isDeprecated": false
|
|
7464
|
+
},
|
|
7465
|
+
{
|
|
7466
|
+
"name": "listingIds",
|
|
7467
|
+
"type": {
|
|
7468
|
+
"kind": "NON_NULL",
|
|
7469
|
+
"ofType": {
|
|
7470
|
+
"kind": "LIST",
|
|
7471
|
+
"ofType": {
|
|
7472
|
+
"kind": "NON_NULL",
|
|
7473
|
+
"ofType": {
|
|
7474
|
+
"kind": "SCALAR",
|
|
7475
|
+
"name": "ID"
|
|
7476
|
+
}
|
|
7477
|
+
}
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7480
|
+
"args": [],
|
|
7481
|
+
"isDeprecated": false
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"name": "meetingRoomIds",
|
|
7485
|
+
"type": {
|
|
7486
|
+
"kind": "NON_NULL",
|
|
7487
|
+
"ofType": {
|
|
7488
|
+
"kind": "LIST",
|
|
7489
|
+
"ofType": {
|
|
7490
|
+
"kind": "NON_NULL",
|
|
7491
|
+
"ofType": {
|
|
7492
|
+
"kind": "SCALAR",
|
|
7493
|
+
"name": "ID"
|
|
7494
|
+
}
|
|
7495
|
+
}
|
|
7496
|
+
}
|
|
7497
|
+
},
|
|
7498
|
+
"args": [],
|
|
7499
|
+
"isDeprecated": false
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"name": "meetingTypes",
|
|
7503
|
+
"type": {
|
|
7504
|
+
"kind": "NON_NULL",
|
|
7505
|
+
"ofType": {
|
|
7506
|
+
"kind": "LIST",
|
|
7507
|
+
"ofType": {
|
|
7508
|
+
"kind": "NON_NULL",
|
|
7509
|
+
"ofType": {
|
|
7510
|
+
"kind": "ENUM",
|
|
7511
|
+
"name": "MeetingType"
|
|
7512
|
+
}
|
|
7513
|
+
}
|
|
7514
|
+
}
|
|
7515
|
+
},
|
|
7516
|
+
"args": [],
|
|
7517
|
+
"isDeprecated": false
|
|
7518
|
+
},
|
|
7519
|
+
{
|
|
7520
|
+
"name": "metadata",
|
|
7521
|
+
"type": {
|
|
7522
|
+
"kind": "SCALAR",
|
|
7523
|
+
"name": "JSONObject"
|
|
7524
|
+
},
|
|
7525
|
+
"args": [],
|
|
7526
|
+
"isDeprecated": false
|
|
7527
|
+
},
|
|
7528
|
+
{
|
|
7529
|
+
"name": "officeIds",
|
|
7530
|
+
"type": {
|
|
7531
|
+
"kind": "NON_NULL",
|
|
7532
|
+
"ofType": {
|
|
7533
|
+
"kind": "LIST",
|
|
7534
|
+
"ofType": {
|
|
7535
|
+
"kind": "NON_NULL",
|
|
7536
|
+
"ofType": {
|
|
7537
|
+
"kind": "SCALAR",
|
|
7538
|
+
"name": "ID"
|
|
7539
|
+
}
|
|
7540
|
+
}
|
|
7541
|
+
}
|
|
7542
|
+
},
|
|
7543
|
+
"args": [],
|
|
7544
|
+
"isDeprecated": false
|
|
7545
|
+
},
|
|
7546
|
+
{
|
|
7547
|
+
"name": "secondaryCustomerIds",
|
|
7548
|
+
"type": {
|
|
7549
|
+
"kind": "NON_NULL",
|
|
7550
|
+
"ofType": {
|
|
7551
|
+
"kind": "LIST",
|
|
7552
|
+
"ofType": {
|
|
7553
|
+
"kind": "NON_NULL",
|
|
7554
|
+
"ofType": {
|
|
7555
|
+
"kind": "SCALAR",
|
|
7556
|
+
"name": "ID"
|
|
7557
|
+
}
|
|
7558
|
+
}
|
|
7559
|
+
}
|
|
7560
|
+
},
|
|
7561
|
+
"args": [],
|
|
7562
|
+
"isDeprecated": false
|
|
7563
|
+
},
|
|
7564
|
+
{
|
|
7565
|
+
"name": "secondaryEmployeeIds",
|
|
7566
|
+
"type": {
|
|
7567
|
+
"kind": "NON_NULL",
|
|
7568
|
+
"ofType": {
|
|
7569
|
+
"kind": "LIST",
|
|
7570
|
+
"ofType": {
|
|
7571
|
+
"kind": "NON_NULL",
|
|
7572
|
+
"ofType": {
|
|
7573
|
+
"kind": "SCALAR",
|
|
7574
|
+
"name": "ID"
|
|
7575
|
+
}
|
|
7576
|
+
}
|
|
7577
|
+
}
|
|
7578
|
+
},
|
|
7579
|
+
"args": [],
|
|
7580
|
+
"isDeprecated": false
|
|
7581
|
+
},
|
|
7582
|
+
{
|
|
7583
|
+
"name": "start",
|
|
7584
|
+
"type": {
|
|
7585
|
+
"kind": "SCALAR",
|
|
7586
|
+
"name": "ISO8601"
|
|
7587
|
+
},
|
|
7588
|
+
"args": [],
|
|
7589
|
+
"isDeprecated": false
|
|
7590
|
+
},
|
|
7591
|
+
{
|
|
7592
|
+
"name": "subjectGroupIds",
|
|
7593
|
+
"type": {
|
|
7594
|
+
"kind": "NON_NULL",
|
|
7595
|
+
"ofType": {
|
|
7596
|
+
"kind": "LIST",
|
|
7597
|
+
"ofType": {
|
|
7598
|
+
"kind": "NON_NULL",
|
|
7599
|
+
"ofType": {
|
|
7600
|
+
"kind": "SCALAR",
|
|
7601
|
+
"name": "ID"
|
|
7602
|
+
}
|
|
7603
|
+
}
|
|
7604
|
+
}
|
|
7605
|
+
},
|
|
7606
|
+
"args": [],
|
|
7607
|
+
"isDeprecated": false
|
|
7608
|
+
},
|
|
7609
|
+
{
|
|
7610
|
+
"name": "subjectIds",
|
|
7611
|
+
"type": {
|
|
7612
|
+
"kind": "NON_NULL",
|
|
7613
|
+
"ofType": {
|
|
7614
|
+
"kind": "LIST",
|
|
7615
|
+
"ofType": {
|
|
7616
|
+
"kind": "NON_NULL",
|
|
7617
|
+
"ofType": {
|
|
7618
|
+
"kind": "SCALAR",
|
|
7619
|
+
"name": "ID"
|
|
7620
|
+
}
|
|
7621
|
+
}
|
|
7622
|
+
}
|
|
7623
|
+
},
|
|
7624
|
+
"args": [],
|
|
7625
|
+
"isDeprecated": false
|
|
7626
|
+
}
|
|
7627
|
+
],
|
|
7628
|
+
"interfaces": []
|
|
7629
|
+
},
|
|
6986
7630
|
{
|
|
6987
7631
|
"kind": "OBJECT",
|
|
6988
7632
|
"name": "Customer",
|
|
@@ -8431,71 +9075,233 @@ const introspection = {
|
|
|
8431
9075
|
},
|
|
8432
9076
|
{
|
|
8433
9077
|
"name": "value",
|
|
8434
|
-
"type": {
|
|
8435
|
-
"kind": "SCALAR",
|
|
8436
|
-
"name": "String"
|
|
8437
|
-
},
|
|
8438
|
-
"args": [],
|
|
8439
|
-
"isDeprecated": false
|
|
8440
|
-
}
|
|
8441
|
-
],
|
|
8442
|
-
"interfaces": []
|
|
8443
|
-
},
|
|
8444
|
-
{
|
|
8445
|
-
"kind": "OBJECT",
|
|
8446
|
-
"name": "DefaultReturnPathDomainEnterpriseSetting",
|
|
8447
|
-
"fields": [
|
|
8448
|
-
{
|
|
8449
|
-
"name": "createdAt",
|
|
9078
|
+
"type": {
|
|
9079
|
+
"kind": "SCALAR",
|
|
9080
|
+
"name": "String"
|
|
9081
|
+
},
|
|
9082
|
+
"args": [],
|
|
9083
|
+
"isDeprecated": false
|
|
9084
|
+
}
|
|
9085
|
+
],
|
|
9086
|
+
"interfaces": []
|
|
9087
|
+
},
|
|
9088
|
+
{
|
|
9089
|
+
"kind": "OBJECT",
|
|
9090
|
+
"name": "DefaultReturnPathDomainEnterpriseSetting",
|
|
9091
|
+
"fields": [
|
|
9092
|
+
{
|
|
9093
|
+
"name": "createdAt",
|
|
9094
|
+
"type": {
|
|
9095
|
+
"kind": "NON_NULL",
|
|
9096
|
+
"ofType": {
|
|
9097
|
+
"kind": "SCALAR",
|
|
9098
|
+
"name": "ISO8601"
|
|
9099
|
+
}
|
|
9100
|
+
},
|
|
9101
|
+
"args": [],
|
|
9102
|
+
"isDeprecated": false
|
|
9103
|
+
},
|
|
9104
|
+
{
|
|
9105
|
+
"name": "manageable",
|
|
9106
|
+
"type": {
|
|
9107
|
+
"kind": "NON_NULL",
|
|
9108
|
+
"ofType": {
|
|
9109
|
+
"kind": "SCALAR",
|
|
9110
|
+
"name": "Boolean"
|
|
9111
|
+
}
|
|
9112
|
+
},
|
|
9113
|
+
"args": [],
|
|
9114
|
+
"isDeprecated": false
|
|
9115
|
+
},
|
|
9116
|
+
{
|
|
9117
|
+
"name": "updatedAt",
|
|
9118
|
+
"type": {
|
|
9119
|
+
"kind": "NON_NULL",
|
|
9120
|
+
"ofType": {
|
|
9121
|
+
"kind": "SCALAR",
|
|
9122
|
+
"name": "ISO8601"
|
|
9123
|
+
}
|
|
9124
|
+
},
|
|
9125
|
+
"args": [],
|
|
9126
|
+
"isDeprecated": false
|
|
9127
|
+
},
|
|
9128
|
+
{
|
|
9129
|
+
"name": "value",
|
|
9130
|
+
"type": {
|
|
9131
|
+
"kind": "SCALAR",
|
|
9132
|
+
"name": "String"
|
|
9133
|
+
},
|
|
9134
|
+
"args": [],
|
|
9135
|
+
"isDeprecated": false
|
|
9136
|
+
}
|
|
9137
|
+
],
|
|
9138
|
+
"interfaces": []
|
|
9139
|
+
},
|
|
9140
|
+
{
|
|
9141
|
+
"kind": "OBJECT",
|
|
9142
|
+
"name": "DefaultSenderEmailAddressEnterpriseSetting",
|
|
9143
|
+
"fields": [
|
|
9144
|
+
{
|
|
9145
|
+
"name": "createdAt",
|
|
9146
|
+
"type": {
|
|
9147
|
+
"kind": "NON_NULL",
|
|
9148
|
+
"ofType": {
|
|
9149
|
+
"kind": "SCALAR",
|
|
9150
|
+
"name": "ISO8601"
|
|
9151
|
+
}
|
|
9152
|
+
},
|
|
9153
|
+
"args": [],
|
|
9154
|
+
"isDeprecated": false
|
|
9155
|
+
},
|
|
9156
|
+
{
|
|
9157
|
+
"name": "manageable",
|
|
9158
|
+
"type": {
|
|
9159
|
+
"kind": "NON_NULL",
|
|
9160
|
+
"ofType": {
|
|
9161
|
+
"kind": "SCALAR",
|
|
9162
|
+
"name": "Boolean"
|
|
9163
|
+
}
|
|
9164
|
+
},
|
|
9165
|
+
"args": [],
|
|
9166
|
+
"isDeprecated": false
|
|
9167
|
+
},
|
|
9168
|
+
{
|
|
9169
|
+
"name": "updatedAt",
|
|
9170
|
+
"type": {
|
|
9171
|
+
"kind": "NON_NULL",
|
|
9172
|
+
"ofType": {
|
|
9173
|
+
"kind": "SCALAR",
|
|
9174
|
+
"name": "ISO8601"
|
|
9175
|
+
}
|
|
9176
|
+
},
|
|
9177
|
+
"args": [],
|
|
9178
|
+
"isDeprecated": false
|
|
9179
|
+
},
|
|
9180
|
+
{
|
|
9181
|
+
"name": "value",
|
|
9182
|
+
"type": {
|
|
9183
|
+
"kind": "NON_NULL",
|
|
9184
|
+
"ofType": {
|
|
9185
|
+
"kind": "SCALAR",
|
|
9186
|
+
"name": "String"
|
|
9187
|
+
}
|
|
9188
|
+
},
|
|
9189
|
+
"args": [],
|
|
9190
|
+
"isDeprecated": false
|
|
9191
|
+
}
|
|
9192
|
+
],
|
|
9193
|
+
"interfaces": []
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"kind": "OBJECT",
|
|
9197
|
+
"name": "DefaultSubjectIdEnterpriseSetting",
|
|
9198
|
+
"fields": [
|
|
9199
|
+
{
|
|
9200
|
+
"name": "createdAt",
|
|
9201
|
+
"type": {
|
|
9202
|
+
"kind": "NON_NULL",
|
|
9203
|
+
"ofType": {
|
|
9204
|
+
"kind": "SCALAR",
|
|
9205
|
+
"name": "ISO8601"
|
|
9206
|
+
}
|
|
9207
|
+
},
|
|
9208
|
+
"args": [],
|
|
9209
|
+
"isDeprecated": false
|
|
9210
|
+
},
|
|
9211
|
+
{
|
|
9212
|
+
"name": "manageable",
|
|
9213
|
+
"type": {
|
|
9214
|
+
"kind": "NON_NULL",
|
|
9215
|
+
"ofType": {
|
|
9216
|
+
"kind": "SCALAR",
|
|
9217
|
+
"name": "Boolean"
|
|
9218
|
+
}
|
|
9219
|
+
},
|
|
9220
|
+
"args": [],
|
|
9221
|
+
"isDeprecated": false
|
|
9222
|
+
},
|
|
9223
|
+
{
|
|
9224
|
+
"name": "updatedAt",
|
|
9225
|
+
"type": {
|
|
9226
|
+
"kind": "NON_NULL",
|
|
9227
|
+
"ofType": {
|
|
9228
|
+
"kind": "SCALAR",
|
|
9229
|
+
"name": "ISO8601"
|
|
9230
|
+
}
|
|
9231
|
+
},
|
|
9232
|
+
"args": [],
|
|
9233
|
+
"isDeprecated": false
|
|
9234
|
+
},
|
|
9235
|
+
{
|
|
9236
|
+
"name": "value",
|
|
9237
|
+
"type": {
|
|
9238
|
+
"kind": "SCALAR",
|
|
9239
|
+
"name": "ID"
|
|
9240
|
+
},
|
|
9241
|
+
"args": [],
|
|
9242
|
+
"isDeprecated": false
|
|
9243
|
+
}
|
|
9244
|
+
],
|
|
9245
|
+
"interfaces": []
|
|
9246
|
+
},
|
|
9247
|
+
{
|
|
9248
|
+
"kind": "OBJECT",
|
|
9249
|
+
"name": "DefaultTermsAndConditionsUrlEnterpriseSetting",
|
|
9250
|
+
"fields": [
|
|
9251
|
+
{
|
|
9252
|
+
"name": "createdAt",
|
|
9253
|
+
"type": {
|
|
9254
|
+
"kind": "NON_NULL",
|
|
9255
|
+
"ofType": {
|
|
9256
|
+
"kind": "SCALAR",
|
|
9257
|
+
"name": "ISO8601"
|
|
9258
|
+
}
|
|
9259
|
+
},
|
|
9260
|
+
"args": [],
|
|
9261
|
+
"isDeprecated": false
|
|
9262
|
+
},
|
|
9263
|
+
{
|
|
9264
|
+
"name": "manageable",
|
|
9265
|
+
"type": {
|
|
9266
|
+
"kind": "NON_NULL",
|
|
9267
|
+
"ofType": {
|
|
9268
|
+
"kind": "SCALAR",
|
|
9269
|
+
"name": "Boolean"
|
|
9270
|
+
}
|
|
9271
|
+
},
|
|
9272
|
+
"args": [],
|
|
9273
|
+
"isDeprecated": false
|
|
9274
|
+
},
|
|
9275
|
+
{
|
|
9276
|
+
"name": "updatedAt",
|
|
9277
|
+
"type": {
|
|
9278
|
+
"kind": "NON_NULL",
|
|
9279
|
+
"ofType": {
|
|
9280
|
+
"kind": "SCALAR",
|
|
9281
|
+
"name": "ISO8601"
|
|
9282
|
+
}
|
|
9283
|
+
},
|
|
9284
|
+
"args": [],
|
|
9285
|
+
"isDeprecated": false
|
|
9286
|
+
},
|
|
9287
|
+
{
|
|
9288
|
+
"name": "value",
|
|
8450
9289
|
"type": {
|
|
8451
9290
|
"kind": "NON_NULL",
|
|
8452
9291
|
"ofType": {
|
|
8453
9292
|
"kind": "SCALAR",
|
|
8454
|
-
"name": "
|
|
8455
|
-
}
|
|
8456
|
-
},
|
|
8457
|
-
"args": [],
|
|
8458
|
-
"isDeprecated": false
|
|
8459
|
-
},
|
|
8460
|
-
{
|
|
8461
|
-
"name": "manageable",
|
|
8462
|
-
"type": {
|
|
8463
|
-
"kind": "NON_NULL",
|
|
8464
|
-
"ofType": {
|
|
8465
|
-
"kind": "SCALAR",
|
|
8466
|
-
"name": "Boolean"
|
|
8467
|
-
}
|
|
8468
|
-
},
|
|
8469
|
-
"args": [],
|
|
8470
|
-
"isDeprecated": false
|
|
8471
|
-
},
|
|
8472
|
-
{
|
|
8473
|
-
"name": "updatedAt",
|
|
8474
|
-
"type": {
|
|
8475
|
-
"kind": "NON_NULL",
|
|
8476
|
-
"ofType": {
|
|
8477
|
-
"kind": "SCALAR",
|
|
8478
|
-
"name": "ISO8601"
|
|
9293
|
+
"name": "String"
|
|
8479
9294
|
}
|
|
8480
9295
|
},
|
|
8481
9296
|
"args": [],
|
|
8482
9297
|
"isDeprecated": false
|
|
8483
|
-
},
|
|
8484
|
-
{
|
|
8485
|
-
"name": "value",
|
|
8486
|
-
"type": {
|
|
8487
|
-
"kind": "SCALAR",
|
|
8488
|
-
"name": "String"
|
|
8489
|
-
},
|
|
8490
|
-
"args": [],
|
|
8491
|
-
"isDeprecated": false
|
|
8492
9298
|
}
|
|
8493
9299
|
],
|
|
8494
9300
|
"interfaces": []
|
|
8495
9301
|
},
|
|
8496
9302
|
{
|
|
8497
9303
|
"kind": "OBJECT",
|
|
8498
|
-
"name": "
|
|
9304
|
+
"name": "DefaultTimeZoneEnterpriseSetting",
|
|
8499
9305
|
"fields": [
|
|
8500
9306
|
{
|
|
8501
9307
|
"name": "createdAt",
|
|
@@ -8550,7 +9356,7 @@ const introspection = {
|
|
|
8550
9356
|
},
|
|
8551
9357
|
{
|
|
8552
9358
|
"kind": "OBJECT",
|
|
8553
|
-
"name": "
|
|
9359
|
+
"name": "DefaultUnavailabilityFormIdEnterpriseSetting",
|
|
8554
9360
|
"fields": [
|
|
8555
9361
|
{
|
|
8556
9362
|
"name": "createdAt",
|
|
@@ -8600,116 +9406,6 @@ const introspection = {
|
|
|
8600
9406
|
],
|
|
8601
9407
|
"interfaces": []
|
|
8602
9408
|
},
|
|
8603
|
-
{
|
|
8604
|
-
"kind": "OBJECT",
|
|
8605
|
-
"name": "DefaultTermsAndConditionsUrlEnterpriseSetting",
|
|
8606
|
-
"fields": [
|
|
8607
|
-
{
|
|
8608
|
-
"name": "createdAt",
|
|
8609
|
-
"type": {
|
|
8610
|
-
"kind": "NON_NULL",
|
|
8611
|
-
"ofType": {
|
|
8612
|
-
"kind": "SCALAR",
|
|
8613
|
-
"name": "ISO8601"
|
|
8614
|
-
}
|
|
8615
|
-
},
|
|
8616
|
-
"args": [],
|
|
8617
|
-
"isDeprecated": false
|
|
8618
|
-
},
|
|
8619
|
-
{
|
|
8620
|
-
"name": "manageable",
|
|
8621
|
-
"type": {
|
|
8622
|
-
"kind": "NON_NULL",
|
|
8623
|
-
"ofType": {
|
|
8624
|
-
"kind": "SCALAR",
|
|
8625
|
-
"name": "Boolean"
|
|
8626
|
-
}
|
|
8627
|
-
},
|
|
8628
|
-
"args": [],
|
|
8629
|
-
"isDeprecated": false
|
|
8630
|
-
},
|
|
8631
|
-
{
|
|
8632
|
-
"name": "updatedAt",
|
|
8633
|
-
"type": {
|
|
8634
|
-
"kind": "NON_NULL",
|
|
8635
|
-
"ofType": {
|
|
8636
|
-
"kind": "SCALAR",
|
|
8637
|
-
"name": "ISO8601"
|
|
8638
|
-
}
|
|
8639
|
-
},
|
|
8640
|
-
"args": [],
|
|
8641
|
-
"isDeprecated": false
|
|
8642
|
-
},
|
|
8643
|
-
{
|
|
8644
|
-
"name": "value",
|
|
8645
|
-
"type": {
|
|
8646
|
-
"kind": "NON_NULL",
|
|
8647
|
-
"ofType": {
|
|
8648
|
-
"kind": "SCALAR",
|
|
8649
|
-
"name": "String"
|
|
8650
|
-
}
|
|
8651
|
-
},
|
|
8652
|
-
"args": [],
|
|
8653
|
-
"isDeprecated": false
|
|
8654
|
-
}
|
|
8655
|
-
],
|
|
8656
|
-
"interfaces": []
|
|
8657
|
-
},
|
|
8658
|
-
{
|
|
8659
|
-
"kind": "OBJECT",
|
|
8660
|
-
"name": "DefaultTimeZoneEnterpriseSetting",
|
|
8661
|
-
"fields": [
|
|
8662
|
-
{
|
|
8663
|
-
"name": "createdAt",
|
|
8664
|
-
"type": {
|
|
8665
|
-
"kind": "NON_NULL",
|
|
8666
|
-
"ofType": {
|
|
8667
|
-
"kind": "SCALAR",
|
|
8668
|
-
"name": "ISO8601"
|
|
8669
|
-
}
|
|
8670
|
-
},
|
|
8671
|
-
"args": [],
|
|
8672
|
-
"isDeprecated": false
|
|
8673
|
-
},
|
|
8674
|
-
{
|
|
8675
|
-
"name": "manageable",
|
|
8676
|
-
"type": {
|
|
8677
|
-
"kind": "NON_NULL",
|
|
8678
|
-
"ofType": {
|
|
8679
|
-
"kind": "SCALAR",
|
|
8680
|
-
"name": "Boolean"
|
|
8681
|
-
}
|
|
8682
|
-
},
|
|
8683
|
-
"args": [],
|
|
8684
|
-
"isDeprecated": false
|
|
8685
|
-
},
|
|
8686
|
-
{
|
|
8687
|
-
"name": "updatedAt",
|
|
8688
|
-
"type": {
|
|
8689
|
-
"kind": "NON_NULL",
|
|
8690
|
-
"ofType": {
|
|
8691
|
-
"kind": "SCALAR",
|
|
8692
|
-
"name": "ISO8601"
|
|
8693
|
-
}
|
|
8694
|
-
},
|
|
8695
|
-
"args": [],
|
|
8696
|
-
"isDeprecated": false
|
|
8697
|
-
},
|
|
8698
|
-
{
|
|
8699
|
-
"name": "value",
|
|
8700
|
-
"type": {
|
|
8701
|
-
"kind": "NON_NULL",
|
|
8702
|
-
"ofType": {
|
|
8703
|
-
"kind": "SCALAR",
|
|
8704
|
-
"name": "String"
|
|
8705
|
-
}
|
|
8706
|
-
},
|
|
8707
|
-
"args": [],
|
|
8708
|
-
"isDeprecated": false
|
|
8709
|
-
}
|
|
8710
|
-
],
|
|
8711
|
-
"interfaces": []
|
|
8712
|
-
},
|
|
8713
9409
|
{
|
|
8714
9410
|
"kind": "OBJECT",
|
|
8715
9411
|
"name": "DefinedAvailability",
|
|
@@ -11192,6 +11888,27 @@ const introspection = {
|
|
|
11192
11888
|
"args": [],
|
|
11193
11889
|
"isDeprecated": false
|
|
11194
11890
|
},
|
|
11891
|
+
{
|
|
11892
|
+
"name": "defaultUnavailabilityForm",
|
|
11893
|
+
"type": {
|
|
11894
|
+
"kind": "OBJECT",
|
|
11895
|
+
"name": "Form"
|
|
11896
|
+
},
|
|
11897
|
+
"args": [],
|
|
11898
|
+
"isDeprecated": false
|
|
11899
|
+
},
|
|
11900
|
+
{
|
|
11901
|
+
"name": "defaultUnavailabilityFormId",
|
|
11902
|
+
"type": {
|
|
11903
|
+
"kind": "NON_NULL",
|
|
11904
|
+
"ofType": {
|
|
11905
|
+
"kind": "OBJECT",
|
|
11906
|
+
"name": "DefaultUnavailabilityFormIdEnterpriseSetting"
|
|
11907
|
+
}
|
|
11908
|
+
},
|
|
11909
|
+
"args": [],
|
|
11910
|
+
"isDeprecated": false
|
|
11911
|
+
},
|
|
11195
11912
|
{
|
|
11196
11913
|
"name": "emailProvider",
|
|
11197
11914
|
"type": {
|
|
@@ -11662,6 +12379,13 @@ const introspection = {
|
|
|
11662
12379
|
"name": "defaultTimeZoneInput"
|
|
11663
12380
|
}
|
|
11664
12381
|
},
|
|
12382
|
+
{
|
|
12383
|
+
"name": "defaultUnavailabilityFormId",
|
|
12384
|
+
"type": {
|
|
12385
|
+
"kind": "INPUT_OBJECT",
|
|
12386
|
+
"name": "defaultUnavailabilityFormIdInput"
|
|
12387
|
+
}
|
|
12388
|
+
},
|
|
11665
12389
|
{
|
|
11666
12390
|
"name": "emailProvider",
|
|
11667
12391
|
"type": {
|
|
@@ -14341,6 +15065,10 @@ const introspection = {
|
|
|
14341
15065
|
{
|
|
14342
15066
|
"name": "SUBJECT_QUESTIONNAIRE",
|
|
14343
15067
|
"isDeprecated": false
|
|
15068
|
+
},
|
|
15069
|
+
{
|
|
15070
|
+
"name": "UNAVAILABILITY",
|
|
15071
|
+
"isDeprecated": false
|
|
14344
15072
|
}
|
|
14345
15073
|
]
|
|
14346
15074
|
},
|
|
@@ -20507,6 +21235,29 @@ const introspection = {
|
|
|
20507
21235
|
],
|
|
20508
21236
|
"isDeprecated": false
|
|
20509
21237
|
},
|
|
21238
|
+
{
|
|
21239
|
+
"name": "createContext",
|
|
21240
|
+
"type": {
|
|
21241
|
+
"kind": "NON_NULL",
|
|
21242
|
+
"ofType": {
|
|
21243
|
+
"kind": "OBJECT",
|
|
21244
|
+
"name": "Context"
|
|
21245
|
+
}
|
|
21246
|
+
},
|
|
21247
|
+
"args": [
|
|
21248
|
+
{
|
|
21249
|
+
"name": "input",
|
|
21250
|
+
"type": {
|
|
21251
|
+
"kind": "NON_NULL",
|
|
21252
|
+
"ofType": {
|
|
21253
|
+
"kind": "INPUT_OBJECT",
|
|
21254
|
+
"name": "ContextInput"
|
|
21255
|
+
}
|
|
21256
|
+
}
|
|
21257
|
+
}
|
|
21258
|
+
],
|
|
21259
|
+
"isDeprecated": false
|
|
21260
|
+
},
|
|
20510
21261
|
{
|
|
20511
21262
|
"name": "createCustomer",
|
|
20512
21263
|
"type": {
|
|
@@ -25004,6 +25755,29 @@ const introspection = {
|
|
|
25004
25755
|
],
|
|
25005
25756
|
"isDeprecated": false
|
|
25006
25757
|
},
|
|
25758
|
+
{
|
|
25759
|
+
"name": "scheduleAppointment",
|
|
25760
|
+
"type": {
|
|
25761
|
+
"kind": "NON_NULL",
|
|
25762
|
+
"ofType": {
|
|
25763
|
+
"kind": "OBJECT",
|
|
25764
|
+
"name": "Appointment"
|
|
25765
|
+
}
|
|
25766
|
+
},
|
|
25767
|
+
"args": [
|
|
25768
|
+
{
|
|
25769
|
+
"name": "appointmentCreateInput",
|
|
25770
|
+
"type": {
|
|
25771
|
+
"kind": "NON_NULL",
|
|
25772
|
+
"ofType": {
|
|
25773
|
+
"kind": "INPUT_OBJECT",
|
|
25774
|
+
"name": "AppointmentCreateInput"
|
|
25775
|
+
}
|
|
25776
|
+
}
|
|
25777
|
+
}
|
|
25778
|
+
],
|
|
25779
|
+
"isDeprecated": false
|
|
25780
|
+
},
|
|
25007
25781
|
{
|
|
25008
25782
|
"name": "syncFutureEventsToExternalCalendar",
|
|
25009
25783
|
"type": {
|
|
@@ -28888,6 +29662,33 @@ const introspection = {
|
|
|
28888
29662
|
],
|
|
28889
29663
|
"isDeprecated": false
|
|
28890
29664
|
},
|
|
29665
|
+
{
|
|
29666
|
+
"name": "context",
|
|
29667
|
+
"type": {
|
|
29668
|
+
"kind": "NON_NULL",
|
|
29669
|
+
"ofType": {
|
|
29670
|
+
"kind": "OBJECT",
|
|
29671
|
+
"name": "Context"
|
|
29672
|
+
}
|
|
29673
|
+
},
|
|
29674
|
+
"args": [
|
|
29675
|
+
{
|
|
29676
|
+
"name": "externalId",
|
|
29677
|
+
"type": {
|
|
29678
|
+
"kind": "SCALAR",
|
|
29679
|
+
"name": "String"
|
|
29680
|
+
}
|
|
29681
|
+
},
|
|
29682
|
+
{
|
|
29683
|
+
"name": "id",
|
|
29684
|
+
"type": {
|
|
29685
|
+
"kind": "SCALAR",
|
|
29686
|
+
"name": "String"
|
|
29687
|
+
}
|
|
29688
|
+
}
|
|
29689
|
+
],
|
|
29690
|
+
"isDeprecated": false
|
|
29691
|
+
},
|
|
28891
29692
|
{
|
|
28892
29693
|
"name": "customer",
|
|
28893
29694
|
"type": {
|
|
@@ -34848,6 +35649,15 @@ const introspection = {
|
|
|
34848
35649
|
"args": [],
|
|
34849
35650
|
"isDeprecated": false
|
|
34850
35651
|
},
|
|
35652
|
+
{
|
|
35653
|
+
"name": "name",
|
|
35654
|
+
"type": {
|
|
35655
|
+
"kind": "SCALAR",
|
|
35656
|
+
"name": "String"
|
|
35657
|
+
},
|
|
35658
|
+
"args": [],
|
|
35659
|
+
"isDeprecated": false
|
|
35660
|
+
},
|
|
34851
35661
|
{
|
|
34852
35662
|
"name": "order",
|
|
34853
35663
|
"type": {
|
|
@@ -35018,6 +35828,13 @@ const introspection = {
|
|
|
35018
35828
|
"name": "InputType"
|
|
35019
35829
|
}
|
|
35020
35830
|
},
|
|
35831
|
+
{
|
|
35832
|
+
"name": "name",
|
|
35833
|
+
"type": {
|
|
35834
|
+
"kind": "SCALAR",
|
|
35835
|
+
"name": "String"
|
|
35836
|
+
}
|
|
35837
|
+
},
|
|
35021
35838
|
{
|
|
35022
35839
|
"name": "order",
|
|
35023
35840
|
"type": {
|
|
@@ -35119,6 +35936,13 @@ const introspection = {
|
|
|
35119
35936
|
}
|
|
35120
35937
|
}
|
|
35121
35938
|
},
|
|
35939
|
+
{
|
|
35940
|
+
"name": "name",
|
|
35941
|
+
"type": {
|
|
35942
|
+
"kind": "SCALAR",
|
|
35943
|
+
"name": "String"
|
|
35944
|
+
}
|
|
35945
|
+
},
|
|
35122
35946
|
{
|
|
35123
35947
|
"name": "order",
|
|
35124
35948
|
"type": {
|
|
@@ -41469,6 +42293,24 @@ const introspection = {
|
|
|
41469
42293
|
"args": [],
|
|
41470
42294
|
"isDeprecated": false
|
|
41471
42295
|
},
|
|
42296
|
+
{
|
|
42297
|
+
"name": "answers",
|
|
42298
|
+
"type": {
|
|
42299
|
+
"kind": "NON_NULL",
|
|
42300
|
+
"ofType": {
|
|
42301
|
+
"kind": "LIST",
|
|
42302
|
+
"ofType": {
|
|
42303
|
+
"kind": "NON_NULL",
|
|
42304
|
+
"ofType": {
|
|
42305
|
+
"kind": "OBJECT",
|
|
42306
|
+
"name": "UnavailabilityAnswer"
|
|
42307
|
+
}
|
|
42308
|
+
}
|
|
42309
|
+
}
|
|
42310
|
+
},
|
|
42311
|
+
"args": [],
|
|
42312
|
+
"isDeprecated": false
|
|
42313
|
+
},
|
|
41472
42314
|
{
|
|
41473
42315
|
"name": "createdAt",
|
|
41474
42316
|
"type": {
|
|
@@ -41583,6 +42425,174 @@ const introspection = {
|
|
|
41583
42425
|
],
|
|
41584
42426
|
"interfaces": []
|
|
41585
42427
|
},
|
|
42428
|
+
{
|
|
42429
|
+
"kind": "OBJECT",
|
|
42430
|
+
"name": "UnavailabilityAnswer",
|
|
42431
|
+
"fields": [
|
|
42432
|
+
{
|
|
42433
|
+
"name": "answerType",
|
|
42434
|
+
"type": {
|
|
42435
|
+
"kind": "NON_NULL",
|
|
42436
|
+
"ofType": {
|
|
42437
|
+
"kind": "ENUM",
|
|
42438
|
+
"name": "FormType"
|
|
42439
|
+
}
|
|
42440
|
+
},
|
|
42441
|
+
"args": [],
|
|
42442
|
+
"isDeprecated": false
|
|
42443
|
+
},
|
|
42444
|
+
{
|
|
42445
|
+
"name": "createdAt",
|
|
42446
|
+
"type": {
|
|
42447
|
+
"kind": "NON_NULL",
|
|
42448
|
+
"ofType": {
|
|
42449
|
+
"kind": "SCALAR",
|
|
42450
|
+
"name": "ISO8601"
|
|
42451
|
+
}
|
|
42452
|
+
},
|
|
42453
|
+
"args": [],
|
|
42454
|
+
"isDeprecated": false
|
|
42455
|
+
},
|
|
42456
|
+
{
|
|
42457
|
+
"name": "files",
|
|
42458
|
+
"type": {
|
|
42459
|
+
"kind": "LIST",
|
|
42460
|
+
"ofType": {
|
|
42461
|
+
"kind": "NON_NULL",
|
|
42462
|
+
"ofType": {
|
|
42463
|
+
"kind": "OBJECT",
|
|
42464
|
+
"name": "File"
|
|
42465
|
+
}
|
|
42466
|
+
}
|
|
42467
|
+
},
|
|
42468
|
+
"args": [],
|
|
42469
|
+
"isDeprecated": false
|
|
42470
|
+
},
|
|
42471
|
+
{
|
|
42472
|
+
"name": "form",
|
|
42473
|
+
"type": {
|
|
42474
|
+
"kind": "NON_NULL",
|
|
42475
|
+
"ofType": {
|
|
42476
|
+
"kind": "OBJECT",
|
|
42477
|
+
"name": "Form"
|
|
42478
|
+
}
|
|
42479
|
+
},
|
|
42480
|
+
"args": [],
|
|
42481
|
+
"isDeprecated": false
|
|
42482
|
+
},
|
|
42483
|
+
{
|
|
42484
|
+
"name": "id",
|
|
42485
|
+
"type": {
|
|
42486
|
+
"kind": "NON_NULL",
|
|
42487
|
+
"ofType": {
|
|
42488
|
+
"kind": "SCALAR",
|
|
42489
|
+
"name": "ID"
|
|
42490
|
+
}
|
|
42491
|
+
},
|
|
42492
|
+
"args": [],
|
|
42493
|
+
"isDeprecated": false
|
|
42494
|
+
},
|
|
42495
|
+
{
|
|
42496
|
+
"name": "question",
|
|
42497
|
+
"type": {
|
|
42498
|
+
"kind": "NON_NULL",
|
|
42499
|
+
"ofType": {
|
|
42500
|
+
"kind": "OBJECT",
|
|
42501
|
+
"name": "Question"
|
|
42502
|
+
}
|
|
42503
|
+
},
|
|
42504
|
+
"args": [],
|
|
42505
|
+
"isDeprecated": false
|
|
42506
|
+
},
|
|
42507
|
+
{
|
|
42508
|
+
"name": "selectedAnswerOptions",
|
|
42509
|
+
"type": {
|
|
42510
|
+
"kind": "LIST",
|
|
42511
|
+
"ofType": {
|
|
42512
|
+
"kind": "NON_NULL",
|
|
42513
|
+
"ofType": {
|
|
42514
|
+
"kind": "OBJECT",
|
|
42515
|
+
"name": "AnswerOption"
|
|
42516
|
+
}
|
|
42517
|
+
}
|
|
42518
|
+
},
|
|
42519
|
+
"args": [],
|
|
42520
|
+
"isDeprecated": false
|
|
42521
|
+
},
|
|
42522
|
+
{
|
|
42523
|
+
"name": "updatedAt",
|
|
42524
|
+
"type": {
|
|
42525
|
+
"kind": "NON_NULL",
|
|
42526
|
+
"ofType": {
|
|
42527
|
+
"kind": "SCALAR",
|
|
42528
|
+
"name": "ISO8601"
|
|
42529
|
+
}
|
|
42530
|
+
},
|
|
42531
|
+
"args": [],
|
|
42532
|
+
"isDeprecated": false
|
|
42533
|
+
},
|
|
42534
|
+
{
|
|
42535
|
+
"name": "value",
|
|
42536
|
+
"type": {
|
|
42537
|
+
"kind": "SCALAR",
|
|
42538
|
+
"name": "String"
|
|
42539
|
+
},
|
|
42540
|
+
"args": [],
|
|
42541
|
+
"isDeprecated": false
|
|
42542
|
+
}
|
|
42543
|
+
],
|
|
42544
|
+
"interfaces": []
|
|
42545
|
+
},
|
|
42546
|
+
{
|
|
42547
|
+
"kind": "INPUT_OBJECT",
|
|
42548
|
+
"name": "UnavailabilityAnswerInput",
|
|
42549
|
+
"inputFields": [
|
|
42550
|
+
{
|
|
42551
|
+
"name": "fileIds",
|
|
42552
|
+
"type": {
|
|
42553
|
+
"kind": "LIST",
|
|
42554
|
+
"ofType": {
|
|
42555
|
+
"kind": "NON_NULL",
|
|
42556
|
+
"ofType": {
|
|
42557
|
+
"kind": "SCALAR",
|
|
42558
|
+
"name": "String"
|
|
42559
|
+
}
|
|
42560
|
+
}
|
|
42561
|
+
}
|
|
42562
|
+
},
|
|
42563
|
+
{
|
|
42564
|
+
"name": "questionId",
|
|
42565
|
+
"type": {
|
|
42566
|
+
"kind": "NON_NULL",
|
|
42567
|
+
"ofType": {
|
|
42568
|
+
"kind": "SCALAR",
|
|
42569
|
+
"name": "ID"
|
|
42570
|
+
}
|
|
42571
|
+
}
|
|
42572
|
+
},
|
|
42573
|
+
{
|
|
42574
|
+
"name": "selectedAnswerOptionIds",
|
|
42575
|
+
"type": {
|
|
42576
|
+
"kind": "LIST",
|
|
42577
|
+
"ofType": {
|
|
42578
|
+
"kind": "NON_NULL",
|
|
42579
|
+
"ofType": {
|
|
42580
|
+
"kind": "SCALAR",
|
|
42581
|
+
"name": "ID"
|
|
42582
|
+
}
|
|
42583
|
+
}
|
|
42584
|
+
}
|
|
42585
|
+
},
|
|
42586
|
+
{
|
|
42587
|
+
"name": "value",
|
|
42588
|
+
"type": {
|
|
42589
|
+
"kind": "SCALAR",
|
|
42590
|
+
"name": "String"
|
|
42591
|
+
}
|
|
42592
|
+
}
|
|
42593
|
+
],
|
|
42594
|
+
"isOneOf": false
|
|
42595
|
+
},
|
|
41586
42596
|
{
|
|
41587
42597
|
"kind": "OBJECT",
|
|
41588
42598
|
"name": "UnavailabilityConnection",
|
|
@@ -41636,6 +42646,19 @@ const introspection = {
|
|
|
41636
42646
|
"kind": "INPUT_OBJECT",
|
|
41637
42647
|
"name": "UnavailabilityCreateInput",
|
|
41638
42648
|
"inputFields": [
|
|
42649
|
+
{
|
|
42650
|
+
"name": "answers",
|
|
42651
|
+
"type": {
|
|
42652
|
+
"kind": "LIST",
|
|
42653
|
+
"ofType": {
|
|
42654
|
+
"kind": "NON_NULL",
|
|
42655
|
+
"ofType": {
|
|
42656
|
+
"kind": "INPUT_OBJECT",
|
|
42657
|
+
"name": "UnavailabilityAnswerInput"
|
|
42658
|
+
}
|
|
42659
|
+
}
|
|
42660
|
+
}
|
|
42661
|
+
},
|
|
41639
42662
|
{
|
|
41640
42663
|
"name": "employeeId",
|
|
41641
42664
|
"type": {
|
|
@@ -41704,6 +42727,19 @@ const introspection = {
|
|
|
41704
42727
|
"kind": "INPUT_OBJECT",
|
|
41705
42728
|
"name": "UnavailabilityEventCreateInput",
|
|
41706
42729
|
"inputFields": [
|
|
42730
|
+
{
|
|
42731
|
+
"name": "answers",
|
|
42732
|
+
"type": {
|
|
42733
|
+
"kind": "LIST",
|
|
42734
|
+
"ofType": {
|
|
42735
|
+
"kind": "NON_NULL",
|
|
42736
|
+
"ofType": {
|
|
42737
|
+
"kind": "INPUT_OBJECT",
|
|
42738
|
+
"name": "UnavailabilityAnswerInput"
|
|
42739
|
+
}
|
|
42740
|
+
}
|
|
42741
|
+
}
|
|
42742
|
+
},
|
|
41707
42743
|
{
|
|
41708
42744
|
"name": "employeeId",
|
|
41709
42745
|
"type": {
|
|
@@ -41741,6 +42777,19 @@ const introspection = {
|
|
|
41741
42777
|
"kind": "INPUT_OBJECT",
|
|
41742
42778
|
"name": "UnavailabilityRevertInput",
|
|
41743
42779
|
"inputFields": [
|
|
42780
|
+
{
|
|
42781
|
+
"name": "answers",
|
|
42782
|
+
"type": {
|
|
42783
|
+
"kind": "LIST",
|
|
42784
|
+
"ofType": {
|
|
42785
|
+
"kind": "NON_NULL",
|
|
42786
|
+
"ofType": {
|
|
42787
|
+
"kind": "INPUT_OBJECT",
|
|
42788
|
+
"name": "UnavailabilityAnswerInput"
|
|
42789
|
+
}
|
|
42790
|
+
}
|
|
42791
|
+
}
|
|
42792
|
+
},
|
|
41744
42793
|
{
|
|
41745
42794
|
"name": "employeeId",
|
|
41746
42795
|
"type": {
|
|
@@ -43681,6 +44730,27 @@ const introspection = {
|
|
|
43681
44730
|
],
|
|
43682
44731
|
"isOneOf": false
|
|
43683
44732
|
},
|
|
44733
|
+
{
|
|
44734
|
+
"kind": "INPUT_OBJECT",
|
|
44735
|
+
"name": "defaultUnavailabilityFormIdInput",
|
|
44736
|
+
"inputFields": [
|
|
44737
|
+
{
|
|
44738
|
+
"name": "manageable",
|
|
44739
|
+
"type": {
|
|
44740
|
+
"kind": "SCALAR",
|
|
44741
|
+
"name": "Boolean"
|
|
44742
|
+
}
|
|
44743
|
+
},
|
|
44744
|
+
{
|
|
44745
|
+
"name": "value",
|
|
44746
|
+
"type": {
|
|
44747
|
+
"kind": "SCALAR",
|
|
44748
|
+
"name": "ID"
|
|
44749
|
+
}
|
|
44750
|
+
}
|
|
44751
|
+
],
|
|
44752
|
+
"isOneOf": false
|
|
44753
|
+
},
|
|
43684
44754
|
{
|
|
43685
44755
|
"kind": "INPUT_OBJECT",
|
|
43686
44756
|
"name": "emailProviderInput",
|