fmea-api-mcp-server 1.1.62 → 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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "enum_changes": {
3
+ "modified_enums": {
4
+ "DocumentCategory": {
5
+ "added": [
6
+ "GENERAL"
7
+ ]
8
+ }
9
+ }
10
+ }
11
+ }
@@ -1,20 +1,34 @@
1
1
  {
2
- "generated_at": "2026-03-24T14:54:45.708796",
3
- "previous": "openapi.20260324_145445.json",
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": 0,
6
+ "added": 2,
7
7
  "removed": 0,
8
- "modified": 2
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/search/projects",
16
- "summary": "Search projects globally",
28
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
29
+ "summary": "List documents by category for a project",
17
30
  "changes": [
31
+ "operationId",
18
32
  "parameters"
19
33
  ],
20
34
  "parameter_changes": {
@@ -22,19 +36,24 @@
22
36
  "removed": [],
23
37
  "modified": [
24
38
  {
25
- "name": "q",
26
- "in": "query",
39
+ "name": "documentCategory",
40
+ "in": "path",
27
41
  "changed_fields": [
28
- "description"
29
- ]
42
+ "schema"
43
+ ],
44
+ "enum_changes": {
45
+ "added": [
46
+ "GENERAL"
47
+ ]
48
+ }
30
49
  }
31
50
  ]
32
51
  }
33
52
  },
34
53
  {
35
54
  "method": "GET",
36
- "path": "/api/v2/search/projects/export",
37
- "summary": "Export project search results as Excel",
55
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}/path/{documentPath}",
56
+ "summary": "List documents by category and path for a project",
38
57
  "changes": [
39
58
  "parameters"
40
59
  ],
@@ -43,15 +62,53 @@
43
62
  "removed": [],
44
63
  "modified": [
45
64
  {
46
- "name": "q",
47
- "in": "query",
65
+ "name": "documentCategory",
66
+ "in": "path",
67
+ "changed_fields": [
68
+ "schema"
69
+ ],
70
+ "enum_changes": {
71
+ "added": [
72
+ "GENERAL"
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "name": "documentPath",
78
+ "in": "path",
48
79
  "changed_fields": [
49
- "description"
80
+ "schema"
50
81
  ]
51
82
  }
52
83
  ]
53
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
+ }
54
111
  }
55
112
  ],
56
- "fmea_ref": "c2ff87203"
113
+ "fmea_ref": "5c252853e"
57
114
  }