@leavittsoftware/lg-core-typescript 5.1069.0 → 5.1070.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 +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -6996,7 +6996,7 @@ export interface GetPeopleForDataTableDto {
|
|
|
6996
6996
|
AccountDisabled?: boolean | null ;
|
|
6997
6997
|
ActivationCodeExpired?: boolean | null ;
|
|
6998
6998
|
ActivationCodeUnused?: boolean | null ;
|
|
6999
|
-
Associations: Array<Partial<
|
|
6999
|
+
Associations: Array<Partial<GetPeopleForDataTableAssociationDto>>;
|
|
7000
7000
|
Email?: string | null ;
|
|
7001
7001
|
FirstName?: string | null ;
|
|
7002
7002
|
FullName?: string | null ;
|
|
@@ -7013,7 +7013,7 @@ export interface GetPeopleForDataTableDto {
|
|
|
7013
7013
|
UserRoleType: UserRoleTypeString;
|
|
7014
7014
|
}
|
|
7015
7015
|
|
|
7016
|
-
export interface
|
|
7016
|
+
export interface GetPeopleForDataTableAssociationDto {
|
|
7017
7017
|
AssociationId: number;
|
|
7018
7018
|
CompanyDarkMark?: string | null ;
|
|
7019
7019
|
CompanyMark?: string | null ;
|