@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.
@@ -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<GetPeopleForDataTableAssocationDto>>;
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 GetPeopleForDataTableAssocationDto {
7016
+ export interface GetPeopleForDataTableAssociationDto {
7017
7017
  AssociationId: number;
7018
7018
  CompanyDarkMark?: string | null ;
7019
7019
  CompanyMark?: string | null ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.1069.0",
3
+ "version": "5.1070.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [