@leavittsoftware/lg-core-typescript 5.704.0 → 5.705.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/lg.net.core.ts +2 -2
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -7486,6 +7486,8 @@ export interface Ams360Access {
|
|
|
7486
7486
|
export interface Ams360DataSource {
|
|
7487
7487
|
Alias: string | null;
|
|
7488
7488
|
EmpCodeMappings: Array<Partial<Ams360EmpCodeMapping>>;
|
|
7489
|
+
EMSUserLoginName: string | null;
|
|
7490
|
+
EMSUserPassword: string | null;
|
|
7489
7491
|
Id: number;
|
|
7490
7492
|
Instances: Array<Partial<Ams360InstanceV2>>;
|
|
7491
7493
|
Name: string;
|
|
@@ -7518,8 +7520,6 @@ export interface Ams360InstanceV2 {
|
|
|
7518
7520
|
ContactToAms360Clients: Array<Partial<ContactToAms360Client>>;
|
|
7519
7521
|
DataSource: Partial<Ams360DataSource> | null;
|
|
7520
7522
|
DataSourceId: number;
|
|
7521
|
-
EMSUserLoginName: string | null;
|
|
7522
|
-
EMSUserPassword: string | null;
|
|
7523
7523
|
GlDivisionCode: string;
|
|
7524
7524
|
Id: number;
|
|
7525
7525
|
InstanceType: Ams360InstanceTypeString;
|