@leavittsoftware/lg-core-typescript 4.141.0 → 4.142.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.
@@ -131,12 +131,6 @@ export var AgencyInvestmentType;
131
131
  AgencyInvestmentType[AgencyInvestmentType["Minimum"] = 0] = "Minimum";
132
132
  AgencyInvestmentType[AgencyInvestmentType["Goal"] = 1] = "Goal";
133
133
  })(AgencyInvestmentType || (AgencyInvestmentType = {}));
134
- export var LessonAttemptStatus;
135
- (function (LessonAttemptStatus) {
136
- LessonAttemptStatus[LessonAttemptStatus["Pass"] = 0] = "Pass";
137
- LessonAttemptStatus[LessonAttemptStatus["Fail"] = 1] = "Fail";
138
- LessonAttemptStatus[LessonAttemptStatus["InProgress"] = 2] = "InProgress";
139
- })(LessonAttemptStatus || (LessonAttemptStatus = {}));
140
134
  export var AddressTypes;
141
135
  (function (AddressTypes) {
142
136
  AddressTypes[AddressTypes["Business"] = 0] = "Business";
@@ -4,7 +4,7 @@
4
4
  // </auto-generated>
5
5
  // ----------------------
6
6
  import { BenefitPointCustomer,Ams360Customer } from './elasticsearch'
7
- import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,PreferredContactMethodTypeString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,ProducerCommissionRate,DifferedCompensation,Expectation,FailReason,GuidingPrinciple,PhoneNumberTypesString } from './lg.core'
7
+ import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,PreferredContactMethodTypeString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,ProducerCommissionRate,DifferedCompensation,Expectation,FailReason,PhoneNumberTypesString } from './lg.core'
8
8
 
