@leavittsoftware/lg-core-typescript 2.0.374 → 2.0.375

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.
@@ -182,6 +182,7 @@ export interface ForumPermissionsDto {
182
182
 
183
183
  export interface LeaderDto {
184
184
  FirstName: string | null;
185
+ IsNewlyLicensed: boolean;
185
186
  IsSubsidized: boolean;
186
187
  LastName: string | null;
187
188
  PersonId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.374",
3
+ "version": "2.0.375",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [