@leavittsoftware/lg-core-typescript 2.167.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 +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 {
|
|
@@ -1614,6 +1614,28 @@ export interface GradeResponseDto {
|
|
|
1614
1614
|
LessonGradePercentage: number;
|
|
1615
1615
|
}
|
|
1616
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
|
+
|
|
1617
1639
|
export interface GetAgencyAccessUsersDto {
|
|
1618
1640
|
AccessSource: Array<string> | null;
|
|
1619
1641
|
FirstName: string | null;
|