|
2367 | 2367 | { |
2368 | 2368 | "apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml", |
2369 | 2369 | "apiType": "oas", |
2370 | | - "interface": "circulation-bff-loans 1.2", |
| 2370 | + "interface": "circulation-bff-loans 1.3", |
| 2371 | + "methods": "get:operation/findCirculationLoansByQuery", |
| 2372 | + "name": "mod-circulation-bff", |
| 2373 | + "path": "/circulation-bff/loans" |
| 2374 | + }, |
| 2375 | + { |
| 2376 | + "apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml", |
| 2377 | + "apiType": "oas", |
| 2378 | + "interface": "circulation-bff-loans 1.3", |
2371 | 2379 | "methods": "post:operation/checkInByBarcode", |
2372 | 2380 | "name": "mod-circulation-bff", |
2373 | 2381 | "path": "/circulation-bff/loans/check-in-by-barcode" |
2374 | 2382 | }, |
2375 | 2383 | { |
2376 | 2384 | "apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml", |
2377 | 2385 | "apiType": "oas", |
2378 | | - "interface": "circulation-bff-loans 1.2", |
| 2386 | + "interface": "circulation-bff-loans 1.3", |
2379 | 2387 | "methods": "post:operation/checkOutByBarcode", |
2380 | 2388 | "name": "mod-circulation-bff", |
2381 | 2389 | "path": "/circulation-bff/loans/check-out-by-barcode" |
2382 | 2390 | }, |
| 2391 | + { |
| 2392 | + "apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml", |
| 2393 | + "apiType": "oas", |
| 2394 | + "interface": "circulation-bff-loans 1.3", |
| 2395 | + "methods": "get:operation/getCirculationLoanById", |
| 2396 | + "name": "mod-circulation-bff", |
| 2397 | + "path": "/circulation-bff/loans/{loanId}" |
| 2398 | + }, |
2383 | 2399 | { |
2384 | 2400 | "apiDescription": "src/main/resources/swagger.api/circulation-bff.yaml", |
2385 | 2401 | "apiType": "oas", |
|
0 commit comments