@leavittsoftware/lg-core-typescript 2.116.0 → 2.116.1

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.
@@ -139,8 +139,8 @@ export interface ForumPermissionsDto {
139
139
 
140
140
  export interface LeaderDto {
141
141
  FirstName: string | null;
142
- IsNewlyLicensed: boolean;
143
- IsSubsidized: boolean;
142
+ IsNewlyLicensed: boolean | null;
143
+ IsSubsidized: boolean | null;
144
144
  LastName: string | null;
145
145
  PersonId: number;
146
146
  PrizeAmount: Partial<number> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.116.0",
3
+ "version": "2.116.1",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [