{"version":3,"file":"landingPages-Bgp2V7J-.js","sources":["../../../app/javascript/api/admin/landingPages.js"],"sourcesContent":["import api from \"../index\";\n\nexport default {\n  async update(id, blocks) {\n    return api.put(`/admin/landing_pages/${id}/design`, {\n      blocks: JSON.stringify(blocks)\n    });\n  },\n  async renderFoldDown(body) {\n    return api.post(\"/admin/landing_pages/generate_fold_down\", { body });\n  },\n  async createFoldDownImage(formData) {\n    return api.post(\"/user_photos\", formData);\n  },\n  async fetchProducts(ids) {\n    return api.post(\"/admin/landing_pages/fetch_products\", { ids });\n  },\n  async searchProducts(term, filters, storeId) {\n    return api.post(\"/admin/landing_pages/search_products\", {\n      term,\n      filters,\n      store_id: storeId\n    });\n  },\n  async fetchCategoryProducts(categoryId, filters, storeId) {\n    return api.post(\"/admin/landing_pages/fetch_category_products\", {\n      category_id: categoryId,\n      filters,\n      store_id: storeId\n    });\n  },\n  async renderProductCarousel({ ids, sizes }) {\n    return api.post(\"/admin/landing_pages/render_product_carousel\", {\n      ids,\n      sizes\n    });\n  }\n};\n"],"names":["api","id","blocks","body","formData","ids","term","filters","storeId","categoryId","sizes"],"mappings":"wCAEA,MAAeA,EAAA,CACb,MAAM,OAAOC,EAAIC,EAAQ,CACvB,OAAOF,EAAI,IAAI,wBAAwBC,CAAE,UAAW,CAClD,OAAQ,KAAK,UAAUC,CAAM,CACnC,CAAK,CACF,EACD,MAAM,eAAeC,EAAM,CACzB,OAAOH,EAAI,KAAK,0CAA2C,CAAE,KAAAG,CAAI,CAAE,CACpE,EACD,MAAM,oBAAoBC,EAAU,CAClC,OAAOJ,EAAI,KAAK,eAAgBI,CAAQ,CACzC,EACD,MAAM,cAAcC,EAAK,CACvB,OAAOL,EAAI,KAAK,sCAAuC,CAAE,IAAAK,CAAG,CAAE,CAC/D,EACD,MAAM,eAAeC,EAAMC,EAASC,EAAS,CAC3C,OAAOR,EAAI,KAAK,uCAAwC,CACtD,KAAAM,EACA,QAAAC,EACA,SAAUC,CAChB,CAAK,CACF,EACD,MAAM,sBAAsBC,EAAYF,EAASC,EAAS,CACxD,OAAOR,EAAI,KAAK,+CAAgD,CAC9D,YAAaS,EACb,QAAAF,EACA,SAAUC,CAChB,CAAK,CACF,EACD,MAAM,sBAAsB,CAAE,IAAAH,EAAK,MAAAK,GAAS,CAC1C,OAAOV,EAAI,KAAK,+CAAgD,CAC9D,IAAAK,EACA,MAAAK,CACN,CAAK,CACL,CACA"}