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.
- package/data/changelog/1.1.63.json +11 -0
- package/data/changelog/1.1.64.json +10 -0
- package/data/changelog/next.json +785 -18
- package/data/endpoint-lookup.json +1 -1
- package/data/enums.json +4 -3
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/dist/intents.js +1 -1
- package/dist/services/search/OramaSearchService.js +4 -1
- package/dist/synonyms.js +4 -2
- package/dist/utils/ScoreCalculator.js +7 -2
- package/endpoints/v2/action-status/core.json +59 -0
- package/endpoints/v2/classification-excel/core.json +1 -1
- package/endpoints/v2/classifications/core.json +110 -458
- package/endpoints/v2/condition-library-excel/core.json +220 -2
- package/endpoints/v2/division-excel/core.json +1 -1
- package/endpoints/v2/divisions/core.json +214 -238
- package/endpoints/v2/documents/core.json +203 -9
- package/endpoints/v2/evaluation/core.json +433 -663
- package/endpoints/v2/evaluation-excel/core.json +1 -1
- package/endpoints/v2/failure-mode-library/core.json +189 -0
- package/endpoints/v2/failure-mode-library-excel/core.json +289 -0
- package/endpoints/v2/fourm/core.json +3 -3
- package/endpoints/v2/high-items/core.json +1 -1
- package/endpoints/v2/notice-excel/core.json +1 -1
- package/endpoints/v2/notices/core.json +4 -4
- package/endpoints/v2/process-symbol-excel/core.json +63 -4
- package/endpoints/v2/process-symbols/core.json +2 -2
- package/endpoints/v2/projects/core.json +26 -2
- package/endpoints/v2/scoring/core.json +34 -137
- package/endpoints/v2/synonym-excel/core.json +101 -8
- package/endpoints/v2/synonyms/core.json +58 -176
- package/endpoints/v2/templates/core.json +1 -157
- package/endpoints/v2/user-excel/core.json +1 -1
- package/endpoints/v2/users/core.json +42 -0
- package/endpoints/v2/worksheet-template-excel/core.json +1 -1
- package/endpoints/v2/worksheets/core.json +2 -2
- package/endpoints/v2/worksheets/excel.json +1 -1
- package/package.json +1 -1
- 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-
|
|
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
|
-
"
|
|
312
|
+
"FailureModeLibraryNodeType": [
|
|
313
313
|
"ROOT",
|
|
314
314
|
"CATEGORY",
|
|
315
315
|
"GROUP",
|
|
@@ -454,7 +454,8 @@
|
|
|
454
454
|
"SYSTEM_DEFINITION",
|
|
455
455
|
"WORKSHEET",
|
|
456
456
|
"BLOCK_DIAGRAM",
|
|
457
|
-
"FMM_DIAGRAM"
|
|
457
|
+
"FMM_DIAGRAM",
|
|
458
|
+
"GENERAL"
|
|
458
459
|
],
|
|
459
460
|
"DocumentType": [
|
|
460
461
|
"UPLOAD",
|