{"version":3,"sources":["webpack:///./src/api/taxTypes.js"],"names":["get","id","item","put","delete"],"mappings":"gHAAA,uBAEe,cACb,SACE,OAAO,uBAAMA,IAAI,sBAEnB,SAAS,GAAEC,IACT,OAAO,uBAAMD,yBAAyBC,MAExC,MAAM,KAAEC,IACN,OAAO,uBAAMC,IAAI,oBAAqBD,IAExC,QAAQ,GAAED,IACR,OAAO,uBAAMG,4BAA4BH","file":"js/chunk-2d221852.03f25246.js","sourcesContent":["import api from './base'\n\nexport default {\n getAll () {\n return api().get(`company/tax_types`)\n },\n getById ({ id }) {\n return api().get(`company/tax_types/${id}`)\n },\n save ({ item }) {\n return api().put(`company/tax_types`, item)\n },\n delete ({ id }) {\n return api().delete(`company/tax_types/${id}`)\n }\n}\n"],"sourceRoot":""}