@leavittsoftware/lg-core-typescript 2.213.0 → 2.214.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.
@@ -1944,11 +1944,11 @@ export interface EducationLessonsDto {
1944
1944
  }
1945
1945
 
1946
1946
  export interface EducationSendReminderEmailsDto {
1947
- CategoryIds: Array<number> | null;
1948
1947
  CompanyIds: Array<number> | null;
1949
- CourseIds: Array<number> | null;
1948
+ CourseIds: Array<number>;
1950
1949
  HasRequiredCourse: boolean;
1951
1950
  IsNewEmployee: boolean;
1951
+ IsPreview: boolean;
1952
1952
  IsProducer: boolean;
1953
1953
  }
1954
1954
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.213.0",
3
+ "version": "2.214.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [