@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.
- package/api3.leavitt.com.ts +6 -6
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -5597,14 +5597,14 @@ export interface AmsSearchParametersDto {
|
|
|
5597
5597
|
}
|
|
5598
5598
|
|
|
5599
5599
|
export interface CrmToAms360CustomerDto {
|
|
5600
|
-
|
|
5601
|
-
|
|
5600
|
+
AccountExecShortName: string | null;
|
|
5601
|
+
AccountRepShortName: string | null;
|
|
5602
5602
|
Ams360DataSource: string;
|
|
5603
5603
|
CrmAccountId: string;
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
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 {
|