@leavittsoftware/lg-core-typescript 2.158.0 → 2.160.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 +26 -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":"AAklEA,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,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,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>;
|
|
@@ -328,6 +328,7 @@ export interface BenefitPointCarrier {
|
|
|
328
328
|
export interface CustomerQuoteDto {
|
|
329
329
|
Attachment: File | null;
|
|
330
330
|
CarrierName: string | null;
|
|
331
|
+
EffectiveDate: string;
|
|
331
332
|
Id: number | null;
|
|
332
333
|
LineOfCoverage: CustomerLineOfCoverageString;
|
|
333
334
|
}
|
|
@@ -340,6 +341,30 @@ export interface PLGameDivisionReorderDto {
|
|
|
340
341
|
Divisions: Array<Partial<SequenceDto>> | null;
|
|
341
342
|
}
|
|
342
343
|
|
|
344
|
+
export interface PLGamePointDto {
|
|
345
|
+
Amount: Partial<number> | null;
|
|
346
|
+
ClientName: string | null;
|
|
347
|
+
CreatedDate: string | null;
|
|
348
|
+
CreatorPersonId: number | null;
|
|
349
|
+
DeletedByPersonId: number | null;
|
|
350
|
+
DeletedDate: string | null;
|
|
351
|
+
EffectiveDate: string | null;
|
|
352
|
+
Id: number | null;
|
|
353
|
+
LastModifiedByPersonId: number | null;
|
|
354
|
+
LastModifiedDate: string | null;
|
|
355
|
+
PointToCustomQuestions: Array<Partial<PLGamePointToCustomQuestionValue>> | null;
|
|
356
|
+
SponsorId: number | null;
|
|
357
|
+
TeamPersonRole: Partial<PLGameTeamPersonRole> | null;
|
|
358
|
+
TeamPersonRoleId: number | null;
|
|
359
|
+
Type: PLGamePointTypeString | null;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export interface PLGamePointUpsertDto {
|
|
363
|
+
GameId: number;
|
|
364
|
+
PersonId: number;
|
|
365
|
+
Point: Partial<PLGamePointDto> | null;
|
|
366
|
+
}
|
|
367
|
+
|
|
343
368
|
export interface PLGamePrizePayoutDto {
|
|
344
369
|
EmailAddress: string | null;
|
|
345
370
|
FirstName: string | null;
|