|
2515 | 2515 | { |
2516 | 2516 | "apiDescription": "src/main/resources/swagger.api/circulationBff.yaml", |
2517 | 2517 | "apiType": "oas", |
2518 | | - "interface": "circulation-bff-requests-batch 1.0", |
| 2518 | + "interface": "circulation-bff-requests-batch 1.1", |
2519 | 2519 | "methods": "get:operation/getBatchRequestCollection post:operation/createBatchRequest", |
2520 | 2520 | "name": "mod-circulation-bff", |
2521 | 2521 | "path": "/circulation-bff/batch-requests" |
2522 | 2522 | }, |
2523 | 2523 | { |
2524 | 2524 | "apiDescription": "src/main/resources/swagger.api/circulationBff.yaml", |
2525 | 2525 | "apiType": "oas", |
2526 | | - "interface": "circulation-bff-requests-batch 1.0", |
| 2526 | + "interface": "circulation-bff-requests-batch 1.1", |
2527 | 2527 | "methods": "get:operation/getBatchRequestById", |
2528 | 2528 | "name": "mod-circulation-bff", |
2529 | 2529 | "path": "/circulation-bff/batch-requests/{batchId}" |
2530 | 2530 | }, |
2531 | 2531 | { |
2532 | 2532 | "apiDescription": "src/main/resources/swagger.api/circulationBff.yaml", |
2533 | 2533 | "apiType": "oas", |
2534 | | - "interface": "circulation-bff-requests-batch 1.0", |
2535 | | - "methods": "get:operation/getMultiItemBatchRequestDetailsByBatchId", |
| 2534 | + "interface": "circulation-bff-requests-batch 1.1", |
| 2535 | + "methods": "get:operation/getMultiItemBatchRequestDetailsByBatchIdLegacy", |
2536 | 2536 | "name": "mod-circulation-bff", |
2537 | 2537 | "path": "/circulation-bff/batch-requests/{batchId}/details" |
2538 | 2538 | }, |
|
2552 | 2552 | "name": "mod-circulation-bff", |
2553 | 2553 | "path": "/circulation-bff/external-users/{externalUserId}/tenant/{tenantId}" |
2554 | 2554 | }, |
| 2555 | + { |
| 2556 | + "apiDescription": "src/main/resources/swagger.api/circulationBff.yaml", |
| 2557 | + "apiType": "oas", |
| 2558 | + "methods": "get:operation/getMultiItemBatchRequestDetailsByBatchId", |
| 2559 | + "name": "mod-circulation-bff", |
| 2560 | + "path": "/circulation-bff/instance/{instanceId}/batch-requests/{batchId}/details" |
| 2561 | + }, |
2555 | 2562 | { |
2556 | 2563 | "apiDescription": "src/main/resources/swagger.api/circulationBff.yaml", |
2557 | 2564 | "apiType": "oas", |
|
0 commit comments