@posiwise/smart-crm 0.0.16 → 0.0.18

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.
@@ -33,7 +33,7 @@ export declare class SmartCrmCompaniesComponent extends AppBaseComponent impleme
33
33
  searchLocationText: string;
34
34
  private filterByLocation;
35
35
  accountGeography: Plotly.Figure;
36
- accountActivities: string[];
36
+ accountActivities: any[];
37
37
  accountLastInvoices: string[];
38
38
  accountInsight: string[];
39
39
  private page;
@@ -59,6 +59,7 @@ export declare class SmartCrmCompaniesComponent extends AppBaseComponent impleme
59
59
  stageDetails: string;
60
60
  widgetsDetails: string;
61
61
  };
62
+ actionNames: any[];
62
63
  constructor(crmService: CrmService, commonService: CommonService, logoCacheService: LogoCacheService, injector: Injector, cdr: ChangeDetectorRef);
63
64
  ngOnInit(): void;
64
65
  ngAfterViewChecked(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/smart-crm",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.11",
6
6
  "@angular/core": "17.3.11"