{ "version": 3, "sources": ["src/app/dashboard/models/lpInterest.enum.ts"], "sourcesContent": ["import InvestorRank from \"../shared/holding/fundraising/AI-investors-ranking/InvestorRank.model\";\n\nexport enum LpInterest {\n None = 0,\n Interested = 1,\n WouldLikeToLearnMore = 2,\n NotInterested = 3\n}\n\n// tslint:disable-next-line:no-namespace\nexport namespace LpInterest {\n export function toString(lpInterest: LpInterest): string {\n switch (lpInterest) {\n case LpInterest.Interested:\n return `Interested, let's proceed 🎉`;\n case LpInterest.WouldLikeToLearnMore:\n return 'Would like to learn more';\n case LpInterest.NotInterested:\n return 'Not interested';\n case LpInterest.None:\n default:\n return `Haven't replied yet`;\n }\n}\n\n export function listAll() {\n return [LpInterest.Interested, LpInterest.WouldLikeToLearnMore, LpInterest.NotInterested];\n }\n}\n"], "mappings": "AAEA,IAAYA,EAAZ,SAAYA,EAAU,CACpBA,OAAAA,EAAAA,EAAA,KAAA,CAAA,EAAA,OACAA,EAAAA,EAAA,WAAA,CAAA,EAAA,aACAA,EAAAA,EAAA,qBAAA,CAAA,EAAA,uBACAA,EAAAA,EAAA,cAAA,CAAA,EAAA,gBAJUA,CAKZ,EALYA,GAAU,CAAA,CAAA,GAQtB,SAAiBA,EAAU,CACzB,SAAgBC,EAASC,EAAsB,CAC7C,OAAQA,EAAU,CAChB,KAAKF,EAAWG,WACd,MAAO,sCACT,KAAKH,EAAWI,qBACd,MAAO,2BACT,KAAKJ,EAAWK,cACd,MAAO,iBACT,KAAKL,EAAWM,KAChB,QACE,MAAO,qBACX,CACJ,CAZkBN,EAAAC,SAAQA,EAcxB,SAAgBM,GAAO,CACrB,MAAO,CAACP,EAAWG,WAAYH,EAAWI,qBAAsBJ,EAAWK,aAAa,CAC1F,CAFgBL,EAAAO,QAAOA,CAGzB,GAlBiBP,IAAAA,EAAU,CAAA,EAAA", "names": ["LpInterest", "toString", "lpInterest", "Interested", "WouldLikeToLearnMore", "NotInterested", "None", "listAll"] }