@posiwise/smart-crm 0.0.54 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,6 +40,7 @@ export declare class SmartCrmCompaniesComponent extends AppBaseComponent impleme
40
40
  accountActivities: any[];
41
41
  loading: boolean;
42
42
  hasAccess: boolean;
43
+ canViewMrr: boolean;
43
44
  isLoaded: boolean;
44
45
  routers: {
45
46
  accounts: string;
@@ -9,6 +9,7 @@ export declare class SmartCrmAccountInsightComponent extends AppBaseComponent im
9
9
  userId: number;
10
10
  user: User;
11
11
  hasAccess: boolean;
12
+ canViewMrr: boolean;
12
13
  signedUpLastThirtyDays: signedUpLastThirtyDays[];
13
14
  activeOpportunities: activeOpportunities[];
14
15
  accountAtRisk: any;
@@ -33,6 +33,7 @@ export declare class SmartCrmOpportunitiesListComponent extends AppBaseComponent
33
33
  loading: boolean;
34
34
  isLoaded: boolean;
35
35
  hasAccess: boolean;
36
+ canViewMrr: boolean;
36
37
  routers: {
37
38
  accounts: string;
38
39
  contacts: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/smart-crm",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.18",
6
6
  "@angular/core": "^19.2.18"