@leavittsoftware/lg-core-typescript 2.146.0 → 2.148.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":"AA6/DA,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,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":"AA8gEA,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,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"}
@@ -7,7 +7,7 @@ import { new_AccountTypeString,Opportunity_new_LineofBusinessString,Opportunity_
7
7
  import { IDatabaseAttachment } from './lg.net.system'
8
8
  import { AutoDriver,AutoVehicle,EducationTypeString,OccupantTypeString,HomeStyleString,ResidenceTypeString,CoApplicantRelationshipToInsuredString,ConstructionTypeString,FoundationTypeString,NumberOfStoriesString,HeatTypeString,RoofTypeString,OverallQualityString,PersonalPropertyLastPageVisitedString,PersonalPropertyLineOfBusinessString,PersonalPropertySiteSeedString,LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString } from './lg.net.leavittlink'
9
9
  import { ManualEntryBudget,ManualEntryGeneralLedger,ManualEntryProduction } from './lg.net.ams360datawarehouse'
10
- import { StationeryPrice,Stationery,Ams360PersonRole,Ams360SupplementalCode,AgencyLOBPercentage,Company,CustomerLineOfCoverageString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
10
+ import { StationeryPrice,Stationery,Ams360PersonRole,Ams360SupplementalCode,AgencyLOBPercentage,Company,CustomerLineOfCoverageString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,LessonAttemptStatusString,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
11
11
 
12
12
  export interface BookedByPersonId {
13
13
  Booked_TTM: Partial<number>;
@@ -1452,6 +1452,10 @@ export interface ReorderEducationSequenceDto {
1452
1452
  NewOrder: Array<Partial<SequenceDto>> | null;
1453
1453
  }
1454
1454
 
1455
+ export interface CopyEducationCourseDto {
1456
+ CourseName: string | null;
1457
+ }
1458
+
1455
1459
  export interface CourseMemberDto {
1456
1460
  Category: string | null;
1457
1461
  CategoryId: number | null;
@@ -1463,6 +1467,11 @@ export interface CourseMemberDto {
1463
1467
  Status: string | null;
1464
1468
  }
1465
1469
 
1470
+ export interface EducationAnswersDto {
1471
+ Answers: Array<number> | null;
1472
+ TimeSpent: string;
1473
+ }
1474
+
1466
1475
  export interface EducationReportCardDto {
1467
1476
  CompletedDate: string | null;
1468
1477
  CourseId: number;
@@ -1475,6 +1484,14 @@ export interface EducationSitePermissionDto {
1475
1484
  HasReportingAccess: boolean;
1476
1485
  }
1477
1486
 
1487
+ export interface GradeResponseDto {
1488
+ CoursePercentageComplete: number;
1489
+ IncorrectResponses: Array<number> | null;
1490
+ IsRetake: boolean;
1491
+ LessonAttemptStatus: LessonAttemptStatusString;
1492
+ LessonGradePercentage: number;
1493
+ }
1494
+
1478
1495
  export interface GetAgencyAccessUsersDto {
1479
1496
  AccessSource: Array<string> | null;
1480
1497
  FirstName: string | null;
package/lg.net.core.ts CHANGED
@@ -2854,7 +2854,6 @@ export interface EducationCourse {
2854
2854
  CompletionCertificateId: number | null;
2855
2855
  CourseAdminPeopleGroups: Array<Partial<CourseAdminPeopleGroup>> | null;
2856
2856
  CourseAdmins: Array<Partial<CourseAdmin>> | null;
2857
- CourseEmailRecipients: Array<Partial<CourseEmailRecipient>> | null;
2858
2857
  CourseMemberPeopleGroups: Array<Partial<CourseMemberPeopleGroup>> | null;
2859
2858
  CourseMembers: Array<Partial<CourseMember>> | null;
2860
2859
  CourseParticipantStatuses: Array<Partial<CourseParticipantStatus>> | null;
@@ -2864,6 +2863,7 @@ export interface EducationCourse {
2864
2863
  CreatorPerson: Partial<Person> | null;
2865
2864
  CreatorPersonId: number;
2866
2865
  Description: string | null;
2866
+ EmailRecipients: Array<Partial<CourseEmailRecipient>> | null;
2867
2867
  FeaturedImageId: number | null;
2868
2868
  Id: number;
2869
2869
  Image: Partial<EducationCourseImage> | null;
@@ -2910,10 +2910,10 @@ export interface EducationLessonFile extends IDatabaseAttachment {
2910
2910
  }
2911
2911
 
2912
2912
  export interface EducationQuestion {
2913
+ Answers: Array<Partial<EducationAnswer>> | null;
2913
2914
  CreatedDate: string;
2914
2915
  CreatorPerson: Partial<Person> | null;
2915
2916
  CreatorPersonId: number;
2916
- EducationAnswers: Array<Partial<EducationAnswer>> | null;
2917
2917
  Id: number;
2918
2918
  LastModifiedByPerson: Partial<Person> | null;
2919
2919
  LastModifiedByPersonId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.146.0",
3
+ "version": "2.148.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [