@leavittsoftware/lg-core-typescript 2.159.0 → 2.161.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 +36 -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":"AA6lEA,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>;
|
|
@@ -341,6 +341,30 @@ export interface PLGameDivisionReorderDto {
|
|
|
341
341
|
Divisions: Array<Partial<SequenceDto>> | null;
|
|
342
342
|
}
|
|
343
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
|
+
|
|
344
368
|
export interface PLGamePrizePayoutDto {
|
|
345
369
|
EmailAddress: string | null;
|
|
346
370
|
FirstName: string | null;
|
|
@@ -425,6 +449,17 @@ export interface PLGamePlayerDto {
|
|
|
425
449
|
TotalPoints: Partial<number>;
|
|
426
450
|
}
|
|
427
451
|
|
|
452
|
+
export interface PLGamePlayerPointDto {
|
|
453
|
+
Amount: Partial<number>;
|
|
454
|
+
ClientName: string | null;
|
|
455
|
+
EffectiveDate: string;
|
|
456
|
+
GameId: number;
|
|
457
|
+
Id: number | null;
|
|
458
|
+
PointToCustomQuestions: Array<Partial<PLGamePointToCustomQuestionValue>> | null;
|
|
459
|
+
SponsorId: number | null;
|
|
460
|
+
Type: PLGamePointTypeString;
|
|
461
|
+
}
|
|
462
|
+
|
|
428
463
|
export interface PLGamePointCsvItemDto {
|
|
429
464
|
Amount: string | null;
|
|
430
465
|
ClientName: string | null;
|