@leavittsoftware/lg-core-typescript 2.130.0 → 2.132.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 +59 -2
- 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":"AAk3DA,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,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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
7
7
|
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'
|
|
8
8
|
import { ManualEntryBudget,ManualEntryGeneralLedger,ManualEntryProduction } from './lg.net.ams360datawarehouse'
|
|
9
|
-
import { StationeryPrice,Stationery,AgencyLOBPercentage,Company,CustomerLineOfCoverageString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
9
|
+
import { StationeryPrice,Stationery,Ams360PersonRole,Ams360SupplementalCode,AgencyLOBPercentage,Company,CustomerLineOfCoverageString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,EmploymentTypeString,CompanyAddress,JobRole,SignatureValue,SignatureTemplateToCompany,DocumentType,Document,ServiceToChampion,ServiceToCompany,ConnectedStatusString,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
|
|
10
10
|
|
|
11
11
|
export interface BookedByPersonId {
|
|
12
12
|
Booked_TTM: Partial<number>;
|
|
@@ -230,6 +230,58 @@ export interface RicochetLeadDto {
|
|
|
230
230
|
ZipCode: string | null;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
+
export interface Ams360EmpCodeDto {
|
|
234
|
+
Code: string | null;
|
|
235
|
+
DatabaseId: number;
|
|
236
|
+
DatabaseName: string | null;
|
|
237
|
+
Email: string | null;
|
|
238
|
+
EndDate: string | null;
|
|
239
|
+
FirstName: string | null;
|
|
240
|
+
Id: number;
|
|
241
|
+
IsExpired: boolean;
|
|
242
|
+
IsProd: boolean;
|
|
243
|
+
IsRep: boolean;
|
|
244
|
+
LastName: string | null;
|
|
245
|
+
StartDate: string;
|
|
246
|
+
Status: string | null;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export interface Ams360EmpCodesDto {
|
|
250
|
+
Agencies: Array<Partial<EmpCodeInstanceDto>> | null;
|
|
251
|
+
Ams360DatabaseId: number;
|
|
252
|
+
Ams360SupplementalCodes: Array<Partial<Ams360SupplementalCodeDto>> | null;
|
|
253
|
+
AssignedRoles: Array<Partial<Ams360PersonRoleDto>> | null;
|
|
254
|
+
Database: string | null;
|
|
255
|
+
EmpCode: Partial<Ams360EmpCodeDto> | null;
|
|
256
|
+
Status: string | null;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface Ams360PersonRoleDto {
|
|
260
|
+
EmpCodeId: number;
|
|
261
|
+
InstanceId: number;
|
|
262
|
+
IsManual: boolean;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export interface Ams360ProducerCodeTypeDto {
|
|
266
|
+
Id: number;
|
|
267
|
+
Name: string | null;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface Ams360SupplementalCodeDto {
|
|
271
|
+
EmpCodeId: number;
|
|
272
|
+
Id: number;
|
|
273
|
+
InstanceId: number;
|
|
274
|
+
Name: string | null;
|
|
275
|
+
ProducerCodeType: Partial<Ams360ProducerCodeTypeDto> | null;
|
|
276
|
+
ProducerCodeTypeId: number;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface Ams360UpsertDto {
|
|
280
|
+
Ams360PersonRole: Partial<Ams360PersonRole> | null;
|
|
281
|
+
Ams360SupplementalCode: Partial<Ams360SupplementalCode> | null;
|
|
282
|
+
Id: number;
|
|
283
|
+
}
|
|
284
|
+
|
|
233
285
|
export interface BookOfBusinessChangeDto {
|
|
234
286
|
AgencyLOBPercentages: Array<Partial<AgencyLOBPercentage>> | null;
|
|
235
287
|
Amount: Partial<number> | null;
|
|
@@ -240,6 +292,11 @@ export interface BookOfBusinessChangeDto {
|
|
|
240
292
|
Id: number;
|
|
241
293
|
}
|
|
242
294
|
|
|
295
|
+
export interface EmpCodeInstanceDto {
|
|
296
|
+
CompanyName: string | null;
|
|
297
|
+
InstanceId: number | null;
|
|
298
|
+
}
|
|
299
|
+
|
|
243
300
|
export interface ManualEntryBudgetDto extends ManualEntryBudget {
|
|
244
301
|
CompanyId: number;
|
|
245
302
|
CompanyName: string | null;
|
|
@@ -1175,7 +1232,7 @@ export interface ExpenseFormRejectDto {
|
|
|
1175
1232
|
}
|
|
1176
1233
|
|
|
1177
1234
|
export interface ExpenseFormSubmitDto {
|
|
1178
|
-
|
|
1235
|
+
RequestedApproverId: number;
|
|
1179
1236
|
}
|
|
1180
1237
|
|
|
1181
1238
|
export interface FileExplorerMemberDto {
|