@leavittsoftware/lg-core-typescript 5.139.0 → 5.141.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 +116 -0
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +155 -64
- package/lg.net.core.js +0 -175
- package/lg.net.core.js.map +1 -1
- package/lg.net.core.ts +5 -930
- package/package.json +1 -1
package/api3.leavitt.com.js
CHANGED
|
@@ -126,6 +126,122 @@ export var CourseMemberStatus;
|
|
|
126
126
|
CourseMemberStatus[CourseMemberStatus["Unenrolled"] = 2] = "Unenrolled";
|
|
127
127
|
CourseMemberStatus[CourseMemberStatus["GroupEnrolled"] = 3] = "GroupEnrolled";
|
|
128
128
|
})(CourseMemberStatus || (CourseMemberStatus = {}));
|
|
129
|
+
export var BenefitPointBillingType;
|
|
130
|
+
(function (BenefitPointBillingType) {
|
|
131
|
+
BenefitPointBillingType[BenefitPointBillingType["None_Selected"] = 0] = "None_Selected";
|
|
132
|
+
BenefitPointBillingType[BenefitPointBillingType["Direct_Bill"] = 1] = "Direct_Bill";
|
|
133
|
+
BenefitPointBillingType[BenefitPointBillingType["Agency_Bill"] = 2] = "Agency_Bill";
|
|
134
|
+
})(BenefitPointBillingType || (BenefitPointBillingType = {}));
|
|
135
|
+
export var BenefitPointBusinessType;
|
|
136
|
+
(function (BenefitPointBusinessType) {
|
|
137
|
+
BenefitPointBusinessType[BenefitPointBusinessType["None_Selected"] = 0] = "None_Selected";
|
|
138
|
+
BenefitPointBusinessType[BenefitPointBusinessType["C_Corporation"] = 1] = "C_Corporation";
|
|
139
|
+
BenefitPointBusinessType[BenefitPointBusinessType["S_Corporation"] = 2] = "S_Corporation";
|
|
140
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Government"] = 3] = "Government";
|
|
141
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Public_or_Nonprofit"] = 4] = "Public_or_Nonprofit";
|
|
142
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Partnership"] = 5] = "Partnership";
|
|
143
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Association"] = 6] = "Association";
|
|
144
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Higher_Education"] = 7] = "Higher_Education";
|
|
145
|
+
BenefitPointBusinessType[BenefitPointBusinessType["House_Account"] = 8] = "House_Account";
|
|
146
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Individual"] = 9] = "Individual";
|
|
147
|
+
BenefitPointBusinessType[BenefitPointBusinessType["LLC"] = 10] = "LLC";
|
|
148
|
+
BenefitPointBusinessType[BenefitPointBusinessType["LLP"] = 11] = "LLP";
|
|
149
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Labor_Management_Trust"] = 12] = "Labor_Management_Trust";
|
|
150
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Non_electing_Church_Group"] = 13] = "Non_electing_Church_Group";
|
|
151
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Professional_Service_Corporation"] = 14] = "Professional_Service_Corporation";
|
|
152
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Proprietorship"] = 15] = "Proprietorship";
|
|
153
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Publicly_Traded"] = 16] = "Publicly_Traded";
|
|
154
|
+
BenefitPointBusinessType[BenefitPointBusinessType["Other"] = 17] = "Other";
|
|
155
|
+
})(BenefitPointBusinessType || (BenefitPointBusinessType = {}));
|
|
156
|
+
export var BenefitPointEmployerMarketSize;
|
|
157
|
+
(function (BenefitPointEmployerMarketSize) {
|
|
158
|
+
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["NotSelected"] = 0] = "NotSelected";
|
|
159
|
+
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Small"] = 1] = "Small";
|
|
160
|
+
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Middle"] = 2] = "Middle";
|
|
161
|
+
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Medium"] = 3] = "Medium";
|
|
162
|
+
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Large"] = 4] = "Large";
|
|
163
|
+
})(BenefitPointEmployerMarketSize || (BenefitPointEmployerMarketSize = {}));
|
|
164
|
+
export var BenefitPointPrimaryIndustry;
|
|
165
|
+
(function (BenefitPointPrimaryIndustry) {
|
|
166
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["NoneSelected"] = 0] = "NoneSelected";
|
|
167
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Advertising"] = 1] = "Advertising";
|
|
168
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ApparelAndTextiles"] = 2] = "ApparelAndTextiles";
|
|
169
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Banks"] = 3] = "Banks";
|
|
170
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Accounting"] = 4] = "Accounting";
|
|
171
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Broadcasting"] = 5] = "Broadcasting";
|
|
172
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["BuildingProducts"] = 6] = "BuildingProducts";
|
|
173
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Chemicals"] = 7] = "Chemicals";
|
|
174
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Architecture"] = 8] = "Architecture";
|
|
175
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["AutoOrMotorcycleDealer"] = 9] = "AutoOrMotorcycleDealer";
|
|
176
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["AutomotiveExcludingAutoDealers"] = 10] = "AutomotiveExcludingAutoDealers";
|
|
177
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Biotechnology"] = 11] = "Biotechnology";
|
|
178
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["BusinessServices"] = 12] = "BusinessServices";
|
|
179
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Cannabis"] = 13] = "Cannabis";
|
|
180
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ChildDayCareServices"] = 14] = "ChildDayCareServices";
|
|
181
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CityGovernment"] = 15] = "CityGovernment";
|
|
182
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CollegesAndUniversitiesPublicAndPrivate"] = 16] = "CollegesAndUniversitiesPublicAndPrivate";
|
|
183
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ComputerAndOfficeEquipment"] = 17] = "ComputerAndOfficeEquipment";
|
|
184
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ConstructionSpecialTradeContractors"] = 18] = "ConstructionSpecialTradeContractors";
|
|
185
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Consulting"] = 19] = "Consulting";
|
|
186
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ConsumerProducts"] = 20] = "ConsumerProducts";
|
|
187
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CorrectionalInstitutions"] = 21] = "CorrectionalInstitutions";
|
|
188
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CountyGovernment"] = 22] = "CountyGovernment";
|
|
189
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["DiversifiedCompanies"] = 23] = "DiversifiedCompanies";
|
|
190
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["DomesticServices"] = 24] = "DomesticServices";
|
|
191
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ElectronicsAndPrecisionInstruments"] = 25] = "ElectronicsAndPrecisionInstruments";
|
|
192
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["EnergyOrPetroleum"] = 26] = "EnergyOrPetroleum";
|
|
193
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Engineering"] = 27] = "Engineering";
|
|
194
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["EntertainmentOrRecreation"] = 28] = "EntertainmentOrRecreation";
|
|
195
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FabricatedMetalProducts"] = 29] = "FabricatedMetalProducts";
|
|
196
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FarmsOrFarmServices"] = 30] = "FarmsOrFarmServices";
|
|
197
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FinancialServicesOther"] = 31] = "FinancialServicesOther";
|
|
198
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FoodServicesOrLodging"] = 32] = "FoodServicesOrLodging";
|
|
199
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FoodOrBeverageProducts"] = 33] = "FoodOrBeverageProducts";
|
|
200
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Gaming"] = 34] = "Gaming";
|
|
201
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["GeneralContractor"] = 35] = "GeneralContractor";
|
|
202
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["HealthServicesExcludingHospitals"] = 36] = "HealthServicesExcludingHospitals";
|
|
203
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Hospitality"] = 37] = "Hospitality";
|
|
204
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Hospitals"] = 38] = "Hospitals";
|
|
205
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InsuranceIncludingInsuranceBrokers"] = 39] = "InsuranceIncludingInsuranceBrokers";
|
|
206
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InteriorDesign"] = 40] = "InteriorDesign";
|
|
207
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InternetOrTechnology"] = 41] = "InternetOrTechnology";
|
|
208
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InvestmentServices"] = 42] = "InvestmentServices";
|
|
209
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["LegalServices"] = 43] = "LegalServices";
|
|
210
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MachineryAndHeavyEquipment"] = 44] = "MachineryAndHeavyEquipment";
|
|
211
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Manufacturing"] = 45] = "Manufacturing";
|
|
212
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MedicalDevices"] = 46] = "MedicalDevices";
|
|
213
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MedicalResearchAndDevelopment"] = 47] = "MedicalResearchAndDevelopment";
|
|
214
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MiningOrConstructionIncludingMetals"] = 48] = "MiningOrConstructionIncludingMetals";
|
|
215
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["NonprofitOrganizations"] = 49] = "NonprofitOrganizations";
|
|
216
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PaperAndAlliedProducts"] = 50] = "PaperAndAlliedProducts";
|
|
217
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PersonalServices"] = 51] = "PersonalServices";
|
|
218
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PersonnelServices"] = 52] = "PersonnelServices";
|
|
219
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Pharmaceutical"] = 53] = "Pharmaceutical";
|
|
220
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PrintingAndPublishing"] = 54] = "PrintingAndPublishing";
|
|
221
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PublicService"] = 55] = "PublicService";
|
|
222
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["RealEstate"] = 56] = "RealEstate";
|
|
223
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Religious"] = 57] = "Religious";
|
|
224
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["RetailTrade"] = 58] = "RetailTrade";
|
|
225
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SchoolBoardsAndOtherInstitutions"] = 59] = "SchoolBoardsAndOtherInstitutions";
|
|
226
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SchoolDistrictsElementaryOrSecondary"] = 60] = "SchoolDistrictsElementaryOrSecondary";
|
|
227
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Security"] = 61] = "Security";
|
|
228
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SemiConductor"] = 62] = "SemiConductor";
|
|
229
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SoftwareOrDataProcessing"] = 63] = "SoftwareOrDataProcessing";
|
|
230
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Sports"] = 64] = "Sports";
|
|
231
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["StateGovernment"] = 65] = "StateGovernment";
|
|
232
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TechnicalOrProfessionalServicesOther"] = 66] = "TechnicalOrProfessionalServicesOther";
|
|
233
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Telecommunications"] = 67] = "Telecommunications";
|
|
234
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TransportationAndAerospaceEquipment"] = 68] = "TransportationAndAerospaceEquipment";
|
|
235
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TransportationServices"] = 69] = "TransportationServices";
|
|
236
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Travel"] = 70] = "Travel";
|
|
237
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TribalGovernment"] = 71] = "TribalGovernment";
|
|
238
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Utilities"] = 72] = "Utilities";
|
|
239
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["VentureCapital"] = 73] = "VentureCapital";
|
|
240
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["VeterinaryClinicsOrHospitals"] = 74] = "VeterinaryClinicsOrHospitals";
|
|
241
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["WarehousingAndStorageServices"] = 75] = "WarehousingAndStorageServices";
|
|
242
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["WholesaleTrade"] = 76] = "WholesaleTrade";
|
|
243
|
+
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Other"] = 77] = "Other";
|
|
244
|
+
})(BenefitPointPrimaryIndustry || (BenefitPointPrimaryIndustry = {}));
|
|
129
245
|
export var SearchSource;
|
|
130
246
|
(function (SearchSource) {
|
|
131
247
|
SearchSource[SearchSource["BenefitPoint"] = 0] = "BenefitPoint";
|
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":"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"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -8,7 +8,7 @@ import { new_AccountTypeString, Opportunity_new_LineofBusinessString, Opportunit
|
|
|
8
8
|
import { IDatabaseAttachment } from './lg.net.system'
|
|
9
9
|
import { LogEntryLevelString, LogEntryTypeString } from './lg.net.automation'
|
|
10
10
|
import { ManualEntryBudget, ManualEntryGeneralLedger, ManualEntryProduction } from './lg.net.ams360datawarehouse'
|
|
11
|
-
import { Tv, SurveyQuestionResponseV2, SurveyQuestionTypeV2String, SurveyQuestionV2, SurveyQuestionTypeString, SurveyResponse, SurveyQuestion, StationeryPrice, Stationery, TaskStatusTypeString, TimelineEnabledPage, Ams360PersonRole, Ams360SupplementalCode, AgencyLOBPercentage, Company, IndustryExperienceString, CandidateSourceToolString, CandidateSourceTypeString, TSDInvolvementLevelString, CandidateTypeString, RecruitmentProjectStageString, RecruitmentProjectTypeString, CandidateStageString,
|
|
11
|
+
import { Tv, SurveyQuestionResponseV2, SurveyQuestionTypeV2String, SurveyQuestionV2, SurveyQuestionTypeString, SurveyResponse, SurveyQuestion, StationeryPrice, Stationery, TaskStatusTypeString, TimelineEnabledPage, Ams360PersonRole, Ams360SupplementalCode, AgencyLOBPercentage, Company, IndustryExperienceString, CandidateSourceToolString, CandidateSourceTypeString, TSDInvolvementLevelString, CandidateTypeString, RecruitmentProjectStageString, RecruitmentProjectTypeString, CandidateStageString, ProducerQuestionAnswerOption, ProducerQuestionResponse, ProducerCenterQuestionTypeString, AutoDriver, AutoVehicle, ConstructionTypeString, FoundationTypeString, NumberOfStoriesString, OccupantTypeString, HeatTypeString, ResidenceTypeString, RoofTypeString, QuoteRequestContactMethodString, PersonalPropertyQuoteTypeString, PersonalPropertyQuoteRequest, ApplicationToApplicationTag, Person, PermissionToApplication, ProducerCommissionRate, FailReason, DifferedCompensation, Expectation, SalesExpectationStatusTypeString, LifestyleEnhancement, TangibleGift, GenderTypeString, HealthRatingTypeString, ProductTypeString, TobaccoTypeString, LifeQuoteRequest, PersonalPropertyLineOfBusinessString, PersonalPropertySiteSeedString, HartfordQuoteRequest, HartfordLastPageVisitedString, LandlordTypeString, LeaseNotificationOptionsString, LeaseTypeString, PhoneNumberTypeString, AddressTypeString, GuidingPrinciple, JobRoleAssignmentTypeString, EmailAddressTypesString, UserRoleTypeString, Department, EmploymentTypeString, CompanyAddress, SignatureValue, SignatureTemplateToCompany, LessonAttemptStatusString, EducationCourseImage, EducationCourseCertificate, EducationQuestion, EducationCourseCategoryImage, DocumentType, Document, FiscalYearEndString, CompanyAddressImage, ConnectedStatusString, ChampionMeetingTypeString, ServiceToChampion, ServiceToCompany, CompanyLogo, CompanyOwnership, GamePointAnswer, CLGamePoint, CLGameSegment, GamePointTypeString, CLGameRankedPrize, GameWrittenRewardCriteria, CLGamePointTypeString, CLGameScoreboardToPlayerGroup, CLGame } from './lg.net.core'
|
|
12
12
|
|
|
13
13
|
export interface PersonLimitedDataDto {
|
|
14
14
|
FullName: string | null;
|
|
@@ -1079,67 +1079,6 @@ export interface SetProjectStageDto {
|
|
|
1079
1079
|
Stage: RecruitmentProjectStageString;
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
|
-
export interface BenefitPointAccountDto {
|
|
1083
|
-
Id: number | null;
|
|
1084
|
-
Name: string | null;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export interface BenefitPointCarrier {
|
|
1088
|
-
Alias: string | null;
|
|
1089
|
-
Id: number | null;
|
|
1090
|
-
Name: string | null;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
export interface BenefitPointOfficeDto {
|
|
1094
|
-
Id: number | null;
|
|
1095
|
-
Name: string | null;
|
|
1096
|
-
RegionName: string | null;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
export interface BenefitPointProductTypeDto {
|
|
1100
|
-
Id: number | null;
|
|
1101
|
-
Name: string | null;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
export interface BenefitPointUserDto {
|
|
1105
|
-
CompanyName: string | null;
|
|
1106
|
-
FullName: string | null;
|
|
1107
|
-
Id: number | null;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
export interface CopyToBenefitPointDto {
|
|
1111
|
-
BenefitPointProductTypeId: number;
|
|
1112
|
-
BillingType: BenefitPointBillingTypeString;
|
|
1113
|
-
EffectiveDate: string;
|
|
1114
|
-
Name: string;
|
|
1115
|
-
PolicyNumber: string;
|
|
1116
|
-
PolicyOriginationReason: BenefitPointPolicyOriginationReasonString;
|
|
1117
|
-
ProductStatus: BenefitPointProductStatusString;
|
|
1118
|
-
RenewalDate: string;
|
|
1119
|
-
TotalEstimatedCommisionFee: number;
|
|
1120
|
-
TotalEstimatedMonthlyPremium: number;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
export interface CustomerQuoteDto {
|
|
1124
|
-
Attachment: File | null;
|
|
1125
|
-
CarrierName: string | null;
|
|
1126
|
-
EffectiveDate: string;
|
|
1127
|
-
Id: number | null;
|
|
1128
|
-
PolicyType: CarrierQuoteDocumentPolicyTypeString;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
export interface GetCustomerAccountsDto {
|
|
1132
|
-
AccountName: string;
|
|
1133
|
-
CompanyId: number;
|
|
1134
|
-
CompanyName: string | null;
|
|
1135
|
-
CreatedDate: string;
|
|
1136
|
-
DocumentCount: number;
|
|
1137
|
-
Id: number;
|
|
1138
|
-
PrimarySalesLeadFullName: string | null;
|
|
1139
|
-
PrimarySalesLeadPersonId: number | null;
|
|
1140
|
-
SoldDocumentCount: number;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
1082
|
export interface ProductionBudgetTotal {
|
|
1144
1083
|
Budget: number;
|
|
1145
1084
|
CompanyId: number;
|
|
@@ -1936,7 +1875,7 @@ export interface PersonalPropertyRaterUpsertDtoV2 {
|
|
|
1936
1875
|
Name: string;
|
|
1937
1876
|
NotificationEmailAddress: string | null;
|
|
1938
1877
|
Phone: string;
|
|
1939
|
-
PLRaterAgencyId:
|
|
1878
|
+
PLRaterAgencyId: number | null;
|
|
1940
1879
|
RicochetCampaignId: number | null;
|
|
1941
1880
|
SendToEloqua: boolean;
|
|
1942
1881
|
SendToRicochet: boolean;
|
|
@@ -3190,6 +3129,34 @@ export interface UpdateDocumentDto {
|
|
|
3190
3129
|
UpdatedDocuments: Array<Partial<Document>>;
|
|
3191
3130
|
}
|
|
3192
3131
|
|
|
3132
|
+
export interface BenefitPointAccountDto {
|
|
3133
|
+
Id: number | null;
|
|
3134
|
+
Name: string | null;
|
|
3135
|
+
}
|
|
3136
|
+
|
|
3137
|
+
export interface BenefitPointCarrier {
|
|
3138
|
+
Alias: string | null;
|
|
3139
|
+
Id: number | null;
|
|
3140
|
+
Name: string | null;
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
export interface BenefitPointOfficeDto {
|
|
3144
|
+
Id: number | null;
|
|
3145
|
+
Name: string | null;
|
|
3146
|
+
RegionName: string | null;
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3149
|
+
export interface BenefitPointProductTypeDto {
|
|
3150
|
+
Id: number | null;
|
|
3151
|
+
Name: string | null;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
export interface BenefitPointUserDto {
|
|
3155
|
+
CompanyName: string | null;
|
|
3156
|
+
FullName: string | null;
|
|
3157
|
+
Id: number | null;
|
|
3158
|
+
}
|
|
3159
|
+
|
|
3193
3160
|
export interface CreateSoldPlanDto {
|
|
3194
3161
|
Admin: number | null;
|
|
3195
3162
|
BenefitPointAccountId: number | null;
|
|
@@ -4068,7 +4035,7 @@ export interface UpsertCLGameDto {
|
|
|
4068
4035
|
IsDevelopment: boolean;
|
|
4069
4036
|
IsPreQualification: boolean;
|
|
4070
4037
|
Name: string;
|
|
4071
|
-
PointType: GamePointTypeString
|
|
4038
|
+
PointType: GamePointTypeString;
|
|
4072
4039
|
Rules: string | null;
|
|
4073
4040
|
TimeZone: string;
|
|
4074
4041
|
UpdateAttachment: boolean;
|
|
@@ -4748,6 +4715,130 @@ export enum CourseMemberStatus {
|
|
|
4748
4715
|
|
|
4749
4716
|
export type CourseMemberStatusString = keyof typeof CourseMemberStatus;
|
|
4750
4717
|
|
|
4718
|
+
export enum BenefitPointBillingType {
|
|
4719
|
+
None_Selected = 0,
|
|
4720
|
+
Direct_Bill = 1,
|
|
4721
|
+
Agency_Bill = 2
|
|
4722
|
+
}
|
|
4723
|
+
|
|
4724
|
+
export type BenefitPointBillingTypeString = keyof typeof BenefitPointBillingType;
|
|
4725
|
+
|
|
4726
|
+
export enum BenefitPointBusinessType {
|
|
4727
|
+
None_Selected = 0,
|
|
4728
|
+
C_Corporation = 1,
|
|
4729
|
+
S_Corporation = 2,
|
|
4730
|
+
Government = 3,
|
|
4731
|
+
Public_or_Nonprofit = 4,
|
|
4732
|
+
Partnership = 5,
|
|
4733
|
+
Association = 6,
|
|
4734
|
+
Higher_Education = 7,
|
|
4735
|
+
House_Account = 8,
|
|
4736
|
+
Individual = 9,
|
|
4737
|
+
LLC = 10,
|
|
4738
|
+
LLP = 11,
|
|
4739
|
+
Labor_Management_Trust = 12,
|
|
4740
|
+
Non_electing_Church_Group = 13,
|
|
4741
|
+
Professional_Service_Corporation = 14,
|
|
4742
|
+
Proprietorship = 15,
|
|
4743
|
+
Publicly_Traded = 16,
|
|
4744
|
+
Other = 17
|
|
4745
|
+
}
|
|
4746
|
+
|
|
4747
|
+
export type BenefitPointBusinessTypeString = keyof typeof BenefitPointBusinessType;
|
|
4748
|
+
|
|
4749
|
+
export enum BenefitPointEmployerMarketSize {
|
|
4750
|
+
NotSelected = 0,
|
|
4751
|
+
Small = 1,
|
|
4752
|
+
Middle = 2,
|
|
4753
|
+
Medium = 3,
|
|
4754
|
+
Large = 4
|
|
4755
|
+
}
|
|
4756
|
+
|
|
4757
|
+
export type BenefitPointEmployerMarketSizeString = keyof typeof BenefitPointEmployerMarketSize;
|
|
4758
|
+
|
|
4759
|
+
export enum BenefitPointPrimaryIndustry {
|
|
4760
|
+
NoneSelected = 0,
|
|
4761
|
+
Advertising = 1,
|
|
4762
|
+
ApparelAndTextiles = 2,
|
|
4763
|
+
Banks = 3,
|
|
4764
|
+
Accounting = 4,
|
|
4765
|
+
Broadcasting = 5,
|
|
4766
|
+
BuildingProducts = 6,
|
|
4767
|
+
Chemicals = 7,
|
|
4768
|
+
Architecture = 8,
|
|
4769
|
+
AutoOrMotorcycleDealer = 9,
|
|
4770
|
+
AutomotiveExcludingAutoDealers = 10,
|
|
4771
|
+
Biotechnology = 11,
|
|
4772
|
+
BusinessServices = 12,
|
|
4773
|
+
Cannabis = 13,
|
|
4774
|
+
ChildDayCareServices = 14,
|
|
4775
|
+
CityGovernment = 15,
|
|
4776
|
+
CollegesAndUniversitiesPublicAndPrivate = 16,
|
|
4777
|
+
ComputerAndOfficeEquipment = 17,
|
|
4778
|
+
ConstructionSpecialTradeContractors = 18,
|
|
4779
|
+
Consulting = 19,
|
|
4780
|
+
ConsumerProducts = 20,
|
|
4781
|
+
CorrectionalInstitutions = 21,
|
|
4782
|
+
CountyGovernment = 22,
|
|
4783
|
+
DiversifiedCompanies = 23,
|
|
4784
|
+
DomesticServices = 24,
|
|
4785
|
+
ElectronicsAndPrecisionInstruments = 25,
|
|
4786
|
+
EnergyOrPetroleum = 26,
|
|
4787
|
+
Engineering = 27,
|
|
4788
|
+
EntertainmentOrRecreation = 28,
|
|
4789
|
+
FabricatedMetalProducts = 29,
|
|
4790
|
+
FarmsOrFarmServices = 30,
|
|
4791
|
+
FinancialServicesOther = 31,
|
|
4792
|
+
FoodServicesOrLodging = 32,
|
|
4793
|
+
FoodOrBeverageProducts = 33,
|
|
4794
|
+
Gaming = 34,
|
|
4795
|
+
GeneralContractor = 35,
|
|
4796
|
+
HealthServicesExcludingHospitals = 36,
|
|
4797
|
+
Hospitality = 37,
|
|
4798
|
+
Hospitals = 38,
|
|
4799
|
+
InsuranceIncludingInsuranceBrokers = 39,
|
|
4800
|
+
InteriorDesign = 40,
|
|
4801
|
+
InternetOrTechnology = 41,
|
|
4802
|
+
InvestmentServices = 42,
|
|
4803
|
+
LegalServices = 43,
|
|
4804
|
+
MachineryAndHeavyEquipment = 44,
|
|
4805
|
+
Manufacturing = 45,
|
|
4806
|
+
MedicalDevices = 46,
|
|
4807
|
+
MedicalResearchAndDevelopment = 47,
|
|
4808
|
+
MiningOrConstructionIncludingMetals = 48,
|
|
4809
|
+
NonprofitOrganizations = 49,
|
|
4810
|
+
PaperAndAlliedProducts = 50,
|
|
4811
|
+
PersonalServices = 51,
|
|
4812
|
+
PersonnelServices = 52,
|
|
4813
|
+
Pharmaceutical = 53,
|
|
4814
|
+
PrintingAndPublishing = 54,
|
|
4815
|
+
PublicService = 55,
|
|
4816
|
+
RealEstate = 56,
|
|
4817
|
+
Religious = 57,
|
|
4818
|
+
RetailTrade = 58,
|
|
4819
|
+
SchoolBoardsAndOtherInstitutions = 59,
|
|
4820
|
+
SchoolDistrictsElementaryOrSecondary = 60,
|
|
4821
|
+
Security = 61,
|
|
4822
|
+
SemiConductor = 62,
|
|
4823
|
+
SoftwareOrDataProcessing = 63,
|
|
4824
|
+
Sports = 64,
|
|
4825
|
+
StateGovernment = 65,
|
|
4826
|
+
TechnicalOrProfessionalServicesOther = 66,
|
|
4827
|
+
Telecommunications = 67,
|
|
4828
|
+
TransportationAndAerospaceEquipment = 68,
|
|
4829
|
+
TransportationServices = 69,
|
|
4830
|
+
Travel = 70,
|
|
4831
|
+
TribalGovernment = 71,
|
|
4832
|
+
Utilities = 72,
|
|
4833
|
+
VentureCapital = 73,
|
|
4834
|
+
VeterinaryClinicsOrHospitals = 74,
|
|
4835
|
+
WarehousingAndStorageServices = 75,
|
|
4836
|
+
WholesaleTrade = 76,
|
|
4837
|
+
Other = 77
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
export type BenefitPointPrimaryIndustryString = keyof typeof BenefitPointPrimaryIndustry;
|
|
4841
|
+
|
|
4751
4842
|
export enum SearchSource {
|
|
4752
4843
|
BenefitPoint = 0,
|
|
4753
4844
|
AMS360 = 1,
|
package/lg.net.core.js
CHANGED
|
@@ -153,166 +153,6 @@ export var RecruitmentProjectType;
|
|
|
153
153
|
RecruitmentProjectType[RecruitmentProjectType["PL"] = 2] = "PL";
|
|
154
154
|
RecruitmentProjectType[RecruitmentProjectType["Other"] = 3] = "Other";
|
|
155
155
|
})(RecruitmentProjectType || (RecruitmentProjectType = {}));
|
|
156
|
-
export var BenefitPointAccountClassificationType;
|
|
157
|
-
(function (BenefitPointAccountClassificationType) {
|
|
158
|
-
BenefitPointAccountClassificationType[BenefitPointAccountClassificationType["None_Selected"] = 0] = "None_Selected";
|
|
159
|
-
BenefitPointAccountClassificationType[BenefitPointAccountClassificationType["Agency"] = 1] = "Agency";
|
|
160
|
-
BenefitPointAccountClassificationType[BenefitPointAccountClassificationType["Agent"] = 2] = "Agent";
|
|
161
|
-
BenefitPointAccountClassificationType[BenefitPointAccountClassificationType["Group"] = 3] = "Group";
|
|
162
|
-
BenefitPointAccountClassificationType[BenefitPointAccountClassificationType["Individual"] = 4] = "Individual";
|
|
163
|
-
BenefitPointAccountClassificationType[BenefitPointAccountClassificationType["Marketing_Group"] = 5] = "Marketing_Group";
|
|
164
|
-
})(BenefitPointAccountClassificationType || (BenefitPointAccountClassificationType = {}));
|
|
165
|
-
export var BenefitPointAccountType;
|
|
166
|
-
(function (BenefitPointAccountType) {
|
|
167
|
-
BenefitPointAccountType[BenefitPointAccountType["None_Selected"] = 0] = "None_Selected";
|
|
168
|
-
BenefitPointAccountType[BenefitPointAccountType["Client"] = 1] = "Client";
|
|
169
|
-
BenefitPointAccountType[BenefitPointAccountType["Prospect"] = 2] = "Prospect";
|
|
170
|
-
BenefitPointAccountType[BenefitPointAccountType["Other"] = 3] = "Other";
|
|
171
|
-
BenefitPointAccountType[BenefitPointAccountType["Informational"] = 4] = "Informational";
|
|
172
|
-
BenefitPointAccountType[BenefitPointAccountType["Marketing_Group"] = 5] = "Marketing_Group";
|
|
173
|
-
})(BenefitPointAccountType || (BenefitPointAccountType = {}));
|
|
174
|
-
export var BenefitPointBillingType;
|
|
175
|
-
(function (BenefitPointBillingType) {
|
|
176
|
-
BenefitPointBillingType[BenefitPointBillingType["None_Selected"] = 0] = "None_Selected";
|
|
177
|
-
BenefitPointBillingType[BenefitPointBillingType["Direct_Bill"] = 1] = "Direct_Bill";
|
|
178
|
-
BenefitPointBillingType[BenefitPointBillingType["Agency_Bill"] = 2] = "Agency_Bill";
|
|
179
|
-
})(BenefitPointBillingType || (BenefitPointBillingType = {}));
|
|
180
|
-
export var BenefitPointBusinessType;
|
|
181
|
-
(function (BenefitPointBusinessType) {
|
|
182
|
-
BenefitPointBusinessType[BenefitPointBusinessType["None_Selected"] = 0] = "None_Selected";
|
|
183
|
-
BenefitPointBusinessType[BenefitPointBusinessType["C_Corporation"] = 1] = "C_Corporation";
|
|
184
|
-
BenefitPointBusinessType[BenefitPointBusinessType["S_Corporation"] = 2] = "S_Corporation";
|
|
185
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Government"] = 3] = "Government";
|
|
186
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Public_or_Nonprofit"] = 4] = "Public_or_Nonprofit";
|
|
187
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Partnership"] = 5] = "Partnership";
|
|
188
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Association"] = 6] = "Association";
|
|
189
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Higher_Education"] = 7] = "Higher_Education";
|
|
190
|
-
BenefitPointBusinessType[BenefitPointBusinessType["House_Account"] = 8] = "House_Account";
|
|
191
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Individual"] = 9] = "Individual";
|
|
192
|
-
BenefitPointBusinessType[BenefitPointBusinessType["LLC"] = 10] = "LLC";
|
|
193
|
-
BenefitPointBusinessType[BenefitPointBusinessType["LLP"] = 11] = "LLP";
|
|
194
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Labor_Management_Trust"] = 12] = "Labor_Management_Trust";
|
|
195
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Non_electing_Church_Group"] = 13] = "Non_electing_Church_Group";
|
|
196
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Professional_Service_Corporation"] = 14] = "Professional_Service_Corporation";
|
|
197
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Proprietorship"] = 15] = "Proprietorship";
|
|
198
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Publicly_Traded"] = 16] = "Publicly_Traded";
|
|
199
|
-
BenefitPointBusinessType[BenefitPointBusinessType["Other"] = 17] = "Other";
|
|
200
|
-
})(BenefitPointBusinessType || (BenefitPointBusinessType = {}));
|
|
201
|
-
export var BenefitPointEmployerMarketSize;
|
|
202
|
-
(function (BenefitPointEmployerMarketSize) {
|
|
203
|
-
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["NotSelected"] = 0] = "NotSelected";
|
|
204
|
-
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Small"] = 1] = "Small";
|
|
205
|
-
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Middle"] = 2] = "Middle";
|
|
206
|
-
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Medium"] = 3] = "Medium";
|
|
207
|
-
BenefitPointEmployerMarketSize[BenefitPointEmployerMarketSize["Large"] = 4] = "Large";
|
|
208
|
-
})(BenefitPointEmployerMarketSize || (BenefitPointEmployerMarketSize = {}));
|
|
209
|
-
export var BenefitPointPolicyOriginationReason;
|
|
210
|
-
(function (BenefitPointPolicyOriginationReason) {
|
|
211
|
-
BenefitPointPolicyOriginationReason[BenefitPointPolicyOriginationReason["None_Selected"] = 0] = "None_Selected";
|
|
212
|
-
BenefitPointPolicyOriginationReason[BenefitPointPolicyOriginationReason["New"] = 1] = "New";
|
|
213
|
-
BenefitPointPolicyOriginationReason[BenefitPointPolicyOriginationReason["Replacement"] = 2] = "Replacement";
|
|
214
|
-
BenefitPointPolicyOriginationReason[BenefitPointPolicyOriginationReason["Renewal"] = 3] = "Renewal";
|
|
215
|
-
BenefitPointPolicyOriginationReason[BenefitPointPolicyOriginationReason["Prospective"] = 4] = "Prospective";
|
|
216
|
-
})(BenefitPointPolicyOriginationReason || (BenefitPointPolicyOriginationReason = {}));
|
|
217
|
-
export var BenefitPointPrimaryIndustry;
|
|
218
|
-
(function (BenefitPointPrimaryIndustry) {
|
|
219
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["NoneSelected"] = 0] = "NoneSelected";
|
|
220
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Advertising"] = 1] = "Advertising";
|
|
221
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ApparelAndTextiles"] = 2] = "ApparelAndTextiles";
|
|
222
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Banks"] = 3] = "Banks";
|
|
223
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Accounting"] = 4] = "Accounting";
|
|
224
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Broadcasting"] = 5] = "Broadcasting";
|
|
225
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["BuildingProducts"] = 6] = "BuildingProducts";
|
|
226
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Chemicals"] = 7] = "Chemicals";
|
|
227
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Architecture"] = 8] = "Architecture";
|
|
228
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["AutoOrMotorcycleDealer"] = 9] = "AutoOrMotorcycleDealer";
|
|
229
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["AutomotiveExcludingAutoDealers"] = 10] = "AutomotiveExcludingAutoDealers";
|
|
230
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Biotechnology"] = 11] = "Biotechnology";
|
|
231
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["BusinessServices"] = 12] = "BusinessServices";
|
|
232
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Cannabis"] = 13] = "Cannabis";
|
|
233
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ChildDayCareServices"] = 14] = "ChildDayCareServices";
|
|
234
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CityGovernment"] = 15] = "CityGovernment";
|
|
235
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CollegesAndUniversitiesPublicAndPrivate"] = 16] = "CollegesAndUniversitiesPublicAndPrivate";
|
|
236
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ComputerAndOfficeEquipment"] = 17] = "ComputerAndOfficeEquipment";
|
|
237
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ConstructionSpecialTradeContractors"] = 18] = "ConstructionSpecialTradeContractors";
|
|
238
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Consulting"] = 19] = "Consulting";
|
|
239
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ConsumerProducts"] = 20] = "ConsumerProducts";
|
|
240
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CorrectionalInstitutions"] = 21] = "CorrectionalInstitutions";
|
|
241
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["CountyGovernment"] = 22] = "CountyGovernment";
|
|
242
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["DiversifiedCompanies"] = 23] = "DiversifiedCompanies";
|
|
243
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["DomesticServices"] = 24] = "DomesticServices";
|
|
244
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["ElectronicsAndPrecisionInstruments"] = 25] = "ElectronicsAndPrecisionInstruments";
|
|
245
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["EnergyOrPetroleum"] = 26] = "EnergyOrPetroleum";
|
|
246
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Engineering"] = 27] = "Engineering";
|
|
247
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["EntertainmentOrRecreation"] = 28] = "EntertainmentOrRecreation";
|
|
248
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FabricatedMetalProducts"] = 29] = "FabricatedMetalProducts";
|
|
249
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FarmsOrFarmServices"] = 30] = "FarmsOrFarmServices";
|
|
250
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FinancialServicesOther"] = 31] = "FinancialServicesOther";
|
|
251
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FoodServicesOrLodging"] = 32] = "FoodServicesOrLodging";
|
|
252
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["FoodOrBeverageProducts"] = 33] = "FoodOrBeverageProducts";
|
|
253
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Gaming"] = 34] = "Gaming";
|
|
254
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["GeneralContractor"] = 35] = "GeneralContractor";
|
|
255
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["HealthServicesExcludingHospitals"] = 36] = "HealthServicesExcludingHospitals";
|
|
256
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Hospitality"] = 37] = "Hospitality";
|
|
257
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Hospitals"] = 38] = "Hospitals";
|
|
258
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InsuranceIncludingInsuranceBrokers"] = 39] = "InsuranceIncludingInsuranceBrokers";
|
|
259
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InteriorDesign"] = 40] = "InteriorDesign";
|
|
260
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InternetOrTechnology"] = 41] = "InternetOrTechnology";
|
|
261
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["InvestmentServices"] = 42] = "InvestmentServices";
|
|
262
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["LegalServices"] = 43] = "LegalServices";
|
|
263
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MachineryAndHeavyEquipment"] = 44] = "MachineryAndHeavyEquipment";
|
|
264
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Manufacturing"] = 45] = "Manufacturing";
|
|
265
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MedicalDevices"] = 46] = "MedicalDevices";
|
|
266
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MedicalResearchAndDevelopment"] = 47] = "MedicalResearchAndDevelopment";
|
|
267
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["MiningOrConstructionIncludingMetals"] = 48] = "MiningOrConstructionIncludingMetals";
|
|
268
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["NonprofitOrganizations"] = 49] = "NonprofitOrganizations";
|
|
269
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PaperAndAlliedProducts"] = 50] = "PaperAndAlliedProducts";
|
|
270
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PersonalServices"] = 51] = "PersonalServices";
|
|
271
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PersonnelServices"] = 52] = "PersonnelServices";
|
|
272
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Pharmaceutical"] = 53] = "Pharmaceutical";
|
|
273
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PrintingAndPublishing"] = 54] = "PrintingAndPublishing";
|
|
274
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["PublicService"] = 55] = "PublicService";
|
|
275
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["RealEstate"] = 56] = "RealEstate";
|
|
276
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Religious"] = 57] = "Religious";
|
|
277
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["RetailTrade"] = 58] = "RetailTrade";
|
|
278
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SchoolBoardsAndOtherInstitutions"] = 59] = "SchoolBoardsAndOtherInstitutions";
|
|
279
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SchoolDistrictsElementaryOrSecondary"] = 60] = "SchoolDistrictsElementaryOrSecondary";
|
|
280
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Security"] = 61] = "Security";
|
|
281
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SemiConductor"] = 62] = "SemiConductor";
|
|
282
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["SoftwareOrDataProcessing"] = 63] = "SoftwareOrDataProcessing";
|
|
283
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Sports"] = 64] = "Sports";
|
|
284
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["StateGovernment"] = 65] = "StateGovernment";
|
|
285
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TechnicalOrProfessionalServicesOther"] = 66] = "TechnicalOrProfessionalServicesOther";
|
|
286
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Telecommunications"] = 67] = "Telecommunications";
|
|
287
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TransportationAndAerospaceEquipment"] = 68] = "TransportationAndAerospaceEquipment";
|
|
288
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TransportationServices"] = 69] = "TransportationServices";
|
|
289
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Travel"] = 70] = "Travel";
|
|
290
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["TribalGovernment"] = 71] = "TribalGovernment";
|
|
291
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Utilities"] = 72] = "Utilities";
|
|
292
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["VentureCapital"] = 73] = "VentureCapital";
|
|
293
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["VeterinaryClinicsOrHospitals"] = 74] = "VeterinaryClinicsOrHospitals";
|
|
294
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["WarehousingAndStorageServices"] = 75] = "WarehousingAndStorageServices";
|
|
295
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["WholesaleTrade"] = 76] = "WholesaleTrade";
|
|
296
|
-
BenefitPointPrimaryIndustry[BenefitPointPrimaryIndustry["Other"] = 77] = "Other";
|
|
297
|
-
})(BenefitPointPrimaryIndustry || (BenefitPointPrimaryIndustry = {}));
|
|
298
|
-
export var BenefitPointProductStatus;
|
|
299
|
-
(function (BenefitPointProductStatus) {
|
|
300
|
-
BenefitPointProductStatus[BenefitPointProductStatus["None_Selected"] = 0] = "None_Selected";
|
|
301
|
-
BenefitPointProductStatus[BenefitPointProductStatus["Pending"] = 1] = "Pending";
|
|
302
|
-
BenefitPointProductStatus[BenefitPointProductStatus["Current"] = 2] = "Current";
|
|
303
|
-
BenefitPointProductStatus[BenefitPointProductStatus["Cancelled"] = 3] = "Cancelled";
|
|
304
|
-
BenefitPointProductStatus[BenefitPointProductStatus["Expired"] = 4] = "Expired";
|
|
305
|
-
})(BenefitPointProductStatus || (BenefitPointProductStatus = {}));
|
|
306
|
-
export var CarrierQuoteDocumentPolicyType;
|
|
307
|
-
(function (CarrierQuoteDocumentPolicyType) {
|
|
308
|
-
CarrierQuoteDocumentPolicyType[CarrierQuoteDocumentPolicyType["New"] = 0] = "New";
|
|
309
|
-
CarrierQuoteDocumentPolicyType[CarrierQuoteDocumentPolicyType["Renewal"] = 1] = "Renewal";
|
|
310
|
-
})(CarrierQuoteDocumentPolicyType || (CarrierQuoteDocumentPolicyType = {}));
|
|
311
|
-
export var CarrierQuoteDocumentStatus;
|
|
312
|
-
(function (CarrierQuoteDocumentStatus) {
|
|
313
|
-
CarrierQuoteDocumentStatus[CarrierQuoteDocumentStatus["NotProcessed"] = 0] = "NotProcessed";
|
|
314
|
-
CarrierQuoteDocumentStatus[CarrierQuoteDocumentStatus["Processed"] = 1] = "Processed";
|
|
315
|
-
})(CarrierQuoteDocumentStatus || (CarrierQuoteDocumentStatus = {}));
|
|
316
156
|
export var ProducerCenterQuestionType;
|
|
317
157
|
(function (ProducerCenterQuestionType) {
|
|
318
158
|
ProducerCenterQuestionType[ProducerCenterQuestionType["SingleSelect"] = 0] = "SingleSelect";
|
|
@@ -321,21 +161,6 @@ export var ProducerCenterQuestionType;
|
|
|
321
161
|
ProducerCenterQuestionType[ProducerCenterQuestionType["TextArea"] = 3] = "TextArea";
|
|
322
162
|
ProducerCenterQuestionType[ProducerCenterQuestionType["Numeric"] = 4] = "Numeric";
|
|
323
163
|
})(ProducerCenterQuestionType || (ProducerCenterQuestionType = {}));
|
|
324
|
-
export var PLGameCustomQuestionType;
|
|
325
|
-
(function (PLGameCustomQuestionType) {
|
|
326
|
-
PLGameCustomQuestionType[PLGameCustomQuestionType["Bool"] = 0] = "Bool";
|
|
327
|
-
PLGameCustomQuestionType[PLGameCustomQuestionType["Number"] = 1] = "Number";
|
|
328
|
-
})(PLGameCustomQuestionType || (PLGameCustomQuestionType = {}));
|
|
329
|
-
export var PLGamePointType;
|
|
330
|
-
(function (PLGamePointType) {
|
|
331
|
-
PLGamePointType[PLGamePointType["Sale"] = 0] = "Sale";
|
|
332
|
-
PLGamePointType[PLGamePointType["BOR"] = 1] = "BOR";
|
|
333
|
-
})(PLGamePointType || (PLGamePointType = {}));
|
|
334
|
-
export var PrizeDistributionOption;
|
|
335
|
-
(function (PrizeDistributionOption) {
|
|
336
|
-
PrizeDistributionOption[PrizeDistributionOption["Split"] = 0] = "Split";
|
|
337
|
-
PrizeDistributionOption[PrizeDistributionOption["Individual"] = 1] = "Individual";
|
|
338
|
-
})(PrizeDistributionOption || (PrizeDistributionOption = {}));
|
|
339
164
|
export var CommissionRateType;
|
|
340
165
|
(function (CommissionRateType) {
|
|
341
166
|
CommissionRateType[CommissionRateType["CommercialLines"] = 0] = "CommercialLines";
|