@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.
Files changed (2) hide show
  1. package/lg.net.core.ts +1 -1
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.151.1",
3
+ "version": "4.152.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [