{"version":3,"sources":["webpack:///./src/api/measurementUnits.js"],"names":["get","id","item","put","delete"],"mappings":"gHAAA,uBAEe,cACb,SACE,OAAO,uBAAMA,IAAI,8BAEnB,SAAS,GAAEC,IACT,OAAO,uBAAMD,iCAAiCC,MAEhD,MAAM,KAAEC,IACN,OAAO,uBAAMC,IAAI,4BAA6BD,IAEhD,QAAQ,GAAED,IACR,OAAO,uBAAMG,oCAAoCH","file":"js/chunk-2d237ff9.83b17b9a.js","sourcesContent":["import api from './base'\n\nexport default {\n getAll () {\n return api().get(`company/measurement_units`)\n },\n getById ({ id }) {\n return api().get(`company/measurement_units/${id}`)\n },\n save ({ item }) {\n return api().put(`company/measurement_units`, item)\n },\n delete ({ id }) {\n return api().delete(`company/measurement_units/${id}`)\n }\n}\n"],"sourceRoot":""}