@leavittsoftware/lg-core-typescript 5.980.0 → 5.981.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 +4 -4
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -3674,7 +3674,7 @@ export interface FenrisLookupRequest {
|
|
|
3674
3674
|
/**
|
|
3675
3675
|
* @deprecated Can be removed once site and controllers are using CompanyId
|
|
3676
3676
|
*/
|
|
3677
|
-
BillToRaterCompanyId
|
|
3677
|
+
BillToRaterCompanyId?: number | null ;
|
|
3678
3678
|
Company?: Partial<Company> | null ;
|
|
3679
3679
|
CompanyId?: number | null ;
|
|
3680
3680
|
CreatedDate: string;
|
|
@@ -3731,13 +3731,13 @@ export interface Rater {
|
|
|
3731
3731
|
BusinessHoursLine1: string;
|
|
3732
3732
|
BusinessHoursLine2: string;
|
|
3733
3733
|
/**
|
|
3734
|
-
* @deprecated Can be removed once site and controllers are using
|
|
3734
|
+
* @deprecated Can be removed once site and controllers are using LeavittCompany
|
|
3735
3735
|
*/
|
|
3736
3736
|
Company?: Partial<RaterCompany> | null ;
|
|
3737
3737
|
/**
|
|
3738
|
-
* @deprecated Can be removed once site and controllers are using
|
|
3738
|
+
* @deprecated Can be removed once site and controllers are using LeavittCompany
|
|
3739
3739
|
*/
|
|
3740
|
-
CompanyId
|
|
3740
|
+
CompanyId?: number | null ;
|
|
3741
3741
|
GoogleTagManagerId?: string | null ;
|
|
3742
3742
|
Id: number;
|
|
3743
3743
|
IsActive?: boolean;
|