nowaikit 4.11.0 → 4.12.0

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.
Files changed (77) hide show
  1. package/desktop/renderer/dist/assets/index-DIXajM0H.js +55 -0
  2. package/desktop/renderer/dist/index.html +1 -1
  3. package/dist/cli/config-store.d.ts +1 -1
  4. package/dist/cli/config-store.d.ts.map +1 -1
  5. package/dist/cli/detect-clients.d.ts +1 -1
  6. package/dist/cli/detect-clients.d.ts.map +1 -1
  7. package/dist/cli/detect-clients.js +56 -12
  8. package/dist/cli/detect-clients.js.map +1 -1
  9. package/dist/cli/setup.js +2 -2
  10. package/dist/cli/setup.js.map +1 -1
  11. package/dist/cli/writers/index.d.ts.map +1 -1
  12. package/dist/cli/writers/index.js +20 -0
  13. package/dist/cli/writers/index.js.map +1 -1
  14. package/dist/direct/llm-client.js +2 -2
  15. package/dist/direct/llm-client.js.map +1 -1
  16. package/dist/server.d.ts.map +1 -1
  17. package/dist/server.js +2 -1
  18. package/dist/server.js.map +1 -1
  19. package/dist/servicenow/client.d.ts +12 -0
  20. package/dist/servicenow/client.d.ts.map +1 -1
  21. package/dist/servicenow/client.js +54 -0
  22. package/dist/servicenow/client.js.map +1 -1
  23. package/dist/tools/access-admin.d.ts +162 -0
  24. package/dist/tools/access-admin.d.ts.map +1 -0
  25. package/dist/tools/access-admin.js +216 -0
  26. package/dist/tools/access-admin.js.map +1 -0
  27. package/dist/tools/ai-agent-exec.d.ts +70 -0
  28. package/dist/tools/ai-agent-exec.d.ts.map +1 -0
  29. package/dist/tools/ai-agent-exec.js +73 -0
  30. package/dist/tools/ai-agent-exec.js.map +1 -0
  31. package/dist/tools/approvals-extra.d.ts +202 -0
  32. package/dist/tools/approvals-extra.d.ts.map +1 -0
  33. package/dist/tools/approvals-extra.js +212 -0
  34. package/dist/tools/approvals-extra.js.map +1 -0
  35. package/dist/tools/catalog-fulfillment.d.ts +349 -0
  36. package/dist/tools/catalog-fulfillment.d.ts.map +1 -0
  37. package/dist/tools/catalog-fulfillment.js +222 -0
  38. package/dist/tools/catalog-fulfillment.js.map +1 -0
  39. package/dist/tools/grc-extra.d.ts +149 -0
  40. package/dist/tools/grc-extra.d.ts.map +1 -0
  41. package/dist/tools/grc-extra.js +115 -0
  42. package/dist/tools/grc-extra.js.map +1 -0
  43. package/dist/tools/index.d.ts +1600 -107
  44. package/dist/tools/index.d.ts.map +1 -1
  45. package/dist/tools/index.js +38 -0
  46. package/dist/tools/index.js.map +1 -1
  47. package/dist/tools/oncall.d.ts +165 -0
  48. package/dist/tools/oncall.d.ts.map +1 -0
  49. package/dist/tools/oncall.js +155 -0
  50. package/dist/tools/oncall.js.map +1 -0
  51. package/dist/tools/platform-ops.d.ts +156 -0
  52. package/dist/tools/platform-ops.d.ts.map +1 -0
  53. package/dist/tools/platform-ops.js +141 -0
  54. package/dist/tools/platform-ops.js.map +1 -0
  55. package/dist/tools/service-mapping.d.ts +108 -0
  56. package/dist/tools/service-mapping.d.ts.map +1 -0
  57. package/dist/tools/service-mapping.js +144 -0
  58. package/dist/tools/service-mapping.js.map +1 -0
  59. package/dist/tools/service-portfolio.d.ts +93 -0
  60. package/dist/tools/service-portfolio.d.ts.map +1 -0
  61. package/dist/tools/service-portfolio.js +86 -0
  62. package/dist/tools/service-portfolio.js.map +1 -0
  63. package/dist/tools/sla.d.ts +222 -0
  64. package/dist/tools/sla.d.ts.map +1 -0
  65. package/dist/tools/sla.js +160 -0
  66. package/dist/tools/sla.js.map +1 -0
  67. package/dist/tools/sn-parity.d.ts +239 -0
  68. package/dist/tools/sn-parity.d.ts.map +1 -0
  69. package/dist/tools/sn-parity.js +236 -0
  70. package/dist/tools/sn-parity.js.map +1 -0
  71. package/dist/tools/survey.d.ts +140 -0
  72. package/dist/tools/survey.d.ts.map +1 -0
  73. package/dist/tools/survey.js +118 -0
  74. package/dist/tools/survey.js.map +1 -0
  75. package/dist/tools-manifest.json +1537 -0
  76. package/package.json +15 -8
  77. package/desktop/renderer/dist/assets/index-BQ4P9VJR.js +0 -49
@@ -2471,113 +2471,6 @@ export declare function getTools(): ({
2471
2471
  };
2472
2472
  required: string[];
2473
2473
  };
