{"version":3,"names":["ResponseError","Error","constructor","message","errorType","super","this","name","StoreKeys"],"sources":["./src/app/shared/models/response-error.error.ts","./src/app/shared/constants/store-keys.enum.ts"],"sourcesContent":["import { ErrorType } from './errorModal.model';\r\n\r\nexport class ResponseError extends Error {\r\n public errorType: ErrorType;\r\n public name: string;\r\n\r\n constructor(message: string, errorType: ErrorType = 'systemError') {\r\n super(message);\r\n if (errorType) {\r\n this.errorType = errorType;\r\n }\r\n this.name = 'responseError';\r\n }\r\n}\r\n","export enum StoreKeys {\r\n addProductToCartItem = 'addProductToCartItem',\r\n bundleSearchStore = 'bundleSearchStore',\r\n cart = 'cart',\r\n isGuidedFlow = 'isGuidedFlow',\r\n guidedFlowActiveCategory = 'guidedFlowActiveCategory',\r\n productCategory = 'productCategory',\r\n productDetails = 'productDetails',\r\n removeProductFromCartItem = 'removeProductFromCartItem',\r\n responseError = 'responseError',\r\n selectedMobileProductDetails = 'selectedMobileProductDetails',\r\n selectedNbnProductDetails = 'selectedNbnProductDetails',\r\n selectedPlanCategory = 'selectedPlanCategory',\r\n prefillAddress = 'prefillAddress',\r\n configData = 'configData',\r\n generalContent = 'generalContent',\r\n isNbnMovers = 'isNbnMovers',\r\n currentNbnPlan = 'currentNbnPlan',\r\n currentMobilePlan = 'currentMobilePlan',\r\n aemCIFIntegrationEnabled = 'aemCIFIntegrationEnabled',\r\n customerProfile = 'customerProfile',\r\n webId = 'webId',\r\n isCampaignPage = 'isCampaignPage',\r\n MockEligibility = 'featureFlag.MockAPIs',\r\n isPromoModalOpen = 'isPromoModalOpen',\r\n promoModalTriggerElementId = 'promoModalTriggerElementId',\r\n selectedSKU = 'selectedSKU',\r\n isPromoModalDlsOpen = 'isPromoModalDlsOpen'\r\n}\r\n"],"mappings":"MAEaA,UAAsBC,MAIjCC,YAAYC,EAAiBC,EAAuB,eAClDC,MAAMF,GACN,GAAIC,EAAW,CACbE,KAAKF,UAAYA,C,CAEnBE,KAAKC,KAAO,e,MCXJC,GAAZ,SAAYA,GACVA,EAAA,+CACAA,EAAA,yCACAA,EAAA,eACAA,EAAA,+BACAA,EAAA,uDACAA,EAAA,qCACAA,EAAA,mCACAA,EAAA,yDACAA,EAAA,iCACAA,EAAA,+DACAA,EAAA,yDACAA,EAAA,+CACAA,EAAA,mCACAA,EAAA,2BACAA,EAAA,mCACAA,EAAA,6BACAA,EAAA,mCACAA,EAAA,yCACAA,EAAA,uDACAA,EAAA,qCACAA,EAAA,iBACAA,EAAA,mCACAA,EAAA,0CACAA,EAAA,uCACAA,EAAA,2DACAA,EAAA,6BACAA,EAAA,4CACD,EA5BD,CAAYA,MAAS,Y"}