fmea-api-mcp-server 1.1.67 → 1.1.69

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/enums.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "generated_at": "2026-03-31T11:26:14.146421",
3
- "count": 70,
2
+ "generated_at": "2026-04-02T14:48:32.745487",
3
+ "count": 73,
4
4
  "enums": {
5
5
  "ErrorCode": [
6
6
  "INVALID_REQUEST_TYPE_ERROR",
@@ -320,7 +320,8 @@
320
320
  "FMM_STRUCTURE",
321
321
  "FMM_FUNCTION_STRUCTURE",
322
322
  "FMM_STRUCTURE_FUNCTION",
323
- "FMM_PROCESS"
323
+ "FMM_PROCESS",
324
+ "FMM_FUNCTION_ANALYSIS"
324
325
  ],
325
326
  "FMMObjectType": [
326
327
  "FAILURE_MODE",
@@ -334,6 +335,19 @@
334
335
  "DESIGN",
335
336
  "PROCESS"
336
337
  ],
338
+ "NodeEffectScope": [
339
+ "PRODUCT",
340
+ "PROCESS"
341
+ ],
342
+ "NodeInputMode": [
343
+ "TEXT_ASSISTED",
344
+ "BOM_PICK"
345
+ ],
346
+ "NodeSourceType": [
347
+ "SYSTEM_DEFINITION",
348
+ "PROJECT_REUSE",
349
+ "BOM"
350
+ ],
337
351
  "FourMCategory": [
338
352
  "MAN",
339
353
  "MACHINE",