2474
- } | {
2475
- name: string;
2476
- description: string;
2477
- inputSchema: {
2478
- type: string;
2479
- properties: {
2480
- sys_id: {
2481
- type: string;
2482
- description: string;
2483
- };
2484
- fields: {
2485
- type: string;
2486
- description: string;
2487
- };
2488
- search?: undefined;
2489
- category?: undefined;
2490
- limit?: undefined;
2491
- sys_id_or_name?: undefined;
2492
- table?: undefined;
2493
- group_by?: undefined;
2494
- aggregate?: undefined;
2495
- query?: undefined;
2496
- date_field?: undefined;
2497
- periods?: undefined;
2498
- indicator_sys_id?: undefined;
2499
- widget_sys_id?: undefined;
2500
- from?: undefined;
2501
- to?: undefined;
2502
- app_scope?: undefined;
2503
- active?: undefined;
2504
- name?: undefined;
2505
- script?: undefined;
2506
- run_type?: undefined;
2507
- run_time?: undefined;
2508
- run_period?: undefined;
2509
- title?: undefined;
2510
- type?: undefined;
2511
- field?: undefined;
2512
- roles?: undefined;
2513
- job_sys_id?: undefined;
2514
- status?: undefined;
2515
- report_id?: undefined;
2516
- frequency?: undefined;
2517
- recipients?: undefined;
2518
- day_of_week?: undefined;
2519
- day_of_month?: undefined;
2520
- format?: undefined;
2521
- conditions?: undefined;
2522
- unit?: undefined;
2523
- content?: undefined;
2524
- sections?: undefined;
2525
- capability?: undefined;
2526
- };
2527
- required: string[];
2528
- };
2529
- } | {
2530
- name: string;
2531
- description: string;
2532
- inputSchema: {
2533
- type: string;
2534
- properties: {
2535
- sys_id: {
2536
- type: string;
2537
- description: string;
2538
- };
2539
- search?: undefined;
2540
- category?: undefined;
2541
- limit?: undefined;
2542
- sys_id_or_name?: undefined;
2543
- table?: undefined;
2544
- group_by?: undefined;
2545
- aggregate?: undefined;
2546
- query?: undefined;
2547
- date_field?: undefined;
2548
- periods?: undefined;
2549
- indicator_sys_id?: undefined;
2550
- widget_sys_id?: undefined;
2551
- from?: undefined;
2552
- to?: undefined;
2553
- fields?: undefined;
2554
- app_scope?: undefined;
2555
- active?: undefined;
2556
- name?: undefined;
2557
- script?: undefined;
2558
- run_type?: undefined;
2559
- run_time?: undefined;
2560
- run_period?: undefined;
2561
- title?: undefined;
2562
- type?: undefined;
2563
- field?: undefined;
2564
- roles?: undefined;
2565
- job_sys_id?: undefined;
2566
- status?: undefined;
2567
- report_id?: undefined;
2568
- frequency?: undefined;
2569
- recipients?: undefined;
2570
- day_of_week?: undefined;
2571
- day_of_month?: undefined;
2572
- format?: undefined;
2573
- conditions?: undefined;
2574
- unit?: undefined;
2575
- content?: undefined;
2576
- sections?: undefined;
2577
- capability?: undefined;
2578
- };
2579
- required: string[];
2580
- };
2581
2474
  } | {
2582
2475
  name: string;
2583
2476
  description: string;
@@ -6144,6 +6037,1606 @@ export declare function getTools(): ({
6144
6037
  };
6145
6038
  required: string[];
6146
6039
  };
6040
+ } | {
6041
+ name: string;
6042
+ description: string;
6043
+ inputSchema: {
6044
+ type: string;
6045
+ properties: {
6046
+ name: {
6047
+ type: string;
6048
+ description: string;
6049
+ };
6050
+ collection: {
6051
+ type: string;
6052
+ description: string;
6053
+ };
6054
+ duration_type: {
6055
+ type: string;
6056
+ description: string;
6057
+ };
6058
+ duration: {
6059
+ type: string;
6060
+ description: string;
6061
+ };
6062
+ start_condition: {
6063
+ type: string;
6064
+ description: string;
6065
+ };
6066
+ stop_condition: {
6067
+ type: string;
6068
+ description: string;
6069
+ };
6070
+ schedule: {
6071
+ type: string;
6072
+ description: string;
6073
+ };
6074
+ type: {
6075
+ type: string;
6076
+ description: string;
6077
+ };
6078
+ fields: {
6079
+ type: string;
6080
+ description: string;
6081
+ };
6082
+ query?: undefined;
6083
+ table?: undefined;
6084
+ active?: undefined;
6085
+ limit?: undefined;
6086
+ sys_id?: undefined;
6087
+ task?: undefined;
6088
+ task_number?: undefined;
6089
+ active_only?: undefined;
6090
+ breached?: undefined;
6091
+ min_percentage?: undefined;
6092
+ sla_table?: undefined;
6093
+ };
6094
+ required: string[];
6095
+ };
6096
+ } | {
6097
+ name: string;
6098
+ description: string;
6099
+ inputSchema: {
6100
+ type: string;
6101
+ properties: {
6102
+ sys_id: {
6103
+ type: string;
6104
+ description: string;
6105
+ };
6106
+ fields: {
6107
+ type: string;
6108
+ description: string;
6109
+ };
6110
+ query?: undefined;
6111
+ table?: undefined;
6112
+ active?: undefined;
6113
+ limit?: undefined;
6114
+ name?: undefined;
6115
+ collection?: undefined;
6116
+ duration_type?: undefined;
6117
+ duration?: undefined;
6118
+ start_condition?: undefined;
6119
+ stop_condition?: undefined;
6120
+ schedule?: undefined;
6121
+ type?: undefined;
6122
+ task?: undefined;
6123
+ task_number?: undefined;
6124
+ active_only?: undefined;
6125
+ breached?: undefined;
6126
+ min_percentage?: undefined;
6127
+ sla_table?: undefined;
6128
+ };
6129
+ required: string[];
6130
+ };
6131
+ } | {
6132
+ name: string;
6133
+ description: string;
6134
+ inputSchema: {
6135
+ type: string;
6136
+ properties: {
6137
+ task: {
6138
+ type: string;
6139
+ description: string;
6140
+ };
6141
+ task_number: {
6142
+ type: string;
6143
+ description: string;
6144
+ };
6145
+ active_only: {
6146
+ type: string;
6147
+ description: string;
6148
+ };
6149
+ query?: undefined;
6150
+ table?: undefined;
6151
+ active?: undefined;
6152
+ limit?: undefined;
6153
+ name?: undefined;
6154
+ collection?: undefined;
6155
+ duration_type?: undefined;
6156
+ duration?: undefined;
6157
+ start_condition?: undefined;
6158
+ stop_condition?: undefined;
6159
+ schedule?: undefined;
6160
+ type?: undefined;
6161
+ fields?: undefined;
6162
+ sys_id?: undefined;
6163
+ breached?: undefined;
6164
+ min_percentage?: undefined;
6165
+ sla_table?: undefined;
6166
+ };
6167
+ required: never[];
6168
+ };
6169
+ } | {
6170
+ name: string;
6171
+ description: string;
6172
+ inputSchema: {
6173
+ type: string;
6174
+ properties: {
6175
+ breached: {
6176
+ type: string;
6177
+ description: string;
6178
+ };
6179
+ min_percentage: {
6180
+ type: string;
6181
+ description: string;
6182
+ };
6183
+ sla_table: {
6184
+ type: string;
6185
+ description: string;
6186
+ };
6187
+ limit: {
6188
+ type: string;
6189
+ description: string;
6190
+ };
6191
+ query?: undefined;
6192
+ table?: undefined;
6193
+ active?: undefined;
6194
+ name?: undefined;
6195
+ collection?: undefined;
6196
+ duration_type?: undefined;
6197
+ duration?: undefined;
6198
+ start_condition?: undefined;
6199
+ stop_condition?: undefined;
6200
+ schedule?: undefined;
6201
+ type?: undefined;
6202
+ fields?: undefined;
6203
+ sys_id?: undefined;
6204
+ task?: undefined;
6205
+ task_number?: undefined;
6206
+ active_only?: undefined;
6207
+ };
6208
+ required: never[];
6209
+ };
6210
+ } | {
6211
+ name: string;
6212
+ description: string;
6213
+ inputSchema: {
6214
+ type: string;
6215
+ properties: {
6216
+ group: {
6217
+ type: string;
6218
+ description: string;
6219
+ };
6220
+ query?: undefined;
6221
+ limit?: undefined;
6222
+ name?: undefined;
6223
+ time_zone?: undefined;
6224
+ fields?: undefined;
6225
+ roster?: undefined;
6226
+ member?: undefined;
6227
+ order?: undefined;
6228
+ start?: undefined;
6229
+ end?: undefined;
6230
+ };
6231
+ required: string[];
6232
+ };
6233
+ } | {
6234
+ name: string;
6235
+ description: string;
6236
+ inputSchema: {
6237
+ type: string;
6238
+ properties: {
6239
+ name: {
6240
+ type: string;
6241
+ description: string;
6242
+ };
6243
+ group: {
6244
+ type: string;
6245
+ description: string;
6246
+ };
6247
+ time_zone: {
6248
+ type: string;
6249
+ description: string;
6250
+ };
6251
+ fields: {
6252
+ type: string;
6253
+ description: string;
6254
+ };
6255
+ query?: undefined;
6256
+ limit?: undefined;
6257
+ roster?: undefined;
6258
+ member?: undefined;
6259
+ order?: undefined;
6260
+ start?: undefined;
6261
+ end?: undefined;
6262
+ };
6263
+ required: string[];
6264
+ };
6265
+ } | {
6266
+ name: string;
6267
+ description: string;
6268
+ inputSchema: {
6269
+ type: string;
6270
+ properties: {
6271
+ roster: {
6272
+ type: string;
6273
+ description: string;
6274
+ };
6275
+ member: {
6276
+ type: string;
6277
+ description: string;
6278
+ };
6279
+ order: {
6280
+ type: string;
6281
+ description: string;
6282
+ };
6283
+ fields: {
6284
+ type: string;
6285
+ description: string;
6286
+ };
6287
+ group?: undefined;
6288
+ query?: undefined;
6289
+ limit?: undefined;
6290
+ name?: undefined;
6291
+ time_zone?: undefined;
6292
+ start?: undefined;
6293
+ end?: undefined;
6294
+ };
6295
+ required: string[];
6296
+ };
6297
+ } | {
6298
+ name: string;
6299
+ description: string;
6300
+ inputSchema: {
6301
+ type: string;
6302
+ properties: {
6303
+ roster: {
6304
+ type: string;
6305
+ description: string;
6306
+ };
6307
+ member: {
6308
+ type: string;
6309
+ description: string;
6310
+ };
6311
+ start: {
6312
+ type: string;
6313
+ description: string;
6314
+ };
6315
+ end: {
6316
+ type: string;
6317
+ description: string;
6318
+ };
6319
+ fields: {
6320
+ type: string;
6321
+ description: string;
6322
+ };
6323
+ group?: undefined;
6324
+ query?: undefined;
6325
+ limit?: undefined;
6326
+ name?: undefined;
6327
+ time_zone?: undefined;
6328
+ order?: undefined;
6329
+ };
6330
+ required: string[];
6331
+ };
6332
+ } | {
6333
+ name: string;
6334
+ description: string;
6335
+ inputSchema: {
6336
+ type: string;
6337
+ properties: {
6338
+ number: {
6339
+ type: string;
6340
+ description: string;
6341
+ };
6342
+ sys_id: {
6343
+ type: string;
6344
+ description: string;
6345
+ };
6346
+ state?: undefined;
6347
+ stage?: undefined;
6348
+ fields?: undefined;
6349
+ request_item?: undefined;
6350
+ assignment_group?: undefined;
6351
+ active?: undefined;
6352
+ limit?: undefined;
6353
+ close_notes?: undefined;
6354
+ catalog?: undefined;
6355
+ query?: undefined;
6356
+ title?: undefined;
6357
+ description?: undefined;
6358
+ parent?: undefined;
6359
+ name?: undefined;
6360
+ roles?: undefined;
6361
+ groups?: undefined;
6362
+ users?: undefined;
6363
+ match_all?: undefined;
6364
+ catalog_item?: undefined;
6365
+ user_criteria?: undefined;
6366
+ };
6367
+ required: never[];
6368
+ };
6369
+ } | {
6370
+ name: string;
6371
+ description: string;
6372
+ inputSchema: {
6373
+ type: string;
6374
+ properties: {
6375
+ sys_id: {
6376
+ type: string;
6377
+ description: string;
6378
+ };
6379
+ state: {
6380
+ type: string;
6381
+ description: string;
6382
+ };
6383
+ stage: {
6384
+ type: string;
6385
+ description: string;
6386
+ };
6387
+ fields: {
6388
+ type: string;
6389
+ description: string;
6390
+ };
6391
+ number?: undefined;
6392
+ request_item?: undefined;
6393
+ assignment_group?: undefined;
6394
+ active?: undefined;
6395
+ limit?: undefined;
6396
+ close_notes?: undefined;
6397
+ catalog?: undefined;
6398
+ query?: undefined;
6399
+ title?: undefined;
6400
+ description?: undefined;
6401
+ parent?: undefined;
6402
+ name?: undefined;
6403
+ roles?: undefined;
6404
+ groups?: undefined;
6405
+ users?: undefined;
6406
+ match_all?: undefined;
6407
+ catalog_item?: undefined;
6408
+ user_criteria?: undefined;
6409
+ };
6410
+ required: string[];
6411
+ };
6412
+ } | {
6413
+ name: string;
6414
+ description: string;
6415
+ inputSchema: {
6416
+ type: string;
6417
+ properties: {
6418
+ request_item: {
6419
+ type: string;
6420
+ description: string;
6421
+ };
6422
+ assignment_group: {
6423
+ type: string;
6424
+ description: string;
6425
+ };
6426
+ active: {
6427
+ type: string;
6428
+ description: string;
6429
+ };
6430
+ limit: {
6431
+ type: string;
6432
+ description: string;
6433
+ };
6434
+ number?: undefined;
6435
+ sys_id?: undefined;
6436
+ state?: undefined;
6437
+ stage?: undefined;
6438
+ fields?: undefined;
6439
+ close_notes?: undefined;
6440
+ catalog?: undefined;
6441
+ query?: undefined;
6442
+ title?: undefined;
6443
+ description?: undefined;
6444
+ parent?: undefined;
6445
+ name?: undefined;
6446
+ roles?: undefined;
6447
+ groups?: undefined;
6448
+ users?: undefined;
6449
+ match_all?: undefined;
6450
+ catalog_item?: undefined;
6451
+ user_criteria?: undefined;
6452
+ };
6453
+ required: never[];
6454
+ };
6455
+ } | {
6456
+ name: string;
6457
+ description: string;
6458
+ inputSchema: {
6459
+ type: string;
6460
+ properties: {
6461
+ sys_id: {
6462
+ type: string;
6463
+ description: string;
6464
+ };
6465
+ close_notes: {
6466
+ type: string;
6467
+ description: string;
6468
+ };
6469
+ state: {
6470
+ type: string;
6471
+ description: string;
6472
+ };
6473
+ number?: undefined;
6474
+ stage?: undefined;
6475
+ fields?: undefined;
6476
+ request_item?: undefined;
6477
+ assignment_group?: undefined;
6478
+ active?: undefined;
6479
+ limit?: undefined;
6480
+ catalog?: undefined;
6481
+ query?: undefined;
6482
+ title?: undefined;
6483
+ description?: undefined;
6484
+ parent?: undefined;
6485
+ name?: undefined;
6486
+ roles?: undefined;
6487
+ groups?: undefined;
6488
+ users?: undefined;
6489
+ match_all?: undefined;
6490
+ catalog_item?: undefined;
6491
+ user_criteria?: undefined;
6492
+ };
6493
+ required: string[];
6494
+ };
6495
+ } | {
6496
+ name: string;
6497
+ description: string;
6498
+ inputSchema: {
6499
+ type: string;
6500
+ properties: {
6501
+ title: {
6502
+ type: string;
6503
+ description: string;
6504
+ };
6505
+ catalog: {
6506
+ type: string;
6507
+ description: string;
6508
+ };
6509
+ description: {
6510
+ type: string;
6511
+ description: string;
6512
+ };
6513
+ parent: {
6514
+ type: string;
6515
+ description: string;
6516
+ };
6517
+ fields: {
6518
+ type: string;
6519
+ description: string;
6520
+ };
6521
+ number?: undefined;
6522
+ sys_id?: undefined;
6523
+ state?: undefined;
6524
+ stage?: undefined;
6525
+ request_item?: undefined;
6526
+ assignment_group?: undefined;
6527
+ active?: undefined;
6528
+ limit?: undefined;
6529
+ close_notes?: undefined;
6530
+ query?: undefined;
6531
+ name?: undefined;
6532
+ roles?: undefined;
6533
+ groups?: undefined;
6534
+ users?: undefined;
6535
+ match_all?: undefined;
6536
+ catalog_item?: undefined;
6537
+ user_criteria?: undefined;
6538
+ };
6539
+ required: string[];
6540
+ };
6541
+ } | {
6542
+ name: string;
6543
+ description: string;
6544
+ inputSchema: {
6545
+ type: string;
6546
+ properties: {
6547
+ name: {
6548
+ type: string;
6549
+ description: string;
6550
+ };
6551
+ roles: {
6552
+ type: string;
6553
+ description: string;
6554
+ };
6555
+ groups: {
6556
+ type: string;
6557
+ description: string;
6558
+ };
6559
+ users: {
6560
+ type: string;
6561
+ description: string;
6562
+ };
6563
+ match_all: {
6564
+ type: string;
6565
+ description: string;
6566
+ };
6567
+ fields: {
6568
+ type: string;
6569
+ description: string;
6570
+ };
6571
+ number?: undefined;
6572
+ sys_id?: undefined;
6573
+ state?: undefined;
6574
+ stage?: undefined;
6575
+ request_item?: undefined;
6576
+ assignment_group?: undefined;
6577
+ active?: undefined;
6578
+ limit?: undefined;
6579
+ close_notes?: undefined;
6580
+ catalog?: undefined;
6581
+ query?: undefined;
6582
+ title?: undefined;
6583
+ description?: undefined;
6584
+ parent?: undefined;
6585
+ catalog_item?: undefined;
6586
+ user_criteria?: undefined;
6587
+ };
6588
+ required: string[];
6589
+ };
6590
+ } | {
6591
+ name: string;
6592
+ description: string;
6593
+ inputSchema: {
6594
+ type: string;
6595
+ properties: {
6596
+ catalog_item: {
6597
+ type: string;
6598
+ description: string;
6599
+ };
6600
+ user_criteria: {
6601
+ type: string;
6602
+ description: string;
6603
+ };
6604
+ number?: undefined;
6605
+ sys_id?: undefined;
6606
+ state?: undefined;
6607
+ stage?: undefined;
6608
+ fields?: undefined;
6609
+ request_item?: undefined;
6610
+ assignment_group?: undefined;
6611
+ active?: undefined;
6612
+ limit?: undefined;
6613
+ close_notes?: undefined;
6614
+ catalog?: undefined;
6615
+ query?: undefined;
6616
+ title?: undefined;
6617
+ description?: undefined;
6618
+ parent?: undefined;
6619
+ name?: undefined;
6620
+ roles?: undefined;
6621
+ groups?: undefined;
6622
+ users?: undefined;
6623
+ match_all?: undefined;
6624
+ };
6625
+ required: string[];
6626
+ };
6627
+ } | {
6628
+ name: string;
6629
+ description: string;
6630
+ inputSchema: {
6631
+ type: string;
6632
+ properties: {
6633
+ user: {
6634
+ type: string;
6635
+ description: string;
6636
+ };
6637
+ role?: undefined;
6638
+ name?: undefined;
6639
+ description?: undefined;
6640
+ fields?: undefined;
6641
+ delegate?: undefined;
6642
+ starts?: undefined;
6643
+ ends?: undefined;
6644
+ approvals?: undefined;
6645
+ assignments?: undefined;
6646
+ group?: undefined;
6647
+ limit?: undefined;
6648
+ };
6649
+ required: string[];
6650
+ };
6651
+ } | {
6652
+ name: string;
6653
+ description: string;
6654
+ inputSchema: {
6655
+ type: string;
6656
+ properties: {
6657
+ user: {
6658
+ type: string;
6659
+ description: string;
6660
+ };
6661
+ role: {
6662
+ type: string;
6663
+ description: string;
6664
+ };
6665
+ name?: undefined;
6666
+ description?: undefined;
6667
+ fields?: undefined;
6668
+ delegate?: undefined;
6669
+ starts?: undefined;
6670
+ ends?: undefined;
6671
+ approvals?: undefined;
6672
+ assignments?: undefined;
6673
+ group?: undefined;
6674
+ limit?: undefined;
6675
+ };
6676
+ required: string[];
6677
+ };
6678
+ } | {
6679
+ name: string;
6680
+ description: string;
6681
+ inputSchema: {
6682
+ type: string;
6683
+ properties: {
6684
+ name: {
6685
+ type: string;
6686
+ description: string;
6687
+ };
6688
+ description: {
6689
+ type: string;
6690
+ description: string;
6691
+ };
6692
+ fields: {
6693
+ type: string;
6694
+ description: string;
6695
+ };
6696
+ user?: undefined;
6697
+ role?: undefined;
6698
+ delegate?: undefined;
6699
+ starts?: undefined;
6700
+ ends?: undefined;
6701
+ approvals?: undefined;
6702
+ assignments?: undefined;
6703
+ group?: undefined;
6704
+ limit?: undefined;
6705
+ };
6706
+ required: string[];
6707
+ };
6708
+ } | {
6709
+ name: string;
6710
+ description: string;
6711
+ inputSchema: {
6712
+ type: string;
6713
+ properties: {
6714
+ user: {
6715
+ type: string;
6716
+ description: string;
6717
+ };
6718
+ delegate: {
6719
+ type: string;
6720
+ description: string;
6721
+ };
6722
+ starts: {
6723
+ type: string;
6724
+ description: string;
6725
+ };
6726
+ ends: {
6727
+ type: string;
6728
+ description: string;
6729
+ };
6730
+ approvals: {
6731
+ type: string;
6732
+ description: string;
6733
+ };
6734
+ assignments: {
6735
+ type: string;
6736
+ description: string;
6737
+ };
6738
+ role?: undefined;
6739
+ name?: undefined;
6740
+ description?: undefined;
6741
+ fields?: undefined;
6742
+ group?: undefined;
6743
+ limit?: undefined;
6744
+ };
6745
+ required: string[];
6746
+ };
6747
+ } | {
6748
+ name: string;
6749
+ description: string;
6750
+ inputSchema: {
6751
+ type: string;
6752
+ properties: {
6753
+ group: {
6754
+ type: string;
6755
+ description: string;
6756
+ };
6757
+ limit: {
6758
+ type: string;
6759
+ description: string;
6760
+ };
6761
+ user?: undefined;
6762
+ role?: undefined;
6763
+ name?: undefined;
6764
+ description?: undefined;
6765
+ fields?: undefined;
6766
+ delegate?: undefined;
6767
+ starts?: undefined;
6768
+ ends?: undefined;
6769
+ approvals?: undefined;
6770
+ assignments?: undefined;
6771
+ };
6772
+ required: string[];
6773
+ };
6774
+ } | {
6775
+ name: string;
6776
+ description: string;
6777
+ inputSchema: {
6778
+ type: string;
6779
+ properties: {
6780
+ name: {
6781
+ type: string;
6782
+ description: string;
6783
+ };
6784
+ description: {
6785
+ type: string;
6786
+ description: string;
6787
+ };
6788
+ type: {
6789
+ type: string;
6790
+ description: string;
6791
+ };
6792
+ fields: {
6793
+ type: string;
6794
+ description: string;
6795
+ };
6796
+ metric_type?: undefined;
6797
+ user?: undefined;
6798
+ trigger_id?: undefined;
6799
+ trigger_table?: undefined;
6800
+ instance?: undefined;
6801
+ limit?: undefined;
6802
+ state?: undefined;
6803
+ };
6804
+ required: string[];
6805
+ };
6806
+ } | {
6807
+ name: string;
6808
+ description: string;
6809
+ inputSchema: {
6810
+ type: string;
6811
+ properties: {
6812
+ metric_type: {
6813
+ type: string;
6814
+ description: string;
6815
+ };
6816
+ user: {
6817
+ type: string;
6818
+ description: string;
6819
+ };
6820
+ trigger_id: {
6821
+ type: string;
6822
+ description: string;
6823
+ };
6824
+ trigger_table: {
6825
+ type: string;
6826
+ description: string;
6827
+ };
6828
+ fields: {
6829
+ type: string;
6830
+ description: string;
6831
+ };
6832
+ name?: undefined;
6833
+ description?: undefined;
6834
+ type?: undefined;
6835
+ instance?: undefined;
6836
+ limit?: undefined;
6837
+ state?: undefined;
6838
+ };
6839
+ required: string[];
6840
+ };
6841
+ } | {
6842
+ name: string;
6843
+ description: string;
6844
+ inputSchema: {
6845
+ type: string;
6846
+ properties: {
6847
+ instance: {
6848
+ type: string;
6849
+ description: string;
6850
+ };
6851
+ metric_type: {
6852
+ type: string;
6853
+ description: string;
6854
+ };
6855
+ limit: {
6856
+ type: string;
6857
+ description: string;
6858
+ };
6859
+ name?: undefined;
6860
+ description?: undefined;
6861
+ type?: undefined;
6862
+ fields?: undefined;
6863
+ user?: undefined;
6864
+ trigger_id?: undefined;
6865
+ trigger_table?: undefined;
6866
+ state?: undefined;
6867
+ };
6868
+ required: never[];
6869
+ };
6870
+ } | {
6871
+ name: string;
6872
+ description: string;
6873
+ inputSchema: {
6874
+ type: string;
6875
+ properties: {
6876
+ state: {
6877
+ type: string;
6878
+ description: string;
6879
+ };
6880
+ user: {
6881
+ type: string;
6882
+ description: string;
6883
+ };
6884
+ metric_type: {
6885
+ type: string;
6886
+ description: string;
6887
+ };
6888
+ limit: {
6889
+ type: string;
6890
+ description: string;
6891
+ };
6892
+ name?: undefined;
6893
+ description?: undefined;
6894
+ type?: undefined;
6895
+ fields?: undefined;
6896
+ trigger_id?: undefined;
6897
+ trigger_table?: undefined;
6898
+ instance?: undefined;
6899
+ };
6900
+ required: never[];
6901
+ };
6902
+ } | {
6903
+ name: string;
6904
+ description: string;
6905
+ inputSchema: {
6906
+ type: string;
6907
+ properties: {
6908
+ short_description: {
6909
+ type: string;
6910
+ description: string;
6911
+ };
6912
+ description: {
6913
+ type: string;
6914
+ description: string;
6915
+ };
6916
+ source: {
6917
+ type: string;
6918
+ description: string;
6919
+ };
6920
+ fields: {
6921
+ type: string;
6922
+ description: string;
6923
+ };
6924
+ state?: undefined;
6925
+ owner?: undefined;
6926
+ query?: undefined;
6927
+ limit?: undefined;
6928
+ name?: undefined;
6929
+ profile?: undefined;
6930
+ control?: undefined;
6931
+ result?: undefined;
6932
+ notes?: undefined;
6933
+ };
6934
+ required: string[];
6935
+ };
6936
+ } | {
6937
+ name: string;
6938
+ description: string;
6939
+ inputSchema: {
6940
+ type: string;
6941
+ properties: {
6942
+ name: {
6943
+ type: string;
6944
+ description: string;
6945
+ };
6946
+ description: {
6947
+ type: string;
6948
+ description: string;
6949
+ };
6950
+ profile: {
6951
+ type: string;
6952
+ description: string;
6953
+ };
6954
+ fields: {
6955
+ type: string;
6956
+ description: string;
6957
+ };
6958
+ state?: undefined;
6959
+ owner?: undefined;
6960
+ query?: undefined;
6961
+ limit?: undefined;
6962
+ short_description?: undefined;
6963
+ source?: undefined;
6964
+ control?: undefined;
6965
+ result?: undefined;
6966
+ notes?: undefined;
6967
+ };
6968
+ required: string[];
6969
+ };
6970
+ } | {
6971
+ name: string;
6972
+ description: string;
6973
+ inputSchema: {
6974
+ type: string;
6975
+ properties: {
6976
+ control: {
6977
+ type: string;
6978
+ description: string;
6979
+ };
6980
+ result: {
6981
+ type: string;
6982
+ description: string;
6983
+ };
6984
+ notes: {
6985
+ type: string;
6986
+ description: string;
6987
+ };
6988
+ fields: {
6989
+ type: string;
6990
+ description: string;
6991
+ };
6992
+ state?: undefined;
6993
+ owner?: undefined;
6994
+ query?: undefined;
6995
+ limit?: undefined;
6996
+ short_description?: undefined;
6997
+ description?: undefined;
6998
+ source?: undefined;
6999
+ name?: undefined;
7000
+ profile?: undefined;
7001
+ };
7002
+ required: string[];
7003
+ };
7004
+ } | {
7005
+ name: string;
7006
+ description: string;
7007
+ inputSchema: {
7008
+ type: string;
7009
+ properties: {
7010
+ name: {
7011
+ type: string;
7012
+ description: string;
7013
+ };
7014
+ owned_by: {
7015
+ type: string;
7016
+ description: string;
7017
+ };
7018
+ support_group: {
7019
+ type: string;
7020
+ description: string;
7021
+ };
7022
+ fields: {
7023
+ type: string;
7024
+ description: string;
7025
+ };
7026
+ parent?: undefined;
7027
+ query?: undefined;
7028
+ limit?: undefined;
7029
+ };
7030
+ required: string[];
7031
+ };
7032
+ } | {
7033
+ name: string;
7034
+ description: string;
7035
+ inputSchema: {
7036
+ type: string;
7037
+ properties: {
7038
+ name: {
7039
+ type: string;
7040
+ description: string;
7041
+ };
7042
+ parent: {
7043
+ type: string;
7044
+ description: string;
7045
+ };
7046
+ support_group: {
7047
+ type: string;
7048
+ description: string;
7049
+ };
7050
+ fields: {
7051
+ type: string;
7052
+ description: string;
7053
+ };
7054
+ owned_by?: undefined;
7055
+ query?: undefined;
7056
+ limit?: undefined;
7057
+ };
7058
+ required: string[];
7059
+ };
7060
+ } | {
7061
+ name: string;
7062
+ description: string;
7063
+ inputSchema: {
7064
+ type: string;
7065
+ properties: {
7066
+ check: {
7067
+ type: string;
7068
+ description: string;
7069
+ };
7070
+ suite_result: {
7071
+ type: string;
7072
+ description: string;
7073
+ };
7074
+ table: {
7075
+ type: string;
7076
+ description: string;
7077
+ };
7078
+ limit: {
7079
+ type: string;
7080
+ description: string;
7081
+ };
7082
+ query?: undefined;
7083
+ state?: undefined;
7084
+ queue?: undefined;
7085
+ agent?: undefined;
7086
+ topic?: undefined;
7087
+ sys_id?: undefined;
7088
+ name?: undefined;
7089
+ };
7090
+ required: never[];
7091
+ };
7092
+ } | {
7093
+ name: string;
7094
+ description: string;
7095
+ inputSchema: {
7096
+ type: string;
7097
+ properties: {
7098
+ state: {
7099
+ type: string;
7100
+ description: string;
7101
+ };
7102
+ queue: {
7103
+ type: string;
7104
+ description: string;
7105
+ };
7106
+ agent: {
7107
+ type: string;
7108
+ description: string;
7109
+ };
7110
+ topic: {
7111
+ type: string;
7112
+ description: string;
7113
+ };
7114
+ limit: {
7115
+ type: string;
7116
+ description: string;
7117
+ };
7118
+ query?: undefined;
7119
+ check?: undefined;
7120
+ suite_result?: undefined;
7121
+ table?: undefined;
7122
+ sys_id?: undefined;
7123
+ name?: undefined;
7124
+ };
7125
+ required: never[];
7126
+ };
7127
+ } | {
7128
+ name: string;
7129
+ description: string;
7130
+ inputSchema: {
7131
+ type: string;
7132
+ properties: {
7133
+ sys_id: {
7134
+ type: string;
7135
+ description: string;
7136
+ };
7137
+ query?: undefined;
7138
+ limit?: undefined;
7139
+ check?: undefined;
7140
+ suite_result?: undefined;
7141
+ table?: undefined;
7142
+ state?: undefined;
7143
+ queue?: undefined;
7144
+ agent?: undefined;
7145
+ topic?: undefined;
7146
+ name?: undefined;
7147
+ };
7148
+ required: string[];
7149
+ };
7150
+ } | {
7151
+ name: string;
7152
+ description: string;
7153
+ inputSchema: {
7154
+ type: string;
7155
+ properties: {
7156
+ name: {
7157
+ type: string;
7158
+ description: string;
7159
+ };
7160
+ sys_id: {
7161
+ type: string;
7162
+ description: string;
7163
+ };
7164
+ query?: undefined;
7165
+ limit?: undefined;
7166
+ check?: undefined;
7167
+ suite_result?: undefined;
7168
+ table?: undefined;
7169
+ state?: undefined;
7170
+ queue?: undefined;
7171
+ agent?: undefined;
7172
+ topic?: undefined;
7173
+ };
7174
+ required: never[];
7175
+ };
7176
+ } | {
7177
+ name: string;
7178
+ description: string;
7179
+ inputSchema: {
7180
+ type: string;
7181
+ properties: {
7182
+ sys_id: {
7183
+ type: string;
7184
+ description: string;
7185
+ };
7186
+ status?: undefined;
7187
+ query?: undefined;
7188
+ limit?: undefined;
7189
+ };
7190
+ required: string[];
7191
+ };
7192
+ } | {
7193
+ name: string;
7194
+ description: string;
7195
+ inputSchema: {
7196
+ type: string;
7197
+ properties: {
7198
+ ci: {
7199
+ type: string;
7200
+ description: string;
7201
+ };
7202
+ ci_name: {
7203
+ type: string;
7204
+ description: string;
7205
+ };
7206
+ limit: {
7207
+ type: string;
7208
+ description: string;
7209
+ };
7210
+ query?: undefined;
7211
+ operational_status?: undefined;
7212
+ ci_class?: undefined;
7213
+ keyword?: undefined;
7214
+ };
7215
+ required: never[];
7216
+ };
7217
+ } | {
7218
+ name: string;
7219
+ description: string;
7220
+ inputSchema: {
7221
+ type: string;
7222
+ properties: {
7223
+ ci_class: {
7224
+ type: string;
7225
+ description: string;
7226
+ };
7227
+ limit: {
7228
+ type: string;
7229
+ description: string;
7230
+ };
7231
+ query?: undefined;
7232
+ operational_status?: undefined;
7233
+ ci?: undefined;
7234
+ ci_name?: undefined;
7235
+ keyword?: undefined;
7236
+ };
7237
+ required: never[];
7238
+ };
7239
+ } | {
7240
+ name: string;
7241
+ description: string;
7242
+ inputSchema: {
7243
+ type: string;
7244
+ properties: {
7245
+ keyword: {
7246
+ type: string;
7247
+ description: string;
7248
+ };
7249
+ limit: {
7250
+ type: string;
7251
+ description: string;
7252
+ };
7253
+ query?: undefined;
7254
+ operational_status?: undefined;
7255
+ ci?: undefined;
7256
+ ci_name?: undefined;
7257
+ ci_class?: undefined;
7258
+ };
7259
+ required: string[];
7260
+ };
7261
+ } | {
7262
+ name: string;
7263
+ description: string;
7264
+ inputSchema: {
7265
+ type: string;
7266
+ properties: {
7267
+ number: {
7268
+ type: string;
7269
+ description: string;
7270
+ };
7271
+ sys_id: {
7272
+ type: string;
7273
+ description: string;
7274
+ };
7275
+ table: {
7276
+ type: string;
7277
+ description: string;
7278
+ };
7279
+ state?: undefined;
7280
+ account?: undefined;
7281
+ limit?: undefined;
7282
+ record?: undefined;
7283
+ approver?: undefined;
7284
+ source_table?: undefined;
7285
+ approval_field?: undefined;
7286
+ };
7287
+ required: never[];
7288
+ };
7289
+ } | {
7290
+ name: string;
7291
+ description: string;
7292
+ inputSchema: {
7293
+ type: string;
7294
+ properties: {
7295
+ table: {
7296
+ type: string;
7297
+ description: string;
7298
+ };
7299
+ state: {
7300
+ type: string;
7301
+ description: string;
7302
+ };
7303
+ account: {
7304
+ type: string;
7305
+ description: string;
7306
+ };
7307
+ limit: {
7308
+ type: string;
7309
+ description: string;
7310
+ };
7311
+ number?: undefined;
7312
+ sys_id?: undefined;
7313
+ record?: undefined;
7314
+ approver?: undefined;
7315
+ source_table?: undefined;
7316
+ approval_field?: undefined;
7317
+ };
7318
+ required: never[];
7319
+ };
7320
+ } | {
7321
+ name: string;
7322
+ description: string;
7323
+ inputSchema: {
7324
+ type: string;
7325
+ properties: {
7326
+ record: {
7327
+ type: string;
7328
+ description: string;
7329
+ };
7330
+ limit: {
7331
+ type: string;
7332
+ description: string;
7333
+ };
7334
+ number?: undefined;
7335
+ sys_id?: undefined;
7336
+ table?: undefined;
7337
+ state?: undefined;
7338
+ account?: undefined;
7339
+ approver?: undefined;
7340
+ source_table?: undefined;
7341
+ approval_field?: undefined;
7342
+ };
7343
+ required: string[];
7344
+ };
7345
+ } | {
7346
+ name: string;
7347
+ description: string;
7348
+ inputSchema: {
7349
+ type: string;
7350
+ properties: {
7351
+ record: {
7352
+ type: string;
7353
+ description: string;
7354
+ };
7355
+ table: {
7356
+ type: string;
7357
+ description: string;
7358
+ };
7359
+ number?: undefined;
7360
+ sys_id?: undefined;
7361
+ state?: undefined;
7362
+ account?: undefined;
7363
+ limit?: undefined;
7364
+ approver?: undefined;
7365
+ source_table?: undefined;
7366
+ approval_field?: undefined;
7367
+ };
7368
+ required: string[];
7369
+ };
7370
+ } | {
7371
+ name: string;
7372
+ description: string;
7373
+ inputSchema: {
7374
+ type: string;
7375
+ properties: {
7376
+ record: {
7377
+ type: string;
7378
+ description: string;
7379
+ };
7380
+ approver: {
7381
+ type: string;
7382
+ description: string;
7383
+ };
7384
+ source_table: {
7385
+ type: string;
7386
+ description: string;
7387
+ };
7388
+ number?: undefined;
7389
+ sys_id?: undefined;
7390
+ table?: undefined;
7391
+ state?: undefined;
7392
+ account?: undefined;
7393
+ limit?: undefined;
7394
+ approval_field?: undefined;
7395
+ };
7396
+ required: string[];
7397
+ };
7398
+ } | {
7399
+ name: string;
7400
+ description: string;
7401
+ inputSchema: {
7402
+ type: string;
7403
+ properties: {
7404
+ record: {
7405
+ type: string;
7406
+ description: string;
7407
+ };
7408
+ number?: undefined;
7409
+ sys_id?: undefined;
7410
+ table?: undefined;
7411
+ state?: undefined;
7412
+ account?: undefined;
7413
+ limit?: undefined;
7414
+ approver?: undefined;
7415
+ source_table?: undefined;
7416
+ approval_field?: undefined;
7417
+ };
7418
+ required: string[];
7419
+ };
7420
+ } | {
7421
+ name: string;
7422
+ description: string;
7423
+ inputSchema: {
7424
+ type: string;
7425
+ properties: {
7426
+ table: {
7427
+ type: string;
7428
+ description: string;
7429
+ };
7430
+ sys_id: {
7431
+ type: string;
7432
+ description: string;
7433
+ };
7434
+ approval_field: {
7435
+ type: string;
7436
+ description: string;
7437
+ };
7438
+ number?: undefined;
7439
+ state?: undefined;
7440
+ account?: undefined;
7441
+ limit?: undefined;
7442
+ record?: undefined;
7443
+ approver?: undefined;
7444
+ source_table?: undefined;
7445
+ };
7446
+ required: string[];
7447
+ };
7448
+ } | {
7449
+ name: string;
7450
+ description: string;
7451
+ inputSchema: {
7452
+ type: string;
7453
+ properties: {
7454
+ case: {
7455
+ type: string;
7456
+ description: string;
7457
+ };
7458
+ active: {
7459
+ type: string;
7460
+ description: string;
7461
+ };
7462
+ limit: {
7463
+ type: string;
7464
+ description: string;
7465
+ };
7466
+ state?: undefined;
7467
+ work_notes?: undefined;
7468
+ query?: undefined;
7469
+ kb?: undefined;
7470
+ table?: undefined;
7471
+ record?: undefined;
7472
+ instruction?: undefined;
7473
+ user?: undefined;
7474
+ hr_service?: undefined;
7475
+ };
7476
+ required: string[];
7477
+ };
7478
+ } | {
7479
+ name: string;
7480
+ description: string;
7481
+ inputSchema: {
7482
+ type: string;
7483
+ properties: {
7484
+ case: {
7485
+ type: string;
7486
+ description: string;
7487
+ };
7488
+ state: {
7489
+ type: string;
7490
+ description: string;
7491
+ };
7492
+ work_notes: {
7493
+ type: string;
7494
+ description: string;
7495
+ };
7496
+ active?: undefined;
7497
+ limit?: undefined;
7498
+ query?: undefined;
7499
+ kb?: undefined;
7500
+ table?: undefined;
7501
+ record?: undefined;
7502
+ instruction?: undefined;
7503
+ user?: undefined;
7504
+ hr_service?: undefined;
7505
+ };
7506
+ required: string[];
7507
+ };
7508
+ } | {
7509
+ name: string;
7510
+ description: string;
7511
+ inputSchema: {
7512
+ type: string;
7513
+ properties: {
7514
+ case?: undefined;
7515
+ active?: undefined;
7516
+ limit?: undefined;
7517
+ state?: undefined;
7518
+ work_notes?: undefined;
7519
+ query?: undefined;
7520
+ kb?: undefined;
7521
+ table?: undefined;
7522
+ record?: undefined;
7523
+ instruction?: undefined;
7524
+ user?: undefined;
7525
+ hr_service?: undefined;
7526
+ };
7527
+ required: never[];
7528
+ };
7529
+ } | {
7530
+ name: string;
7531
+ description: string;
7532
+ inputSchema: {
7533
+ type: string;
7534
+ properties: {
7535
+ table: {
7536
+ type: string;
7537
+ description: string;
7538
+ };
7539
+ record: {
7540
+ type: string;
7541
+ description: string;
7542
+ };
7543
+ case?: undefined;
7544
+ active?: undefined;
7545
+ limit?: undefined;
7546
+ state?: undefined;
7547
+ work_notes?: undefined;
7548
+ query?: undefined;
7549
+ kb?: undefined;
7550
+ instruction?: undefined;
7551
+ user?: undefined;
7552
+ hr_service?: undefined;
7553
+ };
7554
+ required: string[];
7555
+ };
7556
+ } | {
7557
+ name: string;
7558
+ description: string;
7559
+ inputSchema: {
7560
+ type: string;
7561
+ properties: {
7562
+ case: {
7563
+ type: string;
7564
+ description: string;
7565
+ };
7566
+ table: {
7567
+ type: string;
7568
+ description: string;
7569
+ };
7570
+ active?: undefined;
7571
+ limit?: undefined;
7572
+ state?: undefined;
7573
+ work_notes?: undefined;
7574
+ query?: undefined;
7575
+ kb?: undefined;
7576
+ record?: undefined;
7577
+ instruction?: undefined;
7578
+ user?: undefined;
7579
+ hr_service?: undefined;
7580
+ };
7581
+ required: string[];
7582
+ };
7583
+ } | {
7584
+ name: string;
7585
+ description: string;
7586
+ inputSchema: {
7587
+ type: string;
7588
+ properties: {
7589
+ case: {
7590
+ type: string;
7591
+ description: string;
7592
+ };
7593
+ table: {
7594
+ type: string;
7595
+ description: string;
7596
+ };
7597
+ instruction: {
7598
+ type: string;
7599
+ description: string;
7600
+ };
7601
+ active?: undefined;
7602
+ limit?: undefined;
7603
+ state?: undefined;
7604
+ work_notes?: undefined;
7605
+ query?: undefined;
7606
+ kb?: undefined;
7607
+ record?: undefined;
7608
+ user?: undefined;
7609
+ hr_service?: undefined;
7610
+ };
7611
+ required: string[];
7612
+ };
7613
+ } | {
7614
+ name: string;
7615
+ description: string;
7616
+ inputSchema: {
7617
+ type: string;
7618
+ properties: {
7619
+ user: {
7620
+ type: string;
7621
+ description: string;
7622
+ };
7623
+ hr_service: {
7624
+ type: string;
7625
+ description: string;
7626
+ };
7627
+ case?: undefined;
7628
+ active?: undefined;
7629
+ limit?: undefined;
7630
+ state?: undefined;
7631
+ work_notes?: undefined;
7632
+ query?: undefined;
7633
+ kb?: undefined;
7634
+ table?: undefined;
7635
+ record?: undefined;
7636
+ instruction?: undefined;
7637
+ };
7638
+ required: string[];
7639
+ };
6147
7640
  } | {
6148
7641
  name: string;
6149
7642
  description: string;