fmea-api-mcp-server 1.1.69 → 1.1.70
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/changelog/1.1.69.json +7 -0
- package/data/changelog/next.json +47 -9
- package/data/endpoint-lookup.json +1 -1
- package/data/enums.json +22 -2
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/dist/intents.js +1 -1
- package/dist/synonyms.js +1 -1
- package/endpoints/v2/failure-modes/core.json +196 -2
- package/endpoints/v2/worksheets/core.json +195 -0
- package/package.json +1 -1
package/data/changelog/next.json
CHANGED
|
@@ -1,27 +1,65 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-04-
|
|
3
|
-
"previous": "openapi.
|
|
2
|
+
"generated_at": "2026-04-12T17:40:38.012249",
|
|
3
|
+
"previous": "openapi.20260412_174037.json",
|
|
4
4
|
"latest": "openapi.latest.json",
|
|
5
5
|
"summary": {
|
|
6
|
-
"added":
|
|
6
|
+
"added": 3,
|
|
7
7
|
"removed": 0,
|
|
8
|
-
"modified":
|
|
8
|
+
"modified": 2
|
|
9
9
|
},
|
|
10
10
|
"added": [
|
|
11
|
+
{
|
|
12
|
+
"method": "POST",
|
|
13
|
+
"path": "/api/v2/projects/{projectId}/worksheets/merges",
|
|
14
|
+
"summary": "Merge worksheets into a new worksheet",
|
|
15
|
+
"operationId": "merge"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"method": "POST",
|
|
19
|
+
"path": "/api/v2/projects/{projectId}/worksheets/merges/preview",
|
|
20
|
+
"summary": "Preview worksheet merge validation",
|
|
21
|
+
"operationId": "mergePreview"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"method": "POST",
|
|
25
|
+
"path": "/api/v2/projects/{projectId}/worksheets/{reportNoSimple}/revisions",
|
|
26
|
+
"summary": "Create a new worksheet revision",
|
|
27
|
+
"operationId": "revise"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"removed": [],
|
|
31
|
+
"modified": [
|
|
11
32
|
{
|
|
12
33
|
"method": "GET",
|
|
13
34
|
"path": "/api/v2/projects/{projectId}/failure-modes/{failureModeId}/fmm-diagram/sources",
|
|
14
35
|
"summary": "Get node sources",
|
|
15
|
-
"
|
|
36
|
+
"changes": [
|
|
37
|
+
"description"
|
|
38
|
+
]
|
|
16
39
|
},
|
|
17
40
|
{
|
|
18
41
|
"method": "GET",
|
|
19
42
|
"path": "/api/v2/projects/{projectId}/failure-modes/{failureModeId}/fmm-diagram/sources/bom",
|
|
20
43
|
"summary": "Get BOM source tree",
|
|
21
|
-
"
|
|
44
|
+
"changes": [
|
|
45
|
+
"description",
|
|
46
|
+
"parameters"
|
|
47
|
+
],
|
|
48
|
+
"parameter_changes": {
|
|
49
|
+
"added": [
|
|
50
|
+
{
|
|
51
|
+
"name": "objectTag",
|
|
52
|
+
"in": "query",
|
|
53
|
+
"description": "Current object tag for EFFECT BOM requests",
|
|
54
|
+
"schema": {
|
|
55
|
+
"type": "string"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"removed": [],
|
|
60
|
+
"modified": []
|
|
61
|
+
}
|
|
22
62
|
}
|
|
23
63
|
],
|
|
24
|
-
"
|
|
25
|
-
"modified": [],
|
|
26
|
-
"fmea_ref": "256f98ab1"
|
|
64
|
+
"fmea_ref": "65aeb1d90"
|
|
27
65
|
}
|