fmea-api-mcp-server 1.1.63 → 1.1.64
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.63.json +11 -0
- package/data/changelog/next.json +87 -20
- package/data/endpoint-lookup.json +1 -1
- package/data/enums.json +3 -2
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/dist/intents.js +1 -1
- package/dist/synonyms.js +2 -1
- package/endpoints/v2/documents/core.json +202 -8
- package/package.json +1 -1
package/data/changelog/next.json
CHANGED
|
@@ -1,47 +1,114 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-03-
|
|
3
|
-
"previous": "openapi.
|
|
2
|
+
"generated_at": "2026-03-29T23:14:59.437980",
|
|
3
|
+
"previous": "openapi.20260329_231458.json",
|
|
4
4
|
"latest": "openapi.latest.json",
|
|
5
5
|
"summary": {
|
|
6
|
-
"added":
|
|
6
|
+
"added": 2,
|
|
7
7
|
"removed": 0,
|
|
8
|
-
"modified":
|
|
8
|
+
"modified": 3
|
|
9
9
|
},
|
|
10
|
-
"added": [
|
|
10
|
+
"added": [
|
|
11
|
+
{
|
|
12
|
+
"method": "GET",
|
|
13
|
+
"path": "/api/v2/projects/{projectId}/documents/categories",
|
|
14
|
+
"summary": "List documents across all categories",
|
|
15
|
+
"operationId": "listByCategory"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"method": "PATCH",
|
|
19
|
+
"path": "/api/v2/projects/{projectId}/documents/{documentId}",
|
|
20
|
+
"summary": "Rename a project document",
|
|
21
|
+
"operationId": "rename"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
11
24
|
"removed": [],
|
|
12
25
|
"modified": [
|
|
13
26
|
{
|
|
14
27
|
"method": "GET",
|
|
15
|
-
"path": "/api/v2/
|
|
16
|
-
"summary": "List
|
|
28
|
+
"path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
|
|
29
|
+
"summary": "List documents by category for a project",
|
|
17
30
|
"changes": [
|
|
18
|
-
"
|
|
31
|
+
"operationId",
|
|
19
32
|
"parameters"
|
|
20
33
|
],
|
|
21
34
|
"parameter_changes": {
|
|
22
|
-
"added": [
|
|
35
|
+
"added": [],
|
|
36
|
+
"removed": [],
|
|
37
|
+
"modified": [
|
|
23
38
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"in": "
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
39
|
+
"name": "documentCategory",
|
|
40
|
+
"in": "path",
|
|
41
|
+
"changed_fields": [
|
|
42
|
+
"schema"
|
|
43
|
+
],
|
|
44
|
+
"enum_changes": {
|
|
45
|
+
"added": [
|
|
46
|
+
"GENERAL"
|
|
47
|
+
]
|
|
30
48
|
}
|
|
31
49
|
}
|
|
32
|
-
]
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"method": "GET",
|
|
55
|
+
"path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}/path/{documentPath}",
|
|
56
|
+
"summary": "List documents by category and path for a project",
|
|
57
|
+
"changes": [
|
|
58
|
+
"parameters"
|
|
59
|
+
],
|
|
60
|
+
"parameter_changes": {
|
|
61
|
+
"added": [],
|
|
33
62
|
"removed": [],
|
|
34
63
|
"modified": [
|
|
35
64
|
{
|
|
36
|
-
"name": "
|
|
37
|
-
"in": "
|
|
65
|
+
"name": "documentCategory",
|
|
66
|
+
"in": "path",
|
|
38
67
|
"changed_fields": [
|
|
39
|
-
"
|
|
68
|
+
"schema"
|
|
69
|
+
],
|
|
70
|
+
"enum_changes": {
|
|
71
|
+
"added": [
|
|
72
|
+
"GENERAL"
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "documentPath",
|
|
78
|
+
"in": "path",
|
|
79
|
+
"changed_fields": [
|
|
80
|
+
"schema"
|
|
40
81
|
]
|
|
41
82
|
}
|
|
42
83
|
]
|
|
43
84
|
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"method": "POST",
|
|
88
|
+
"path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
|
|
89
|
+
"summary": "Add a document to a project category",
|
|
90
|
+
"changes": [
|
|
91
|
+
"parameters"
|
|
92
|
+
],
|
|
93
|
+
"parameter_changes": {
|
|
94
|
+
"added": [],
|
|
95
|
+
"removed": [],
|
|
96
|
+
"modified": [
|
|
97
|
+
{
|
|
98
|
+
"name": "documentCategory",
|
|
99
|
+
"in": "path",
|
|
100
|
+
"changed_fields": [
|
|
101
|
+
"schema"
|
|
102
|
+
],
|
|
103
|
+
"enum_changes": {
|
|
104
|
+
"added": [
|
|
105
|
+
"GENERAL"
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
44
111
|
}
|
|
45
112
|
],
|
|
46
|
-
"fmea_ref": "
|
|
113
|
+
"fmea_ref": "5c252853e"
|
|
47
114
|
}
|