@leavittsoftware/lg-core-typescript 2.166.0 → 2.168.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 +41 -1
- 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,6 +1507,18 @@ export interface SignatureTemplateDto {
|
|
|
1507
1507
|
TemplateWebComponentName: string | null;
|
|
1508
1508
|
}
|
|
1509
1509
|
|
|
1510
|
+
export interface AdminEducationLessonDto {
|
|
1511
|
+
FileCount: number;
|
|
1512
|
+
Id: number;
|
|
1513
|
+
LessonName: string | null;
|
|
1514
|
+
Passed: number;
|
|
1515
|
+
QuestionCount: number;
|
|
1516
|
+
Sequence: number;
|
|
1517
|
+
TotalAttempts: number;
|
|
1518
|
+
UsersAttempted: number;
|
|
1519
|
+
VideoLength: string | null;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1510
1522
|
export interface BulkCourseMemberOperationsDto {
|
|
1511
1523
|
Failures: Array<number> | null;
|
|
1512
1524
|
Successes: number;
|
|
@@ -1517,6 +1529,12 @@ export interface BulkEnrollDto {
|
|
|
1517
1529
|
IsRequired: boolean;
|
|
1518
1530
|
}
|
|
1519
1531
|
|
|
1532
|
+
export interface EducationLessonsDto {
|
|
1533
|
+
CourseId: number;
|
|
1534
|
+
CourseName: string | null;
|
|
1535
|
+
Lessons: Array<Partial<AdminEducationLessonDto>> | null;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1520
1538
|
export interface GetMembersDto {
|
|
1521
1539
|
FirstName: string | null;
|
|
1522
1540
|
IsRequired: boolean;
|
|
@@ -1596,6 +1614,28 @@ export interface GradeResponseDto {
|
|
|
1596
1614
|
LessonGradePercentage: number;
|
|
1597
1615
|
}
|
|
1598
1616
|
|
|
1617
|
+
export interface MyCoursesDto {
|
|
1618
|
+
Categories: Array<string> | null;
|
|
1619
|
+
Certificate: Partial<EducationCourseCertificate> | null;
|
|
1620
|
+
CompletionPercent: number | null;
|
|
1621
|
+
CreatedDate: string | null;
|
|
1622
|
+
Description: string | null;
|
|
1623
|
+
Id: number;
|
|
1624
|
+
Image: Partial<EducationCourseImage> | null;
|
|
1625
|
+
Lessons: Array<Partial<EducationLessonDto>> | null;
|
|
1626
|
+
Name: string | null;
|
|
1627
|
+
Required: boolean | null;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
export interface EducationLessonDto {
|
|
1631
|
+
Id: number;
|
|
1632
|
+
Name: string | null;
|
|
1633
|
+
NumberOfFiles: number | null;
|
|
1634
|
+
NumberOfQuestions: number | null;
|
|
1635
|
+
Status: LessonAttemptStatusString | null;
|
|
1636
|
+
VideoLength: string | null;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1599
1639
|
export interface GetAgencyAccessUsersDto {
|
|
1600
1640
|
AccessSource: Array<string> | null;
|
|
1601
1641
|
FirstName: string | null;
|