@leavittsoftware/lg-core-typescript 2.0.305 → 2.0.306

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.
@@ -1360,6 +1360,15 @@ export interface CourseMemberDto {
1360
1360
  Status: string | null;
1361
1361
  }
1362
1362
 
1363
+ export interface EducationSequenceDto {
1364
+ Id: number;
1365
+ Sequence: number;
1366
+ }
1367
+
1368
+ export interface ReorderEducationSequenceDto {
1369
+ NewOrder: Array<Partial<EducationSequenceDto>> | null;
1370
+ }
1371
+
1363
1372
  export interface IIdentity {
1364
1373
  Id: number;
1365
1374
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.305",
3
+ "version": "2.0.306",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [