@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/dist/graphql-env.d.ts
CHANGED
|
@@ -6113,596 +6113,6 @@ declare const introspection: {
|
|
|
6113
6113
|
readonly name: "REMINDER";
|
|
6114
6114
|
readonly isDeprecated: false;
|
|
6115
6115
|
}];
|
|
6116
|
-
}, {
|
|
6117
|
-
readonly kind: "OBJECT";
|
|
6118
|
-
readonly name: "Context";
|
|
6119
|
-
readonly fields: readonly [{
|
|
6120
|
-
readonly name: "createdAt";
|
|
6121
|
-
readonly type: {
|
|
6122
|
-
readonly kind: "NON_NULL";
|
|
6123
|
-
readonly ofType: {
|
|
6124
|
-
readonly kind: "SCALAR";
|
|
6125
|
-
readonly name: "ISO8601";
|
|
6126
|
-
};
|
|
6127
|
-
};
|
|
6128
|
-
readonly args: readonly [];
|
|
6129
|
-
readonly isDeprecated: false;
|
|
6130
|
-
}, {
|
|
6131
|
-
readonly name: "expiresAt";
|
|
6132
|
-
readonly type: {
|
|
6133
|
-
readonly kind: "SCALAR";
|
|
6134
|
-
readonly name: "ISO8601";
|
|
6135
|
-
};
|
|
6136
|
-
readonly args: readonly [];
|
|
6137
|
-
readonly isDeprecated: false;
|
|
6138
|
-
}, {
|
|
6139
|
-
readonly name: "externalId";
|
|
6140
|
-
readonly type: {
|
|
6141
|
-
readonly kind: "SCALAR";
|
|
6142
|
-
readonly name: "String";
|
|
6143
|
-
};
|
|
6144
|
-
readonly args: readonly [];
|
|
6145
|
-
readonly isDeprecated: false;
|
|
6146
|
-
}, {
|
|
6147
|
-
readonly name: "id";
|
|
6148
|
-
readonly type: {
|
|
6149
|
-
readonly kind: "NON_NULL";
|
|
6150
|
-
readonly ofType: {
|
|
6151
|
-
readonly kind: "SCALAR";
|
|
6152
|
-
readonly name: "String";
|
|
6153
|
-
};
|
|
6154
|
-
};
|
|
6155
|
-
readonly args: readonly [];
|
|
6156
|
-
readonly isDeprecated: false;
|
|
6157
|
-
}, {
|
|
6158
|
-
readonly name: "lastAccessedAt";
|
|
6159
|
-
readonly type: {
|
|
6160
|
-
readonly kind: "SCALAR";
|
|
6161
|
-
readonly name: "ISO8601";
|
|
6162
|
-
};
|
|
6163
|
-
readonly args: readonly [];
|
|
6164
|
-
readonly isDeprecated: false;
|
|
6165
|
-
}, {
|
|
6166
|
-
readonly name: "output";
|
|
6167
|
-
readonly type: {
|
|
6168
|
-
readonly kind: "NON_NULL";
|
|
6169
|
-
readonly ofType: {
|
|
6170
|
-
readonly kind: "OBJECT";
|
|
6171
|
-
readonly name: "ContextOutput";
|
|
6172
|
-
};
|
|
6173
|
-
};
|
|
6174
|
-
readonly args: readonly [];
|
|
6175
|
-
readonly isDeprecated: false;
|
|
6176
|
-
}, {
|
|
6177
|
-
readonly name: "updatedAt";
|
|
6178
|
-
readonly type: {
|
|
6179
|
-
readonly kind: "NON_NULL";
|
|
6180
|
-
readonly ofType: {
|
|
6181
|
-
readonly kind: "SCALAR";
|
|
6182
|
-
readonly name: "ISO8601";
|
|
6183
|
-
};
|
|
6184
|
-
};
|
|
6185
|
-
readonly args: readonly [];
|
|
6186
|
-
readonly isDeprecated: false;
|
|
6187
|
-
}];
|
|
6188
|
-
readonly interfaces: readonly [];
|
|
6189
|
-
}, {
|
|
6190
|
-
readonly kind: "INPUT_OBJECT";
|
|
6191
|
-
readonly name: "ContextInput";
|
|
6192
|
-
readonly inputFields: readonly [{
|
|
6193
|
-
readonly name: "appointmentExternalId";
|
|
6194
|
-
readonly type: {
|
|
6195
|
-
readonly kind: "SCALAR";
|
|
6196
|
-
readonly name: "String";
|
|
6197
|
-
};
|
|
6198
|
-
}, {
|
|
6199
|
-
readonly name: "customerExternalIds";
|
|
6200
|
-
readonly type: {
|
|
6201
|
-
readonly kind: "LIST";
|
|
6202
|
-
readonly ofType: {
|
|
6203
|
-
readonly kind: "NON_NULL";
|
|
6204
|
-
readonly ofType: {
|
|
6205
|
-
readonly kind: "SCALAR";
|
|
6206
|
-
readonly name: "String";
|
|
6207
|
-
};
|
|
6208
|
-
};
|
|
6209
|
-
};
|
|
6210
|
-
}, {
|
|
6211
|
-
readonly name: "customerIds";
|
|
6212
|
-
readonly type: {
|
|
6213
|
-
readonly kind: "LIST";
|
|
6214
|
-
readonly ofType: {
|
|
6215
|
-
readonly kind: "NON_NULL";
|
|
6216
|
-
readonly ofType: {
|
|
6217
|
-
readonly kind: "SCALAR";
|
|
6218
|
-
readonly name: "ID";
|
|
6219
|
-
};
|
|
6220
|
-
};
|
|
6221
|
-
};
|
|
6222
|
-
}, {
|
|
6223
|
-
readonly name: "customers";
|
|
6224
|
-
readonly type: {
|
|
6225
|
-
readonly kind: "LIST";
|
|
6226
|
-
readonly ofType: {
|
|
6227
|
-
readonly kind: "NON_NULL";
|
|
6228
|
-
readonly ofType: {
|
|
6229
|
-
readonly kind: "INPUT_OBJECT";
|
|
6230
|
-
readonly name: "CustomerCreateInput";
|
|
6231
|
-
};
|
|
6232
|
-
};
|
|
6233
|
-
};
|
|
6234
|
-
}, {
|
|
6235
|
-
readonly name: "employeeExternalIds";
|
|
6236
|
-
readonly type: {
|
|
6237
|
-
readonly kind: "LIST";
|
|
6238
|
-
readonly ofType: {
|
|
6239
|
-
readonly kind: "NON_NULL";
|
|
6240
|
-
readonly ofType: {
|
|
6241
|
-
readonly kind: "SCALAR";
|
|
6242
|
-
readonly name: "String";
|
|
6243
|
-
};
|
|
6244
|
-
};
|
|
6245
|
-
};
|
|
6246
|
-
}, {
|
|
6247
|
-
readonly name: "employeeIds";
|
|
6248
|
-
readonly type: {
|
|
6249
|
-
readonly kind: "LIST";
|
|
6250
|
-
readonly ofType: {
|
|
6251
|
-
readonly kind: "NON_NULL";
|
|
6252
|
-
readonly ofType: {
|
|
6253
|
-
readonly kind: "SCALAR";
|
|
6254
|
-
readonly name: "ID";
|
|
6255
|
-
};
|
|
6256
|
-
};
|
|
6257
|
-
};
|
|
6258
|
-
}, {
|
|
6259
|
-
readonly name: "end";
|
|
6260
|
-
readonly type: {
|
|
6261
|
-
readonly kind: "SCALAR";
|
|
6262
|
-
readonly name: "ISO8601";
|
|
6263
|
-
};
|
|
6264
|
-
}, {
|
|
6265
|
-
readonly name: "leadSegmentCodes";
|
|
6266
|
-
readonly type: {
|
|
6267
|
-
readonly kind: "LIST";
|
|
6268
|
-
readonly ofType: {
|
|
6269
|
-
readonly kind: "NON_NULL";
|
|
6270
|
-
readonly ofType: {
|
|
6271
|
-
readonly kind: "SCALAR";
|
|
6272
|
-
readonly name: "String";
|
|
6273
|
-
};
|
|
6274
|
-
};
|
|
6275
|
-
};
|
|
6276
|
-
}, {
|
|
6277
|
-
readonly name: "leadSegmentIds";
|
|
6278
|
-
readonly type: {
|
|
6279
|
-
readonly kind: "LIST";
|
|
6280
|
-
readonly ofType: {
|
|
6281
|
-
readonly kind: "NON_NULL";
|
|
6282
|
-
readonly ofType: {
|
|
6283
|
-
readonly kind: "SCALAR";
|
|
6284
|
-
readonly name: "ID";
|
|
6285
|
-
};
|
|
6286
|
-
};
|
|
6287
|
-
};
|
|
6288
|
-
}, {
|
|
6289
|
-
readonly name: "listingExternalIds";
|
|
6290
|
-
readonly type: {
|
|
6291
|
-
readonly kind: "LIST";
|
|
6292
|
-
readonly ofType: {
|
|
6293
|
-
readonly kind: "NON_NULL";
|
|
6294
|
-
readonly ofType: {
|
|
6295
|
-
readonly kind: "SCALAR";
|
|
6296
|
-
readonly name: "String";
|
|
6297
|
-
};
|
|
6298
|
-
};
|
|
6299
|
-
};
|
|
6300
|
-
}, {
|
|
6301
|
-
readonly name: "listingIds";
|
|
6302
|
-
readonly type: {
|
|
6303
|
-
readonly kind: "LIST";
|
|
6304
|
-
readonly ofType: {
|
|
6305
|
-
readonly kind: "NON_NULL";
|
|
6306
|
-
readonly ofType: {
|
|
6307
|
-
readonly kind: "SCALAR";
|
|
6308
|
-
readonly name: "ID";
|
|
6309
|
-
};
|
|
6310
|
-
};
|
|
6311
|
-
};
|
|
6312
|
-
}, {
|
|
6313
|
-
readonly name: "meetingRoomIds";
|
|
6314
|
-
readonly type: {
|
|
6315
|
-
readonly kind: "LIST";
|
|
6316
|
-
readonly ofType: {
|
|
6317
|
-
readonly kind: "NON_NULL";
|
|
6318
|
-
readonly ofType: {
|
|
6319
|
-
readonly kind: "SCALAR";
|
|
6320
|
-
readonly name: "ID";
|
|
6321
|
-
};
|
|
6322
|
-
};
|
|
6323
|
-
};
|
|
6324
|
-
}, {
|
|
6325
|
-
readonly name: "meetingTypes";
|
|
6326
|
-
readonly type: {
|
|
6327
|
-
readonly kind: "LIST";
|
|
6328
|
-
readonly ofType: {
|
|
6329
|
-
readonly kind: "NON_NULL";
|
|
6330
|
-
readonly ofType: {
|
|
6331
|
-
readonly kind: "ENUM";
|
|
6332
|
-
readonly name: "MeetingType";
|
|
6333
|
-
};
|
|
6334
|
-
};
|
|
6335
|
-
};
|
|
6336
|
-
}, {
|
|
6337
|
-
readonly name: "metadata";
|
|
6338
|
-
readonly type: {
|
|
6339
|
-
readonly kind: "SCALAR";
|
|
6340
|
-
readonly name: "JSONObject";
|
|
6341
|
-
};
|
|
6342
|
-
}, {
|
|
6343
|
-
readonly name: "officeExternalIds";
|
|
6344
|
-
readonly type: {
|
|
6345
|
-
readonly kind: "LIST";
|
|
6346
|
-
readonly ofType: {
|
|
6347
|
-
readonly kind: "NON_NULL";
|
|
6348
|
-
readonly ofType: {
|
|
6349
|
-
readonly kind: "SCALAR";
|
|
6350
|
-
readonly name: "String";
|
|
6351
|
-
};
|
|
6352
|
-
};
|
|
6353
|
-
};
|
|
6354
|
-
}, {
|
|
6355
|
-
readonly name: "officeIds";
|
|
6356
|
-
readonly type: {
|
|
6357
|
-
readonly kind: "LIST";
|
|
6358
|
-
readonly ofType: {
|
|
6359
|
-
readonly kind: "NON_NULL";
|
|
6360
|
-
readonly ofType: {
|
|
6361
|
-
readonly kind: "SCALAR";
|
|
6362
|
-
readonly name: "ID";
|
|
6363
|
-
};
|
|
6364
|
-
};
|
|
6365
|
-
};
|
|
6366
|
-
}, {
|
|
6367
|
-
readonly name: "secondaryCustomerExternalIds";
|
|
6368
|
-
readonly type: {
|
|
6369
|
-
readonly kind: "LIST";
|
|
6370
|
-
readonly ofType: {
|
|
6371
|
-
readonly kind: "NON_NULL";
|
|
6372
|
-
readonly ofType: {
|
|
6373
|
-
readonly kind: "SCALAR";
|
|
6374
|
-
readonly name: "String";
|
|
6375
|
-
};
|
|
6376
|
-
};
|
|
6377
|
-
};
|
|
6378
|
-
}, {
|
|
6379
|
-
readonly name: "secondaryCustomerIds";
|
|
6380
|
-
readonly type: {
|
|
6381
|
-
readonly kind: "LIST";
|
|
6382
|
-
readonly ofType: {
|
|
6383
|
-
readonly kind: "NON_NULL";
|
|
6384
|
-
readonly ofType: {
|
|
6385
|
-
readonly kind: "SCALAR";
|
|
6386
|
-
readonly name: "ID";
|
|
6387
|
-
};
|
|
6388
|
-
};
|
|
6389
|
-
};
|
|
6390
|
-
}, {
|
|
6391
|
-
readonly name: "secondaryCustomers";
|
|
6392
|
-
readonly type: {
|
|
6393
|
-
readonly kind: "LIST";
|
|
6394
|
-
readonly ofType: {
|
|
6395
|
-
readonly kind: "NON_NULL";
|
|
6396
|
-
readonly ofType: {
|
|
6397
|
-
readonly kind: "INPUT_OBJECT";
|
|
6398
|
-
readonly name: "CustomerCreateInput";
|
|
6399
|
-
};
|
|
6400
|
-
};
|
|
6401
|
-
};
|
|
6402
|
-
}, {
|
|
6403
|
-
readonly name: "secondaryEmployeeExternalIds";
|
|
6404
|
-
readonly type: {
|
|
6405
|
-
readonly kind: "LIST";
|
|
6406
|
-
readonly ofType: {
|
|
6407
|
-
readonly kind: "NON_NULL";
|
|
6408
|
-
readonly ofType: {
|
|
6409
|
-
readonly kind: "SCALAR";
|
|
6410
|
-
readonly name: "String";
|
|
6411
|
-
};
|
|
6412
|
-
};
|
|
6413
|
-
};
|
|
6414
|
-
}, {
|
|
6415
|
-
readonly name: "secondaryEmployeeIds";
|
|
6416
|
-
readonly type: {
|
|
6417
|
-
readonly kind: "LIST";
|
|
6418
|
-
readonly ofType: {
|
|
6419
|
-
readonly kind: "NON_NULL";
|
|
6420
|
-
readonly ofType: {
|
|
6421
|
-
readonly kind: "SCALAR";
|
|
6422
|
-
readonly name: "ID";
|
|
6423
|
-
};
|
|
6424
|
-
};
|
|
6425
|
-
};
|
|
6426
|
-
}, {
|
|
6427
|
-
readonly name: "start";
|
|
6428
|
-
readonly type: {
|
|
6429
|
-
readonly kind: "SCALAR";
|
|
6430
|
-
readonly name: "ISO8601";
|
|
6431
|
-
};
|
|
6432
|
-
}, {
|
|
6433
|
-
readonly name: "subjectExternalIds";
|
|
6434
|
-
readonly type: {
|
|
6435
|
-
readonly kind: "LIST";
|
|
6436
|
-
readonly ofType: {
|
|
6437
|
-
readonly kind: "NON_NULL";
|
|
6438
|
-
readonly ofType: {
|
|
6439
|
-
readonly kind: "SCALAR";
|
|
6440
|
-
readonly name: "String";
|
|
6441
|
-
};
|
|
6442
|
-
};
|
|
6443
|
-
};
|
|
6444
|
-
}, {
|
|
6445
|
-
readonly name: "subjectGroupExternalIds";
|
|
6446
|
-
readonly type: {
|
|
6447
|
-
readonly kind: "LIST";
|
|
6448
|
-
readonly ofType: {
|
|
6449
|
-
readonly kind: "NON_NULL";
|
|
6450
|
-
readonly ofType: {
|
|
6451
|
-
readonly kind: "SCALAR";
|
|
6452
|
-
readonly name: "String";
|
|
6453
|
-
};
|
|
6454
|
-
};
|
|
6455
|
-
};
|
|
6456
|
-
}, {
|
|
6457
|
-
readonly name: "subjectGroupIds";
|
|
6458
|
-
readonly type: {
|
|
6459
|
-
readonly kind: "LIST";
|
|
6460
|
-
readonly ofType: {
|
|
6461
|
-
readonly kind: "NON_NULL";
|
|
6462
|
-
readonly ofType: {
|
|
6463
|
-
readonly kind: "SCALAR";
|
|
6464
|
-
readonly name: "ID";
|
|
6465
|
-
};
|
|
6466
|
-
};
|
|
6467
|
-
};
|
|
6468
|
-
}, {
|
|
6469
|
-
readonly name: "subjectIds";
|
|
6470
|
-
readonly type: {
|
|
6471
|
-
readonly kind: "LIST";
|
|
6472
|
-
readonly ofType: {
|
|
6473
|
-
readonly kind: "NON_NULL";
|
|
6474
|
-
readonly ofType: {
|
|
6475
|
-
readonly kind: "SCALAR";
|
|
6476
|
-
readonly name: "ID";
|
|
6477
|
-
};
|
|
6478
|
-
};
|
|
6479
|
-
};
|
|
6480
|
-
}];
|
|
6481
|
-
readonly isOneOf: false;
|
|
6482
|
-
}, {
|
|
6483
|
-
readonly kind: "OBJECT";
|
|
6484
|
-
readonly name: "ContextOutput";
|
|
6485
|
-
readonly fields: readonly [{
|
|
6486
|
-
readonly name: "appointmentExternalId";
|
|
6487
|
-
readonly type: {
|
|
6488
|
-
readonly kind: "SCALAR";
|
|
6489
|
-
readonly name: "String";
|
|
6490
|
-
};
|
|
6491
|
-
readonly args: readonly [];
|
|
6492
|
-
readonly isDeprecated: false;
|
|
6493
|
-
}, {
|
|
6494
|
-
readonly name: "customerIds";
|
|
6495
|
-
readonly type: {
|
|
6496
|
-
readonly kind: "NON_NULL";
|
|
6497
|
-
readonly ofType: {
|
|
6498
|
-
readonly kind: "LIST";
|
|
6499
|
-
readonly ofType: {
|
|
6500
|
-
readonly kind: "NON_NULL";
|
|
6501
|
-
readonly ofType: {
|
|
6502
|
-
readonly kind: "SCALAR";
|
|
6503
|
-
readonly name: "ID";
|
|
6504
|
-
};
|
|
6505
|
-
};
|
|
6506
|
-
};
|
|
6507
|
-
};
|
|
6508
|
-
readonly args: readonly [];
|
|
6509
|
-
readonly isDeprecated: false;
|
|
6510
|
-
}, {
|
|
6511
|
-
readonly name: "employeeIds";
|
|
6512
|
-
readonly type: {
|
|
6513
|
-
readonly kind: "NON_NULL";
|
|
6514
|
-
readonly ofType: {
|
|
6515
|
-
readonly kind: "LIST";
|
|
6516
|
-
readonly ofType: {
|
|
6517
|
-
readonly kind: "NON_NULL";
|
|
6518
|
-
readonly ofType: {
|
|
6519
|
-
readonly kind: "SCALAR";
|
|
6520
|
-
readonly name: "ID";
|
|
6521
|
-
};
|
|
6522
|
-
};
|
|
6523
|
-
};
|
|
6524
|
-
};
|
|
6525
|
-
readonly args: readonly [];
|
|
6526
|
-
readonly isDeprecated: false;
|
|
6527
|
-
}, {
|
|
6528
|
-
readonly name: "end";
|
|
6529
|
-
readonly type: {
|
|
6530
|
-
readonly kind: "SCALAR";
|
|
6531
|
-
readonly name: "ISO8601";
|
|
6532
|
-
};
|
|
6533
|
-
readonly args: readonly [];
|
|
6534
|
-
readonly isDeprecated: false;
|
|
6535
|
-
}, {
|
|
6536
|
-
readonly name: "leadSegmentIds";
|
|
6537
|
-
readonly type: {
|
|
6538
|
-
readonly kind: "NON_NULL";
|
|
6539
|
-
readonly ofType: {
|
|
6540
|
-
readonly kind: "LIST";
|
|
6541
|
-
readonly ofType: {
|
|
6542
|
-
readonly kind: "NON_NULL";
|
|
6543
|
-
readonly ofType: {
|
|
6544
|
-
readonly kind: "SCALAR";
|
|
6545
|
-
readonly name: "ID";
|
|
6546
|
-
};
|
|
6547
|
-
};
|
|
6548
|
-
};
|
|
6549
|
-
};
|
|
6550
|
-
readonly args: readonly [];
|
|
6551
|
-
readonly isDeprecated: false;
|
|
6552
|
-
}, {
|
|
6553
|
-
readonly name: "listingIds";
|
|
6554
|
-
readonly type: {
|
|
6555
|
-
readonly kind: "NON_NULL";
|
|
6556
|
-
readonly ofType: {
|
|
6557
|
-
readonly kind: "LIST";
|
|
6558
|
-
readonly ofType: {
|
|
6559
|
-
readonly kind: "NON_NULL";
|
|
6560
|
-
readonly ofType: {
|
|
6561
|
-
readonly kind: "SCALAR";
|
|
6562
|
-
readonly name: "ID";
|
|
6563
|
-
};
|
|
6564
|
-
};
|
|
6565
|
-
};
|
|
6566
|
-
};
|
|
6567
|
-
readonly args: readonly [];
|
|
6568
|
-
readonly isDeprecated: false;
|
|
6569
|
-
}, {
|
|
6570
|
-
readonly name: "meetingRoomIds";
|
|
6571
|
-
readonly type: {
|
|
6572
|
-
readonly kind: "NON_NULL";
|
|
6573
|
-
readonly ofType: {
|
|
6574
|
-
readonly kind: "LIST";
|
|
6575
|
-
readonly ofType: {
|
|
6576
|
-
readonly kind: "NON_NULL";
|
|
6577
|
-
readonly ofType: {
|
|
6578
|
-
readonly kind: "SCALAR";
|
|
6579
|
-
readonly name: "ID";
|
|
6580
|
-
};
|
|
6581
|
-
};
|
|
6582
|
-
};
|
|
6583
|
-
};
|
|
6584
|
-
readonly args: readonly [];
|
|
6585
|
-
readonly isDeprecated: false;
|
|
6586
|
-
}, {
|
|
6587
|
-
readonly name: "meetingTypes";
|
|
6588
|
-
readonly type: {
|
|
6589
|
-
readonly kind: "NON_NULL";
|
|
6590
|
-
readonly ofType: {
|
|
6591
|
-
readonly kind: "LIST";
|
|
6592
|
-
readonly ofType: {
|
|
6593
|
-
readonly kind: "NON_NULL";
|
|
6594
|
-
readonly ofType: {
|
|
6595
|
-
readonly kind: "ENUM";
|
|
6596
|
-
readonly name: "MeetingType";
|
|
6597
|
-
};
|
|
6598
|
-
};
|
|
6599
|
-
};
|
|
6600
|
-
};
|
|
6601
|
-
readonly args: readonly [];
|
|
6602
|
-
readonly isDeprecated: false;
|
|
6603
|
-
}, {
|
|
6604
|
-
readonly name: "metadata";
|
|
6605
|
-
readonly type: {
|
|
6606
|
-
readonly kind: "SCALAR";
|
|
6607
|
-
readonly name: "JSONObject";
|
|
6608
|
-
};
|
|
6609
|
-
readonly args: readonly [];
|
|
6610
|
-
readonly isDeprecated: false;
|
|
6611
|
-
}, {
|
|
6612
|
-
readonly name: "officeIds";
|
|
6613
|
-
readonly type: {
|
|
6614
|
-
readonly kind: "NON_NULL";
|
|
6615
|
-
readonly ofType: {
|
|
6616
|
-
readonly kind: "LIST";
|
|
6617
|
-
readonly ofType: {
|
|
6618
|
-
readonly kind: "NON_NULL";
|
|
6619
|
-
readonly ofType: {
|
|
6620
|
-
readonly kind: "SCALAR";
|
|
6621
|
-
readonly name: "ID";
|
|
6622
|
-
};
|
|
6623
|
-
};
|
|
6624
|
-
};
|
|
6625
|
-
};
|
|
6626
|
-
readonly args: readonly [];
|
|
6627
|
-
readonly isDeprecated: false;
|
|
6628
|
-
}, {
|
|
6629
|
-
readonly name: "secondaryCustomerIds";
|
|
6630
|
-
readonly type: {
|
|
6631
|
-
readonly kind: "NON_NULL";
|
|
6632
|
-
readonly ofType: {
|
|
6633
|
-
readonly kind: "LIST";
|
|
6634
|
-
readonly ofType: {
|
|
6635
|
-
readonly kind: "NON_NULL";
|
|
6636
|
-
readonly ofType: {
|
|
6637
|
-
readonly kind: "SCALAR";
|
|
6638
|
-
readonly name: "ID";
|
|
6639
|
-
};
|
|
6640
|
-
};
|
|
6641
|
-
};
|
|
6642
|
-
};
|
|
6643
|
-
readonly args: readonly [];
|
|
6644
|
-
readonly isDeprecated: false;
|
|
6645
|
-
}, {
|
|
6646
|
-
readonly name: "secondaryEmployeeIds";
|
|
6647
|
-
readonly type: {
|
|
6648
|
-
readonly kind: "NON_NULL";
|
|
6649
|
-
readonly ofType: {
|
|
6650
|
-
readonly kind: "LIST";
|
|
6651
|
-
readonly ofType: {
|
|
6652
|
-
readonly kind: "NON_NULL";
|
|
6653
|
-
readonly ofType: {
|
|
6654
|
-
readonly kind: "SCALAR";
|
|
6655
|
-
readonly name: "ID";
|
|
6656
|
-
};
|
|
6657
|
-
};
|
|
6658
|
-
};
|
|
6659
|
-
};
|
|
6660
|
-
readonly args: readonly [];
|
|
6661
|
-
readonly isDeprecated: false;
|
|
6662
|
-
}, {
|
|
6663
|
-
readonly name: "start";
|
|
6664
|
-
readonly type: {
|
|
6665
|
-
readonly kind: "SCALAR";
|
|
6666
|
-
readonly name: "ISO8601";
|
|
6667
|
-
};
|
|
6668
|
-
readonly args: readonly [];
|
|
6669
|
-
readonly isDeprecated: false;
|
|
6670
|
-
}, {
|
|
6671
|
-
readonly name: "subjectGroupIds";
|
|
6672
|
-
readonly type: {
|
|
6673
|
-
readonly kind: "NON_NULL";
|
|
6674
|
-
readonly ofType: {
|
|
6675
|
-
readonly kind: "LIST";
|
|
6676
|
-
readonly ofType: {
|
|
6677
|
-
readonly kind: "NON_NULL";
|
|
6678
|
-
readonly ofType: {
|
|
6679
|
-
readonly kind: "SCALAR";
|
|
6680
|
-
readonly name: "ID";
|
|
6681
|
-
};
|
|
6682
|
-
};
|
|
6683
|
-
};
|
|
6684
|
-
};
|
|
6685
|
-
readonly args: readonly [];
|
|
6686
|
-
readonly isDeprecated: false;
|
|
6687
|
-
}, {
|
|
6688
|
-
readonly name: "subjectIds";
|
|
6689
|
-
readonly type: {
|
|
6690
|
-
readonly kind: "NON_NULL";
|
|
6691
|
-
readonly ofType: {
|
|
6692
|
-
readonly kind: "LIST";
|
|
6693
|
-
readonly ofType: {
|
|
6694
|
-
readonly kind: "NON_NULL";
|
|
6695
|
-
readonly ofType: {
|
|
6696
|
-
readonly kind: "SCALAR";
|
|
6697
|
-
readonly name: "ID";
|
|
6698
|
-
};
|
|
6699
|
-
};
|
|
6700
|
-
};
|
|
6701
|
-
};
|
|
6702
|
-
readonly args: readonly [];
|
|
6703
|
-
readonly isDeprecated: false;
|
|
6704
|
-
}];
|
|
6705
|
-
readonly interfaces: readonly [];
|
|
6706
6116
|
}, {
|
|
6707
6117
|
readonly kind: "OBJECT";
|
|
6708
6118
|
readonly name: "Customer";
|
|
@@ -8216,52 +7626,6 @@ declare const introspection: {
|
|
|
8216
7626
|
readonly isDeprecated: false;
|
|
8217
7627
|
}];
|
|
8218
7628
|
readonly interfaces: readonly [];
|
|
8219
|
-
}, {
|
|
8220
|
-
readonly kind: "OBJECT";
|
|
8221
|
-
readonly name: "DefaultUnavailabilityFormIdEnterpriseSetting";
|
|
8222
|
-
readonly fields: readonly [{
|
|
8223
|
-
readonly name: "createdAt";
|
|
8224
|
-
readonly type: {
|
|
8225
|
-
readonly kind: "NON_NULL";
|
|
8226
|
-
readonly ofType: {
|
|
8227
|
-
readonly kind: "SCALAR";
|
|
8228
|
-
readonly name: "ISO8601";
|
|
8229
|
-
};
|
|
8230
|
-
};
|
|
8231
|
-
readonly args: readonly [];
|
|
8232
|
-
readonly isDeprecated: false;
|
|
8233
|
-
}, {
|
|
8234
|
-
readonly name: "manageable";
|
|
8235
|
-
readonly type: {
|
|
8236
|
-
readonly kind: "NON_NULL";
|
|
8237
|
-
readonly ofType: {
|
|
8238
|
-
readonly kind: "SCALAR";
|
|
8239
|
-
readonly name: "Boolean";
|
|
8240
|
-
};
|
|
8241
|
-
};
|
|
8242
|
-
readonly args: readonly [];
|
|
8243
|
-
readonly isDeprecated: false;
|
|
8244
|
-
}, {
|
|
8245
|
-
readonly name: "updatedAt";
|
|
8246
|
-
readonly type: {
|
|
8247
|
-
readonly kind: "NON_NULL";
|
|
8248
|
-
readonly ofType: {
|
|
8249
|
-
readonly kind: "SCALAR";
|
|
8250
|
-
readonly name: "ISO8601";
|
|
8251
|
-
};
|
|
8252
|
-
};
|
|
8253
|
-
readonly args: readonly [];
|
|
8254
|
-
readonly isDeprecated: false;
|
|
8255
|
-
}, {
|
|
8256
|
-
readonly name: "value";
|
|
8257
|
-
readonly type: {
|
|
8258
|
-
readonly kind: "SCALAR";
|
|
8259
|
-
readonly name: "ID";
|
|
8260
|
-
};
|
|
8261
|
-
readonly args: readonly [];
|
|
8262
|
-
readonly isDeprecated: false;
|
|
8263
|
-
}];
|
|
8264
|
-
readonly interfaces: readonly [];
|
|
8265
7629
|
}, {
|
|
8266
7630
|
readonly kind: "OBJECT";
|
|
8267
7631
|
readonly name: "DefinedAvailability";
|
|
@@ -10467,25 +9831,6 @@ declare const introspection: {
|
|
|
10467
9831
|
};
|
|
10468
9832
|
readonly args: readonly [];
|
|
10469
9833
|
readonly isDeprecated: false;
|
|
10470
|
-
}, {
|
|
10471
|
-
readonly name: "defaultUnavailabilityForm";
|
|
10472
|
-
readonly type: {
|
|
10473
|
-
readonly kind: "OBJECT";
|
|
10474
|
-
readonly name: "Form";
|
|
10475
|
-
};
|
|
10476
|
-
readonly args: readonly [];
|
|
10477
|
-
readonly isDeprecated: false;
|
|
10478
|
-
}, {
|
|
10479
|
-
readonly name: "defaultUnavailabilityFormId";
|
|
10480
|
-
readonly type: {
|
|
10481
|
-
readonly kind: "NON_NULL";
|
|
10482
|
-
readonly ofType: {
|
|
10483
|
-
readonly kind: "OBJECT";
|
|
10484
|
-
readonly name: "DefaultUnavailabilityFormIdEnterpriseSetting";
|
|
10485
|
-
};
|
|
10486
|
-
};
|
|
10487
|
-
readonly args: readonly [];
|
|
10488
|
-
readonly isDeprecated: false;
|
|
10489
9834
|
}, {
|
|
10490
9835
|
readonly name: "emailProvider";
|
|
10491
9836
|
readonly type: {
|
|
@@ -10905,12 +10250,6 @@ declare const introspection: {
|
|
|
10905
10250
|
readonly kind: "INPUT_OBJECT";
|
|
10906
10251
|
readonly name: "defaultTimeZoneInput";
|
|
10907
10252
|
};
|
|
10908
|
-
}, {
|
|
10909
|
-
readonly name: "defaultUnavailabilityFormId";
|
|
10910
|
-
readonly type: {
|
|
10911
|
-
readonly kind: "INPUT_OBJECT";
|
|
10912
|
-
readonly name: "defaultUnavailabilityFormIdInput";
|
|
10913
|
-
};
|
|
10914
10253
|
}, {
|
|
10915
10254
|
readonly name: "emailProvider";
|
|
10916
10255
|
readonly type: {
|
|
@@ -13256,9 +12595,6 @@ declare const introspection: {
|
|
|
13256
12595
|
}, {
|
|
13257
12596
|
readonly name: "SUBJECT_QUESTIONNAIRE";
|
|
13258
12597
|
readonly isDeprecated: false;
|
|
13259
|
-
}, {
|
|
13260
|
-
readonly name: "UNAVAILABILITY";
|
|
13261
|
-
readonly isDeprecated: false;
|
|
13262
12598
|
}];
|
|
13263
12599
|
}, {
|
|
13264
12600
|
readonly kind: "OBJECT";
|
|
@@ -18658,26 +17994,6 @@ declare const introspection: {
|
|
|
18658
17994
|
};
|
|
18659
17995
|
}];
|
|
18660
17996
|
readonly isDeprecated: false;
|
|
18661
|
-
}, {
|
|
18662
|
-
readonly name: "createContext";
|
|
18663
|
-
readonly type: {
|
|
18664
|
-
readonly kind: "NON_NULL";
|
|
18665
|
-
readonly ofType: {
|
|
18666
|
-
readonly kind: "OBJECT";
|
|
18667
|
-
readonly name: "Context";
|
|
18668
|
-
};
|
|
18669
|
-
};
|
|
18670
|
-
readonly args: readonly [{
|
|
18671
|
-
readonly name: "input";
|
|
18672
|
-
readonly type: {
|
|
18673
|
-
readonly kind: "NON_NULL";
|
|
18674
|
-
readonly ofType: {
|
|
18675
|
-
readonly kind: "INPUT_OBJECT";
|
|
18676
|
-
readonly name: "ContextInput";
|
|
18677
|
-
};
|
|
18678
|
-
};
|
|
18679
|
-
}];
|
|
18680
|
-
readonly isDeprecated: false;
|
|
18681
17997
|
}, {
|
|
18682
17998
|
readonly name: "createCustomer";
|
|
18683
17999
|
readonly type: {
|
|
@@ -22645,26 +21961,6 @@ declare const introspection: {
|
|
|
22645
21961
|
};
|
|
22646
21962
|
}];
|
|
22647
21963
|
readonly isDeprecated: false;
|
|
22648
|
-
}, {
|
|
22649
|
-
readonly name: "scheduleAppointment";
|
|
22650
|
-
readonly type: {
|
|
22651
|
-
readonly kind: "NON_NULL";
|
|
22652
|
-
readonly ofType: {
|
|
22653
|
-
readonly kind: "OBJECT";
|
|
22654
|
-
readonly name: "Appointment";
|
|
22655
|
-
};
|
|
22656
|
-
};
|
|
22657
|
-
readonly args: readonly [{
|
|
22658
|
-
readonly name: "appointmentCreateInput";
|
|
22659
|
-
readonly type: {
|
|
22660
|
-
readonly kind: "NON_NULL";
|
|
22661
|
-
readonly ofType: {
|
|
22662
|
-
readonly kind: "INPUT_OBJECT";
|
|
22663
|
-
readonly name: "AppointmentCreateInput";
|
|
22664
|
-
};
|
|
22665
|
-
};
|
|
22666
|
-
}];
|
|
22667
|
-
readonly isDeprecated: false;
|
|
22668
21964
|
}, {
|
|
22669
21965
|
readonly name: "syncFutureEventsToExternalCalendar";
|
|
22670
21966
|
readonly type: {
|
|
@@ -26117,29 +25413,6 @@ declare const introspection: {
|
|
|
26117
25413
|
};
|
|
26118
25414
|
}];
|
|
26119
25415
|
readonly isDeprecated: false;
|
|
26120
|
-
}, {
|
|
26121
|
-
readonly name: "context";
|
|
26122
|
-
readonly type: {
|
|
26123
|
-
readonly kind: "NON_NULL";
|
|
26124
|
-
readonly ofType: {
|
|
26125
|
-
readonly kind: "OBJECT";
|
|
26126
|
-
readonly name: "Context";
|
|
26127
|
-
};
|
|
26128
|
-
};
|
|
26129
|
-
readonly args: readonly [{
|
|
26130
|
-
readonly name: "externalId";
|
|
26131
|
-
readonly type: {
|
|
26132
|
-
readonly kind: "SCALAR";
|
|
26133
|
-
readonly name: "String";
|
|
26134
|
-
};
|
|
26135
|
-
}, {
|
|
26136
|
-
readonly name: "id";
|
|
26137
|
-
readonly type: {
|
|
26138
|
-
readonly kind: "SCALAR";
|
|
26139
|
-
readonly name: "String";
|
|
26140
|
-
};
|
|
26141
|
-
}];
|
|
26142
|
-
readonly isDeprecated: false;
|
|
26143
25416
|
}, {
|
|
26144
25417
|
readonly name: "customer";
|
|
26145
25418
|
readonly type: {
|
|
@@ -31451,14 +30724,6 @@ declare const introspection: {
|
|
|
31451
30724
|
};
|
|
31452
30725
|
readonly args: readonly [];
|
|
31453
30726
|
readonly isDeprecated: false;
|
|
31454
|
-
}, {
|
|
31455
|
-
readonly name: "name";
|
|
31456
|
-
readonly type: {
|
|
31457
|
-
readonly kind: "SCALAR";
|
|
31458
|
-
readonly name: "String";
|
|
31459
|
-
};
|
|
31460
|
-
readonly args: readonly [];
|
|
31461
|
-
readonly isDeprecated: false;
|
|
31462
30727
|
}, {
|
|
31463
30728
|
readonly name: "order";
|
|
31464
30729
|
readonly type: {
|
|
@@ -31608,12 +30873,6 @@ declare const introspection: {
|
|
|
31608
30873
|
readonly kind: "ENUM";
|
|
31609
30874
|
readonly name: "InputType";
|
|
31610
30875
|
};
|
|
31611
|
-
}, {
|
|
31612
|
-
readonly name: "name";
|
|
31613
|
-
readonly type: {
|
|
31614
|
-
readonly kind: "SCALAR";
|
|
31615
|
-
readonly name: "String";
|
|
31616
|
-
};
|
|
31617
30876
|
}, {
|
|
31618
30877
|
readonly name: "order";
|
|
31619
30878
|
readonly type: {
|
|
@@ -31701,12 +30960,6 @@ declare const introspection: {
|
|
|
31701
30960
|
readonly name: "InputType";
|
|
31702
30961
|
};
|
|
31703
30962
|
};
|
|
31704
|
-
}, {
|
|
31705
|
-
readonly name: "name";
|
|
31706
|
-
readonly type: {
|
|
31707
|
-
readonly kind: "SCALAR";
|
|
31708
|
-
readonly name: "String";
|
|
31709
|
-
};
|
|
31710
30963
|
}, {
|
|
31711
30964
|
readonly name: "order";
|
|
31712
30965
|
readonly type: {
|
|
@@ -37162,23 +36415,6 @@ declare const introspection: {
|
|
|
37162
36415
|
};
|
|
37163
36416
|
readonly args: readonly [];
|
|
37164
36417
|
readonly isDeprecated: false;
|
|
37165
|
-
}, {
|
|
37166
|
-
readonly name: "answers";
|
|
37167
|
-
readonly type: {
|
|
37168
|
-
readonly kind: "NON_NULL";
|
|
37169
|
-
readonly ofType: {
|
|
37170
|
-
readonly kind: "LIST";
|
|
37171
|
-
readonly ofType: {
|
|
37172
|
-
readonly kind: "NON_NULL";
|
|
37173
|
-
readonly ofType: {
|
|
37174
|
-
readonly kind: "OBJECT";
|
|
37175
|
-
readonly name: "UnavailabilityAnswer";
|
|
37176
|
-
};
|
|
37177
|
-
};
|
|
37178
|
-
};
|
|
37179
|
-
};
|
|
37180
|
-
readonly args: readonly [];
|
|
37181
|
-
readonly isDeprecated: false;
|
|
37182
36418
|
}, {
|
|
37183
36419
|
readonly name: "createdAt";
|
|
37184
36420
|
readonly type: {
|
|
@@ -37282,157 +36518,6 @@ declare const introspection: {
|
|
|
37282
36518
|
readonly isDeprecated: false;
|
|
37283
36519
|
}];
|
|
37284
36520
|
readonly interfaces: readonly [];
|
|
37285
|
-
}, {
|
|
37286
|
-
readonly kind: "OBJECT";
|
|
37287
|
-
readonly name: "UnavailabilityAnswer";
|
|
37288
|
-
readonly fields: readonly [{
|
|
37289
|
-
readonly name: "answerType";
|
|
37290
|
-
readonly type: {
|
|
37291
|
-
readonly kind: "NON_NULL";
|
|
37292
|
-
readonly ofType: {
|
|
37293
|
-
readonly kind: "ENUM";
|
|
37294
|
-
readonly name: "FormType";
|
|
37295
|
-
};
|
|
37296
|
-
};
|
|
37297
|
-
readonly args: readonly [];
|
|
37298
|
-
readonly isDeprecated: false;
|
|
37299
|
-
}, {
|
|
37300
|
-
readonly name: "createdAt";
|
|
37301
|
-
readonly type: {
|
|
37302
|
-
readonly kind: "NON_NULL";
|
|
37303
|
-
readonly ofType: {
|
|
37304
|
-
readonly kind: "SCALAR";
|
|
37305
|
-
readonly name: "ISO8601";
|
|
37306
|
-
};
|
|
37307
|
-
};
|
|
37308
|
-
readonly args: readonly [];
|
|
37309
|
-
readonly isDeprecated: false;
|
|
37310
|
-
}, {
|
|
37311
|
-
readonly name: "files";
|
|
37312
|
-
readonly type: {
|
|
37313
|
-
readonly kind: "LIST";
|
|
37314
|
-
readonly ofType: {
|
|
37315
|
-
readonly kind: "NON_NULL";
|
|
37316
|
-
readonly ofType: {
|
|
37317
|
-
readonly kind: "OBJECT";
|
|
37318
|
-
readonly name: "File";
|
|
37319
|
-
};
|
|
37320
|
-
};
|
|
37321
|
-
};
|
|
37322
|
-
readonly args: readonly [];
|
|
37323
|
-
readonly isDeprecated: false;
|
|
37324
|
-
}, {
|
|
37325
|
-
readonly name: "form";
|
|
37326
|
-
readonly type: {
|
|
37327
|
-
readonly kind: "NON_NULL";
|
|
37328
|
-
readonly ofType: {
|
|
37329
|
-
readonly kind: "OBJECT";
|
|
37330
|
-
readonly name: "Form";
|
|
37331
|
-
};
|
|
37332
|
-
};
|
|
37333
|
-
readonly args: readonly [];
|
|
37334
|
-
readonly isDeprecated: false;
|
|
37335
|
-
}, {
|
|
37336
|
-
readonly name: "id";
|
|
37337
|
-
readonly type: {
|
|
37338
|
-
readonly kind: "NON_NULL";
|
|
37339
|
-
readonly ofType: {
|
|
37340
|
-
readonly kind: "SCALAR";
|
|
37341
|
-
readonly name: "ID";
|
|
37342
|
-
};
|
|
37343
|
-
};
|
|
37344
|
-
readonly args: readonly [];
|
|
37345
|
-
readonly isDeprecated: false;
|
|
37346
|
-
}, {
|
|
37347
|
-
readonly name: "question";
|
|
37348
|
-
readonly type: {
|
|
37349
|
-
readonly kind: "NON_NULL";
|
|
37350
|
-
readonly ofType: {
|
|
37351
|
-
readonly kind: "OBJECT";
|
|
37352
|
-
readonly name: "Question";
|
|
37353
|
-
};
|
|
37354
|
-
};
|
|
37355
|
-
readonly args: readonly [];
|
|
37356
|
-
readonly isDeprecated: false;
|
|
37357
|
-
}, {
|
|
37358
|
-
readonly name: "selectedAnswerOptions";
|
|
37359
|
-
readonly type: {
|
|
37360
|
-
readonly kind: "LIST";
|
|
37361
|
-
readonly ofType: {
|
|
37362
|
-
readonly kind: "NON_NULL";
|
|
37363
|
-
readonly ofType: {
|
|
37364
|
-
readonly kind: "OBJECT";
|
|
37365
|
-
readonly name: "AnswerOption";
|
|
37366
|
-
};
|
|
37367
|
-
};
|
|
37368
|
-
};
|
|
37369
|
-
readonly args: readonly [];
|
|
37370
|
-
readonly isDeprecated: false;
|
|
37371
|
-
}, {
|
|
37372
|
-
readonly name: "updatedAt";
|
|
37373
|
-
readonly type: {
|
|
37374
|
-
readonly kind: "NON_NULL";
|
|
37375
|
-
readonly ofType: {
|
|
37376
|
-
readonly kind: "SCALAR";
|
|
37377
|
-
readonly name: "ISO8601";
|
|
37378
|
-
};
|
|
37379
|
-
};
|
|
37380
|
-
readonly args: readonly [];
|
|
37381
|
-
readonly isDeprecated: false;
|
|
37382
|
-
}, {
|
|
37383
|
-
readonly name: "value";
|
|
37384
|
-
readonly type: {
|
|
37385
|
-
readonly kind: "SCALAR";
|
|
37386
|
-
readonly name: "String";
|
|
37387
|
-
};
|
|
37388
|
-
readonly args: readonly [];
|
|
37389
|
-
readonly isDeprecated: false;
|
|
37390
|
-
}];
|
|
37391
|
-
readonly interfaces: readonly [];
|
|
37392
|
-
}, {
|
|
37393
|
-
readonly kind: "INPUT_OBJECT";
|
|
37394
|
-
readonly name: "UnavailabilityAnswerInput";
|
|
37395
|
-
readonly inputFields: readonly [{
|
|
37396
|
-
readonly name: "fileIds";
|
|
37397
|
-
readonly type: {
|
|
37398
|
-
readonly kind: "LIST";
|
|
37399
|
-
readonly ofType: {
|
|
37400
|
-
readonly kind: "NON_NULL";
|
|
37401
|
-
readonly ofType: {
|
|
37402
|
-
readonly kind: "SCALAR";
|
|
37403
|
-
readonly name: "String";
|
|
37404
|
-
};
|
|
37405
|
-
};
|
|
37406
|
-
};
|
|
37407
|
-
}, {
|
|
37408
|
-
readonly name: "questionId";
|
|
37409
|
-
readonly type: {
|
|
37410
|
-
readonly kind: "NON_NULL";
|
|
37411
|
-
readonly ofType: {
|
|
37412
|
-
readonly kind: "SCALAR";
|
|
37413
|
-
readonly name: "ID";
|
|
37414
|
-
};
|
|
37415
|
-
};
|
|
37416
|
-
}, {
|
|
37417
|
-
readonly name: "selectedAnswerOptionIds";
|
|
37418
|
-
readonly type: {
|
|
37419
|
-
readonly kind: "LIST";
|
|
37420
|
-
readonly ofType: {
|
|
37421
|
-
readonly kind: "NON_NULL";
|
|
37422
|
-
readonly ofType: {
|
|
37423
|
-
readonly kind: "SCALAR";
|
|
37424
|
-
readonly name: "ID";
|
|
37425
|
-
};
|
|
37426
|
-
};
|
|
37427
|
-
};
|
|
37428
|
-
}, {
|
|
37429
|
-
readonly name: "value";
|
|
37430
|
-
readonly type: {
|
|
37431
|
-
readonly kind: "SCALAR";
|
|
37432
|
-
readonly name: "String";
|
|
37433
|
-
};
|
|
37434
|
-
}];
|
|
37435
|
-
readonly isOneOf: false;
|
|
37436
36521
|
}, {
|
|
37437
36522
|
readonly kind: "OBJECT";
|
|
37438
36523
|
readonly name: "UnavailabilityConnection";
|
|
@@ -37481,18 +36566,6 @@ declare const introspection: {
|
|
|
37481
36566
|
readonly kind: "INPUT_OBJECT";
|
|
37482
36567
|
readonly name: "UnavailabilityCreateInput";
|
|
37483
36568
|
readonly inputFields: readonly [{
|
|
37484
|
-
readonly name: "answers";
|
|
37485
|
-
readonly type: {
|
|
37486
|
-
readonly kind: "LIST";
|
|
37487
|
-
readonly ofType: {
|
|
37488
|
-
readonly kind: "NON_NULL";
|
|
37489
|
-
readonly ofType: {
|
|
37490
|
-
readonly kind: "INPUT_OBJECT";
|
|
37491
|
-
readonly name: "UnavailabilityAnswerInput";
|
|
37492
|
-
};
|
|
37493
|
-
};
|
|
37494
|
-
};
|
|
37495
|
-
}, {
|
|
37496
36569
|
readonly name: "employeeId";
|
|
37497
36570
|
readonly type: {
|
|
37498
36571
|
readonly kind: "NON_NULL";
|
|
@@ -37552,18 +36625,6 @@ declare const introspection: {
|
|
|
37552
36625
|
readonly kind: "INPUT_OBJECT";
|
|
37553
36626
|
readonly name: "UnavailabilityEventCreateInput";
|
|
37554
36627
|
readonly inputFields: readonly [{
|
|
37555
|
-
readonly name: "answers";
|
|
37556
|
-
readonly type: {
|
|
37557
|
-
readonly kind: "LIST";
|
|
37558
|
-
readonly ofType: {
|
|
37559
|
-
readonly kind: "NON_NULL";
|
|
37560
|
-
readonly ofType: {
|
|
37561
|
-
readonly kind: "INPUT_OBJECT";
|
|
37562
|
-
readonly name: "UnavailabilityAnswerInput";
|
|
37563
|
-
};
|
|
37564
|
-
};
|
|
37565
|
-
};
|
|
37566
|
-
}, {
|
|
37567
36628
|
readonly name: "employeeId";
|
|
37568
36629
|
readonly type: {
|
|
37569
36630
|
readonly kind: "NON_NULL";
|
|
@@ -37596,18 +36657,6 @@ declare const introspection: {
|
|
|
37596
36657
|
readonly kind: "INPUT_OBJECT";
|
|
37597
36658
|
readonly name: "UnavailabilityRevertInput";
|
|
37598
36659
|
readonly inputFields: readonly [{
|
|
37599
|
-
readonly name: "answers";
|
|
37600
|
-
readonly type: {
|
|
37601
|
-
readonly kind: "LIST";
|
|
37602
|
-
readonly ofType: {
|
|
37603
|
-
readonly kind: "NON_NULL";
|
|
37604
|
-
readonly ofType: {
|
|
37605
|
-
readonly kind: "INPUT_OBJECT";
|
|
37606
|
-
readonly name: "UnavailabilityAnswerInput";
|
|
37607
|
-
};
|
|
37608
|
-
};
|
|
37609
|
-
};
|
|
37610
|
-
}, {
|
|
37611
36660
|
readonly name: "employeeId";
|
|
37612
36661
|
readonly type: {
|
|
37613
36662
|
readonly kind: "NON_NULL";
|
|
@@ -39277,23 +38326,6 @@ declare const introspection: {
|
|
|
39277
38326
|
};
|
|
39278
38327
|
}];
|
|
39279
38328
|
readonly isOneOf: false;
|
|
39280
|
-
}, {
|
|
39281
|
-
readonly kind: "INPUT_OBJECT";
|
|
39282
|
-
readonly name: "defaultUnavailabilityFormIdInput";
|
|
39283
|
-
readonly inputFields: readonly [{
|
|
39284
|
-
readonly name: "manageable";
|
|
39285
|
-
readonly type: {
|
|
39286
|
-
readonly kind: "SCALAR";
|
|
39287
|
-
readonly name: "Boolean";
|
|
39288
|
-
};
|
|
39289
|
-
}, {
|
|
39290
|
-
readonly name: "value";
|
|
39291
|
-
readonly type: {
|
|
39292
|
-
readonly kind: "SCALAR";
|
|
39293
|
-
readonly name: "ID";
|
|
39294
|
-
};
|
|
39295
|
-
}];
|
|
39296
|
-
readonly isOneOf: false;
|
|
39297
38329
|
}, {
|
|
39298
38330
|
readonly kind: "INPUT_OBJECT";
|
|
39299
38331
|
readonly name: "emailProviderInput";
|