@leavittsoftware/lg-core-typescript 5.1074.0 → 5.1075.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
|
@@ -6945,8 +6945,6 @@ export interface ClientPortalSiteDataMyAccountsDto {
|
|
|
6945
6945
|
}
|
|
6946
6946
|
|
|
6947
6947
|
export interface CreateClientDto {
|
|
6948
|
-
CustId: string;
|
|
6949
|
-
DataSource: string;
|
|
6950
6948
|
Email: string;
|
|
6951
6949
|
FirstName: string;
|
|
6952
6950
|
LastName: string;
|
|
@@ -7002,6 +7000,7 @@ export interface GetPeopleForDataTableDto {
|
|
|
7002
7000
|
ActivationCodeExpired?: boolean | null ;
|
|
7003
7001
|
ActivationCodeUnused?: boolean | null ;
|
|
7004
7002
|
Associations: Array<Partial<GetPeopleForDataTableAssociationDto>>;
|
|
7003
|
+
CanEditAccount?: boolean | null ;
|
|
7005
7004
|
Email?: string | null ;
|
|
7006
7005
|
FirstName?: string | null ;
|
|
7007
7006
|
FullName?: string | null ;
|
|
@@ -7020,6 +7019,7 @@ export interface GetPeopleForDataTableDto {
|
|
|
7020
7019
|
|
|
7021
7020
|
export interface GetPeopleForDataTableAssociationDto {
|
|
7022
7021
|
AssociationId: number;
|
|
7022
|
+
CanRemoveAssociation?: boolean;
|
|
7023
7023
|
CompanyDarkMark?: string | null ;
|
|
7024
7024
|
CompanyMark?: string | null ;
|
|
7025
7025
|
CompanyName?: string | null ;
|