fmea-api-mcp-server 1.1.42 → 1.1.44
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/data/endpoint-lookup.json +1 -1
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/endpoints/v2/projects/core.json +65 -30
- package/endpoints/v2/recommendation-items/core.json +7 -2
- package/endpoints/v2/search/core.json +23 -2
- package/endpoints/v2/tree-search/core.json +30 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -136,8 +136,13 @@
|
|
|
136
136
|
"CPLAN"
|
|
137
137
|
]
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"type": "
|
|
139
|
+
"tag": {
|
|
140
|
+
"type": "string",
|
|
141
|
+
"enum": [
|
|
142
|
+
"NORMAL",
|
|
143
|
+
"MASTER",
|
|
144
|
+
"REFERENCE"
|
|
145
|
+
]
|
|
141
146
|
},
|
|
142
147
|
"name": {
|
|
143
148
|
"type": "string"
|
|
@@ -255,11 +260,13 @@
|
|
|
255
260
|
"CPLAN"
|
|
256
261
|
]
|
|
257
262
|
},
|
|
258
|
-
"
|
|
259
|
-
"type": "
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
+
"tag": {
|
|
264
|
+
"type": "string",
|
|
265
|
+
"enum": [
|
|
266
|
+
"NORMAL",
|
|
267
|
+
"MASTER",
|
|
268
|
+
"REFERENCE"
|
|
269
|
+
]
|
|
263
270
|
},
|
|
264
271
|
"active": {
|
|
265
272
|
"type": "boolean"
|
|
@@ -487,8 +494,13 @@
|
|
|
487
494
|
"CPLAN"
|
|
488
495
|
]
|
|
489
496
|
},
|
|
490
|
-
"
|
|
491
|
-
"type": "
|
|
497
|
+
"tag": {
|
|
498
|
+
"type": "string",
|
|
499
|
+
"enum": [
|
|
500
|
+
"NORMAL",
|
|
501
|
+
"MASTER",
|
|
502
|
+
"REFERENCE"
|
|
503
|
+
]
|
|
492
504
|
},
|
|
493
505
|
"name": {
|
|
494
506
|
"type": "string"
|
|
@@ -604,8 +616,13 @@
|
|
|
604
616
|
"CPLAN"
|
|
605
617
|
]
|
|
606
618
|
},
|
|
607
|
-
"
|
|
608
|
-
"type": "
|
|
619
|
+
"tag": {
|
|
620
|
+
"type": "string",
|
|
621
|
+
"enum": [
|
|
622
|
+
"NORMAL",
|
|
623
|
+
"MASTER",
|
|
624
|
+
"REFERENCE"
|
|
625
|
+
]
|
|
609
626
|
},
|
|
610
627
|
"name": {
|
|
611
628
|
"type": "string"
|
|
@@ -1214,11 +1231,13 @@
|
|
|
1214
1231
|
"CPLAN"
|
|
1215
1232
|
]
|
|
1216
1233
|
},
|
|
1217
|
-
"
|
|
1218
|
-
"type": "
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1234
|
+
"tag": {
|
|
1235
|
+
"type": "string",
|
|
1236
|
+
"enum": [
|
|
1237
|
+
"NORMAL",
|
|
1238
|
+
"MASTER",
|
|
1239
|
+
"REFERENCE"
|
|
1240
|
+
]
|
|
1222
1241
|
},
|
|
1223
1242
|
"active": {
|
|
1224
1243
|
"type": "boolean"
|
|
@@ -1399,6 +1418,7 @@
|
|
|
1399
1418
|
"name",
|
|
1400
1419
|
"reviewerIds",
|
|
1401
1420
|
"startDate",
|
|
1421
|
+
"tag",
|
|
1402
1422
|
"type",
|
|
1403
1423
|
"worksheetTemplateId"
|
|
1404
1424
|
],
|
|
@@ -1418,11 +1438,13 @@
|
|
|
1418
1438
|
"CPLAN"
|
|
1419
1439
|
]
|
|
1420
1440
|
},
|
|
1421
|
-
"
|
|
1422
|
-
"type": "
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1441
|
+
"tag": {
|
|
1442
|
+
"type": "string",
|
|
1443
|
+
"enum": [
|
|
1444
|
+
"NORMAL",
|
|
1445
|
+
"MASTER",
|
|
1446
|
+
"REFERENCE"
|
|
1447
|
+
]
|
|
1426
1448
|
},
|
|
1427
1449
|
"item": {
|
|
1428
1450
|
"type": "string"
|
|
@@ -1519,8 +1541,13 @@
|
|
|
1519
1541
|
"CPLAN"
|
|
1520
1542
|
]
|
|
1521
1543
|
},
|
|
1522
|
-
"
|
|
1523
|
-
"type": "
|
|
1544
|
+
"tag": {
|
|
1545
|
+
"type": "string",
|
|
1546
|
+
"enum": [
|
|
1547
|
+
"NORMAL",
|
|
1548
|
+
"MASTER",
|
|
1549
|
+
"REFERENCE"
|
|
1550
|
+
]
|
|
1524
1551
|
},
|
|
1525
1552
|
"name": {
|
|
1526
1553
|
"type": "string"
|
|
@@ -1612,6 +1639,7 @@
|
|
|
1612
1639
|
"name",
|
|
1613
1640
|
"reviewerIds",
|
|
1614
1641
|
"startDate",
|
|
1642
|
+
"tag",
|
|
1615
1643
|
"type",
|
|
1616
1644
|
"worksheetTemplateId"
|
|
1617
1645
|
],
|
|
@@ -1631,11 +1659,13 @@
|
|
|
1631
1659
|
"CPLAN"
|
|
1632
1660
|
]
|
|
1633
1661
|
},
|
|
1634
|
-
"
|
|
1635
|
-
"type": "
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1662
|
+
"tag": {
|
|
1663
|
+
"type": "string",
|
|
1664
|
+
"enum": [
|
|
1665
|
+
"NORMAL",
|
|
1666
|
+
"MASTER",
|
|
1667
|
+
"REFERENCE"
|
|
1668
|
+
]
|
|
1639
1669
|
},
|
|
1640
1670
|
"item": {
|
|
1641
1671
|
"type": "string"
|
|
@@ -1732,8 +1762,13 @@
|
|
|
1732
1762
|
"CPLAN"
|
|
1733
1763
|
]
|
|
1734
1764
|
},
|
|
1735
|
-
"
|
|
1736
|
-
"type": "
|
|
1765
|
+
"tag": {
|
|
1766
|
+
"type": "string",
|
|
1767
|
+
"enum": [
|
|
1768
|
+
"NORMAL",
|
|
1769
|
+
"MASTER",
|
|
1770
|
+
"REFERENCE"
|
|
1771
|
+
]
|
|
1737
1772
|
},
|
|
1738
1773
|
"name": {
|
|
1739
1774
|
"type": "string"
|
|
@@ -300,6 +300,14 @@
|
|
|
300
300
|
"type": "string"
|
|
301
301
|
}
|
|
302
302
|
},
|
|
303
|
+
{
|
|
304
|
+
"name": "tag",
|
|
305
|
+
"in": "query",
|
|
306
|
+
"description": "Project tag filter: NORMAL|MASTER|REFERENCE",
|
|
307
|
+
"schema": {
|
|
308
|
+
"type": "string"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
303
311
|
{
|
|
304
312
|
"name": "item",
|
|
305
313
|
"in": "query",
|
|
@@ -507,8 +515,13 @@
|
|
|
507
515
|
"CPLAN"
|
|
508
516
|
]
|
|
509
517
|
},
|
|
510
|
-
"
|
|
511
|
-
"type": "
|
|
518
|
+
"tag": {
|
|
519
|
+
"type": "string",
|
|
520
|
+
"enum": [
|
|
521
|
+
"NORMAL",
|
|
522
|
+
"MASTER",
|
|
523
|
+
"REFERENCE"
|
|
524
|
+
]
|
|
512
525
|
},
|
|
513
526
|
"item": {
|
|
514
527
|
"type": "string"
|
|
@@ -631,6 +644,14 @@
|
|
|
631
644
|
"type": "string"
|
|
632
645
|
}
|
|
633
646
|
},
|
|
647
|
+
{
|
|
648
|
+
"name": "tag",
|
|
649
|
+
"in": "query",
|
|
650
|
+
"description": "Project tag filter: NORMAL|MASTER|REFERENCE",
|
|
651
|
+
"schema": {
|
|
652
|
+
"type": "string"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
634
655
|
{
|
|
635
656
|
"name": "item",
|
|
636
657
|
"in": "query",
|
|
@@ -264,6 +264,36 @@
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"path": "/api/v2/tree-search/{domain}/rebuild",
|
|
270
|
+
"method": "POST",
|
|
271
|
+
"operationId": "rebuild",
|
|
272
|
+
"summary": "Rebuild tree search index",
|
|
273
|
+
"description": "Triggers an asynchronous full rebuild of the Lucene tree search index for the specified domain. Requires ADMIN privileges. Returns 202 if rebuild started, 409 if already in progress.",
|
|
274
|
+
"tags": [
|
|
275
|
+
"Tree Search"
|
|
276
|
+
],
|
|
277
|
+
"parameters": [
|
|
278
|
+
{
|
|
279
|
+
"name": "domain",
|
|
280
|
+
"in": "path",
|
|
281
|
+
"description": "Tree search domain. Allowed values: fmm, block-diagram",
|
|
282
|
+
"required": true,
|
|
283
|
+
"schema": {
|
|
284
|
+
"type": "string"
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
],
|
|
288
|
+
"requestBody": null,
|
|
289
|
+
"responses": {
|
|
290
|
+
"default": {
|
|
291
|
+
"description": "default response",
|
|
292
|
+
"content": {
|
|
293
|
+
"application/json": {}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
267
297
|
}
|
|
268
298
|
]
|
|
269
299
|
}
|