fmea-api-mcp-server 1.1.63 → 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 (40) hide show
  1. package/data/changelog/1.1.63.json +11 -0
  2. package/data/changelog/1.1.64.json +10 -0
  3. package/data/changelog/next.json +785 -18
  4. package/data/endpoint-lookup.json +1 -1
  5. package/data/enums.json +4 -3
  6. package/data/search-index.oxy +1 -1
  7. package/dist/index.js +1 -1
  8. package/dist/intents.js +1 -1
  9. package/dist/services/search/OramaSearchService.js +4 -1
  10. package/dist/synonyms.js +4 -2
  11. package/dist/utils/ScoreCalculator.js +7 -2
  12. package/endpoints/v2/action-status/core.json +59 -0
  13. package/endpoints/v2/classification-excel/core.json +1 -1
  14. package/endpoints/v2/classifications/core.json +110 -458
  15. package/endpoints/v2/condition-library-excel/core.json +220 -2
  16. package/endpoints/v2/division-excel/core.json +1 -1
  17. package/endpoints/v2/divisions/core.json +214 -238
  18. package/endpoints/v2/documents/core.json +203 -9
  19. package/endpoints/v2/evaluation/core.json +433 -663
  20. package/endpoints/v2/evaluation-excel/core.json +1 -1
  21. package/endpoints/v2/failure-mode-library/core.json +189 -0
  22. package/endpoints/v2/failure-mode-library-excel/core.json +289 -0
  23. package/endpoints/v2/fourm/core.json +3 -3
  24. package/endpoints/v2/high-items/core.json +1 -1
  25. package/endpoints/v2/notice-excel/core.json +1 -1
  26. package/endpoints/v2/notices/core.json +4 -4
  27. package/endpoints/v2/process-symbol-excel/core.json +63 -4
  28. package/endpoints/v2/process-symbols/core.json +2 -2
  29. package/endpoints/v2/projects/core.json +26 -2
  30. package/endpoints/v2/scoring/core.json +34 -137
  31. package/endpoints/v2/synonym-excel/core.json +101 -8
  32. package/endpoints/v2/synonyms/core.json +58 -176
  33. package/endpoints/v2/templates/core.json +1 -157
  34. package/endpoints/v2/user-excel/core.json +1 -1
  35. package/endpoints/v2/users/core.json +42 -0
  36. package/endpoints/v2/worksheet-template-excel/core.json +1 -1
  37. package/endpoints/v2/worksheets/core.json +2 -2
  38. package/endpoints/v2/worksheets/excel.json +1 -1
  39. package/package.json +1 -1
  40. package/endpoints/v2/fm-checkpoint/core.json +0 -363
@@ -0,0 +1,11 @@
1
+ {
2
+ "enum_changes": {
3
+ "modified_enums": {
4
+ "DocumentCategory": {
5
+ "added": [
6
+ "GENERAL"
7
+ ]
8
+ }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "enum_changes": {
3
+ "added_enums": [
4
+ "FailureModeLibraryNodeType"
5
+ ],
6
+ "removed_enums": [
7
+ "FmCheckpointNodeType"
8
+ ]
9
+ }
10
+ }