@pexip-engage-public/graphql 1.1.14 → 1.1.15-canary-20251009124159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/graphql-env.d.ts +1017 -0
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1236 -110
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +118 -1
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/graphql-env.ts +1236 -110
- package/src/schema.ts +134 -1
package/dist/graphql-env.d.ts
CHANGED
|
@@ -6113,6 +6113,596 @@ 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 [];
|
|
6116
6706
|
}, {
|
|
6117
6707
|
readonly kind: "OBJECT";
|
|
6118
6708
|
readonly name: "Customer";
|
|
@@ -7626,6 +8216,52 @@ declare const introspection: {
|
|
|
7626
8216
|
readonly isDeprecated: false;
|
|
7627
8217
|
}];
|
|
7628
8218
|
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 [];
|
|
7629
8265
|
}, {
|
|
7630
8266
|
readonly kind: "OBJECT";
|
|
7631
8267
|
readonly name: "DefinedAvailability";
|
|
@@ -9831,6 +10467,25 @@ declare const introspection: {
|
|
|
9831
10467
|
};
|
|
9832
10468
|
readonly args: readonly [];
|
|
9833
10469
|
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;
|
|
9834
10489
|
}, {
|
|
9835
10490
|
readonly name: "emailProvider";
|
|
9836
10491
|
readonly type: {
|
|
@@ -10250,6 +10905,12 @@ declare const introspection: {
|
|
|
10250
10905
|
readonly kind: "INPUT_OBJECT";
|
|
10251
10906
|
readonly name: "defaultTimeZoneInput";
|
|
10252
10907
|
};
|
|
10908
|
+
}, {
|
|
10909
|
+
readonly name: "defaultUnavailabilityFormId";
|
|
10910
|
+
readonly type: {
|
|
10911
|
+
readonly kind: "INPUT_OBJECT";
|
|
10912
|
+
readonly name: "defaultUnavailabilityFormIdInput";
|
|
10913
|
+
};
|
|
10253
10914
|
}, {
|
|
10254
10915
|
readonly name: "emailProvider";
|
|
10255
10916
|
readonly type: {
|
|
@@ -12595,6 +13256,9 @@ declare const introspection: {
|
|
|
12595
13256
|
}, {
|
|
12596
13257
|
readonly name: "SUBJECT_QUESTIONNAIRE";
|
|
12597
13258
|
readonly isDeprecated: false;
|
|
13259
|
+
}, {
|
|
13260
|
+
readonly name: "UNAVAILABILITY";
|
|
13261
|
+
readonly isDeprecated: false;
|
|
12598
13262
|
}];
|
|
12599
13263
|
}, {
|
|
12600
13264
|
readonly kind: "OBJECT";
|
|
@@ -13802,6 +14466,14 @@ declare const introspection: {
|
|
|
13802
14466
|
};
|
|
13803
14467
|
readonly args: readonly [];
|
|
13804
14468
|
readonly isDeprecated: false;
|
|
14469
|
+
}, {
|
|
14470
|
+
readonly name: "internalNotes";
|
|
14471
|
+
readonly type: {
|
|
14472
|
+
readonly kind: "SCALAR";
|
|
14473
|
+
readonly name: "String";
|
|
14474
|
+
};
|
|
14475
|
+
readonly args: readonly [];
|
|
14476
|
+
readonly isDeprecated: false;
|
|
13805
14477
|
}, {
|
|
13806
14478
|
readonly name: "listingTimeSlots";
|
|
13807
14479
|
readonly type: {
|
|
@@ -14027,6 +14699,12 @@ declare const introspection: {
|
|
|
14027
14699
|
readonly kind: "SCALAR";
|
|
14028
14700
|
readonly name: "String";
|
|
14029
14701
|
};
|
|
14702
|
+
}, {
|
|
14703
|
+
readonly name: "internalNotes";
|
|
14704
|
+
readonly type: {
|
|
14705
|
+
readonly kind: "SCALAR";
|
|
14706
|
+
readonly name: "String";
|
|
14707
|
+
};
|
|
14030
14708
|
}, {
|
|
14031
14709
|
readonly name: "location";
|
|
14032
14710
|
readonly type: {
|
|
@@ -14104,6 +14782,12 @@ declare const introspection: {
|
|
|
14104
14782
|
readonly kind: "SCALAR";
|
|
14105
14783
|
readonly name: "String";
|
|
14106
14784
|
};
|
|
14785
|
+
}, {
|
|
14786
|
+
readonly name: "internalNotes";
|
|
14787
|
+
readonly type: {
|
|
14788
|
+
readonly kind: "SCALAR";
|
|
14789
|
+
readonly name: "String";
|
|
14790
|
+
};
|
|
14107
14791
|
}, {
|
|
14108
14792
|
readonly name: "location";
|
|
14109
14793
|
readonly type: {
|
|
@@ -17994,6 +18678,26 @@ declare const introspection: {
|
|
|
17994
18678
|
};
|
|
17995
18679
|
}];
|
|
17996
18680
|
readonly isDeprecated: false;
|
|
18681
|
+
}, {
|
|
18682
|
+
readonly name: "createContext";
|
|
18683
|
+
readonly type: {
|
|
18684
|
+
readonly kind: "NON_NULL";
|
|
18685
|
+
readonly ofType: {
|
|
18686
|
+
readonly kind: "OBJECT";
|
|
18687
|
+
readonly name: "Context";
|
|
18688
|
+
};
|
|
18689
|
+
};
|
|
18690
|
+
readonly args: readonly [{
|
|
18691
|
+
readonly name: "input";
|
|
18692
|
+
readonly type: {
|
|
18693
|
+
readonly kind: "NON_NULL";
|
|
18694
|
+
readonly ofType: {
|
|
18695
|
+
readonly kind: "INPUT_OBJECT";
|
|
18696
|
+
readonly name: "ContextInput";
|
|
18697
|
+
};
|
|
18698
|
+
};
|
|
18699
|
+
}];
|
|
18700
|
+
readonly isDeprecated: false;
|
|
17997
18701
|
}, {
|
|
17998
18702
|
readonly name: "createCustomer";
|
|
17999
18703
|
readonly type: {
|
|
@@ -18135,6 +18839,35 @@ declare const introspection: {
|
|
|
18135
18839
|
};
|
|
18136
18840
|
}];
|
|
18137
18841
|
readonly isDeprecated: false;
|
|
18842
|
+
}, {
|
|
18843
|
+
readonly name: "createDownloadUnavailabilityFileLink";
|
|
18844
|
+
readonly type: {
|
|
18845
|
+
readonly kind: "NON_NULL";
|
|
18846
|
+
readonly ofType: {
|
|
18847
|
+
readonly kind: "SCALAR";
|
|
18848
|
+
readonly name: "String";
|
|
18849
|
+
};
|
|
18850
|
+
};
|
|
18851
|
+
readonly args: readonly [{
|
|
18852
|
+
readonly name: "fileId";
|
|
18853
|
+
readonly type: {
|
|
18854
|
+
readonly kind: "NON_NULL";
|
|
18855
|
+
readonly ofType: {
|
|
18856
|
+
readonly kind: "SCALAR";
|
|
18857
|
+
readonly name: "String";
|
|
18858
|
+
};
|
|
18859
|
+
};
|
|
18860
|
+
}, {
|
|
18861
|
+
readonly name: "id";
|
|
18862
|
+
readonly type: {
|
|
18863
|
+
readonly kind: "NON_NULL";
|
|
18864
|
+
readonly ofType: {
|
|
18865
|
+
readonly kind: "SCALAR";
|
|
18866
|
+
readonly name: "ID";
|
|
18867
|
+
};
|
|
18868
|
+
};
|
|
18869
|
+
}];
|
|
18870
|
+
readonly isDeprecated: false;
|
|
18138
18871
|
}, {
|
|
18139
18872
|
readonly name: "createEmployee";
|
|
18140
18873
|
readonly type: {
|
|
@@ -21961,6 +22694,26 @@ declare const introspection: {
|
|
|
21961
22694
|
};
|
|
21962
22695
|
}];
|
|
21963
22696
|
readonly isDeprecated: false;
|
|
22697
|
+
}, {
|
|
22698
|
+
readonly name: "scheduleAppointment";
|
|
22699
|
+
readonly type: {
|
|
22700
|
+
readonly kind: "NON_NULL";
|
|
22701
|
+
readonly ofType: {
|
|
22702
|
+
readonly kind: "OBJECT";
|
|
22703
|
+
readonly name: "Appointment";
|
|
22704
|
+
};
|
|
22705
|
+
};
|
|
22706
|
+
readonly args: readonly [{
|
|
22707
|
+
readonly name: "appointmentCreateInput";
|
|
22708
|
+
readonly type: {
|
|
22709
|
+
readonly kind: "NON_NULL";
|
|
22710
|
+
readonly ofType: {
|
|
22711
|
+
readonly kind: "INPUT_OBJECT";
|
|
22712
|
+
readonly name: "AppointmentCreateInput";
|
|
22713
|
+
};
|
|
22714
|
+
};
|
|
22715
|
+
}];
|
|
22716
|
+
readonly isDeprecated: false;
|
|
21964
22717
|
}, {
|
|
21965
22718
|
readonly name: "syncFutureEventsToExternalCalendar";
|
|
21966
22719
|
readonly type: {
|
|
@@ -25413,6 +26166,29 @@ declare const introspection: {
|
|
|
25413
26166
|
};
|
|
25414
26167
|
}];
|
|
25415
26168
|
readonly isDeprecated: false;
|
|
26169
|
+
}, {
|
|
26170
|
+
readonly name: "context";
|
|
26171
|
+
readonly type: {
|
|
26172
|
+
readonly kind: "NON_NULL";
|
|
26173
|
+
readonly ofType: {
|
|
26174
|
+
readonly kind: "OBJECT";
|
|
26175
|
+
readonly name: "Context";
|
|
26176
|
+
};
|
|
26177
|
+
};
|
|
26178
|
+
readonly args: readonly [{
|
|
26179
|
+
readonly name: "externalId";
|
|
26180
|
+
readonly type: {
|
|
26181
|
+
readonly kind: "SCALAR";
|
|
26182
|
+
readonly name: "String";
|
|
26183
|
+
};
|
|
26184
|
+
}, {
|
|
26185
|
+
readonly name: "id";
|
|
26186
|
+
readonly type: {
|
|
26187
|
+
readonly kind: "SCALAR";
|
|
26188
|
+
readonly name: "String";
|
|
26189
|
+
};
|
|
26190
|
+
}];
|
|
26191
|
+
readonly isDeprecated: false;
|
|
25416
26192
|
}, {
|
|
25417
26193
|
readonly name: "customer";
|
|
25418
26194
|
readonly type: {
|
|
@@ -30724,6 +31500,14 @@ declare const introspection: {
|
|
|
30724
31500
|
};
|
|
30725
31501
|
readonly args: readonly [];
|
|
30726
31502
|
readonly isDeprecated: false;
|
|
31503
|
+
}, {
|
|
31504
|
+
readonly name: "name";
|
|
31505
|
+
readonly type: {
|
|
31506
|
+
readonly kind: "SCALAR";
|
|
31507
|
+
readonly name: "String";
|
|
31508
|
+
};
|
|
31509
|
+
readonly args: readonly [];
|
|
31510
|
+
readonly isDeprecated: false;
|
|
30727
31511
|
}, {
|
|
30728
31512
|
readonly name: "order";
|
|
30729
31513
|
readonly type: {
|
|
@@ -30873,6 +31657,12 @@ declare const introspection: {
|
|
|
30873
31657
|
readonly kind: "ENUM";
|
|
30874
31658
|
readonly name: "InputType";
|
|
30875
31659
|
};
|
|
31660
|
+
}, {
|
|
31661
|
+
readonly name: "name";
|
|
31662
|
+
readonly type: {
|
|
31663
|
+
readonly kind: "SCALAR";
|
|
31664
|
+
readonly name: "String";
|
|
31665
|
+
};
|
|
30876
31666
|
}, {
|
|
30877
31667
|
readonly name: "order";
|
|
30878
31668
|
readonly type: {
|
|
@@ -30960,6 +31750,12 @@ declare const introspection: {
|
|
|
30960
31750
|
readonly name: "InputType";
|
|
30961
31751
|
};
|
|
30962
31752
|
};
|
|
31753
|
+
}, {
|
|
31754
|
+
readonly name: "name";
|
|
31755
|
+
readonly type: {
|
|
31756
|
+
readonly kind: "SCALAR";
|
|
31757
|
+
readonly name: "String";
|
|
31758
|
+
};
|
|
30963
31759
|
}, {
|
|
30964
31760
|
readonly name: "order";
|
|
30965
31761
|
readonly type: {
|
|
@@ -36415,6 +37211,23 @@ declare const introspection: {
|
|
|
36415
37211
|
};
|
|
36416
37212
|
readonly args: readonly [];
|
|
36417
37213
|
readonly isDeprecated: false;
|
|
37214
|
+
}, {
|
|
37215
|
+
readonly name: "answers";
|
|
37216
|
+
readonly type: {
|
|
37217
|
+
readonly kind: "NON_NULL";
|
|
37218
|
+
readonly ofType: {
|
|
37219
|
+
readonly kind: "LIST";
|
|
37220
|
+
readonly ofType: {
|
|
37221
|
+
readonly kind: "NON_NULL";
|
|
37222
|
+
readonly ofType: {
|
|
37223
|
+
readonly kind: "OBJECT";
|
|
37224
|
+
readonly name: "UnavailabilityAnswer";
|
|
37225
|
+
};
|
|
37226
|
+
};
|
|
37227
|
+
};
|
|
37228
|
+
};
|
|
37229
|
+
readonly args: readonly [];
|
|
37230
|
+
readonly isDeprecated: false;
|
|
36418
37231
|
}, {
|
|
36419
37232
|
readonly name: "createdAt";
|
|
36420
37233
|
readonly type: {
|
|
@@ -36518,6 +37331,157 @@ declare const introspection: {
|
|
|
36518
37331
|
readonly isDeprecated: false;
|
|
36519
37332
|
}];
|
|
36520
37333
|
readonly interfaces: readonly [];
|
|
37334
|
+
}, {
|
|
37335
|
+
readonly kind: "OBJECT";
|
|
37336
|
+
readonly name: "UnavailabilityAnswer";
|
|
37337
|
+
readonly fields: readonly [{
|
|
37338
|
+
readonly name: "answerType";
|
|
37339
|
+
readonly type: {
|
|
37340
|
+
readonly kind: "NON_NULL";
|
|
37341
|
+
readonly ofType: {
|
|
37342
|
+
readonly kind: "ENUM";
|
|
37343
|
+
readonly name: "FormType";
|
|
37344
|
+
};
|
|
37345
|
+
};
|
|
37346
|
+
readonly args: readonly [];
|
|
37347
|
+
readonly isDeprecated: false;
|
|
37348
|
+
}, {
|
|
37349
|
+
readonly name: "createdAt";
|
|
37350
|
+
readonly type: {
|
|
37351
|
+
readonly kind: "NON_NULL";
|
|
37352
|
+
readonly ofType: {
|
|
37353
|
+
readonly kind: "SCALAR";
|
|
37354
|
+
readonly name: "ISO8601";
|
|
37355
|
+
};
|
|
37356
|
+
};
|
|
37357
|
+
readonly args: readonly [];
|
|
37358
|
+
readonly isDeprecated: false;
|
|
37359
|
+
}, {
|
|
37360
|
+
readonly name: "files";
|
|
37361
|
+
readonly type: {
|
|
37362
|
+
readonly kind: "LIST";
|
|
37363
|
+
readonly ofType: {
|
|
37364
|
+
readonly kind: "NON_NULL";
|
|
37365
|
+
readonly ofType: {
|
|
37366
|
+
readonly kind: "OBJECT";
|
|
37367
|
+
readonly name: "File";
|
|
37368
|
+
};
|
|
37369
|
+
};
|
|
37370
|
+
};
|
|
37371
|
+
readonly args: readonly [];
|
|
37372
|
+
readonly isDeprecated: false;
|
|
37373
|
+
}, {
|
|
37374
|
+
readonly name: "form";
|
|
37375
|
+
readonly type: {
|
|
37376
|
+
readonly kind: "NON_NULL";
|
|
37377
|
+
readonly ofType: {
|
|
37378
|
+
readonly kind: "OBJECT";
|
|
37379
|
+
readonly name: "Form";
|
|
37380
|
+
};
|
|
37381
|
+
};
|
|
37382
|
+
readonly args: readonly [];
|
|
37383
|
+
readonly isDeprecated: false;
|
|
37384
|
+
}, {
|
|
37385
|
+
readonly name: "id";
|
|
37386
|
+
readonly type: {
|
|
37387
|
+
readonly kind: "NON_NULL";
|
|
37388
|
+
readonly ofType: {
|
|
37389
|
+
readonly kind: "SCALAR";
|
|
37390
|
+
readonly name: "ID";
|
|
37391
|
+
};
|
|
37392
|
+
};
|
|
37393
|
+
readonly args: readonly [];
|
|
37394
|
+
readonly isDeprecated: false;
|
|
37395
|
+
}, {
|
|
37396
|
+
readonly name: "question";
|
|
37397
|
+
readonly type: {
|
|
37398
|
+
readonly kind: "NON_NULL";
|
|
37399
|
+
readonly ofType: {
|
|
37400
|
+
readonly kind: "OBJECT";
|
|
37401
|
+
readonly name: "Question";
|
|
37402
|
+
};
|
|
37403
|
+
};
|
|
37404
|
+
readonly args: readonly [];
|
|
37405
|
+
readonly isDeprecated: false;
|
|
37406
|
+
}, {
|
|
37407
|
+
readonly name: "selectedAnswerOptions";
|
|
37408
|
+
readonly type: {
|
|
37409
|
+
readonly kind: "LIST";
|
|
37410
|
+
readonly ofType: {
|
|
37411
|
+
readonly kind: "NON_NULL";
|
|
37412
|
+
readonly ofType: {
|
|
37413
|
+
readonly kind: "OBJECT";
|
|
37414
|
+
readonly name: "AnswerOption";
|
|
37415
|
+
};
|
|
37416
|
+
};
|
|
37417
|
+
};
|
|
37418
|
+
readonly args: readonly [];
|
|
37419
|
+
readonly isDeprecated: false;
|
|
37420
|
+
}, {
|
|
37421
|
+
readonly name: "updatedAt";
|
|
37422
|
+
readonly type: {
|
|
37423
|
+
readonly kind: "NON_NULL";
|
|
37424
|
+
readonly ofType: {
|
|
37425
|
+
readonly kind: "SCALAR";
|
|
37426
|
+
readonly name: "ISO8601";
|
|
37427
|
+
};
|
|
37428
|
+
};
|
|
37429
|
+
readonly args: readonly [];
|
|
37430
|
+
readonly isDeprecated: false;
|
|
37431
|
+
}, {
|
|
37432
|
+
readonly name: "value";
|
|
37433
|
+
readonly type: {
|
|
37434
|
+
readonly kind: "SCALAR";
|
|
37435
|
+
readonly name: "String";
|
|
37436
|
+
};
|
|
37437
|
+
readonly args: readonly [];
|
|
37438
|
+
readonly isDeprecated: false;
|
|
37439
|
+
}];
|
|
37440
|
+
readonly interfaces: readonly [];
|
|
37441
|
+
}, {
|
|
37442
|
+
readonly kind: "INPUT_OBJECT";
|
|
37443
|
+
readonly name: "UnavailabilityAnswerInput";
|
|
37444
|
+
readonly inputFields: readonly [{
|
|
37445
|
+
readonly name: "fileIds";
|
|
37446
|
+
readonly type: {
|
|
37447
|
+
readonly kind: "LIST";
|
|
37448
|
+
readonly ofType: {
|
|
37449
|
+
readonly kind: "NON_NULL";
|
|
37450
|
+
readonly ofType: {
|
|
37451
|
+
readonly kind: "SCALAR";
|
|
37452
|
+
readonly name: "String";
|
|
37453
|
+
};
|
|
37454
|
+
};
|
|
37455
|
+
};
|
|
37456
|
+
}, {
|
|
37457
|
+
readonly name: "questionId";
|
|
37458
|
+
readonly type: {
|
|
37459
|
+
readonly kind: "NON_NULL";
|
|
37460
|
+
readonly ofType: {
|
|
37461
|
+
readonly kind: "SCALAR";
|
|
37462
|
+
readonly name: "ID";
|
|
37463
|
+
};
|
|
37464
|
+
};
|
|
37465
|
+
}, {
|
|
37466
|
+
readonly name: "selectedAnswerOptionIds";
|
|
37467
|
+
readonly type: {
|
|
37468
|
+
readonly kind: "LIST";
|
|
37469
|
+
readonly ofType: {
|
|
37470
|
+
readonly kind: "NON_NULL";
|
|
37471
|
+
readonly ofType: {
|
|
37472
|
+
readonly kind: "SCALAR";
|
|
37473
|
+
readonly name: "ID";
|
|
37474
|
+
};
|
|
37475
|
+
};
|
|
37476
|
+
};
|
|
37477
|
+
}, {
|
|
37478
|
+
readonly name: "value";
|
|
37479
|
+
readonly type: {
|
|
37480
|
+
readonly kind: "SCALAR";
|
|
37481
|
+
readonly name: "String";
|
|
37482
|
+
};
|
|
37483
|
+
}];
|
|
37484
|
+
readonly isOneOf: false;
|
|
36521
37485
|
}, {
|
|
36522
37486
|
readonly kind: "OBJECT";
|
|
36523
37487
|
readonly name: "UnavailabilityConnection";
|
|
@@ -36566,6 +37530,18 @@ declare const introspection: {
|
|
|
36566
37530
|
readonly kind: "INPUT_OBJECT";
|
|
36567
37531
|
readonly name: "UnavailabilityCreateInput";
|
|
36568
37532
|
readonly inputFields: readonly [{
|
|
37533
|
+
readonly name: "answers";
|
|
37534
|
+
readonly type: {
|
|
37535
|
+
readonly kind: "LIST";
|
|
37536
|
+
readonly ofType: {
|
|
37537
|
+
readonly kind: "NON_NULL";
|
|
37538
|
+
readonly ofType: {
|
|
37539
|
+
readonly kind: "INPUT_OBJECT";
|
|
37540
|
+
readonly name: "UnavailabilityAnswerInput";
|
|
37541
|
+
};
|
|
37542
|
+
};
|
|
37543
|
+
};
|
|
37544
|
+
}, {
|
|
36569
37545
|
readonly name: "employeeId";
|
|
36570
37546
|
readonly type: {
|
|
36571
37547
|
readonly kind: "NON_NULL";
|
|
@@ -36625,6 +37601,18 @@ declare const introspection: {
|
|
|
36625
37601
|
readonly kind: "INPUT_OBJECT";
|
|
36626
37602
|
readonly name: "UnavailabilityEventCreateInput";
|
|
36627
37603
|
readonly inputFields: readonly [{
|
|
37604
|
+
readonly name: "answers";
|
|
37605
|
+
readonly type: {
|
|
37606
|
+
readonly kind: "LIST";
|
|
37607
|
+
readonly ofType: {
|
|
37608
|
+
readonly kind: "NON_NULL";
|
|
37609
|
+
readonly ofType: {
|
|
37610
|
+
readonly kind: "INPUT_OBJECT";
|
|
37611
|
+
readonly name: "UnavailabilityAnswerInput";
|
|
37612
|
+
};
|
|
37613
|
+
};
|
|
37614
|
+
};
|
|
37615
|
+
}, {
|
|
36628
37616
|
readonly name: "employeeId";
|
|
36629
37617
|
readonly type: {
|
|
36630
37618
|
readonly kind: "NON_NULL";
|
|
@@ -36657,6 +37645,18 @@ declare const introspection: {
|
|
|
36657
37645
|
readonly kind: "INPUT_OBJECT";
|
|
36658
37646
|
readonly name: "UnavailabilityRevertInput";
|
|
36659
37647
|
readonly inputFields: readonly [{
|
|
37648
|
+
readonly name: "answers";
|
|
37649
|
+
readonly type: {
|
|
37650
|
+
readonly kind: "LIST";
|
|
37651
|
+
readonly ofType: {
|
|
37652
|
+
readonly kind: "NON_NULL";
|
|
37653
|
+
readonly ofType: {
|
|
37654
|
+
readonly kind: "INPUT_OBJECT";
|
|
37655
|
+
readonly name: "UnavailabilityAnswerInput";
|
|
37656
|
+
};
|
|
37657
|
+
};
|
|
37658
|
+
};
|
|
37659
|
+
}, {
|
|
36660
37660
|
readonly name: "employeeId";
|
|
36661
37661
|
readonly type: {
|
|
36662
37662
|
readonly kind: "NON_NULL";
|
|
@@ -38326,6 +39326,23 @@ declare const introspection: {
|
|
|
38326
39326
|
};
|
|
38327
39327
|
}];
|
|
38328
39328
|
readonly isOneOf: false;
|
|
39329
|
+
}, {
|
|
39330
|
+
readonly kind: "INPUT_OBJECT";
|
|
39331
|
+
readonly name: "defaultUnavailabilityFormIdInput";
|
|
39332
|
+
readonly inputFields: readonly [{
|
|
39333
|
+
readonly name: "manageable";
|
|
39334
|
+
readonly type: {
|
|
39335
|
+
readonly kind: "SCALAR";
|
|
39336
|
+
readonly name: "Boolean";
|
|
39337
|
+
};
|
|
39338
|
+
}, {
|
|
39339
|
+
readonly name: "value";
|
|
39340
|
+
readonly type: {
|
|
39341
|
+
readonly kind: "SCALAR";
|
|
39342
|
+
readonly name: "ID";
|
|
39343
|
+
};
|
|
39344
|
+
}];
|
|
39345
|
+
readonly isOneOf: false;
|
|
38329
39346
|
}, {
|
|
38330
39347
|
readonly kind: "INPUT_OBJECT";
|
|
38331
39348
|
readonly name: "emailProviderInput";
|