@leavittsoftware/lg-core-typescript 2.0.352 → 2.0.353

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.
@@ -406,7 +406,10 @@ export interface BenefitPointContactDto {
406
406
  ContactTitle: string | null;
407
407
  Email: string | null;
408
408
  FullName: string | null;
409
- Phone: string | null;
409
+ HomePhone: string | null;
410
+ MainPhone: string | null;
411
+ MobilePhone: string | null;
412
+ WorkPhone: string | null;
410
413
  }
411
414
 
412
415
  export interface BenefitPointCustomerDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.352",
3
+ "version": "2.0.353",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [