@leavittsoftware/lg-core-typescript 5.170.0 → 5.171.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 +6 -6
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -6861,7 +6861,7 @@ export interface AppsWorkerCompCarrier {
|
|
|
6861
6861
|
Territory: string | null;
|
|
6862
6862
|
}
|
|
6863
6863
|
|
|
6864
|
-
export interface
|
|
6864
|
+
export interface Ams360DataSource {
|
|
6865
6865
|
Alias: string | null;
|
|
6866
6866
|
EmpCodeMappings: Array<Partial<Ams360EmpCodeMapping>>;
|
|
6867
6867
|
Id: number;
|
|
@@ -6872,8 +6872,8 @@ export interface Ams360DatabaseV2 {
|
|
|
6872
6872
|
}
|
|
6873
6873
|
|
|
6874
6874
|
export interface Ams360EmpCodeMapping {
|
|
6875
|
-
|
|
6876
|
-
|
|
6875
|
+
DataSource: Partial<Ams360DataSource> | null;
|
|
6876
|
+
DataSourceId: number;
|
|
6877
6877
|
EmpCode: string;
|
|
6878
6878
|
Id: number;
|
|
6879
6879
|
IsManagedBySyncer: boolean;
|
|
@@ -6886,10 +6886,10 @@ export interface Ams360EmpCodeMapping {
|
|
|
6886
6886
|
}
|
|
6887
6887
|
|
|
6888
6888
|
export interface Ams360InstanceV2 {
|
|
6889
|
-
Ams360DatabaseId: number;
|
|
6890
6889
|
Company: Partial<Company> | null;
|
|
6891
6890
|
CompanyId: number;
|
|
6892
|
-
|
|
6891
|
+
DataSource: Partial<Ams360DataSource> | null;
|
|
6892
|
+
DataSourceId: number;
|
|
6893
6893
|
GlDivisionCode: string;
|
|
6894
6894
|
Id: number;
|
|
6895
6895
|
}
|
|
@@ -6901,7 +6901,7 @@ export interface Ams360ProducerCodeTypeV2 {
|
|
|
6901
6901
|
}
|
|
6902
6902
|
|
|
6903
6903
|
export interface Ams360WebServiceApiV2 {
|
|
6904
|
-
|
|
6904
|
+
DataSources: Array<Partial<Ams360DataSource>>;
|
|
6905
6905
|
Id: number;
|
|
6906
6906
|
Name: string | null;
|
|
6907
6907
|
Url: string | null;
|