9
9
  export interface EventEmailDto {
10
10
  Body: string | null;
@@ -981,90 +981,6 @@ export interface AgencyInvestmentReportDto {
981
981
  Type: AgencyInvestmentTypeString;
982
982
  }
983
983
 
984
- export interface ReorderGuidingPrinciplesDto {
985
- Principles: Array<Partial<GuidingPrinciple>> | null;
986
- }
987
-
988
- export interface ParticipantBreakDownDto {
989
- AgencyName: string | null;
990
- CompletionDate: string | null;
991
- CoursesAssignedByMember: number;
992
- CoursesAssignedByPeopleGroup: number;
993
- CoursesPassed: number;
994
- FirstName: string | null;
995
- LastName: string | null;
996
- PersonId: number | null;
997
- }
998
-
999
- export interface CourseStatsItemDto {
1000
- CourseCategoryId: number | null;
1001
- CourseCategoryName: string | null;
1002
- CourseId: number;
1003
- CourseTitle: string | null;
1004
- ParticipantsAttempted: number;
1005
- ParticipantsCompleted: number;
1006
- StartDate: string;
1007
- }
1008
-
1009
- export interface CourseStatsDto {
1010
- CourseStatsLessons: Array<Partial<CourseStatsLessonDto>> | null;
1011
- Participants: number;
1012
- ParticipantsAttempted: number;
1013
- ParticipantsCompleted: number;
1014
- }
1015
-
1016
- export interface CourseStatsLessonDto {
1017
- AverageAttemptsToPass: Partial<number>;
1018
- AverageTimeWatchedPercentage: Partial<number> | null;
1019
- AverageTotalTimeSpent: string;
1020
- LessonId: number;
1021
- Name: string | null;
1022
- ParticipantsAttempted: number;
1023
- ParticipantsCompleted: number;
1024
- PassRate: Partial<number> | null;
1025
- }
1026
-
1027
- export interface ParticipantDashboardDto {
1028
- LessonsAvailable: number;
1029
- LessonsCompleted: number;
1030
- ParticipantDashboardLessons: Array<Partial<ParticipantDashboardLessonDto>> | null;
1031
- TotalTimeSpent: string;
1032
- }
1033
-
1034
- export interface ParticipantDashboardLessonDto {
1035
- Attempts: number;
1036
- AttemptStatus: LessonAttemptStatusString | null;
1037
- GradePercentage: number | null;
1038
- LessonId: number;
1039
- Name: string | null;
1040
- TimeWatchedPercentage: Partial<number> | null;
1041
- }
1042
-
1043
- export interface BulkCourseMemberOperationsDto {
1044
- Failures: Array<number> | null;
1045
- Successes: number;
1046
- }
1047
-
1048
- export interface CourseMemberDto {
1049
- Category: string | null;
1050
- CategoryId: number | null;
1051
- CourseId: number;
1052
- CourseName: string | null;
1053
- Description: string | null;
1054
- IsRequired: boolean;
1055
- PersonId: number;
1056
- Status: string | null;
1057
- }
1058
-
1059
- export interface EducationSequenceDto {
1060
- Id: number;
1061
- Sequence: number;
1062
- }
1063
-
1064
- export interface ReorderEducationSequenceDto {
1065
- NewOrder: Array<Partial<EducationSequenceDto>> | null;
1066
- }
1067
-
1068
984
  export interface CompanyLeaseAttachmentSearchDto {
1069
985
  CdnFileName: string | null;
1070
986
  CompanyId: number;
@@ -1297,14 +1213,6 @@ export enum AgencyInvestmentType {
1297
1213
 
1298
1214
  export type AgencyInvestmentTypeString = keyof typeof AgencyInvestmentType;
1299
1215
 
1300
- export enum LessonAttemptStatus {
1301
- Pass = 0,
1302
- Fail = 1,
1303
- InProgress = 2
1304
- }
1305
-
1306
- export type LessonAttemptStatusString = keyof typeof LessonAttemptStatus;
1307
-
1308
1216
  export enum AddressTypes {
1309
1217
  Business = 0,
1310
1218
  Home = 1
@@ -1 +1 @@
1
- {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"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"}
@@ -6,7 +6,7 @@
6
6
  import { UnionConcat } from './enum-helpers'
7
7
  import { new_AccountTypeString,Opportunity_new_LineofBusinessString,Opportunity_new_LineofCoverageString } from './lg.net.dynamics'
8
8
  import { IDatabaseAttachment } from './lg.net.system'
9
- import { ConstructionTypeString,FoundationTypeString,HomeStyleString,NumberOfStoriesString,OccupantTypeString,HeatTypeString,ResidenceTypeString,RoofTypeString,PersonalPropertyContactMethodString,PersonalPropertyQuoteTypeString,PersonalPropertyQuoteRequest,AutoDriver,AutoVehicle,EducationTypeString,CoApplicantRelationshipToInsuredString,OverallQualityString,PersonalPropertyLastPageVisitedString,PersonalPropertyLineOfBusinessString,PersonalPropertySiteSeedString,LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString,HartfordQuoteRequest,HartfordLastPageVisitedString } from './lg.net.leavittlink'
9
+ import { ConstructionTypeString,FoundationTypeString,NumberOfStoriesString,OccupantTypeString,HeatTypeString,ResidenceTypeString,RoofTypeString,PersonalPropertyContactMethodString,PersonalPropertyQuoteTypeString,PersonalPropertyQuoteRequest,AutoDriver,AutoVehicle,EducationTypeString,HomeStyleString,CoApplicantRelationshipToInsuredString,OverallQualityString,PersonalPropertyLastPageVisitedString,PersonalPropertyLineOfBusinessString,PersonalPropertySiteSeedString,LifeQuoteRequestStatusString,GenderTypeString,ProductTypeString,TobaccoTypeString,HealthRatingTypeString,HartfordQuoteRequest,HartfordLastPageVisitedString } from './lg.net.leavittlink'
10
10
  import { ManualEntryBudget,ManualEntryGeneralLedger,ManualEntryProduction } from './lg.net.ams360datawarehouse'
11
11
  import { Tv,StationeryPrice,Stationery,TaskStatusTypeString,TimelineEnabledPage,Ams360PersonRole,Ams360SupplementalCode,AgencyLOBPercentage,Company,CarrierQuoteDocumentPolicyTypeString,CarrierQuoteDocumentStageTypeString,PLGamePointToCustomQuestionValue,PLGameTeamPersonRole,PLGamePointTypeString,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,ApplicationToApplicationTag,Person,PermissionToApplication,ProducerCommissionRate,FailReason,DifferedCompensation,Expectation,SalesExpectationStatusTypeString,LandlordTypeString,LeaseNotificationOptionsString,LeaseTypeString,PhoneNumberTypeString,AddressTypeString,GuidingPrinciple,JobRoleAssignmentTypeString,EmailAddressTypesString,UserRoleTypeString,Department,EmploymentTypeString,CompanyAddress,SignatureValue,SignatureTemplateToCompany,LessonAttemptStatusString,EducationCourseImage,EducationCourseCertificate,EducationQuestion,DocumentType,Document,ConnectedStatusString,ChampionMeetingTypeString,ServiceToChampion,ServiceToCompany,FiscalYearEndString,CompanyLogo,CompanyOwnership,CLGamePoint,CLGameSegment,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.net.core'
12
12
 
@@ -1048,7 +1048,6 @@ export interface HomeGeneralQuestionsDto {
1048
1048
  HasSmokeDetector: boolean | null;
1049
1049
  HeatingRenovationYear: number | null;
1050
1050
  HomeEstimatedValue: number | null;
1051
- HomeStyle: HomeStyleString | null;
1052
1051
  NumberOfBedrooms: number | null;
1053
1052
  NumberOfStories: NumberOfStoriesString | null;
1054
1053
  OccupantType: OccupantTypeString | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "4.141.0",
3
+ "version": "4.142.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [