@leavittsoftware/lg-core-typescript 5.847.0 → 5.848.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
@@ -2546,7 +2546,7 @@ export interface PhoneContact {
2546
2546
  CompanyName?: string | null ;
2547
2547
  ContactToCompanies: Array<Partial<ContactToCompany>>;
2548
2548
  Conversations: Array<Partial<Conversation>>;
2549
- DisplayName: string;
2549
+ DisplayName?: string | null ;
2550
2550
  FirstName?: string | null ;
2551
2551
  Id: number;
2552
2552
  LastBlockedByPerson?: Partial<Person> | null ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.847.0",
3
+ "version": "5.848.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [