{"version":3,"sources":["webpack:///./src/api/clients.js"],"names":["get","id","item","put","delete"],"mappings":"gHAAA,uBAEe,cACb,SACE,OAAO,uBAAMA,IAAI,oBAEnB,SAAS,GAAEC,IACT,OAAO,uBAAMD,uBAAuBC,MAEtC,MAAM,KAAEC,IACN,OAAO,uBAAMC,IAAI,kBAAmBD,IAEtC,QAAQ,GAAED,IACR,OAAO,uBAAMG,0BAA0BH","file":"js/chunk-2d21d54e.c2dc54af.js","sourcesContent":["import api from './base'\n\nexport default {\n getAll () {\n return api().get(`company/clients`)\n },\n getById ({ id }) {\n return api().get(`company/clients/${id}`)\n },\n save ({ item }) {\n return api().put(`company/clients`, item)\n },\n delete ({ id }) {\n return api().delete(`company/clients/${id}`)\n }\n}\n"],"sourceRoot":""}