@leavittsoftware/lg-core-typescript 2.192.0 → 2.194.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 +24 -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":"AA+7EA,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,LessonAttemptStatusString,EducationCourseImage,EducationCourseCertificate,EducationQuestion,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,ProducerCommissionRate,DifferedCompensation,Expectation,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,LessonAttemptStatusString,EducationCourseImage,EducationCourseCertificate,EducationQuestion,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>;
|
|
@@ -749,6 +749,28 @@ export interface UserPermissionsDto {
|
|
|
749
749
|
ScopeName: string | null;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
|
+
export interface OfferLetterDataDto {
|
|
753
|
+
CommissionRates: Array<Partial<ProducerCommissionRate>>;
|
|
754
|
+
CoOwnerName: string | null;
|
|
755
|
+
CoOwnerTitle: string | null;
|
|
756
|
+
DifferedCompensation: Partial<DifferedCompensation>;
|
|
757
|
+
Expectations: Array<Partial<Expectation>>;
|
|
758
|
+
FirstName: string | null;
|
|
759
|
+
HireDate: string | null;
|
|
760
|
+
HiringCompanyName: string | null;
|
|
761
|
+
LastName: string | null;
|
|
762
|
+
PersonId: number;
|
|
763
|
+
TravelExpense: number | null;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export interface UnassignedProducerDto {
|
|
767
|
+
AgencyId: number | null;
|
|
768
|
+
AgencyName: string | null;
|
|
769
|
+
AgencyPartner: Partial<Person> | null;
|
|
770
|
+
Producer: Partial<Person> | null;
|
|
771
|
+
ProducerId: number;
|
|
772
|
+
}
|
|
773
|
+
|
|
752
774
|
export interface NaicsCsvUploadDto {
|
|
753
775
|
FileName: string;
|
|
754
776
|
RecordCount: number;
|
|
@@ -1759,6 +1781,7 @@ export interface LessonParticipationGraphBucketDto {
|
|
|
1759
1781
|
|
|
1760
1782
|
export interface LessonParticipationGraphDto {
|
|
1761
1783
|
Buckets: Array<Partial<LessonParticipationGraphBucketDto>>;
|
|
1784
|
+
LessonName: string | null;
|
|
1762
1785
|
Mean: number;
|
|
1763
1786
|
}
|
|
1764
1787
|
|