var CategoryService=function(){function n(){}return n.getGalleryCategoryList=function(n){return axiosInstance.get(n)},n}(),GeneralService=function(){function n(){}return n.getPostalCodeCityList=function(n,t){return axiosInstance.get("/api/general/getpostalcodecitylist",{params:{countryCode:n,postalCode:t}})},n}(),GeolocationService=function(){function n(){}return n.getCountryCode=function(n){return axiosInstance.get("/api/geolocation/getcountrycode",{params:{ipAddress:n}})},n}(),ProductGroupService=function(){function n(){}return n.getGalleryProductGroupList=function(n){return axiosInstance.get(n)},n.getSliderProductGroupList=function(n){return axiosInstance.get(n)},n}(),ProductQuoteService=function(){function n(){}return n.getProductQuoteDataByCoordinates=function(n,t,i,r){return axiosInstance.get("/api/productquotes/getproductquotedatabycoordinates",{params:{productId:n,latitude:t,longitude:i,ipAddress:r}})},n.getProductQuoteDataByPostalCode=function(n,t,i,r){return axiosInstance.get("/api/productquotes/getproductquotedatabypostalcode",{params:{productId:n,postalCode:t,cityName:i,countryCode:r}})},n.getProductQuoteDataByCountryCode=function(n,t){return axiosInstance.get("/api/productquotes/getproductquotedatabycountrycode",{params:{productId:n,countryCode:t}})},n.requestProductQuote=function(n,t){return axiosInstance.post(n,t)},n}(),MailTemplateService=function(){function n(){}return n.getMailDestinationConfig=function(n,t,i){return axiosInstance.get("/api/mailtemplates/maildestinationconfig",{params:{organisationId:n,mailTypeId:i,mailAddressTypeId:t}})},n}(),axiosInstance=axios.create({timeout:1e4,xsrfHeaderName:"__RequestVerificationToken",headers:{__RequestVerificationToken:Helpers.getCsrfToken("body")}})