{ "version": 3, "sources": ["../../../app/app.config.ts"], "sourcesContent": ["import {\n ProductStockStatus,\n SearchFilterFields,\n SearchOperator,\n} from '@tectonic/types';\n\nconst appConfig = {\n implicitFilters: {\n [SearchFilterFields.PRODUCT_STOCK_STATUS]: {\n operator: SearchOperator.IN,\n field: SearchFilterFields.PRODUCT_STOCK_STATUS,\n value: [\n ProductStockStatus.IN_STOCK,\n ProductStockStatus.PARTIALLY_OUT_OF_STOCK,\n ],\n },\n },\n\n seoTemplates: {\n pdp: {\n title: '{title} - OHSOGO',\n description: '{description}',\n ogDescription: '{description}',\n },\n collection: {\n defaultDescription: `Buy cosmetics, skincare & personal care products online in Bangladesh. Explore all the big brands under one roof at OHSOGO and get amazing offers & deals`,\n title:\n '{title} - OHSOGO | Buy Cosmetics & Beauty Products Online in Bangladesh',\n description: '{description}',\n ogDescription: '{description}',\n },\n },\n};\n\nexport { appConfig };\n"], "mappings": "AAMA,IAAMA,EAAY,CAChB,gBAAiB,CACf,qBAAwC,EAAG,CACzC,cACA,2BACA,MAAO,oCAGP,CACF,CACF,EAEA,aAAc,CACZ,IAAK,CACH,MAAO,mBACP,YAAa,gBACb,cAAe,eACjB,EACA,WAAY,CACV,mBAAoB,4JACpB,MACE,0EACF,YAAa,gBACb,cAAe,eACjB,CACF,CACF", "names": ["appConfig"] }