|
5597 | 5597 | "name": "mod-finance", |
5598 | 5598 | "path": "/finance/calculate-exchange" |
5599 | 5599 | }, |
| 5600 | + { |
| 5601 | + "apiDescription": "ramls/exchange-batch.raml", |
| 5602 | + "apiType": "raml", |
| 5603 | + "interface": "finance.exchange-rate 1.0", |
| 5604 | + "methods": "post:finance_calculate_exchange_batch_post", |
| 5605 | + "name": "mod-finance", |
| 5606 | + "path": "/finance/calculate-exchange-batch" |
| 5607 | + }, |
5600 | 5608 | { |
5601 | 5609 | "apiDescription": "ramls/exchange.raml", |
5602 | 5610 | "apiType": "raml", |
|
7169 | 7177 | "apiDescription": "src/main/resources/openapi/inventory-import-1.0.yaml", |
7170 | 7178 | "apiType": "oas", |
7171 | 7179 | "interface": "inventory-import 1.0", |
7172 | | - "methods": "get:operation/startImportVerticle", |
| 7180 | + "methods": "get:operation/startFileListener", |
7173 | 7181 | "name": "mod-inventory-import", |
7174 | 7182 | "path": "/inventory-import/import-configs/xml-bulk/{id}/activate" |
7175 | 7183 | }, |
7176 | 7184 | { |
7177 | 7185 | "apiDescription": "src/main/resources/openapi/inventory-import-1.0.yaml", |
7178 | 7186 | "apiType": "oas", |
7179 | 7187 | "interface": "inventory-import 1.0", |
7180 | | - "methods": "get:operation/stopImportVerticle", |
| 7188 | + "methods": "post:operation/importXmlRecords", |
7181 | 7189 | "name": "mod-inventory-import", |
7182 | | - "path": "/inventory-import/import-configs/xml-bulk/{id}/deactivate" |
| 7190 | + "path": "/inventory-import/import-configs/xml-bulk/{id}/import" |
7183 | 7191 | }, |
7184 | 7192 | { |
7185 | 7193 | "apiDescription": "src/main/resources/openapi/inventory-import-1.0.yaml", |
7186 | 7194 | "apiType": "oas", |
7187 | 7195 | "interface": "inventory-import 1.0", |
7188 | | - "methods": "post:operation/importXmlRecords", |
| 7196 | + "methods": "get:operation/pauseImport", |
7189 | 7197 | "name": "mod-inventory-import", |
7190 | | - "path": "/inventory-import/import-configs/xml-bulk/{id}/import" |
| 7198 | + "path": "/inventory-import/import-configs/xml-bulk/{id}/pause" |
| 7199 | + }, |
| 7200 | + { |
| 7201 | + "apiDescription": "src/main/resources/openapi/inventory-import-1.0.yaml", |
| 7202 | + "apiType": "oas", |
| 7203 | + "interface": "inventory-import 1.0", |
| 7204 | + "methods": "get:operation/resumeImport", |
| 7205 | + "name": "mod-inventory-import", |
| 7206 | + "path": "/inventory-import/import-configs/xml-bulk/{id}/resume" |
7191 | 7207 | }, |
7192 | 7208 | { |
7193 | 7209 | "apiDescription": "src/main/resources/openapi/inventory-import-1.0.yaml", |
|
0 commit comments