|
7635 | 7635 | "name": "mod-inventory", |
7636 | 7636 | "path": "/inventory/tenant-items" |
7637 | 7637 | }, |
| 7638 | + { |
| 7639 | + "apiDescription": "ramls/adjustment_preset.raml", |
| 7640 | + "apiType": "raml", |
| 7641 | + "interface": "invoice-storage.adjustment-presets 1.0", |
| 7642 | + "methods": "get:invoice_storage_adjustment_presets_get post:invoice_storage_adjustment_presets_post", |
| 7643 | + "name": "mod-invoice-storage", |
| 7644 | + "path": "/invoice-storage/adjustment-presets" |
| 7645 | + }, |
| 7646 | + { |
| 7647 | + "apiDescription": "ramls/adjustment_preset.raml", |
| 7648 | + "apiType": "raml", |
| 7649 | + "interface": "invoice-storage.adjustment-presets 1.0", |
| 7650 | + "methods": "delete:invoice_storage_adjustment_presets__id__delete get:invoice_storage_adjustment_presets__id__get put:invoice_storage_adjustment_presets__id__put", |
| 7651 | + "name": "mod-invoice-storage", |
| 7652 | + "path": "/invoice-storage/adjustment-presets/{id}" |
| 7653 | + }, |
7638 | 7654 | { |
7639 | 7655 | "apiDescription": "ramls/audit-outbox.raml", |
7640 | 7656 | "apiType": "raml", |
|
7886 | 7902 | { |
7887 | 7903 | "apiDescription": "ramls/item-storage.raml", |
7888 | 7904 | "apiType": "raml", |
7889 | | - "interface": "item-storage 11.0", |
7890 | | - "methods": "delete:item_storage_items_delete get:item_storage_items_get post:item_storage_items_post", |
| 7905 | + "interface": "item-storage 11.1", |
| 7906 | + "methods": "delete:item_storage_items_delete get:item_storage_items_get patch:item_storage_items_patch post:item_storage_items_post", |
7891 | 7907 | "name": "mod-inventory-storage", |
7892 | 7908 | "path": "/item-storage/items" |
7893 | 7909 | }, |
7894 | 7910 | { |
7895 | 7911 | "apiDescription": "ramls/item-storage.raml", |
7896 | 7912 | "apiType": "raml", |
7897 | | - "interface": "item-storage 11.0", |
| 7913 | + "interface": "item-storage 11.1", |
7898 | 7914 | "methods": "post:item_storage_items_retrieve_post", |
7899 | 7915 | "name": "mod-inventory-storage", |
7900 | 7916 | "path": "/item-storage/items/retrieve" |
7901 | 7917 | }, |
7902 | 7918 | { |
7903 | 7919 | "apiDescription": "ramls/item-storage.raml", |
7904 | 7920 | "apiType": "raml", |
7905 | | - "interface": "item-storage 11.0", |
| 7921 | + "interface": "item-storage 11.1", |
7906 | 7922 | "methods": "delete:item_storage_items__itemid__delete get:item_storage_items__itemid__get put:item_storage_items__itemid__put", |
7907 | 7923 | "name": "mod-inventory-storage", |
7908 | 7924 | "path": "/item-storage/items/{itemId}" |
@@ -10915,23 +10931,31 @@ |
10915 | 10931 | { |
10916 | 10932 | "apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml", |
10917 | 10933 | "apiType": "oas", |
10918 | | - "interface": "requests-mediated-loans 1.2", |
| 10934 | + "interface": "requests-mediated-loans 1.3", |
10919 | 10935 | "methods": "post:operation/checkOutByBarcode", |
10920 | 10936 | "name": "mod-requests-mediated", |
10921 | 10937 | "path": "/requests-mediated/loans/check-out-by-barcode" |
10922 | 10938 | }, |
10923 | 10939 | { |
10924 | 10940 | "apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml", |
10925 | 10941 | "apiType": "oas", |
10926 | | - "interface": "requests-mediated-loans 1.2", |
| 10942 | + "interface": "requests-mediated-loans 1.3", |
10927 | 10943 | "methods": "post:operation/claimItemReturned", |
10928 | 10944 | "name": "mod-requests-mediated", |
10929 | 10945 | "path": "/requests-mediated/loans/{loanId}/claim-item-returned" |
10930 | 10946 | }, |
10931 | 10947 | { |
10932 | 10948 | "apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml", |
10933 | 10949 | "apiType": "oas", |
10934 | | - "interface": "requests-mediated-loans 1.2", |
| 10950 | + "interface": "requests-mediated-loans 1.3", |
| 10951 | + "methods": "post:operation/declareClaimedReturnedItemAsMissing", |
| 10952 | + "name": "mod-requests-mediated", |
| 10953 | + "path": "/requests-mediated/loans/{loanId}/declare-claimed-returned-item-as-missing" |
| 10954 | + }, |
| 10955 | + { |
| 10956 | + "apiDescription": "src/main/resources/swagger.api/requests-mediated.yaml", |
| 10957 | + "apiType": "oas", |
| 10958 | + "interface": "requests-mediated-loans 1.3", |
10935 | 10959 | "methods": "post:operation/declareItemLost", |
10936 | 10960 | "name": "mod-requests-mediated", |
10937 | 10961 | "path": "/requests-mediated/loans/{loanId}/declare-item-lost" |
|
0 commit comments