fmea-api-mcp-server 1.1.50 → 1.1.51

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.
@@ -3154,5 +3154,315 @@
3154
3154
  }
3155
3155
  }
3156
3156
  ]
3157
+ },
3158
+ "1.1.50": {
3159
+ "generated_at": "2026-03-21T20:12:11.032663",
3160
+ "previous": "openapi.20260321_201210.json",
3161
+ "latest": "openapi.latest.json",
3162
+ "summary": {
3163
+ "added": 15,
3164
+ "removed": 0,
3165
+ "modified": 11
3166
+ },
3167
+ "added": [
3168
+ {
3169
+ "method": "DELETE",
3170
+ "path": "/api/v2/divisions/batch",
3171
+ "summary": "Delete divisions in batch",
3172
+ "operationId": "deleteBatch"
3173
+ },
3174
+ {
3175
+ "method": "DELETE",
3176
+ "path": "/api/v2/notices/batch",
3177
+ "summary": "Batch delete notices",
3178
+ "operationId": "deleteBatch_1"
3179
+ },
3180
+ {
3181
+ "method": "GET",
3182
+ "path": "/api/v2/additional-info-excel/export",
3183
+ "summary": "Export additional info fields to Excel",
3184
+ "operationId": "export"
3185
+ },
3186
+ {
3187
+ "method": "GET",
3188
+ "path": "/api/v2/admin/api-key-excel/export",
3189
+ "summary": "Export all API keys to Excel",
3190
+ "operationId": "export_1"
3191
+ },
3192
+ {
3193
+ "method": "GET",
3194
+ "path": "/api/v2/admin/apikey-log-excel/export",
3195
+ "summary": "Export API key audit logs to Excel",
3196
+ "operationId": "export_2"
3197
+ },
3198
+ {
3199
+ "method": "GET",
3200
+ "path": "/api/v2/classification-excel/export",
3201
+ "summary": "Export classification groups and items to Excel",
3202
+ "operationId": "export_3"
3203
+ },
3204
+ {
3205
+ "method": "GET",
3206
+ "path": "/api/v2/condition-library-excel/export",
3207
+ "summary": "Export condition library to Excel",
3208
+ "operationId": "export_11"
3209
+ },
3210
+ {
3211
+ "method": "GET",
3212
+ "path": "/api/v2/division-excel/export",
3213
+ "summary": "Export divisions to Excel",
3214
+ "operationId": "export_4"
3215
+ },
3216
+ {
3217
+ "method": "GET",
3218
+ "path": "/api/v2/evaluation-excel/export",
3219
+ "summary": "Export evaluation criteria to Excel",
3220
+ "operationId": "export_5"
3221
+ },
3222
+ {
3223
+ "method": "GET",
3224
+ "path": "/api/v2/notice-excel/export",
3225
+ "summary": "Export notices to Excel",
3226
+ "operationId": "export_6"
3227
+ },
3228
+ {
3229
+ "method": "GET",
3230
+ "path": "/api/v2/process-symbol-excel/export",
3231
+ "summary": "Export process symbols to Excel",
3232
+ "operationId": "export_7"
3233
+ },
3234
+ {
3235
+ "method": "GET",
3236
+ "path": "/api/v2/projects/{projectId}/revisions",
3237
+ "summary": "List project revision history",
3238
+ "operationId": "list_16"
3239
+ },
3240
+ {
3241
+ "method": "GET",
3242
+ "path": "/api/v2/user-excel/export",
3243
+ "summary": "Export users to Excel",
3244
+ "operationId": "export_9"
3245
+ },
3246
+ {
3247
+ "method": "GET",
3248
+ "path": "/api/v2/worksheet-template-excel/export",
3249
+ "summary": "Export worksheet templates to Excel",
3250
+ "operationId": "export_10"
3251
+ },
3252
+ {
3253
+ "method": "POST",
3254
+ "path": "/api/v2/process-symbol-excel/{uuid}",
3255
+ "summary": "Import process symbols from Excel",
3256
+ "operationId": "importExcel"
3257
+ }
3258
+ ],
3259
+ "removed": [],
3260
+ "modified": [
3261
+ {
3262
+ "method": "DELETE",
3263
+ "path": "/api/v2/synonyms",
3264
+ "summary": "Delete synonym groups",
3265
+ "changes": [
3266
+ "operationId"
3267
+ ]
3268
+ },
3269
+ {
3270
+ "method": "GET",
3271
+ "path": "/api/v2/additional-info/attributes",
3272
+ "summary": "List attributes by FMEA type",
3273
+ "changes": [
3274
+ "description",
3275
+ "parameters"
3276
+ ],
3277
+ "parameter_changes": {
3278
+ "added": [
3279
+ {
3280
+ "name": "q",
3281
+ "in": "query",
3282
+ "description": "Keyword filter applied to attribute label or item label (max 100 chars)",
3283
+ "schema": {
3284
+ "type": "string"
3285
+ }
3286
+ }
3287
+ ],
3288
+ "removed": [],
3289
+ "modified": []
3290
+ }
3291
+ },
3292
+ {
3293
+ "method": "GET",
3294
+ "path": "/api/v2/additional-info/fields",
3295
+ "summary": "List fields by FMEA type",
3296
+ "changes": [
3297
+ "description",
3298
+ "parameters"
3299
+ ],
3300
+ "parameter_changes": {
3301
+ "added": [
3302
+ {
3303
+ "name": "q",
3304
+ "in": "query",
3305
+ "description": "Keyword filter applied to field label (max 100 chars)",
3306
+ "schema": {
3307
+ "type": "string"
3308
+ }
3309
+ }
3310
+ ],
3311
+ "removed": [],
3312
+ "modified": []
3313
+ }
3314
+ },
3315
+ {
3316
+ "method": "GET",
3317
+ "path": "/api/v2/admin/api-keys",
3318
+ "summary": "List all API keys across all users",
3319
+ "changes": [
3320
+ "parameters"
3321
+ ],
3322
+ "parameter_changes": {
3323
+ "added": [
3324
+ {
3325
+ "name": "q",
3326
+ "in": "query",
3327
+ "description": "Keyword search on key name or key prefix (max 100 characters)",
3328
+ "schema": {
3329
+ "type": "string"
3330
+ }
3331
+ }
3332
+ ],
3333
+ "removed": [],
3334
+ "modified": []
3335
+ }
3336
+ },
3337
+ {
3338
+ "method": "GET",
3339
+ "path": "/api/v2/admin/apikeys/logs",
3340
+ "summary": "Query API key audit logs",
3341
+ "changes": [
3342
+ "parameters"
3343
+ ],
3344
+ "parameter_changes": {
3345
+ "added": [
3346
+ {
3347
+ "name": "q",
3348
+ "in": "query",
3349
+ "description": "Keyword search on reason field (max 100 characters)",
3350
+ "schema": {
3351
+ "type": "string"
3352
+ }
3353
+ }
3354
+ ],
3355
+ "removed": [],
3356
+ "modified": []
3357
+ }
3358
+ },
3359
+ {
3360
+ "method": "GET",
3361
+ "path": "/api/v2/classifications",
3362
+ "summary": "List all classification groups",
3363
+ "changes": [
3364
+ "description",
3365
+ "parameters"
3366
+ ],
3367
+ "parameter_changes": {
3368
+ "added": [
3369
+ {
3370
+ "name": "q",
3371
+ "in": "query",
3372
+ "description": "Keyword filter applied to group title or item title (max 100 chars)",
3373
+ "schema": {
3374
+ "type": "string"
3375
+ }
3376
+ }
3377
+ ],
3378
+ "removed": [],
3379
+ "modified": []
3380
+ }
3381
+ },
3382
+ {
3383
+ "method": "GET",
3384
+ "path": "/api/v2/evaluation",
3385
+ "summary": "Get all evaluation criteria by FMEA type",
3386
+ "changes": [
3387
+ "description",
3388
+ "parameters"
3389
+ ],
3390
+ "parameter_changes": {
3391
+ "added": [
3392
+ {
3393
+ "name": "q",
3394
+ "in": "query",
3395
+ "description": "Keyword filter applied to criteria name and description (max 100 chars)",
3396
+ "schema": {
3397
+ "type": "string"
3398
+ }
3399
+ }
3400
+ ],
3401
+ "removed": [],
3402
+ "modified": []
3403
+ }
3404
+ },
3405
+ {
3406
+ "method": "GET",
3407
+ "path": "/api/v2/evaluation/{fmeaType}",
3408
+ "summary": "List criteria for a specific FMEA type",
3409
+ "changes": [
3410
+ "description",
3411
+ "parameters"
3412
+ ],
3413
+ "parameter_changes": {
3414
+ "added": [
3415
+ {
3416
+ "name": "q",
3417
+ "in": "query",
3418
+ "description": "Keyword filter applied to criteria name and description (max 100 chars)",
3419
+ "schema": {
3420
+ "type": "string"
3421
+ }
3422
+ }
3423
+ ],
3424
+ "removed": [],
3425
+ "modified": []
3426
+ }
3427
+ },
3428
+ {
3429
+ "method": "GET",
3430
+ "path": "/api/v2/notices",
3431
+ "summary": "List notices",
3432
+ "changes": [
3433
+ "parameters"
3434
+ ],
3435
+ "parameter_changes": {
3436
+ "added": [
3437
+ {
3438
+ "name": "q",
3439
+ "in": "query",
3440
+ "description": "Search keyword for title and content (max 100 chars)",
3441
+ "schema": {
3442
+ "type": "string"
3443
+ }
3444
+ }
3445
+ ],
3446
+ "removed": [],
3447
+ "modified": []
3448
+ }
3449
+ },
3450
+ {
3451
+ "method": "GET",
3452
+ "path": "/api/v2/synonym-excel/export",
3453
+ "summary": "Export synonyms to Excel",
3454
+ "changes": [
3455
+ "operationId"
3456
+ ]
3457
+ },
3458
+ {
3459
+ "method": "POST",
3460
+ "path": "/api/v2/synonym-excel/{uuid}",
3461
+ "summary": "Import synonyms from Excel",
3462
+ "changes": [
3463
+ "operationId"
3464
+ ]
3465
+ }
3466
+ ]
3157
3467
  }
3158
3468
  }