fmea-api-mcp-server 1.1.47 → 1.1.48
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/endpoint-lookup.json +1 -1
- package/data/search-index.oxy +1 -1
- package/dist/index.js +1 -1
- package/endpoints/v2/additional-info/core.json +30 -6
- package/endpoints/v2/api-keys/core.json +7 -2
- package/endpoints/v2/block-diagrams/core.json +1 -1
- package/endpoints/v2/condition-library/core.json +4 -306
- package/endpoints/v2/condition-library-excel/core.json +1 -4
- package/endpoints/v2/documents/core.json +3 -3
- package/endpoints/v2/evaluation/core.json +158 -34
- package/endpoints/v2/projects/core.json +56 -8
- package/endpoints/v2/recommendation-items/core.json +16 -3
- package/endpoints/v2/search/core.json +119 -24
- package/endpoints/v2/system/core.json +6 -2
- package/endpoints/v2/system-definition/core.json +9 -3
- package/endpoints/v2/system-definition-excel/core.json +1 -1
- package/endpoints/v2/worksheet-templates/core.json +10 -2
- package/package.json +1 -1
|
@@ -16,10 +16,18 @@
|
|
|
16
16
|
{
|
|
17
17
|
"name": "fmeaType",
|
|
18
18
|
"in": "path",
|
|
19
|
-
"description": "FMEA type
|
|
19
|
+
"description": "FMEA type",
|
|
20
20
|
"required": true,
|
|
21
21
|
"schema": {
|
|
22
|
-
"type": "string"
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": [
|
|
24
|
+
"DESIGN",
|
|
25
|
+
"PROCESS",
|
|
26
|
+
"EQUIPMENT",
|
|
27
|
+
"FA",
|
|
28
|
+
"FTA",
|
|
29
|
+
"CPLAN"
|
|
30
|
+
]
|
|
23
31
|
}
|
|
24
32
|
},
|
|
25
33
|
{
|
|
@@ -55,10 +63,18 @@
|
|
|
55
63
|
{
|
|
56
64
|
"name": "fmeaType",
|
|
57
65
|
"in": "path",
|
|
58
|
-
"description": "FMEA type
|
|
66
|
+
"description": "FMEA type",
|
|
59
67
|
"required": true,
|
|
60
68
|
"schema": {
|
|
61
|
-
"type": "string"
|
|
69
|
+
"type": "string",
|
|
70
|
+
"enum": [
|
|
71
|
+
"DESIGN",
|
|
72
|
+
"PROCESS",
|
|
73
|
+
"EQUIPMENT",
|
|
74
|
+
"FA",
|
|
75
|
+
"FTA",
|
|
76
|
+
"CPLAN"
|
|
77
|
+
]
|
|
62
78
|
}
|
|
63
79
|
},
|
|
64
80
|
{
|
|
@@ -73,10 +89,15 @@
|
|
|
73
89
|
{
|
|
74
90
|
"name": "category",
|
|
75
91
|
"in": "path",
|
|
76
|
-
"description": "Rating category
|
|
92
|
+
"description": "Rating category",
|
|
77
93
|
"required": true,
|
|
78
94
|
"schema": {
|
|
79
|
-
"type": "string"
|
|
95
|
+
"type": "string",
|
|
96
|
+
"enum": [
|
|
97
|
+
"SEVERITY",
|
|
98
|
+
"OCCURRENCE",
|
|
99
|
+
"DETECTION"
|
|
100
|
+
]
|
|
80
101
|
}
|
|
81
102
|
},
|
|
82
103
|
{
|
|
@@ -167,10 +188,18 @@
|
|
|
167
188
|
{
|
|
168
189
|
"name": "fmeaType",
|
|
169
190
|
"in": "path",
|
|
170
|
-
"description": "FMEA type
|
|
191
|
+
"description": "FMEA type",
|
|
171
192
|
"required": true,
|
|
172
193
|
"schema": {
|
|
173
|
-
"type": "string"
|
|
194
|
+
"type": "string",
|
|
195
|
+
"enum": [
|
|
196
|
+
"DESIGN",
|
|
197
|
+
"PROCESS",
|
|
198
|
+
"EQUIPMENT",
|
|
199
|
+
"FA",
|
|
200
|
+
"FTA",
|
|
201
|
+
"CPLAN"
|
|
202
|
+
]
|
|
174
203
|
}
|
|
175
204
|
}
|
|
176
205
|
],
|
|
@@ -221,10 +250,18 @@
|
|
|
221
250
|
{
|
|
222
251
|
"name": "fmeaType",
|
|
223
252
|
"in": "path",
|
|
224
|
-
"description": "FMEA type
|
|
253
|
+
"description": "FMEA type",
|
|
225
254
|
"required": true,
|
|
226
255
|
"schema": {
|
|
227
|
-
"type": "string"
|
|
256
|
+
"type": "string",
|
|
257
|
+
"enum": [
|
|
258
|
+
"DESIGN",
|
|
259
|
+
"PROCESS",
|
|
260
|
+
"EQUIPMENT",
|
|
261
|
+
"FA",
|
|
262
|
+
"FTA",
|
|
263
|
+
"CPLAN"
|
|
264
|
+
]
|
|
228
265
|
}
|
|
229
266
|
},
|
|
230
267
|
{
|
|
@@ -326,10 +363,18 @@
|
|
|
326
363
|
{
|
|
327
364
|
"name": "fmeaType",
|
|
328
365
|
"in": "path",
|
|
329
|
-
"description": "FMEA type
|
|
366
|
+
"description": "FMEA type",
|
|
330
367
|
"required": true,
|
|
331
368
|
"schema": {
|
|
332
|
-
"type": "string"
|
|
369
|
+
"type": "string",
|
|
370
|
+
"enum": [
|
|
371
|
+
"DESIGN",
|
|
372
|
+
"PROCESS",
|
|
373
|
+
"EQUIPMENT",
|
|
374
|
+
"FA",
|
|
375
|
+
"FTA",
|
|
376
|
+
"CPLAN"
|
|
377
|
+
]
|
|
333
378
|
}
|
|
334
379
|
},
|
|
335
380
|
{
|
|
@@ -389,10 +434,18 @@
|
|
|
389
434
|
{
|
|
390
435
|
"name": "fmeaType",
|
|
391
436
|
"in": "path",
|
|
392
|
-
"description": "FMEA type
|
|
437
|
+
"description": "FMEA type",
|
|
393
438
|
"required": true,
|
|
394
439
|
"schema": {
|
|
395
|
-
"type": "string"
|
|
440
|
+
"type": "string",
|
|
441
|
+
"enum": [
|
|
442
|
+
"DESIGN",
|
|
443
|
+
"PROCESS",
|
|
444
|
+
"EQUIPMENT",
|
|
445
|
+
"FA",
|
|
446
|
+
"FTA",
|
|
447
|
+
"CPLAN"
|
|
448
|
+
]
|
|
396
449
|
}
|
|
397
450
|
},
|
|
398
451
|
{
|
|
@@ -407,10 +460,15 @@
|
|
|
407
460
|
{
|
|
408
461
|
"name": "category",
|
|
409
462
|
"in": "path",
|
|
410
|
-
"description": "Rating category
|
|
463
|
+
"description": "Rating category",
|
|
411
464
|
"required": true,
|
|
412
465
|
"schema": {
|
|
413
|
-
"type": "string"
|
|
466
|
+
"type": "string",
|
|
467
|
+
"enum": [
|
|
468
|
+
"SEVERITY",
|
|
469
|
+
"OCCURRENCE",
|
|
470
|
+
"DETECTION"
|
|
471
|
+
]
|
|
414
472
|
}
|
|
415
473
|
}
|
|
416
474
|
],
|
|
@@ -458,10 +516,18 @@
|
|
|
458
516
|
{
|
|
459
517
|
"name": "fmeaType",
|
|
460
518
|
"in": "path",
|
|
461
|
-
"description": "FMEA type
|
|
519
|
+
"description": "FMEA type",
|
|
462
520
|
"required": true,
|
|
463
521
|
"schema": {
|
|
464
|
-
"type": "string"
|
|
522
|
+
"type": "string",
|
|
523
|
+
"enum": [
|
|
524
|
+
"DESIGN",
|
|
525
|
+
"PROCESS",
|
|
526
|
+
"EQUIPMENT",
|
|
527
|
+
"FA",
|
|
528
|
+
"FTA",
|
|
529
|
+
"CPLAN"
|
|
530
|
+
]
|
|
465
531
|
}
|
|
466
532
|
}
|
|
467
533
|
],
|
|
@@ -512,10 +578,18 @@
|
|
|
512
578
|
{
|
|
513
579
|
"name": "fmeaType",
|
|
514
580
|
"in": "path",
|
|
515
|
-
"description": "FMEA type
|
|
581
|
+
"description": "FMEA type",
|
|
516
582
|
"required": true,
|
|
517
583
|
"schema": {
|
|
518
|
-
"type": "string"
|
|
584
|
+
"type": "string",
|
|
585
|
+
"enum": [
|
|
586
|
+
"DESIGN",
|
|
587
|
+
"PROCESS",
|
|
588
|
+
"EQUIPMENT",
|
|
589
|
+
"FA",
|
|
590
|
+
"FTA",
|
|
591
|
+
"CPLAN"
|
|
592
|
+
]
|
|
519
593
|
}
|
|
520
594
|
}
|
|
521
595
|
],
|
|
@@ -583,10 +657,18 @@
|
|
|
583
657
|
{
|
|
584
658
|
"name": "fmeaType",
|
|
585
659
|
"in": "path",
|
|
586
|
-
"description": "FMEA type
|
|
660
|
+
"description": "FMEA type",
|
|
587
661
|
"required": true,
|
|
588
662
|
"schema": {
|
|
589
|
-
"type": "string"
|
|
663
|
+
"type": "string",
|
|
664
|
+
"enum": [
|
|
665
|
+
"DESIGN",
|
|
666
|
+
"PROCESS",
|
|
667
|
+
"EQUIPMENT",
|
|
668
|
+
"FA",
|
|
669
|
+
"FTA",
|
|
670
|
+
"CPLAN"
|
|
671
|
+
]
|
|
590
672
|
}
|
|
591
673
|
},
|
|
592
674
|
{
|
|
@@ -601,10 +683,15 @@
|
|
|
601
683
|
{
|
|
602
684
|
"name": "category",
|
|
603
685
|
"in": "path",
|
|
604
|
-
"description": "Rating category
|
|
686
|
+
"description": "Rating category",
|
|
605
687
|
"required": true,
|
|
606
688
|
"schema": {
|
|
607
|
-
"type": "string"
|
|
689
|
+
"type": "string",
|
|
690
|
+
"enum": [
|
|
691
|
+
"SEVERITY",
|
|
692
|
+
"OCCURRENCE",
|
|
693
|
+
"DETECTION"
|
|
694
|
+
]
|
|
608
695
|
}
|
|
609
696
|
}
|
|
610
697
|
],
|
|
@@ -669,10 +756,18 @@
|
|
|
669
756
|
{
|
|
670
757
|
"name": "fmeaType",
|
|
671
758
|
"in": "path",
|
|
672
|
-
"description": "FMEA type
|
|
759
|
+
"description": "FMEA type",
|
|
673
760
|
"required": true,
|
|
674
761
|
"schema": {
|
|
675
|
-
"type": "string"
|
|
762
|
+
"type": "string",
|
|
763
|
+
"enum": [
|
|
764
|
+
"DESIGN",
|
|
765
|
+
"PROCESS",
|
|
766
|
+
"EQUIPMENT",
|
|
767
|
+
"FA",
|
|
768
|
+
"FTA",
|
|
769
|
+
"CPLAN"
|
|
770
|
+
]
|
|
676
771
|
}
|
|
677
772
|
},
|
|
678
773
|
{
|
|
@@ -708,10 +803,18 @@
|
|
|
708
803
|
{
|
|
709
804
|
"name": "fmeaType",
|
|
710
805
|
"in": "path",
|
|
711
|
-
"description": "FMEA type
|
|
806
|
+
"description": "FMEA type",
|
|
712
807
|
"required": true,
|
|
713
808
|
"schema": {
|
|
714
|
-
"type": "string"
|
|
809
|
+
"type": "string",
|
|
810
|
+
"enum": [
|
|
811
|
+
"DESIGN",
|
|
812
|
+
"PROCESS",
|
|
813
|
+
"EQUIPMENT",
|
|
814
|
+
"FA",
|
|
815
|
+
"FTA",
|
|
816
|
+
"CPLAN"
|
|
817
|
+
]
|
|
715
818
|
}
|
|
716
819
|
},
|
|
717
820
|
{
|
|
@@ -788,10 +891,18 @@
|
|
|
788
891
|
{
|
|
789
892
|
"name": "fmeaType",
|
|
790
893
|
"in": "path",
|
|
791
|
-
"description": "FMEA type
|
|
894
|
+
"description": "FMEA type",
|
|
792
895
|
"required": true,
|
|
793
896
|
"schema": {
|
|
794
|
-
"type": "string"
|
|
897
|
+
"type": "string",
|
|
898
|
+
"enum": [
|
|
899
|
+
"DESIGN",
|
|
900
|
+
"PROCESS",
|
|
901
|
+
"EQUIPMENT",
|
|
902
|
+
"FA",
|
|
903
|
+
"FTA",
|
|
904
|
+
"CPLAN"
|
|
905
|
+
]
|
|
795
906
|
}
|
|
796
907
|
},
|
|
797
908
|
{
|
|
@@ -883,10 +994,18 @@
|
|
|
883
994
|
{
|
|
884
995
|
"name": "fmeaType",
|
|
885
996
|
"in": "path",
|
|
886
|
-
"description": "FMEA type
|
|
997
|
+
"description": "FMEA type",
|
|
887
998
|
"required": true,
|
|
888
999
|
"schema": {
|
|
889
|
-
"type": "string"
|
|
1000
|
+
"type": "string",
|
|
1001
|
+
"enum": [
|
|
1002
|
+
"DESIGN",
|
|
1003
|
+
"PROCESS",
|
|
1004
|
+
"EQUIPMENT",
|
|
1005
|
+
"FA",
|
|
1006
|
+
"FTA",
|
|
1007
|
+
"CPLAN"
|
|
1008
|
+
]
|
|
890
1009
|
}
|
|
891
1010
|
},
|
|
892
1011
|
{
|
|
@@ -901,10 +1020,15 @@
|
|
|
901
1020
|
{
|
|
902
1021
|
"name": "category",
|
|
903
1022
|
"in": "path",
|
|
904
|
-
"description": "Rating category
|
|
1023
|
+
"description": "Rating category",
|
|
905
1024
|
"required": true,
|
|
906
1025
|
"schema": {
|
|
907
|
-
"type": "string"
|
|
1026
|
+
"type": "string",
|
|
1027
|
+
"enum": [
|
|
1028
|
+
"SEVERITY",
|
|
1029
|
+
"OCCURRENCE",
|
|
1030
|
+
"DETECTION"
|
|
1031
|
+
]
|
|
908
1032
|
}
|
|
909
1033
|
},
|
|
910
1034
|
{
|
|
@@ -16,9 +16,15 @@
|
|
|
16
16
|
{
|
|
17
17
|
"name": "scope",
|
|
18
18
|
"in": "query",
|
|
19
|
-
"description": "
|
|
19
|
+
"description": "Search scope (default: my)",
|
|
20
20
|
"schema": {
|
|
21
|
-
"type": "string"
|
|
21
|
+
"type": "string",
|
|
22
|
+
"enum": [
|
|
23
|
+
"MY",
|
|
24
|
+
"DIVISION",
|
|
25
|
+
"ALL"
|
|
26
|
+
],
|
|
27
|
+
"default": "my"
|
|
22
28
|
}
|
|
23
29
|
},
|
|
24
30
|
{
|
|
@@ -67,9 +73,17 @@
|
|
|
67
73
|
{
|
|
68
74
|
"name": "fmeaType",
|
|
69
75
|
"in": "query",
|
|
70
|
-
"description": "FMEA type filter
|
|
76
|
+
"description": "FMEA type filter",
|
|
71
77
|
"schema": {
|
|
72
|
-
"type": "string"
|
|
78
|
+
"type": "string",
|
|
79
|
+
"enum": [
|
|
80
|
+
"DESIGN",
|
|
81
|
+
"PROCESS",
|
|
82
|
+
"EQUIPMENT",
|
|
83
|
+
"FA",
|
|
84
|
+
"FTA",
|
|
85
|
+
"CPLAN"
|
|
86
|
+
]
|
|
73
87
|
}
|
|
74
88
|
},
|
|
75
89
|
{
|
|
@@ -77,7 +91,20 @@
|
|
|
77
91
|
"in": "query",
|
|
78
92
|
"description": "Project status filter",
|
|
79
93
|
"schema": {
|
|
80
|
-
"type": "string"
|
|
94
|
+
"type": "string",
|
|
95
|
+
"enum": [
|
|
96
|
+
"IN_PROGRESS",
|
|
97
|
+
"REFUSED",
|
|
98
|
+
"SELF_COMPLETED",
|
|
99
|
+
"REVIEW",
|
|
100
|
+
"APPROVE",
|
|
101
|
+
"SCORE",
|
|
102
|
+
"COMPLETED",
|
|
103
|
+
"ASK_MODIFY_REVIEW",
|
|
104
|
+
"ASK_MODIFY_APPROVE",
|
|
105
|
+
"DELAY",
|
|
106
|
+
"NA"
|
|
107
|
+
]
|
|
81
108
|
}
|
|
82
109
|
},
|
|
83
110
|
{
|
|
@@ -425,9 +452,17 @@
|
|
|
425
452
|
{
|
|
426
453
|
"name": "fmeaType",
|
|
427
454
|
"in": "query",
|
|
428
|
-
"description": "FMEA type filter
|
|
455
|
+
"description": "FMEA type filter",
|
|
429
456
|
"schema": {
|
|
430
|
-
"type": "string"
|
|
457
|
+
"type": "string",
|
|
458
|
+
"enum": [
|
|
459
|
+
"DESIGN",
|
|
460
|
+
"PROCESS",
|
|
461
|
+
"EQUIPMENT",
|
|
462
|
+
"FA",
|
|
463
|
+
"FTA",
|
|
464
|
+
"CPLAN"
|
|
465
|
+
]
|
|
431
466
|
}
|
|
432
467
|
},
|
|
433
468
|
{
|
|
@@ -435,7 +470,20 @@
|
|
|
435
470
|
"in": "query",
|
|
436
471
|
"description": "Project status filter",
|
|
437
472
|
"schema": {
|
|
438
|
-
"type": "string"
|
|
473
|
+
"type": "string",
|
|
474
|
+
"enum": [
|
|
475
|
+
"IN_PROGRESS",
|
|
476
|
+
"REFUSED",
|
|
477
|
+
"SELF_COMPLETED",
|
|
478
|
+
"REVIEW",
|
|
479
|
+
"APPROVE",
|
|
480
|
+
"SCORE",
|
|
481
|
+
"COMPLETED",
|
|
482
|
+
"ASK_MODIFY_REVIEW",
|
|
483
|
+
"ASK_MODIFY_APPROVE",
|
|
484
|
+
"DELAY",
|
|
485
|
+
"NA"
|
|
486
|
+
]
|
|
439
487
|
}
|
|
440
488
|
},
|
|
441
489
|
{
|
|
@@ -24,9 +24,17 @@
|
|
|
24
24
|
{
|
|
25
25
|
"name": "status",
|
|
26
26
|
"in": "query",
|
|
27
|
-
"description": "Recommended action status filter
|
|
27
|
+
"description": "Recommended action status filter",
|
|
28
28
|
"schema": {
|
|
29
|
-
"type": "string"
|
|
29
|
+
"type": "string",
|
|
30
|
+
"enum": [
|
|
31
|
+
"NOT_COMPLETED",
|
|
32
|
+
"IN_PROGRESS",
|
|
33
|
+
"DELAY",
|
|
34
|
+
"COMPLETED",
|
|
35
|
+
"ALL"
|
|
36
|
+
],
|
|
37
|
+
"default": "All"
|
|
30
38
|
}
|
|
31
39
|
},
|
|
32
40
|
{
|
|
@@ -49,9 +57,14 @@
|
|
|
49
57
|
{
|
|
50
58
|
"name": "scope",
|
|
51
59
|
"in": "query",
|
|
52
|
-
"description": "Search scope
|
|
60
|
+
"description": "Search scope (default: my)",
|
|
53
61
|
"schema": {
|
|
54
62
|
"type": "string",
|
|
63
|
+
"enum": [
|
|
64
|
+
"MY",
|
|
65
|
+
"DIVISION",
|
|
66
|
+
"ALL"
|
|
67
|
+
],
|
|
55
68
|
"default": "my"
|
|
56
69
|
}
|
|
57
70
|
},
|