@leavittsoftware/lg-core-typescript 2.0.467 → 2.0.468
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 +3 -3
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -2952,9 +2952,6 @@ export interface Company {
|
|
|
2952
2952
|
AgencyProductionBudgets: Array<Partial<AgencyProductionBudget>> | null;
|
|
2953
2953
|
Ams360Instance: Partial<Ams360Instance> | null;
|
|
2954
2954
|
BookOfBusinessChanges: Array<Partial<BookOfBusinessChange>> | null;
|
|
2955
|
-
CompanyDivisions: Array<Partial<CompanyDivision>> | null;
|
|
2956
|
-
CompanyLogos: Array<Partial<CompanyLogo>> | null;
|
|
2957
|
-
CompanyNames: Array<Partial<CompanyName>> | null;
|
|
2958
2955
|
CompanyOwnerships: Array<Partial<CompanyOwnership>> | null;
|
|
2959
2956
|
CompanyTeams: Array<Partial<CompanyTeam>> | null;
|
|
2960
2957
|
CompanyUhcCode: Partial<CompanyUhcCode> | null;
|
|
@@ -2962,6 +2959,7 @@ export interface Company {
|
|
|
2962
2959
|
CreatedDate: string;
|
|
2963
2960
|
CReportComments: Array<Partial<CReportComment>> | null;
|
|
2964
2961
|
Departments: Array<Partial<Department>> | null;
|
|
2962
|
+
Divisions: Array<Partial<CompanyDivision>> | null;
|
|
2965
2963
|
Documents: Array<Partial<Document>> | null;
|
|
2966
2964
|
EloquaSyncLogEntry: Partial<EloquaSyncLogEntry> | null;
|
|
2967
2965
|
EmailAddresses: Array<Partial<CompanyEmailAddress>> | null;
|
|
@@ -2973,8 +2971,10 @@ export interface Company {
|
|
|
2973
2971
|
IsExpired: boolean | null;
|
|
2974
2972
|
JobRoles: Array<Partial<JobRole>> | null;
|
|
2975
2973
|
LastModifiedDate: string;
|
|
2974
|
+
Logos: Array<Partial<CompanyLogo>> | null;
|
|
2976
2975
|
ManagementSystems: Array<Partial<ManagementSystem>> | null;
|
|
2977
2976
|
Name: string | null;
|
|
2977
|
+
Names: Array<Partial<CompanyName>> | null;
|
|
2978
2978
|
OwnerCompanies: Array<Partial<CompanyOwnership>> | null;
|
|
2979
2979
|
PhoneNumbers: Array<Partial<PhoneNumber>> | null;
|
|
2980
2980
|
Roles: Array<Partial<CompanyRole>> | null;
|