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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "enum_changes": {
3
+ "modified_enums": {
4
+ "DocumentCategory": {
5
+ "added": [
6
+ "GENERAL"
7
+ ]
8
+ }
9
+ }
10
+ }
11
+ }
@@ -1,47 +1,114 @@
1
1
  {
2
- "generated_at": "2026-03-25T22:01:38.456714",
3
- "previous": "openapi.20260325_220137.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": 1
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/recommendation-items",
16
- "summary": "List recommended actions",
28
+ "path": "/api/v2/projects/{projectId}/documents/categories/{documentCategory}",
29
+ "summary": "List documents by category for a project",
17
30
  "changes": [
18
- "description",
31
+ "operationId",
19
32
  "parameters"
20
33
  ],
21
34
  "parameter_changes": {
22
- "added": [
35
+ "added": [],
36
+ "removed": [],
37
+ "modified": [
23
38
  {
24
- "name": "followUpOnly",
25
- "in": "query",
26
- "description": "Whether to request internal follow-up row filtering inside the selected project scope (default: false)",
27
- "schema": {
28
- "type": "boolean",
29
- "default": false
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": "scope",
37
- "in": "query",
65
+ "name": "documentCategory",
66
+ "in": "path",
38
67
  "changed_fields": [
39
- "description"
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": "d1935fea6"
113
+ "fmea_ref": "5c252853e"
47
114
  }