@leavittsoftware/lg-core-typescript 5.700.0 → 5.701.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.
@@ -2456,7 +2456,7 @@ export interface PhoneContactBulkUploadDto {
2456
2456
  }
2457
2457
 
2458
2458
  export interface PhoneContactDto {
2459
- CompanyIds: Array<number>;
2459
+ CompanyId: number;
2460
2460
  Id: number | null;
2461
2461
  Name: string | null;
2462
2462
  PhoneNumber: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.700.0",
3
+ "version": "5.701.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [