@posiwise/smart-crm 0.0.57 → 0.0.59

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.
@@ -109,6 +109,8 @@ export declare class SmartCrmCompanyInfoComponent extends AppBaseComponent imple
109
109
  stageDetails: string;
110
110
  widgetsDetails: string;
111
111
  };
112
+ canViewContactsTab(): boolean;
113
+ lastSeenAtTextClass(value?: string | null): string;
112
114
  constructor(injector: Injector, crmService: CrmService, subscriptionService: SubscriptionService, geoService: GeoService, commonService: CommonService, modalService: NgbModal, authService: AuthService, cdr: ChangeDetectorRef, logoCacheService: LogoCacheService, document: Document);
113
115
  ngOnInit(): void;
114
116
  ngAfterViewChecked(): void;
@@ -75,6 +75,7 @@ export interface CrmOpportunityContact {
75
75
  first_name: string;
76
76
  last_name: string;
77
77
  email: string;
78
+ last_logged_in_at?: string | null;
78
79
  crm_account: CrmAccount;
79
80
  crm_account_id: number;
80
81
  displayName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/smart-crm",
3
- "version": "0.0.57",
3
+ "version": "0.0.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.18",
6
6
  "@angular/core": "^19.2.18"