@leavittsoftware/lg-core-typescript 4.151.1 → 4.152.0
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.
- package/lg.net.core.ts +1 -1
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -3525,13 +3525,13 @@ export interface CrmOpportunity {
|
|
|
3525
3525
|
}
|
|
3526
3526
|
|
|
3527
3527
|
export interface CrmPhoneCall {
|
|
3528
|
+
Account: Partial<CrmAccount> | null;
|
|
3528
3529
|
AccountId: number;
|
|
3529
3530
|
ActivityId: string;
|
|
3530
3531
|
ActivityTypeCode: ActivityTypeString;
|
|
3531
3532
|
ActualEnd: string | null;
|
|
3532
3533
|
ActualStart: string | null;
|
|
3533
3534
|
CreatedOn: string;
|
|
3534
|
-
CrmAccount: Partial<CrmAccount> | null;
|
|
3535
3535
|
CrmInstance: CrmInstanceString;
|
|
3536
3536
|
Description: string | null;
|
|
3537
3537
|
Id: number;
|