@leavittsoftware/lg-core-typescript 2.154.0 → 2.156.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.
@@ -1 +1 @@
1
- {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAgiEA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,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,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,mEAAY,CAAA;IACZ,uEAAc,CAAA;IACd,6EAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;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":"AAuiEA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,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,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,mEAAY,CAAA;IACZ,uEAAc,CAAA;IACd,6EAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;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"}
@@ -326,6 +326,7 @@ export interface BenefitPointCarrier {
326
326
  }
327
327
 
328
328
  export interface CustomerQuoteDto {
329
+ Attachment: File | null;
329
330
  CarrierName: string | null;
330
331
  Id: number | null;
331
332
  LineOfCoverage: CustomerLineOfCoverageString;
@@ -354,6 +355,7 @@ export interface PLGameScoreboardDto {
354
355
  IsEnabled: boolean;
355
356
  Name: string | null;
356
357
  PlayerGroups: Array<Partial<PLGameScoreboardToPlayerGroup>> | null;
358
+ PLGameCustomQuestionId: number | null;
357
359
  PLGameId: number;
358
360
  PrizeDistributionOption: PrizeDistributionOptionString;
359
361
  Prizes: Array<Partial<PLGamePrize>> | null;
@@ -1240,6 +1242,7 @@ export interface ExpenseCashItemDto {
1240
1242
  ExpenseCategoryId: number | null;
1241
1243
  ExpenseFormId: number | null;
1242
1244
  Id: number | null;
1245
+ Image: File | null;
1243
1246
  Merchant: string | null;
1244
1247
  RequestingCompanyId: number | null;
1245
1248
  UpdateAttachment: boolean;
@@ -1304,6 +1307,7 @@ export interface HireDTO {
1304
1307
  IpAddress: string | null;
1305
1308
  IsAcctManagerOrRepOrCSR: boolean;
1306
1309
  IsProducerOrExecutive: boolean;
1310
+ JobOfferLetter: File | null;
1307
1311
  JobRoles: Array<Partial<JobRole>> | null;
1308
1312
  LastName: string | null;
1309
1313
  MiddleName: string | null;
@@ -1372,6 +1376,7 @@ export interface RehireDTO {
1372
1376
  IpAddress: string | null;
1373
1377
  IsAcctManagerOrRepOrCSR: boolean;
1374
1378
  IsProducerOrExecutive: boolean;
1379
+ JobOfferLetter: File | null;
1375
1380
  JobRoles: Array<Partial<JobRole>> | null;
1376
1381
  ModelAfter: string | null;
1377
1382
  OrderEquipment: boolean;
@@ -1457,8 +1462,10 @@ export interface ReorderEducationSequenceDto {
1457
1462
 
1458
1463
  export interface UpsertCourseDto {
1459
1464
  CategoryId: number | null;
1465
+ Certificate: File | null;
1460
1466
  Description: string | null;
1461
1467
  Id: number | null;
1468
+ Image: File | null;
1462
1469
  Reviewable: boolean;
1463
1470
  ShortDescription: string | null;
1464
1471
  Title: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.154.0",
3
+ "version": "2.156.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [