@leavittsoftware/lg-core-typescript 5.708.0 → 5.709.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.
@@ -5597,14 +5597,14 @@ export interface AmsSearchParametersDto {
5597
5597
  }
5598
5598
 
5599
5599
  export interface CrmToAms360CustomerDto {
5600
- AccountExecCode: string | null;
5601
- AccountRepCode: string | null;
5600
+ AccountExecShortName: string | null;
5601
+ AccountRepShortName: string | null;
5602
5602
  Ams360DataSource: string;
5603
5603
  CrmAccountId: string;
5604
- GLBranchCode: string | null;
5605
- GLDepartmentCode: string | null;
5606
- GLDivisionCode: string | null;
5607
- GLGroupCode: string | null;
5604
+ GLBranchShortName: string | null;
5605
+ GLDepartmentShortName: string | null;
5606
+ GLDivisionShortName: string | null;
5607
+ GLGroupShortName: string | null;
5608
5608
  }
5609
5609
 
5610
5610
  export interface GLBranchDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.708.0",
3
+ "version": "5.709.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [