@leavittsoftware/lg-core-typescript 5.308.0 → 5.309.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.
@@ -1845,7 +1845,7 @@ export interface MessagesSendMessageDto {
1845
1845
  }
1846
1846
 
1847
1847
  export interface PhoneContactDto {
1848
- CompanyId: number;
1848
+ CompanyIds: Array<number>;
1849
1849
  Id: number | null;
1850
1850
  Name: string;
1851
1851
  PhoneNumber: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.308.0",
3
+ "version": "5.309.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [