@leavittsoftware/lg-core-typescript 2.14.0 → 2.16.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.
@@ -1326,9 +1326,11 @@ export interface BulkCourseMemberOperationsDto {
1326
1326
 
1327
1327
  export interface CourseMemberDto {
1328
1328
  Category: string | null;
1329
+ CategoryId: number | null;
1329
1330
  CourseId: number;
1330
1331
  CourseName: string | null;
1331
1332
  Description: string | null;
1333
+ IsRequired: boolean;
1332
1334
  PersonId: number;
1333
1335
  Status: string | null;
1334
1336
  }
@@ -1 +1 @@
1
- {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAqvBA,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
1
+ {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAovBA,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
@@ -348,7 +348,6 @@ export interface LdapAdObject {
348
348
 
349
349
  export interface MultiTransferDto {
350
350
  CompanyAddressId: number | null;
351
- CompanyId: number | null;
352
351
  DepartmentId: number | null;
353
352
  PersonIds: Array<number> | null;
354
353
  }
package/lg.net.core.ts CHANGED
@@ -106,9 +106,9 @@ export interface SurgePointType {
106
106
  Id: number;
107
107
  IsDeleted: boolean;
108
108
  Name: string | null;
109
+ Points: Array<Partial<SurgePoint>> | null;
109
110
  Surge: Partial<Surge> | null;
110
111
  SurgeId: number;
111
- SurgePoints: Array<Partial<SurgePoint>> | null;
112
112
  Value: number;
113
113
  }
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.14.0",
3
+ "version": "2.16.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [