@leavittsoftware/lg-core-typescript 2.167.0 → 2.169.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.
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +35 -13
- package/package.json +1 -1
package/api3.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAgqEA,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"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -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,PLGamePointToCustomQuestionValue,PLGameTeamPersonRole,PLGamePointTypeString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,EducationQuestion,LessonAttemptStatusString,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
10
|
+
import { StationeryPrice,Stationery,Ams360PersonRole,Ams360SupplementalCode,AgencyLOBPercentage,Company,CustomerLineOfCoverageString,PLGamePointToCustomQuestionValue,PLGameTeamPersonRole,PLGamePointTypeString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,EducationQuestion,LessonAttemptStatusString,EducationCourseCertificate,EducationCourseImage,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>;
|
|
@@ -1507,17 +1507,7 @@ export interface SignatureTemplateDto {
|
|
|
1507
1507
|
TemplateWebComponentName: string | null;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
|
-
export interface
|
|
1511
|
-
Failures: Array<number> | null;
|
|
1512
|
-
Successes: number;
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
export interface BulkEnrollDto {
|
|
1516
|
-
CourseIds: Array<number> | null;
|
|
1517
|
-
IsRequired: boolean;
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
export interface EducationLessonDto {
|
|
1510
|
+
export interface AdminEducationLessonDto {
|
|
1521
1511
|
FileCount: number;
|
|
1522
1512
|
Id: number;
|
|
1523
1513
|
LessonName: string | null;
|
|
@@ -1529,10 +1519,20 @@ export interface EducationLessonDto {
|
|
|
1529
1519
|
VideoLength: string | null;
|
|
1530
1520
|
}
|
|
1531
1521
|
|
|
1522
|
+
export interface BulkCourseMemberOperationsDto {
|
|
1523
|
+
Failures: Array<number> | null;
|
|
1524
|
+
Successes: number;
|
|
1525
|
+
}
|
|
1526
|
+
|
|
1527
|
+
export interface BulkEnrollDto {
|
|
1528
|
+
CourseIds: Array<number> | null;
|
|
1529
|
+
IsRequired: boolean;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
1532
|
export interface EducationLessonsDto {
|
|
1533
1533
|
CourseId: number;
|
|
1534
1534
|
CourseName: string | null;
|
|
1535
|
-
Lessons: Array<Partial<
|
|
1535
|
+
Lessons: Array<Partial<AdminEducationLessonDto>> | null;
|
|
1536
1536
|
}
|
|
1537
1537
|
|
|
1538
1538
|
export interface GetMembersDto {
|
|
@@ -1594,6 +1594,15 @@ export interface EducationAnswersDto {
|
|
|
1594
1594
|
TimeSpent: string;
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
|
+
export interface EducationLessonDto {
|
|
1598
|
+
Id: number;
|
|
1599
|
+
Name: string | null;
|
|
1600
|
+
NumberOfFiles: number | null;
|
|
1601
|
+
NumberOfQuestions: number | null;
|
|
1602
|
+
Status: LessonAttemptStatusString | null;
|
|
1603
|
+
VideoLength: string | null;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1597
1606
|
export interface EducationReportCardDto {
|
|
1598
1607
|
CompletedDate: string | null;
|
|
1599
1608
|
CourseId: number;
|
|
@@ -1614,6 +1623,19 @@ export interface GradeResponseDto {
|
|
|
1614
1623
|
LessonGradePercentage: number;
|
|
1615
1624
|
}
|
|
1616
1625
|
|
|
1626
|
+
export interface MyCoursesDto {
|
|
1627
|
+
Categories: Array<string> | null;
|
|
1628
|
+
Certificate: Partial<EducationCourseCertificate> | null;
|
|
1629
|
+
CompletionPercent: number | null;
|
|
1630
|
+
CreatedDate: string | null;
|
|
1631
|
+
Description: string | null;
|
|
1632
|
+
Id: number;
|
|
1633
|
+
Image: Partial<EducationCourseImage> | null;
|
|
1634
|
+
Lessons: Array<Partial<EducationLessonDto>> | null;
|
|
1635
|
+
Name: string | null;
|
|
1636
|
+
Required: boolean | null;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1617
1639
|
export interface GetAgencyAccessUsersDto {
|
|
1618
1640
|
AccessSource: Array<string> | null;
|
|
1619
1641
|
FirstName: string | null;
|