{"version":3,"sources":["src/app/store/subscription/subscription.actions.ts"],"sourcesContent":["import {\n ChangeSubscriptionOptions,\n Usage,\n} from 'src/app/models/subscription-plan';\n\nexport class LoadSubscriptionAction {\n static readonly type = '[Subscription] Load';\n constructor(public withDetails = false) { }\n}\n\nexport class CancelSubscriptionAction {\n static readonly type = '[Subscription] Cancel';\n}\n\nexport class CancelSubscriptionDowngradeAction {\n static readonly type = '[Subscription] Cancel Downgrade';\n}\n\nexport class UnCancelSubscriptionAction {\n static readonly type = '[Subscription] UnCancel';\n}\n\nexport class ChangeSubscriptionAction {\n static readonly type = '[Subscription] Change';\n constructor(public options: ChangeSubscriptionOptions, public silently?: boolean) { }\n}\n\nexport class LoadAvailablePlansAction {\n static readonly type = '[Subscription] Get Available Plans';\n}\n\nexport class UsageUpdatedAction {\n static readonly type = '[Subscription] Usage Updated';\n constructor(\n public featureName: string,\n public newUsage: Usage\n ) { }\n}\n"],"names":["LoadSubscriptionAction","type","constructor","withDetails","CancelSubscriptionAction","CancelSubscriptionDowngradeAction","UnCancelSubscriptionAction","ChangeSubscriptionAction","options","silently","LoadAvailablePlansAction","UsageUpdatedAction","featureName","newUsage"],"mappings":";;AAKA,IAAaA,GAAsB,IAAA,CAA7B,MAAOA,CAAsB,QACjB,KAAAC,KAAO,qBAAsB,CAC7CC,YAAmBC,EAAc,GAAK,CAAnB,KAAAA,YAAAA,CAAuB,SAF/BH,CAAsB,GAAA,EAKtBI,GAAwB,IAAA,CAA/B,MAAOA,CAAwB,QACnB,KAAAH,KAAO,uBAAwB,SADpCG,CAAwB,GAAA,EAIxBC,GAAiC,IAAA,CAAxC,MAAOA,CAAiC,QAC5B,KAAAJ,KAAO,iCAAkC,SAD9CI,CAAiC,GAAA,EAIjCC,GAA0B,IAAA,CAAjC,MAAOA,CAA0B,QACrB,KAAAL,KAAO,yBAA0B,SADtCK,CAA0B,GAAA,EAI1BC,GAAwB,IAAA,CAA/B,MAAOA,CAAwB,QACnB,KAAAN,KAAO,uBAAwB,CAC/CC,YAAmBM,EAA2CC,EAAkB,CAA7D,KAAAD,QAAAA,EAA2C,KAAAC,SAAAA,CAAsB,SAFzEF,CAAwB,GAAA,EAKxBG,GAAwB,IAAA,CAA/B,MAAOA,CAAwB,QACnB,KAAAT,KAAO,oCAAqC,SADjDS,CAAwB,GAAA,EAIxBC,GAAkB,IAAA,CAAzB,MAAOA,CAAkB,QACb,KAAAV,KAAO,8BAA+B,CACtDC,YACSU,EACAC,EAAe,CADf,KAAAD,YAAAA,EACA,KAAAC,SAAAA,CACL,SALOF,CAAkB,GAAA","debug_id":"e4aa3359-f57a-5e15-ab6d-b45fda96b79c"}