fmea-api-mcp-server 1.1.64 → 1.1.65

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.
Files changed (38) hide show
  1. package/data/changelog/1.1.64.json +10 -0
  2. package/data/changelog/next.json +748 -48
  3. package/data/endpoint-lookup.json +1 -1
  4. package/data/enums.json +2 -2
  5. package/data/search-index.oxy +1 -1
  6. package/dist/index.js +1 -1
  7. package/dist/services/search/OramaSearchService.js +4 -1
  8. package/dist/synonyms.js +2 -1
  9. package/dist/utils/ScoreCalculator.js +7 -2
  10. package/endpoints/v2/action-status/core.json +59 -0
  11. package/endpoints/v2/classification-excel/core.json +1 -1
  12. package/endpoints/v2/classifications/core.json +110 -458
  13. package/endpoints/v2/condition-library-excel/core.json +220 -2
  14. package/endpoints/v2/division-excel/core.json +1 -1
  15. package/endpoints/v2/divisions/core.json +214 -238
  16. package/endpoints/v2/documents/core.json +1 -1
  17. package/endpoints/v2/evaluation/core.json +433 -663
  18. package/endpoints/v2/evaluation-excel/core.json +1 -1
  19. package/endpoints/v2/failure-mode-library/core.json +189 -0
  20. package/endpoints/v2/failure-mode-library-excel/core.json +289 -0
  21. package/endpoints/v2/fourm/core.json +3 -3
  22. package/endpoints/v2/high-items/core.json +1 -1
  23. package/endpoints/v2/notice-excel/core.json +1 -1
  24. package/endpoints/v2/notices/core.json +4 -4
  25. package/endpoints/v2/process-symbol-excel/core.json +63 -4
  26. package/endpoints/v2/process-symbols/core.json +2 -2
  27. package/endpoints/v2/projects/core.json +26 -2
  28. package/endpoints/v2/scoring/core.json +34 -137
  29. package/endpoints/v2/synonym-excel/core.json +101 -8
  30. package/endpoints/v2/synonyms/core.json +58 -176
  31. package/endpoints/v2/templates/core.json +1 -157
  32. package/endpoints/v2/user-excel/core.json +1 -1
  33. package/endpoints/v2/users/core.json +42 -0
  34. package/endpoints/v2/worksheet-template-excel/core.json +1 -1
  35. package/endpoints/v2/worksheets/core.json +2 -2
  36. package/endpoints/v2/worksheets/excel.json +1 -1
  37. package/package.json +1 -1
  38. package/endpoints/v2/fm-checkpoint/core.json +0 -363
package/data/enums.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated_at": "2026-03-29T23:14:59.635537",
2
+ "generated_at": "2026-03-31T00:52:00.212358",
3
3
  "count": 70,
4
4
  "enums": {
5
5
  "ErrorCode": [
@@ -309,7 +309,7 @@
309
309
  "TYPE_A",
310
310
  "TYPE_C"
311
311
  ],
312
- "FmCheckpointNodeType": [
312
+ "FailureModeLibraryNodeType": [
313
313
  "ROOT",
314
314
  "CATEGORY",
315
315
  "GROUP",