{"version":3,"sources":["env.production.js","Configurations/Endpoints/Env.Production.ts"],"names":["Portico","Configurations","Endpoints","ProductionWebServiceUrls","this","legacyEnrollment","url","audienceId","storageKey","legacyCard","enterpriseProgram","gateway","angular","module","constant"],"mappings":"AAAA,aCAA,IAAUA,SAAV,SAAUA,IAAQ,SAAAC,IAAe,SAAAC,GAMhC,IAAAC,EAAA,WAEuBC,KAAAC,iBAAmB,CAC/BC,IAAK,0CACLC,WAAY,mCACZC,WAAY,yBAGNJ,KAAAK,WAAa,CAC5BH,IAAK,oCACIC,WAAY,mCACrBC,WAAY,mBAGSJ,KAAAM,kBAAoB,CACzCJ,IAAK,gDACLC,WAAY,mCACZC,WAAY,gBAGSJ,KAAAO,QAAU,CACtBL,IAAK,sCArBHJ,EAAAC,yBAAwBA,EAyBrC,SAAES,GACDA,EAAQC,OAAO,OACbC,SAAS,iBAAkB,IAAIX,GAFlC,CAGGS,SAlC6B,CAAAX,EAAAC,YAAAD,EAAAC,UAAS,KAAxB,CAAAF,EAAAC,iBAAAD,EAAAC,eAAc,KAAhC,CAAUD,UAAAA,QAAO","file":"env.production.js","sourcesContent":[null,"namespace Portico.Configurations.Endpoints {\r\n\timport IWebServiceUrls = Portico.Models.Interfaces.IWebServiceUrls;\r\n\timport IServiceDefinition = Portico.Models.Interfaces.IServiceDefinition;\r\n\timport Inject = Portico.Decorators.Inject;\r\n\timport Service = Portico.Decorators.Service;\r\n\r\n\texport class ProductionWebServiceUrls implements IWebServiceUrls {\r\n\r\n public readonly legacyEnrollment = {\r\n url: 'https://enrollment.trialcard.com/api/v1',\r\n audienceId: '7a405d7824084e718c1583e01ea0bc03',\r\n storageKey: 'LegacyEnrollmentToken'\r\n } as IServiceDefinition;\r\n\r\n\t\tpublic readonly legacyCard = {\r\n\t\t\turl: 'https://card.trialcard.com/api/v1',\r\n audienceId: '05c5c394218f4e289f90d578434fdb55',\r\n\t\t\tstorageKey: 'LegacyCardToken'\r\n\t\t} as IServiceDefinition;\r\n\r\n public readonly enterpriseProgram = {\r\n\t\t\turl: 'https://program-uat-int.trialcard.com/api/v2/',\r\n\t\t\taudienceId: 'c867230229e24d66be96025e673b3345',\r\n\t\t\tstorageKey: 'ProgramToken'\r\n } as IServiceDefinition;\r\n\r\n public readonly gateway = {\r\n url: 'https://apigateway.trialcard.com/'\r\n } as IServiceDefinition;\r\n\t}\r\n\r\n\t((angular: angular.IAngularStatic): void => {\r\n\t\tangular.module(\"app\")\r\n\t\t\t.constant('webServiceUrls', new ProductionWebServiceUrls() as IWebServiceUrls);\r\n\t})(angular);\r\n}"]}